Searched defs:two (Results 1 - 5 of 5) sorted by relevance

/dalvik/tests/068-classloader/src-ex/
H A DDoubledImplement.java15 public void two() { method in class:DoubledImplement
16 System.out.println("DoubledImplement two");
H A DDoubledImplement2.java29 public void two() { method in class:DoubledImplement2
30 System.out.println("DoubledImplement2 two");
/dalvik/libdex/
H A DDexUtf.h42 unsigned int one, two, three; local
46 /* two- or three-byte encoding */
47 two = *(*pUtf8Ptr)++;
52 ((two & 0x3f) << 6) |
55 /* two-byte encoding */
57 (two & 0x3f);
65 /* Compare two '\0'-terminated modified UTF-8 strings, using Unicode
80 * the consumed character. This will consume two encoded UTF-16 code
/dalvik/tests/004-annotations/src/android/test/anno/
H A DFullyNoted.java21 @AnnoFancyParameter(factor=3.7879912899761) long two)
30 @AnnoFancyParameter(factor=3.7879912899761) long two)
19 bar( @nnoSimpleParameter int one, @AnnoFancyParameter(factor=3.7879912899761) long two) argument
28 bar1( @nnoSimpleParameter int one, @AnnoFancyParameter(factor=3.7879912899761) long two) argument
/dalvik/tests/093-serialization/src/
H A DMain.java79 Integer two; field in class:Base
84 two = Integer.valueOf(2);
110 System.out.println("one=" + one + " two=" + two + " three=" + three

Completed in 192 milliseconds