Searched refs:five (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/external/mesa3d/src/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/external/srec/config/en.us/tcp/
H A Dchange_sample_rate2.tcp12 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/CodeGen/
H A Dtbaa-struct.cpp43 struct five { struct
49 void copy4(struct five *a, struct five *b) {
H A Dtbaa.cpp197 struct five { struct
203 char g13(struct five *a, struct five *b) {
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java48 // five (undefined class)
63 TestUtils.makeClassDef("Ltest/fivetwo;", "Ltest/five;"),
65 TestUtils.makeClassDef("Ltest/fivethree;", "Ltest/five;"),
110 String five = "Ltest/five;";
122 superclassTest(five, five, five);
157 superclassTest(unknown, one, five);
166 superclassTest(five, fiv
[all...]
/external/chromium_org/ui/base/glib/
H A Dglib_signal.h69 ARG3 three, ARG4 four, ARG5 five, \
72 METHOD(sender, one, two, three, four, five); \
80 ARG3 three, ARG4 four, ARG5 five, \
83 METHOD(sender, one, two, three, four, five, six); \
135 ARG3 three, ARG4 four, ARG5 five, \
138 METHOD(sender, one, two, three, four, five); \
146 ARG3 three, ARG4 four, ARG5 five, \
149 METHOD(sender, one, two, three, four, five, six); \
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.stdout.exp7 adjust iteration count so the benchmark runs about five minutes.
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c27 unsigned int *five, unsigned int *seven)
40 if (*five < *min) {
41 min = five;
135 unsigned int three = 1, five = 5, seven = 7; local
176 while ((grp = list_backups(fs, &three, &five, &seven)) <
26 list_backups(ext2_filsys fs, unsigned int *three, unsigned int *five, unsigned int *seven) argument
/external/libcxx/test/utilities/function.objects/unord.hash/
H A Denum.pass.cpp25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
/external/chromium_org/v8/test/mjsunit/
H A Dsmi-ops-inlined.js445 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...]
H A Dsmi-ops.js452 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...]
H A Dkeyed-call-ic.js134 f.five = function() { return 'five'; }
140 key = 'five';
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp28 int five = f(5); local
32 five += 1;
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml249 let five = const_int i64_type 5 in var
250 let ffive = const_uitofp five double_type in
259 ignore (define_global "const_add" (const_add foldbomb five) m);
260 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
261 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
263 ignore (define_global "const_sub" (const_sub foldbomb five) m);
264 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
265 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
267 ignore (define_global "const_mul" (const_mul foldbomb five) m);
268 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five)
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp100 IntTemplate<5> five; local
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctionalTest.cpp233 RefPtr<Number> five = Number::create(5); local
234 Function<int()> multiplyFiveByTwoFunction = bind(multiplyNumberByTwo, five);
/external/skia/tests/
H A DImageFilterTest.cpp330 SkScalar five = SkIntToScalar(5); local
333 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five));
376 { "blur and offset", SkOffsetImageFilter::Create(five, five, blur.get()) },
377 { "picture and blur", SkBlurImageFilter::Create(five, five, pictureFilter.get()) },
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp315 SkScalar five = SkIntToScalar(5); local
318 SkBlurImageFilter::Create(five, five)
322 SkBlurImageFilter::Create(-five, five)
382 SkScalar five = SkIntToScalar(5); local
385 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five));
428 { "blur and offset", SkOffsetImageFilter::Create(five, five, blu
[all...]
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp176 char five[5];
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c163 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/icu/icu4c/source/test/cintltst/
H A Dchashtst.c163 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/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css105 #calculator-buttons button.five {
109 #calculator-buttons button.five[data-active="touch"],
110 #calculator-buttons button.five[data-active="mouse"]:active {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkspeedsql.tcl26 set ones {zero one two three four five six seven eight nine
H A Dspeedtest2.tcl90 set ones {zero one two three four five six seven eight nine

Completed in 9006 milliseconds

12