Home
last modified time | relevance | path

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

12

/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/079-phantom/
Dexpected.txt3 Created Bitmap two: 20x20 (101)
5 Drawing Bitmap two: 20x20 (101)
/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/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/
DDoubledImplement2.java29 public void two() { in two() method in DoubledImplement2
DDoubledImplement.java29 public void two() { in two() method in DoubledImplement
/art/test/496-checker-inlining-and-class-loader/
Dexpected.txt3 In between the two calls.
/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/531-regression-debugphi/
Dinfo.txt1 Test a regression where DeadPhiHandling would produce two equivalent phis of
/art/test/586-checker-null-array-get/
Dinfo.txt2 that used to merge two array gets that have the same inputs but
/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/510-checker-try-catch/smali/
DRuntime.smali183 # 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.
DRegisterAllocator.smali58 # Test that wide catch phis are allocated to two stack slots.
DSsaBuilder.smali20 # split in two.
/art/test/557-checker-ref-equivalent/smali/
DTestCase.smali38 # broke the invariant of not sharing the same spill slot between those two
/art/test/547-regression-trycatch-critical-edge/smali/
DTestCase.smali19 # the outer loop would have a smaller liveness position than the two back edges
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali403 # 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/
DTestCase.smali26 # - left with two PrimNot equivalents of PhiA
/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.cc821 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/
DREADME.txt39 * [low priority] Have a way to diff two heap dumps by site.

12