Home
last modified time | relevance | path

Searched refs:change (Results 1 – 17 of 17) sorted by relevance

/art/tools/ahat/etc/
Dahat_api_msg.txt3 Please verify whether this change to the API is intentional and
4 whether it may break any current users of the API. If the API change
/art/test/120-hashcode/
Dinfo.txt1 Check that object hashCode and System.identityHashCode never cause the hash to change.
/art/test/575-checker-string-init-alias/
Dinfo.txt1 Test for the String.<init> change and deoptimization: make
/art/test/1974-resize-array/
Dinfo.txt3 Tests that we are able to use the extension function to change the length of arrays.
/art/test/305-other-fault-handler/
Dinfo.txt3 Tests that we can use and remove these handlers and they can change mappings.
/art/test/081-hot-exceptions/
Dinfo.txt3 cause a control flow change to deviate from the current method.
/art/test/989-method-trace-throw/
Dinfo.txt15 change the output of this test.
/art/test/988-method-trace/
Dinfo.txt15 change the output of this test.
/art/tools/luci/config/luci-notify/email-templates/
Ddefault.template3 luci-notify detected a status change for builder "{{ .Build.Builder | formatBuilderID }}" at {{ .Bu…
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md3 wrapagentproperties is a JVMTI agent that lets one change the returned values of
/art/runtime/interpreter/mterp/
DREADME.txt56 If you change any of the source file fragments, you need to rebuild the
78 to altHandlerTable. Note that this change is not immediate. What is actually
/art/dt_fd_forward/
DREADME.md31 This transport implements no optional capabilities, though this may change in
/art/tools/
Dlibcore_gcstress_debug_failures.txt65 description: "Timeouts relating to ICU implementation change.",
/art/runtime/
Dhidden_api_test.cc85 void setChangeIdState(uint64_t change, bool enabled) { in setChangeIdState() argument
88 disabled_changes.erase(change); in setChangeIdState()
90 disabled_changes.insert(change); in setChangeIdState()
/art/compiler/optimizing/
Doptimizing_compiler.cc327 bool change = false; in RunOptimizations() local
335 change = true; in RunOptimizations()
344 return change; in RunOptimizations()
/art/cmdline/
DREADME.md154 Currently, only `IntoKey` is supported, but that may change in the future.
/art/test/
DAndroid.bp933 // JNI-id use can change the outcome of this test on device.