Home
last modified time | relevance | path

Searched refs:two (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dutf-inl.h39 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/
Dexpected.txt6 two running
7 two
/art/test/050-sync-test/src/
DMain.java48 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/
Dexpected.txt3 Created Bitmap two: 20x20 (101)
5 Drawing Bitmap two: 20x20 (101)
/art/test/005-annotations/src/android/test/anno/
DFullyNoted.java21 @AnnoFancyParameter(factor=3.7879912899761) long two) in bar()
30 @AnnoFancyParameter(factor=3.7879912899761) long two) in bar1()
/art/test/093-serialization/src/
DMain.java96 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/
DDoubledImplement.java29 public void two() { in two() method in DoubledImplement
DDoubledImplement2.java29 public void two() { in two() method in DoubledImplement2
/art/test/093-serialization/
Dexpected.txt1 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/
Dexpected.txt7 zero one two ++
/art/test/069-field-type/
Dinfo.txt2 inappropriate object type in an instance field. By compiling two
/art/test/064-field-access/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
/art/test/046-reflect/src/
DMain.java66 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/
Dregister_allocator_test.cc791 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/
DREADME54 And also at least two of the following backends:
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S491 …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