/dalvik/libdex/ |
D | DexUtf.h | 42 unsigned int one, two, three; in dexGetUtf16FromUtf8() local 47 two = *(*pUtf8Ptr)++; in dexGetUtf16FromUtf8() 52 ((two & 0x3f) << 6) | in dexGetUtf16FromUtf8() 57 (two & 0x3f); in dexGetUtf16FromUtf8()
|
/dalvik/tests/047-returns/ |
D | expected.txt | 6 two running 7 two
|
/dalvik/tests/079-phantom/ |
D | expected.txt | 3 Created Bitmap two: 20x20 (101) 5 Drawing Bitmap two: 20x20 (101)
|
/dalvik/tests/004-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()
|
/dalvik/tests/050-sync-test/src/ |
D | Main.java | 34 CpuThread one, two; in countTest() local 37 two = new CpuThread(2); in countTest() 48 two.start(); in countTest() 54 two.join(); in countTest()
|
/dalvik/tests/093-serialization/src/ |
D | Main.java | 79 Integer two; field in Base 84 two = Integer.valueOf(2); in Base() 110 System.out.println("one=" + one + " two=" + two + " three=" + three in check()
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
D | info.txt | 1 This is a dump of two simple classes which are valid in structure but 7 are two possible variants (method may be null), and this test contains one
|
/dalvik/tests/068-classloader/src-ex/ |
D | DoubledImplement.java | 15 public void two() { in two() method in DoubledImplement
|
D | DoubledImplement2.java | 29 public void two() { in two() method in DoubledImplement2
|
/dalvik/tests/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
|
/dalvik/tests/045-reflect-array/ |
D | expected.txt | 7 zero one two ++
|
/dalvik/tests/069-field-type/ |
D | info.txt | 2 inappropriate object type in an instance field. By compiling two
|
/dalvik/dx/tests/043-dex-two-classes/ |
D | info.txt | 4 an attempt to combine two classes into a .dex file succeeds.
|
/dalvik/vm/mterp/armv5te/ |
D | stub.S | 2 SAVE_PC_FP_TO_SELF() @ only need to export these two
|
D | OP_AGET_WIDE.S | 21 @ May want to swap the order of these two branches depending on how the
|
D | OP_APUT_WIDE.S | 22 @ May want to swap the order of these two branches depending on how the
|
/dalvik/dx/tests/115-merge/ |
D | info.txt | 1 Merges two dex files into one and then loads the result.
|
/dalvik/vm/mterp/arm-vfp/ |
D | README.txt | 7 to transfer double-precision values in two steps.
|
/dalvik/vm/arch/arm/ |
D | CallOldABI.S | 120 @ want the first two items in argv to end up in r2/r3. 137 @ Load the last two args. These are coming out of the interpreted stack, 139 @ safe to load two items out of argv even if we're at the end.
|
/dalvik/tests/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or
|
/dalvik/vm/mterp/x86/ |
D | OP_APUT_OBJECT.S | 33 movl %ecx,sReg0 # store the two classes for later
|
/dalvik/dx/tests/085-dex-jsr-ret/ |
D | blort.j | 39 ; a subroutine with two returns and a catch block
|
/dalvik/vm/native/ |
D | README.txt | 19 also treat them as DalvikBridgeFunc, which takes two extra arguments.
|
/dalvik/tests/046-reflect/src/ |
D | Main.java | 50 String one, two, three, four; in showStrings() local 57 two = (String) field.get(instance); in showStrings() 62 System.out.println(" ::: " + one + ":" + two + ":" + three); in showStrings()
|
/dalvik/vm/mterp/ |
D | README.txt | 30 The architecture-specific config files determine what goes into two 141 is special in two ways: (1) the sources are assumed to be C code, and 256 is one mandatory field, and two optional fields: 286 mterp supports two sets of handler entries (for ARM) or two jump
|