Home
last modified time | relevance | path

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

12

/art/tools/
Ddex2oat_wrapper23 if [[ -n "$BASH_SOURCE" ]]; then
39 if [[ $1 == "-Xbootclasspath:*" ]]; then
45 elif [[ $1 == "-Xbootclasspath-locations:*" ]]; then
51 elif [[ $1 == "--32" ]]; then
56 elif [[ $1 == "--64" ]]; then
61 elif [[ "$1" == "" ]]; then
69 if [ -z "$BITNESS" ]; then
95 if [[ "$DEX2OAT_BCP" = "" ]]; then
97 if [[ "$ANDROID_ROOT_MINUS_PWD" == */host/* ]]; then
100 elif [[ "$ANDROID_ROOT_MINUS_PWD" == */target/* ]]; 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/2008-redefine-then-old-reflect-field/
DAndroid.bp3 name: "art-run-test-2008-redefine-then-old-reflect-field",
/art/test/1978-regular-obsolete-then-structural-obsolescence/
DAndroid.bp3 name: "art-run-test-1978-regular-obsolete-then-structural-obsolescence",
/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/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/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/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/965-default-verify/
Dinfo.txt5 since it is much more proactive about finding likely runtime errors then smali.
/art/test/663-odd-dex-size2/
Dinfo.txt11 The generated dex file was then manually edited to:
/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/674-hiddenapi/
Dinfo.txt7 The test then proceeds to exercise the following combinations of class loading:
/art/test/535-regression-const-val/smali/
DTestCase.smali24 :then
/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.

12