Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 43) sorted by relevance

12

/art/tools/
Dart25 if [[ "$(realpath "$1")" == *dalvikvm64 ]]; then
49 --profile Run with profiling, then run using profile data.
70 if [ "$DELETE_ANDROID_DATA" = "yes" ]; then
80 if [ "$VERBOSE" = "yes" ]; then
144 if [ "$CLEAN_OAT_FILES" = "yes" ]; then
175 # If there is no boot.art then leave it as-is, assumes -Ximage is explicitly used.
178 check_if_boot_image_file_exists "$image_location_dir" "boot.art"; then
217 if [[ -n $class_loader_context ]]; then
392 if [ $# -eq 0 ]; then
398 if [[ -n "$BASH_SOURCE" ]]; then
[all …]
/art/test/1917-get-stack-frame/src/art/
DTest1917.java90 private final Runnable then; field in Test1917.RecurCount
91 public RecurCount(int cnt, Runnable then) { in RecurCount() argument
93 this.then = then; in RecurCount()
104 then.run(); in doRecur()
/art/test/956-methodhandles/
Dexpected.txt34 and then bar
35 Ignoring and then
38 Called and then with hello there
/art/test/063-process-manager/
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)
/art/test/1996-final-override-virtual-structural/
Dexpected.txt6 super: Hi and then this: SALUTATIONS
/art/test/951-threaded-obsolete/
Dinfo.txt4 on a different thread then where the redefinition was triggered.
/art/test/164-resolution-trampoline-dex-cache/
Dinfo.txt3 associated ClassTable. This discrepancy then led to a crash when JITting.
/art/compiler/optimizing/
Dgvn_test.cc135 HBasicBlock* then = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
138 graph->AddBlock(then); in TEST_F()
142 block->AddSuccessor(then); in TEST_F()
144 then->AddSuccessor(join); in TEST_F()
147 then->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
156 then->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
184 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto()); in TEST_F()
/art/test/661-oat-writer-layout/
Dinfo.txt4 MethodHotness bitmask (and sub-sorts by class_def_idx, then method_id).
/art/test/1947-breakpoint-redefine-deopt/
Dinfo.txt5 paths and then runs the function, receiving the breakpoint events.
/art/test/994-breakpoint-line/
Dinfo.txt5 paths and then runs the function, receiving the breakpoint events.
/art/test/530-checker-lse3/
Dinfo.txt2 a wider value is stored in a narrower field and then loaded from that field,
/art/test/663-odd-dex-size/
Dinfo.txt11 The generated dex file was then manually edited to:
/art/test/663-odd-dex-size2/
Dinfo.txt11 The generated dex file was then manually edited to:
/art/test/965-default-verify/
Dinfo.txt5 since it is much more proactive about finding likely runtime errors then smali.
/art/test/663-odd-dex-size3/
Dinfo.txt11 The generated dex file was then manually edited to:
/art/test/663-odd-dex-size4/
Dinfo.txt16 The generated dex file was then manually edited to:
/art/test/800-smali/smali/
Db_22331663_fail.smali16 # be movable now, so ensure that we do not get a conflict (and then allow the move).
Db_22331663.smali31 # which creates a conflict. Copy the conflict, and then return. This should not make the
/art/test/1930-monitor-info/
Dexpected.txt15 Lock twice Java then native
19 Lock twice native then Java
/art/test/535-regression-const-val/smali/
DTestCase.smali24 :then
/art/test/674-hiddenapi/
Dinfo.txt7 The test then proceeds to exercise the following combinations of class loading:
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali35 # The then part: beginning of the irreducible loop.
70 # The then part: beginning of the irreducible loop.
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali29 # The then part: beginning of the irreducible loop.
/art/tools/jvmti-agents/chain-agents/
DREADME.md10 Errors in loading are logged then ignored.

12