/art/test/032-concrete-sub/ |
D | Android.bp | 3 // Build rules for ART run-test `032-concrete-sub`. 16 name: "art-run-test-032-concrete-sub-src", 23 name: "art-run-test-032-concrete-sub", 28 "art-run-test-032-concrete-sub-src" 31 ":art-run-test-032-concrete-sub-expected-stdout", 32 ":art-run-test-032-concrete-sub-expected-stderr", 38 name: "art-run-test-032-concrete-sub-expected-stdout", 39 out: ["art-run-test-032-concrete-sub-expected-stdout.txt"], 46 name: "art-run-test-032-concrete-sub-expected-stderr", 47 out: ["art-run-test-032-concrete-sub-expected-stderr.txt"],
|
/art/test/004-JniTest/ |
D | expected-stdout.txt | 14 RUNNING super object, sub class, super nonstatic 16 PASSED super object, sub class, super nonstatic 19 RUNNING sub object, super class, super nonstatic 21 PASSED sub object, super class, super nonstatic 24 RUNNING sub object, sub class, super nonstatic 26 PASSED sub object, sub class, super nonstatic 29 RUNNING sub object, sub class, sub nonstatic 31 PASSED sub object, sub class, sub nonstatic
|
/art/test/474-fp-sub-neg/ |
D | Android.bp | 3 // Build rules for ART run-test `474-fp-sub-neg`. 16 name: "art-run-test-474-fp-sub-neg", 21 ":art-run-test-474-fp-sub-neg-expected-stdout", 22 ":art-run-test-474-fp-sub-neg-expected-stderr", 28 name: "art-run-test-474-fp-sub-neg-expected-stdout", 29 out: ["art-run-test-474-fp-sub-neg-expected-stdout.txt"], 36 name: "art-run-test-474-fp-sub-neg-expected-stderr", 37 out: ["art-run-test-474-fp-sub-neg-expected-stderr.txt"],
|
D | info.txt | 3 A pair (sub, neg) should not be transforemd to (sub) for
|
/art/test/1946-list-descriptors/src-art/art/ |
D | Test1946.java | 59 private static <T> void checkEq(T[] full, T[] sub, final String msg) { in checkEq() argument 61 check(full.length == sub.length, () -> "not equal length"); in checkEq() 63 () -> Arrays.toString(full) + " is not same as " + Arrays.toString(sub) + ": " + msg; in checkEq() 64 check(new HashSet<T>(Arrays.asList(full)).containsAll(Arrays.asList(sub)), msgGen); in checkEq() 67 private static <T> void checkSubset(T[] full, T[] sub, final String msg) { in checkSubset() argument 69 () -> Arrays.toString(full) + " does not contain all of " + Arrays.toString(sub) + ": " + msg; in checkSubset() 70 check(new HashSet<T>(Arrays.asList(full)).containsAll(Arrays.asList(sub)), msgGen); in checkSubset()
|
/art/test/093-serialization/src/ |
D | Main.java | 48 Sub sub = new Sub('X'); in createStream() local 49 objStream.writeObject(sub); in createStream() 63 Sub sub; in checkStream() local 66 sub = (Sub) objStream.readObject(); in checkStream() 75 sub.check(); in checkStream()
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 86 sub $0xffff, %edx 92 sub %edx, %esi 129 sub $0xffff, %edx 146 sub $32, %ecx 151 sub $32, %ecx 176 sub $0xffff, %edx 206 sub $0xffff, %edx 218 sub $32, %ecx 229 sub $32, %ecx 258 sub $0xffff, %edx [all …]
|
/art/test/032-concrete-sub/src/ |
D | ConcreteSub.java | 29 ConcreteSub sub = new ConcreteSub(); in main() local 32 callBase(sub); in main()
|
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 287 HInstruction* sub = InsertInstruction( in TEST_F() local 298 EXPECT_STREQ("(( - (1)) * i + (100)):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F() 320 HInstruction* sub = InsertInstruction( in TEST_F() local 322 HInstruction* store2 = InsertArrayStore(sub, 0); in TEST_F() 323 k_header->AddInput(sub); in TEST_F() 470 HInstruction* sub = InsertInstruction( in TEST_F() local 473 new (GetAllocator()) HNeg(DataType::Type::kInt32, sub), 0); in TEST_F() 489 GetInductionInfo(sub, 0).c_str()); in TEST_F() 572 HInstruction* sub = InsertInstruction( in TEST_F() local 575 new (GetAllocator()) HNeg(DataType::Type::kInt32, sub), 0); in TEST_F() [all …]
|
D | instruction_simplifier_shared.h | 55 inline bool IsSubRightSubLeftShl(HSub *sub) { in IsSubRightSubLeftShl() argument 56 HInstruction* right = sub->GetRight(); in IsSubRightSubLeftShl()
|
D | instruction_simplifier_x86_shared.cc | 131 HSub* sub = to_test->AsSub(); in AreLeastSetBitInputs() local 132 HConstant* cst = sub->GetConstantRight(); in AreLeastSetBitInputs() 133 return cst != nullptr && cst->IsOne() && other == sub->GetLeastConstantLeft(); in AreLeastSetBitInputs()
|
/art/test/961-default-iface-resolution-gen/util-src/ |
D | generate_java.py | 320 for sub in split: 321 if sub == 1: 326 ifaces.append(list(create_interface_trees_inner(sub, allow_default))) 335 for sub, cs in zip(split, itertools.count()): 336 if sub == 1: 339 ifaces.append(list(create_interface_trees_inner(sub, i == cs)))
|
/art/runtime/arch/arm64/ |
D | memcmp16_arm64.S | 102 sub result, data1, data2 131 sub limit, limit, #1 139 sub result, data1, data2
|
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 79 sub r2, r2, #1 181 sub r2, r2, #8 209 sub r1, r1, #2 218 sub r1, r1, #2
|
D | quick_entrypoints_arm.S | 51 sub sp, #8 @ 2 words of space, alignment padding and Method* 499 sub sp, sp, r10 @ Reserve space for callee stack 500 sub r10, r10, #4 675 sub sp, #8 @ push padding 1108 sub r1, #1 1149 sub r12, r3, r12 // Compute the remaining buf size. 1233 sub r12, r12, r3 // Compute the remaining buf size. 1752 sub r0, #2 1755 sub r2, r3, r2 1802 sub r0, #6 [all …]
|
/art/tools/ |
D | analyze-init-failures.py | 109 failed_clazz_norm = re.sub(r"^L", "", failed_clazz) 110 failed_clazz_norm = re.sub(r";$", "", failed_clazz_norm) 111 failed_clazz_norm = re.sub(r"/", "", failed_clazz_norm)
|
/art/test/100-reflect2/src/sub/ |
D | PPClass.java | 17 package sub; package
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 64 sub %rsi, %rcx 66 sub %rcx, %rdi 74 sub $64, %rdx 107 sub $32, %rdx 123 sub $128, %rdx 183 sub $32, %rdx 192 sub $256, %rdx 294 sub $32, %rdx 314 sub $64, %rdx 337 sub $64, %rdx [all …]
|
/art/test/142-classloader2/ |
D | info.txt | 1 Check sub-classing of PathClassLoader.
|
/art/test/706-checker-scheduler/src/ |
D | Main.java | 620 int sub = 0; in testCrossItersDependencies() local 623 sub -= sum; in testCrossItersDependencies() 626 expectEquals(sub, -4); in testCrossItersDependencies()
|
/art/test/640-checker-simd/src/ |
D | SimdFloat.java | 50 static void sub(float x) { in sub() method in SimdFloat 144 sub(2.0f); in main()
|
D | SimdDouble.java | 50 static void sub(double x) { in sub() method in SimdDouble 145 sub(2.0); in main()
|
/art/test/571-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 33 sub-float v2, v2, v1 37 sub-int p0, p0, v0
|
/art/test/661-oat-writer-layout/ |
D | info.txt | 4 MethodHotness bitmask (and sub-sorts by class_def_idx, then method_id).
|
/art/test/964-default-iface-init-gen/util-src/ |
D | generate_java.py | 366 for sub in split: 367 ifaces.append(list(create_interface_trees(sub))) 385 for sub in split: 386 ifaces.append(list(create_interface_trees(sub)))
|