Searched refs:once (Results 1 – 22 of 22) sorted by relevance
/art/test/1904-double-suspend/ |
D | info.txt | 1 Test jvmti suspending a thread more than once.
|
/art/test/926-multi-obsolescence/ |
D | info.txt | 1 Tests that we can redefine multiple classes at once using the RedefineClasses
|
/art/test/674-hiddenapi/ |
D | info.txt | 4 Note that the first is compiled twice - once with and once without hidden access
|
/art/test/626-const-class-linking/ |
D | info.txt | 1 Test that once a const-class instruction is linked, it will keep referring
|
/art/test/074-gc-thrash/src/ |
D | Main.java | 205 boolean once = false; in run() 211 once = true; in run() 215 if (!once) { in run()
|
/art/test/993-breakpoints/ |
D | info.txt | 7 multiple breakpoints be set at once.
|
/art/test/1954-pop-frame-jit/ |
D | info.txt | 7 multiple breakpoints be set at once.
|
/art/test/993-breakpoints-non-debuggable/ |
D | info.txt | 7 multiple breakpoints be set at once.
|
/art/test/1953-pop-frame/ |
D | info.txt | 7 multiple breakpoints be set at once.
|
/art/test/1956-pop-frame-jit-calling/ |
D | info.txt | 7 multiple breakpoints be set at once.
|
/art/test/1955-pop-frame-jit-called/ |
D | info.txt | 7 multiple breakpoints be set at once.
|
/art/sigchainlib/ |
D | sigchain.cc | 143 static std::once_flag once; in InitializeSignalChain() local 144 std::call_once(once, []() { in InitializeSignalChain() 178 static std::once_flag once; in GetHandlingSignalKey() local 179 std::call_once(once, []() { in GetHandlingSignalKey()
|
/art/runtime/ |
D | alloc_instrumentation.md | 31 3. Not trust kInstrumented once we've given up the mutator lock, since it could have changed in the
|
/art/compiler/driver/ |
D | compiler_options_map.def | 23 // These can be used with CompilerOptionsMap.Get/Set/etc, once that template class has been
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 37 and are sent more than once are supported.
|
/art/build/ |
D | README.md | 17 device cannot have both the non-debug and debug variants installed at once - it
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | other.S | 6 movl 2(rPC), %eax # grab all 32 bits at once
|
/art/runtime/interpreter/mterp/x86ng/ |
D | other.S | 6 movl 2(rPC), %eax # grab all 32 bits at once
|
/art/odrefresh/ |
D | Android.bp | 217 // TODO(b/214016626): Remove this line once the bug is fixed.
|
/art/cmdline/ |
D | README.md | 136 By default, the argument is assumed to appear exactly once, and if the user specifies it more than 137 once, only the latest value is taken into account (and all previous occurrences of the argument are
|
/art/build/apex/ |
D | Android.bp | 59 // TODO(b/124476339): Clean up the following libraries once "required" 205 // TODO(b/124476339): Clean up the following libraries once "required"
|
/art/test/ |
D | README.md | 211 instead. Note that you need to run the test with the command above at least once
|