/art/runtime/ |
D | utf-inl.h | 39 const uint8_t two = *(*utf8_data_in)++; in GetUtf16FromUtf8() local 42 return ((one & 0x1f) << 6) | (two & 0x3f); in GetUtf16FromUtf8() 47 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f); in GetUtf16FromUtf8() 59 const uint32_t code_point = ((one & 0x0f) << 18) | ((two & 0x3f) << 12) in GetUtf16FromUtf8()
|
/art/test/047-returns/ |
D | expected.txt | 6 two running 7 two
|
/art/test/079-phantom/ |
D | expected.txt | 3 Created Bitmap two: 20x20 (101) 5 Drawing Bitmap two: 20x20 (101)
|
/art/test/050-sync-test/src/ |
D | Main.java | 48 CpuThread one, two; in countTest() local 51 two = new CpuThread(2); in countTest() 63 two.start(); in countTest() 69 two.join(); in countTest()
|
/art/test/005-annotations/src/android/test/anno/ |
D | FullyNoted.java | 21 @AnnoFancyParameter(factor=3.7879912899761) long two) in bar() 30 @AnnoFancyParameter(factor=3.7879912899761) long two) in bar1()
|
/art/test/093-serialization/src/ |
D | Main.java | 96 Integer two; field in Base 101 two = Integer.valueOf(2); in Base() 127 System.out.println("one=" + one + " two=" + two + " three=" + three in check()
|
/art/test/068-classloader/src-ex/ |
D | DoubledImplement2.java | 29 public void two() { in two() method in DoubledImplement2
|
D | DoubledImplement.java | 29 public void two() { in two() method in DoubledImplement
|
/art/test/496-checker-inlining-and-class-loader/ |
D | expected.txt | 3 In between the two calls.
|
/art/test/093-serialization/ |
D | expected.txt | 1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
|
/art/test/531-regression-debugphi/ |
D | info.txt | 1 Test a regression where DeadPhiHandling would produce two equivalent phis of
|
/art/test/586-checker-null-array-get/ |
D | info.txt | 2 that used to merge two array gets that have the same inputs but
|
/art/test/045-reflect-array/ |
D | expected.txt | 7 zero one two ++
|
/art/test/069-field-type/ |
D | info.txt | 2 inappropriate object type in an instance field. By compiling two
|
/art/test/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 183 # Register v0 holds different constants at two throwing instructions. Runtime is 213 # Register v0 holds different integer values at two throwing instructions. 251 # Register pair (v0, v1) holds different long values at two throwing instructions. 302 # Register v0 holds different float values at two throwing instructions. Runtime 344 # Register pair (v0, v1) holds different double values at two throwing instructions. 386 # Register v0 holds different integer values at two throwing instructions. 435 # Register pair (v0, v1) holds different double values at two throwing instructions.
|
D | RegisterAllocator.smali | 58 # Test that wide catch phis are allocated to two stack slots.
|
D | SsaBuilder.smali | 20 # split in two.
|
/art/test/557-checker-ref-equivalent/smali/ |
D | TestCase.smali | 38 # broke the invariant of not sharing the same spill slot between those two
|
/art/test/547-regression-trycatch-critical-edge/smali/ |
D | TestCase.smali | 19 # the outer loop would have a smaller liveness position than the two back edges
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 403 # Check two irreducible loops, one within another. 450 # Check two irreducible loops, one within another. Almost identical 499 # Check two irreducible loops, one within another. Almost identical
|
/art/test/531-regression-debugphi/smali/ |
D | TestCase.smali | 26 # - left with two PrimNot equivalents of PhiA
|
/art/test/046-reflect/src/ |
D | Main.java | 66 String one, two, three, four; in showStrings() local 73 two = (String) field.get(instance); in showStrings() 78 System.out.println(" ::: " + one + ":" + two + ":" + three); in showStrings()
|
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 821 HInstruction* two = new (&allocator) HParameterValue( in TEST_F() local 828 entry->AddInstruction(two); in TEST_F() 861 LiveInterval* second = BuildInterval(ranges2, arraysize(ranges2), &allocator, -1, two); in TEST_F()
|
/art/tools/ahat/ |
D | README.txt | 39 * [low priority] Have a way to diff two heap dumps by site.
|