HomeSort by relevance Sort by last modified time
    Searched refs:five (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
scope-001.js 22 * The idea behind bug 53268 is as follows. The item 'five' below is defined
24 * obj.__proto__ = this, 'five' should become a read-only propery of obj.
26 * If we then change obj.__proto__ to null, obj.five should initially be
27 * undefined. We should be able to define obj.five to whatever we want,
28 * and be able to access this value as obj.five.
30 * Bug 53268 was filed because obj.five could not be set or accessed after
39 const five = 5;
57 actual = obj.five;
61 obj.five=1;
62 actual = obj.five;
    [all...]
  /external/srec/config/en.us/tcp/
change_sample_rate2.tcp 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two
14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seve
    [all...]
  /external/clang/test/Analysis/
idempotent-operations.cpp 11 int five = 5; local
13 test(five * a); // expected-warning {{The right operand to '*' is always 0}}
  /external/e2fsprogs/lib/ext2fs/
sparse.c 52 unsigned int *five, unsigned int *seven)
65 if (*five < *min) {
66 min = five;
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)) <
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidInstanceofTest.java 79 ChildOfAOne five = mFive; local
81 assertTrue("m_five is suppose to be a ChildOfAFive", five instanceof ChildOfAFive);
86 ChildOfAFive five = mFive; local
88 assertTrue("m_five is suppose to be a InterfaceFour", five instanceof InterfaceFour);
  /dalvik/tests/093-serialization/src/
Main.java 93 Float five; field in class:Sub
102 five = 5.0f;
111 + " four=" + four + " five=" + five + " six=" + six
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 67 ViewOne five = new ViewOne(mContext); local
68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
109 TextView five = new TextView(mContext); local
110 five.setText("H");
111 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 54 IntTemplate<5> five; local
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 27 int five = f(5); local
31 five += 1;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ConcurrentModTest.java 175 Double five = new Double(5.0); local
176 c.add(five);
  /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...]
keyed-call-ic.js 134 f.five = function() { return 'five'; }
140 key = 'five';
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 236 let five = const_int i64_type 5 in var
237 let ffive = const_uitofp five double_type in
246 ignore (define_global "const_add" (const_add foldbomb five) m);
247 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
248 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
250 ignore (define_global "const_sub" (const_sub foldbomb five) m);
251 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
252 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
254 ignore (define_global "const_mul" (const_mul foldbomb five) m);
255 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five) m)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-validate-input.js 51 r = zip + " is longer than five characters.";
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 51 r = zip + " is longer than five characters.";
  /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);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedatabegining.js 86 arg="South". The method should replace characters five
hc_characterdatareplacedatamiddle.js 86 arg="South". The method should replace characters five
hc_textsplittexttwo.js 87 the first five characters.

Completed in 773 milliseconds

1 2 3