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

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-mips/
resource.h 14 * These five resource limit IDs have a MIPS/Linux-specific ordering,
  /external/webkit/Source/WebCore/manual-tests/
caretScrolling.html 12 five<br>
keep_spelling_markers.html 20 One twwo three foor five siz seven
  /external/clang/test/Frontend/
dependency-gen.c 19 // RUN: %clang -MD -MF - %s -fsyntax-only -I a/b/. | FileCheck -check-prefix=CHECK-FIVE %s
20 // CHECK-FIVE: {{ }}a/b/.{{[/\\]}}x.h
  /dalvik/tests/055-enum-performance/src/
Main.java 64 System.out.println(Enum.valueOf(c, "FIVE"));
71 "ZERO", "ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT",
83 basisValueOf("FIVE");
120 Enum.valueOf(c, "FIVE");
148 Enum.valueOf(c, "FIVE");
176 Enum.valueOf(c, "FIVE");
  /external/icu4c/test/intltest/
itrbnf.cpp 302 UnicodeString expected("four point five","");
849 const llong FIVE(0, 5);
850 const llong NEG_FIVE = -FIVE;
855 const llong TWO_TO_32X5 = TWO_TO_32 * FIVE;
866 &FIVE, &TWO, &TWO,
867 &FIVE, &NEG_TWO, &NEG_TWO,
870 &TWO, &FIVE, &ZERO,
872 &NEG_TWO, &FIVE, &ZERO,
878 &TWO_TO_32, &FIVE, &TWO_TO_32d5,
880 &NEG_TWO_TO_32, &FIVE, &NEG_TWO_TO_32d5
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableBiMapTest.java 240 .put("five", 5)
243 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5);
245 1, "one", 2, "two", 3, "three", 4, "four", 5, "five");
262 moreToPut.put("five", 5);
269 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5);
271 1, "one", 2, "two", 3, "three", 4, "four", 5, "five");
369 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5),
370 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5);
373 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5).inverse(),
374 1, "one", 2, "two", 3, "three", 4, "four", 5, "five");
    [all...]
  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 27 unsigned int *five, unsigned int *seven)
40 if (*five < *min) {
41 min = five;
125 unsigned int three = 1, five = 5, seven = 7; local
166 while ((grp = list_backups(fs, &three, &five, &seven)) <
  /external/icu4c/data/unidata/
DerivedNumericValues.txt 203 215D ; 0.625 ; ; 5/8 # No VULGAR FRACTION FIVE EIGHTHS
236 215A ; 0.83333333 ; ; 5/6 # No VULGAR FRACTION FIVE SIXTHS
237 1245C ; 0.83333333 ; ; 5/6 # Nl CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
patspecific_vars 46 &run_make_with_options($makefile, "BAZ=five", &get_logfile);
47 $answer = "one.x: one two five\ntwo.x: foo four five\nthree.x: foo four three\n";
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 19 <dd><pre class="stx">&lt;uses-configuration android:<a href="#five">reqFiveWayNav</a>=["true" | "false"]
41 requires a five-way navigation control, a touch screen that can be operated
54 <dt><a name="five"></a>{@code android:reqFiveWayNav}</dt>
55 <dd>Whether or not the application requires a five-way navigation control
56 &mdash; "{@code true}" if it does, and "{@code false}" if not. A five-way
138 <code><a href="#five">reqFiveWayNav</a></code> attribute to "{@code true}"
  /dalvik/libdex/
Leb128.cpp 27 * values are ones that are five bytes long where the final byte has
49 * values are ones that are five bytes long where the final byte has
  /external/icu4c/i18n/
unesctrn.h 39 * values are stored as a five character header. That is, their
41 * string. Following these five characters, the prefix
  /cts/tests/tests/webkitsecurity/assets/
menulist-popup-crash.html 19 + '<option>five</option>'
  /cts/tools/signature-tools/
README.txt 4 It consists roughly of five parts:
  /dalvik/dx/tests/091-ssa-const-collector/
Blort.java 5 ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN,EIGHT
  /dalvik/tests/015-switch/src/
Main.java 80 case -5: System.out.print("neg five\n"); break;
82 case 5: System.out.print("five\n"); break;
94 case -5: System.out.print("neg five\n"); break;
96 case 5: System.out.print("five\n"); break;
  /external/chromium/chrome/browser/google/
google_url_tracker.h 60 // sooner than five seconds after startup (checks requested before that time
96 // Begins the five-second startup sleep period, unless a test has cleared
100 // Called when the five second startup sleep has finished. Runs any pending
142 bool in_startup_sleep_; // True if we're in the five-second "no fetching"
  /external/qemu/android/
hw-lcd.c 21 /* Map density to one of our five bucket values.
  /external/srec/config/en.us/grammars/
digits.grxml 52 five
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 32 POSITION(BEGINNING_OF(skelfile)); !insert five line prologue
  /libcore/luni/src/main/java/java/math/
Multiplication.java 45 * An array with powers of five that fit in the type {@code int}.
60 * An array with the first powers of five in {@code BigInteger} version.
175 * Multiplies a number by a power of five.
187 } else {// Large powers of five
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidEnumTest.java 36 FIVE, SIX
  /external/v8/test/mjsunit/
smi-ops-inlined.js 445 var five = 5;
503 assertEquals(0x73594000, (pos_smi) << five);
513 assertEquals(0x73594000, (pos_smi + 0.5) << five);
521 assertEquals(-0x73594000, (neg_smi) << five);
531 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
535 five = 0;
536 while (five < 5 ) ++five;
537 four = five - one;
599 assertEquals(0x73594000, (pos_smi) << five);
    [all...]
smi-ops.js 452 var five = 5;
510 assertEquals(0x73594000, (pos_smi) << five);
520 assertEquals(0x73594000, (pos_smi + 0.5) << five);
528 assertEquals(-0x73594000, (neg_smi) << five);
538 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
542 five = 0;
543 while (five < 5 ) ++five;
544 four = five - one;
606 assertEquals(0x73594000, (pos_smi) << five);
    [all...]

Completed in 571 milliseconds

12 3 4 5 6 7 8 91011>>