Searched refs:two (Results 1 – 16 of 16) sorted by relevance
/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/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/079-phantom/ |
D | expected.txt | 3 Created Bitmap two: 20x20 (101) 5 Drawing Bitmap two: 20x20 (101)
|
/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 | DoubledImplement.java | 29 public void two() { in two() method in DoubledImplement
|
D | DoubledImplement2.java | 29 public void two() { in two() method in DoubledImplement2
|
/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/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/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 | 791 HInstruction* two = new (&allocator) HParameterValue(0, Primitive::kPrimInt); in TEST() local 795 entry->AddInstruction(two); in TEST() 828 LiveInterval* second = BuildInterval(ranges2, arraysize(ranges2), &allocator, -1, two); in TEST()
|
/art/tools/dexfuzz/ |
D | README | 54 And also at least two of the following backends:
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 491 …lsr r3, r2, LOCK_WORD_READ_BARRIER_STATE_SHIFT @ if either of the upper two bits (28-29) are s… 522 cbnz r2, .Lslow_unlock @ if either of the top two bits are set, go slow path
|