Home
last modified time | relevance | path

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

12

/art/libdexfile/dex/
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-stdout.txt6 two running
7 two
/art/test/641-checker-arraycopy/src/
DMain.java50 public static void assertEquals(Object one, Object two) { in assertEquals() argument
51 if (one != two) { in assertEquals()
52 throw new Error("Expected " + one + ", got " + two); in assertEquals()
/art/test/079-phantom/
Dexpected-stdout.txt3 Created Bitmap two: 20x20 (101)
5 Drawing Bitmap two: 20x20 (101)
/art/test/ti-agent/
Dti_utf.h74 const uint8_t two = *(*utf8_data_in)++; in GetUtf16FromUtf8() local
77 return ((one & 0x1f) << 6) | (two & 0x3f); in GetUtf16FromUtf8()
82 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f); in GetUtf16FromUtf8()
94 const uint32_t code_point = ((one & 0x0f) << 18) | ((two & 0x3f) << 12) in GetUtf16FromUtf8()
/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/tools/hiddenapi/
DREADME.md5 their access flags if their signatures appear on one of two lists - unsupported and
8 access restricted only to platform code. Methods/fields not mentioned on the two
14 The methods/fields to be marked are specified in two text files (unsupported,
37 therefore produces a value where at least two bits are set and there is never
48 make the LEB128 encoding at least two bytes long
/art/test/1945-proxy-method-arguments/
Dexpected-stdout.txt11 arg2: java.lang.String "two"
22 arg2: java.lang.String "two"
/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/496-checker-inlining-class-loader/
Dexpected-stdout.txt3 In between the two calls.
/art/test/093-serialization/
Dexpected-stdout.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/069-field-type/
Dinfo.txt2 inappropriate object type in an instance field. By compiling two
/art/test/045-reflect-array/
Dexpected-stdout.txt7 zero one two ++
/art/test/066-mismatched-super/
Dinfo.txt1 This tests two cases:
/art/odrefresh/
DREADME.md4 ART APEX update. It provides two key features:
/art/test/663-odd-dex-size2/
Dinfo.txt1 Test for two files with an odd size in a vdex file.
/art/test/064-field-access/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
/art/test/800-smali/smali/
Db_134061982.smali18 # * v3 = p0 = input for two legs.
/art/test/674-hiddenapi/
Dinfo.txt2 two JARs. The first (parent) defines methods and fields and the second (child)
/art/test/586-checker-null-array-get/smali/
DSmaliTests.smali42 # the load store elimination think it could merge two ArrayGet with different
83 # This is indentical to bar() except that it has two check-casts
111 # the load store elimination think it could merge two ArrayGet with different

12