HomeSort by relevance Sort by last modified time
    Searched full:three (Results 51 - 75 of 1711) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/test/cintltst/
chashtst.c 101 static const char three[6] = {0x74, 0x68, 0x72, 0x65, 0x65, 0}; /* "three" */ local
121 _put(hash, three, 3, 0);
126 _get(hash, three, 3);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
161 static const UChar three[6] = {0x0074, 0x0068, 0x0072, 0x0065, 0x0065, 0}; /* L"three" */ local
186 uhash_puti(hash, (void*)three, 3, &status);
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 56 " ONE, TWO, THREE" +
73 assertTrue(constantNames.contains("THREE"));
84 // assertEquals("THREE", enumConstants[2].getName());
92 " ONE, TWO, THREE;" +
117 " ONE(1), TWO(2), THREE(3);" +
  /cts/tests/tests/text/src/android/text/method/cts/
MultiTapKeyListenerTest.java 142 * 3. press KEYCODE_5 three times, text is "hel".
143 * 4. press KEYCODE_5 three times, text is "hell".
186 * 3. press KEYCODE_5 three times, text is "hel".
187 * 4. press KEYCODE_5 three times, text is "hell".
231 * 3. press KEYCODE_5 three times, text is "Hel".
232 * 4. press KEYCODE_5 three times, text is "Hell".
287 * 3. press KEYCODE_5 three times, text is "Hel".
288 * 4. press KEYCODE_5 three times, text is "Hell".
344 * 3. press KEYCODE_5 three times, text is "Hel".
345 * 4. press KEYCODE_5 three times, text is "Hell"
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 155 Timestamp three = new Timestamp(now, new MyCertPath(new byte[] { 10, local
160 assertTrue(one.hashCode() != three.hashCode());
161 assertTrue(two.hashCode() != three.hashCode());
  /external/expat/win32/
README.txt 2 Expat can be built on Windows in three ways:
37 There are three possible configurations: using the
40 one can build three different Expat libraries depending
  /external/libpng/contrib/gregbook/
README 7 Chapters 13, 14 and 15 of "PNG: The Definitive Guide" discuss three free,
16 The source code for all three demo programs currently compiles under
55 13-15 of the book for detailed discussion of the three programs.
78 Note that all three packages are designed to be built from a command
93 There is no "install" target, so copy the three executables somewhere
94 in your path or run them from the current directory. All three will
130 The result should be three executables: rpng-win.exe, rpng2-win.exe,
158 All three will print a basic usage screen when run without any command-
  /external/webkit/WebCore/page/
SecurityOriginHash.h 55 // FIXME: The hash function above compares three specific fields.
56 // This code to compare those three specific fields should be moved here from
  /frameworks/base/docs/html/guide/practices/design/
index.jd 10 <p>An outstanding user experience has three key characteristics: it is
12 every platform since the dawn of computing has probably cited those same three
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 44 "This is a very long text. This text should be broken into three " +
46 "three separate messages.This is a very long text. This text should be broken " +
47 "into three separate messages.This is a very long text. This text should be " +
48 "broken into three separate messages.";;
  /cts/tools/signature-tools/src/signature/model/
IPackage.java 38 * containing the three elements "a", "b", "c".
  /dalvik/dx/tests/091-ssa-const-collector/
Blort.java 5 ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN,EIGHT
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
AtomicReferenceArrayTest.java 52 Integer[] a = { two, one, three, four, seven};
124 while(!a.compareAndSet(0, two, three)) Thread.yield();
131 assertEquals(a.get(0), three);
199 Integer[] a = { two, one, three, four, seven};
CopyOnWriteArraySetTest.java 61 v.add(three);
75 v.add(three);
97 full.add(three);
98 assertTrue(full.contains(three));
  /dalvik/libcore/xml/src/test/java/tests/xml/
SimpleBuilderTest.java 89 Element three = (Element) list.item(2); local
96 assertEquals("Rent this space!", getTextContent(three));
101 assertEquals("drei", three.getAttribute("three"));
  /dalvik/tests/015-switch/src/
Main.java 29 case 3: System.out.print("three\n"); break;
34 case 3: System.out.print("three\n"); break;
56 case 3: System.out.print("three!\n"); break;
61 case 3: System.out.print("three!\n"); break;
  /dalvik/tests/047-returns/src/
Main.java 59 System.out.println("three running");
  /dalvik/vm/compiler/codegen/arm/
README.txt 34 For the Thumb/Thumb2 directories, each contain the followin three files:
  /development/tools/zoneinfo/tzdata2009s/
pacificnew 11 # "Q" (Quadrennial) to maintain three-character zone abbreviations.
  /external/bluetooth/glib/docs/reference/
README 34 The Makefiles for this module define three targets:
  /external/bluetooth/glib/gio/tests/
live-g-file.txt 3 The script works in three modes:
  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 26 static unsigned int list_backups(ext2_filsys fs, unsigned int *three,
29 unsigned int *min = three;
126 unsigned int three = 1, five = 5, seven = 7; local
167 while ((grp = list_backups(fs, &three, &five, &seven)) <
  /external/icu4c/test/compat/
readme.txt 33 -All three arguments are integer values
  /external/iptables/extensions/
libipt_addrtype.man 4 addresses into various groups. The exact definition of that group depends on the specific layer three protocol.
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 28 * identifier consists of three bytes containing the OUI, followed by four
  /external/srec/config/en.us/grammars/
digits.grxml 44 three

Completed in 386 milliseconds

1 23 4 5 6 7 8 91011>>