HomeSort by relevance Sort by last modified time
    Searched full:five (Results 26 - 50 of 391) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 32 POSITION(BEGINNING_OF(skelfile)); !insert five line prologue
  /frameworks/base/tests/CoreTests/android/core/
EnumTest.java 37 FIVE, SIX
  /external/v8/test/mjsunit/
smi-ops.js 443 var five = 5;
501 assertEquals(0x73594000, (pos_smi) << five);
511 assertEquals(0x73594000, (pos_smi + 0.5) << five);
519 assertEquals(-0x73594000, (neg_smi) << five);
529 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
533 five = 0;
534 while (five < 5 ) ++five;
535 four = five - one;
597 assertEquals(0x73594000, (pos_smi) << five);
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ConcurrentHashMapTest.java 35 map.put(five, "E");
151 assertTrue(s.contains(five));
226 (e.getKey().equals(five) && e.getValue().equals("E")));
242 assertTrue(empty.containsKey(five));
307 map.remove(five);
309 assertFalse(map.containsKey(five));
317 map.remove(five, "E");
319 assertFalse(map.containsKey(five));
CopyOnWriteArraySetTest.java 63 v.add(five);
116 assertFalse(full.contains(five));
  /dalvik/libcore/math/src/main/java/java/math/
Multiplication.java 47 * An array with powers of five that fit in the type {@code int}.
62 * An array with the first powers of five in {@code BigInteger} version.
181 * Multiplies a number by a power of five.
193 } else {// Large powers of five
  /external/webkit/WebCore/manual-tests/
stale-scrollbar-client-crash.html 32 <option>Five</option>
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 144 "Zero","One","Two","Three","Four","Five",
149 "Twenty-Five","Twenty-Six","Twenty-Seven","Twenty-Eight",
151 "Thirty-Three","Thirty-Four","Thirty-Five","Thirty-Six",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-107138.js 44 var arr = ['zero', 'one', 'two', 'three', 'four', 'five',
103 expect = 'five';
108 expect = 'five';
  /dalvik/libcore/json/src/test/java/org/json/
JSONStringerTest.java 59 stringer.value("five");
62 assertEquals("[false,5,5,\"five\",null]", stringer.toString());
81 stringer.key("d").value("five");
87 "\"d\":\"five\"," +
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 38 * - Have five separate pieces that do the loading, so we can work the
  /external/bsdiff/
bsdiff.1 51 patches produced are on average a factor of five smaller
  /external/dropbear/debian/
README.runit 35 /var/service/. The service will be started within five seconds, and
  /external/elfutils/libelf/
dl-hash.h 23 first five operations no overflow is possible so we optimized it a
  /external/icu4c/data/unidata/
NormalizationCorrections.txt 27 # typo found and corrected in Corrigendum #3, and five for
  /external/icu4c/test/cintltst/
chashtst.c 163 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
164 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
188 uhash_puti(hash, (void*)five, 5, &status);
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-validate-input.js 51 r = zip + " is longer than five characters.";
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 51 r = zip + " is longer than five characters.";
  /dalvik/libdex/
Leb128.h 108 * values are ones that are five bytes long where the final byte has
120 * values are ones that are five bytes long where the final byte has
  /external/icu4c/test/intltest/
allcoll.cpp 25 UnicodeString newRules("& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 ");
31 UnicodeString ruleset("& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 ");
  /external/srec/config/en.us/grammars/
ipaq_commands.grxml 128 <item> five <tag>V='5'</tag> </item>
142 <item> five <tag>V='5'</tag> </item>
  /dalvik/libcore/luni/src/main/java/java/util/
EnumSet.java 156 * six overloadings of the method. They accept from one to five elements
174 * six overloadings of the method. They accept from one to five elements
194 * six overloadings of the method. They accept from one to five elements
216 * six overloadings of the method. They accept from one to five elements
240 * six overloadings of the method. They accept from one to five elements
  /bionic/libc/regex/
cname.h 110 { "five", '5' },
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatareplacedatabegining.java 38 * arg="South". The method should replace characters five
characterdatareplacedatamiddle.java 39 * arg="South". The method should replace characters five

Completed in 7861 milliseconds

12 3 4 5 6 7 8 91011>>