/art/libdexfile/dex/ |
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/641-checker-arraycopy/src/ |
D | Main.java | 50 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/ |
D | expected.txt | 3 Created Bitmap two: 20x20 (101) 5 Drawing Bitmap two: 20x20 (101)
|
/art/test/ti-agent/ |
D | ti_utf.h | 74 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/ |
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/tools/hiddenapi/ |
D | README.md | 5 their access flags if their signatures appear on one of two lists - greylist 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 (greylist, 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/ |
D | expected.txt | 11 arg2: java.lang.String "two" 22 arg2: java.lang.String "two"
|
/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/496-checker-inlining-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/069-field-type/ |
D | info.txt | 2 inappropriate object type in an instance field. By compiling two
|
/art/test/045-reflect-array/ |
D | expected.txt | 7 zero one two ++
|
/art/test/066-mismatched-super/ |
D | info.txt | 1 This tests two cases:
|
/art/test/663-odd-dex-size2/ |
D | info.txt | 1 Test for two files with an odd size in a vdex file.
|
/art/test/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or
|
/art/tools/amm/ |
D | README.md | 8 There are two components of the actionable memory metric:
|
/art/test/674-hiddenapi/ |
D | info.txt | 2 two JARs. The first (parent) defines methods and fields and the second (child)
|
/art/test/586-checker-null-array-get/smali/ |
D | SmaliTests.smali | 42 # 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
|
/art/tools/runtime_memusage/ |
D | README | 22 sanitizer_logcat_analysis.sh is the main executable that will use the other two 23 in order to give both types of information. The other two are used in some of
|