Home
last modified time | relevance | path

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

/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/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/dx/tests/043-dex-two-classes/
Dinfo.txt4 an attempt to combine two classes into a .dex file succeeds.
/dalvik/dx/tests/115-merge/
Dinfo.txt1 Merges two dex files into one and then loads the result.
/dalvik/dx/tests/085-dex-jsr-ret/
Dblort.j39 ; a subroutine with two returns and a catch block
/dalvik/opcode-gen/
Dbytecode.txt25 # Note: The family that starts with 12x has a mix of both two- and
26 # three- register formats. This is because some of the two-register
27 # opcodes effectively take three, with a destination and two sources
/dalvik/docs/
Dporting-proto.c.txt95 * ARM lib doesn't clamp large values or NaN the way we want on these two.