Home
last modified time | relevance | path

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

12

/dalvik/libdex/
DDexUtf.h42 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/
Dexpected.txt6 two running
7 two
/dalvik/tests/079-phantom/
Dexpected.txt3 Created Bitmap two: 20x20 (101)
5 Drawing Bitmap two: 20x20 (101)
/dalvik/tests/004-annotations/src/android/test/anno/
DFullyNoted.java21 @AnnoFancyParameter(factor=3.7879912899761) long two) in bar()
30 @AnnoFancyParameter(factor=3.7879912899761) long two) in bar1()
/dalvik/tests/050-sync-test/src/
DMain.java34 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/
DMain.java79 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/
Dinfo.txt1 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/
DDoubledImplement.java15 public void two() { in two() method in DoubledImplement
DDoubledImplement2.java29 public void two() { in two() method in DoubledImplement2
/dalvik/tests/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
/dalvik/tests/045-reflect-array/
Dexpected.txt7 zero one two ++
/dalvik/tests/069-field-type/
Dinfo.txt2 inappropriate object type in an instance field. By compiling two
/dalvik/dx/tests/043-dex-two-classes/
Dinfo.txt4 an attempt to combine two classes into a .dex file succeeds.
/dalvik/vm/mterp/armv5te/
Dstub.S2 SAVE_PC_FP_TO_SELF() @ only need to export these two
DOP_AGET_WIDE.S21 @ May want to swap the order of these two branches depending on how the
DOP_APUT_WIDE.S22 @ May want to swap the order of these two branches depending on how the
/dalvik/dx/tests/115-merge/
Dinfo.txt1 Merges two dex files into one and then loads the result.
/dalvik/vm/mterp/arm-vfp/
DREADME.txt7 to transfer double-precision values in two steps.
/dalvik/vm/arch/arm/
DCallOldABI.S120 @ 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/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
/dalvik/vm/mterp/x86/
DOP_APUT_OBJECT.S33 movl %ecx,sReg0 # store the two classes for later
/dalvik/dx/tests/085-dex-jsr-ret/
Dblort.j39 ; a subroutine with two returns and a catch block
/dalvik/vm/native/
DREADME.txt19 also treat them as DalvikBridgeFunc, which takes two extra arguments.
/dalvik/tests/046-reflect/src/
DMain.java50 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/
DREADME.txt30 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

12