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

12

/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/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/valgrind/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/toybox/tests/
H A Dcp.test80 touch one/two/three/five
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp23 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
/external/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/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp106 IntTemplate<5> five; local
/external/skia/tests/
H A DImageFilterTest.cpp356 SkScalar five = SkIntToScalar(5); local
359 SkBlurImageFilter::Create(five, five)
363 SkBlurImageFilter::Create(-five, five)
423 SkScalar five = SkIntToScalar(5); local
426 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five));
473 { "blur and offset", SkOffsetImageFilter::Create(five, five, blu
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml287 let five = const_int i64_type 5 in var
288 let ffive = const_uitofp five double_type in
297 ignore (define_global "const_add" (const_add foldbomb five) m);
298 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
299 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
301 ignore (define_global "const_sub" (const_sub foldbomb five) m);
302 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
303 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
305 ignore (define_global "const_mul" (const_mul foldbomb five) m);
306 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five)
[all...]
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp176 char five[5];
/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/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java289 Object five = new Object();
306 map.put(four, five);
310 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
312 map.put(five, six);
316 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
332 Object five = new Object();
343 map.replace(one, five);
346 map.replace(one, five, six);
347 assertNotified(listener, one, five, RemovalCause.REPLACED);
/external/tremolo/Tremolo/
H A Dbitwise.c578 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
634 cliptest(testbuffer2,test2size,17,five,fivesize);
/external/lldb/test/unittest2/test/
H A Dtest_case.py64 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
68 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
74 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java775 Object five = new Object();
792 map.put(four, five);
796 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
798 map.put(five, six);
802 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
817 Object five = new Object();
828 map.replace(one, five);
831 map.replace(one, five, six);
832 assertNotified(listener, one, five, RemovalCause.REPLACED);
874 Object five
[all...]
/external/libvorbis/doc/
H A D03-codebook.tex96 4) [length] = read a five bit unsigned integer;
107 7) [length] = read a five bit unsigned integer;
122 2) [current_length] = read a five bit unsigned integer and add 1;
H A D04-codec.tex634 \item[five channels]
635 the stream is five-channel surround. channel order: front left,
/external/libogg/src/
H A Dbitwise.c636 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
687 cliptest(testbuffer2,test2size,17,five,fivesize);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java610 public static final Integer five = new Integer(5); field in class:JSR166TestCase

Completed in 957 milliseconds

12