/art/test/2008-redefine-then-old-reflect-field/ |
D | Android.bp | 3 // Build rules for ART run-test `2008-redefine-then-old-reflect-field`. 16 name: "art-run-test-2008-redefine-then-old-reflect-field", 21 ":art-run-test-2008-redefine-then-old-reflect-field-expected-stdout", 22 ":art-run-test-2008-redefine-then-old-reflect-field-expected-stderr", 28 name: "art-run-test-2008-redefine-then-old-reflect-field-expected-stdout", 29 out: ["art-run-test-2008-redefine-then-old-reflect-field-expected-stdout.txt"], 36 name: "art-run-test-2008-redefine-then-old-reflect-field-expected-stderr", 37 out: ["art-run-test-2008-redefine-then-old-reflect-field-expected-stderr.txt"],
|
/art/test/1978-regular-obsolete-then-structural-obsolescence/ |
D | Android.bp | 3 // Build rules for ART run-test `1978-regular-obsolete-then-structural-obsolescence`. 16 name: "art-run-test-1978-regular-obsolete-then-structural-obsolescence", 21 ":art-run-test-1978-regular-obsolete-then-structural-obsolescence-expected-stdout", 22 ":art-run-test-1978-regular-obsolete-then-structural-obsolescence-expected-stderr", 28 name: "art-run-test-1978-regular-obsolete-then-structural-obsolescence-expected-stdout", 29 out: ["art-run-test-1978-regular-obsolete-then-structural-obsolescence-expected-stdout.txt"], 36 name: "art-run-test-1978-regular-obsolete-then-structural-obsolescence-expected-stderr", 37 out: ["art-run-test-1978-regular-obsolete-then-structural-obsolescence-expected-stderr.txt"],
|
/art/test/1917-get-stack-frame/src/art/ |
D | Test1917.java | 90 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/ |
D | expected-stdout.txt | 34 and then bar 35 Ignoring and then 38 Called and then with hello there
|
/art/compiler/optimizing/ |
D | gvn_test.cc | 136 HBasicBlock* then = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 139 graph->AddBlock(then); in TEST_F() 143 block->AddSuccessor(then); in TEST_F() 145 then->AddSuccessor(join); in TEST_F() 148 then->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 157 then->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F() 185 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto()); in TEST_F()
|
/art/test/063-process-manager/ |
D | info.txt | 1 Test that spawning a child process and then reaping it (a) works and (b)
|
/art/test/2253-checker-devirtualize-always-throws/ |
D | info.txt | 2 parameters, then we should also set the devirtualization as always
|
/art/test/1996-final-override-virtual-structural/ |
D | expected-stdout.txt | 6 super: Hi and then this: SALUTATIONS
|
/art/test/951-threaded-obsolete/ |
D | info.txt | 4 on a different thread then where the redefinition was triggered.
|
/art/test/851-null-instanceof/ |
D | info.txt | 2 containing null to a type, and then fail when using that dex register with an
|
/art/test/164-resolution-trampoline-dex-cache/ |
D | info.txt | 3 associated ClassTable. This discrepancy then led to a crash when JITting.
|
/art/test/661-oat-writer-layout/ |
D | info.txt | 4 MethodHotness bitmask (and sub-sorts by class_def_idx, then method_id).
|
/art/test/1947-breakpoint-redefine-deopt/ |
D | info.txt | 5 paths and then runs the function, receiving the breakpoint events.
|
/art/test/994-breakpoint-line/ |
D | info.txt | 5 paths and then runs the function, receiving the breakpoint events.
|
/art/test/530-checker-lse3/ |
D | info.txt | 2 a wider value is stored in a narrower field and then loaded from that field,
|
/art/test/663-odd-dex-size2/ |
D | info.txt | 11 The generated dex file was then manually edited to:
|
/art/test/663-odd-dex-size/ |
D | info.txt | 11 The generated dex file was then manually edited to:
|
/art/test/965-default-verify/ |
D | info.txt | 5 since it is much more proactive about finding likely runtime errors then smali.
|
/art/test/663-odd-dex-size3/ |
D | info.txt | 11 The generated dex file was then manually edited to:
|
/art/test/663-odd-dex-size4/ |
D | info.txt | 16 The generated dex file was then manually edited to:
|
/art/test/800-smali/smali/ |
D | b_22331663_fail.smali | 16 # be movable now, so ensure that we do not get a conflict (and then allow the move).
|
D | b_22331663.smali | 31 # which creates a conflict. Copy the conflict, and then return. This should not make the
|
/art/test/1930-monitor-info/ |
D | expected-stdout.txt | 15 Lock twice Java then native 19 Lock twice native then Java
|
/art/test/565-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 35 # The then part: beginning of the irreducible loop. 70 # The then part: beginning of the irreducible loop.
|
/art/test/674-hiddenapi/ |
D | info.txt | 7 The test then proceeds to exercise the following combinations of class loading:
|