Searched refs:once (Results 1 – 21 of 21) 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/1955-pop-frame-jit-called/ |
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/993-breakpoints/ |
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/1954-pop-frame-jit/ |
D | info.txt | 7 multiple breakpoints be set at once.
|
/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/sigchainlib/ |
D | sigchain.cc | 133 static std::once_flag once; in InitializeSignalChain() local 134 std::call_once(once, []() { in InitializeSignalChain() 147 static std::once_flag once; in GetHandlingSignalKey() local 148 std::call_once(once, []() { in GetHandlingSignalKey()
|
/art/libnativeloader/ |
D | libnativeloader.map.txt | 17 # TODO(b/122710865): Prune these uses once the runtime APEX is complete.
|
/art/build/apex/ |
D | art_apex_boot_integrity.rc | 20 # TODO: Use apex path once feature is implemented.
|
D | Android.bp | 40 // TODO(b/124476339): Clean up the following libraries once "required" 164 // TODO(b/124476339): Clean up the following libraries once "required" 178 // TODO(b/122876336): Remove libpac.so once it's migrated to Webview.
|
D | ld.config.txt | 89 # TODO(b/122876336): Remove libpac.so once it's migrated to Webview
|
/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/runtime/interpreter/mterp/x86_64ng/ |
D | other.S | 6 movl 2(rPC), %eax # grab all 32 bits at once
|
/art/runtime/interpreter/mterp/x86_64/ |
D | other.S | 25 movl 2(rPC), %eax # grab all 32 bits at once
|
/art/runtime/interpreter/mterp/x86/ |
D | other.S | 29 movl 2(rPC), %eax # grab all 32 bits at once
|
/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
|