Searched refs:five (Results 1 - 25 of 42) 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/toybox/tests/
H A Dpaste.test11 echo five > five
21 testing "" "paste five three two" "five\t\ttwo1\n\t\ttwo2\n\t\ttwo3\n" "" ""
H A Dcp.test80 touch one/two/three/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.cpp201 struct five { struct
207 char g13(struct five *a, struct five *b) {
/external/v8/tools/clang/plugins/tests/
H A Dinline_ctor.cpp30 InlineCtorsInvolvingCppAreOK five; local
/external/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp62 const float five = 5.0; local
64 int b3 = five / 1.0; //expected-warning{{conversion}}
65 int b4 = five / 2.0; //expected-warning{{conversion}}
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java49 // five (undefined class)
65 TestUtils.makeClassDef("Ltest/fivetwo;", "Ltest/five;"),
67 TestUtils.makeClassDef("Ltest/fivethree;", "Ltest/five;"),
114 String five = "Ltest/five;";
126 superclassTest(five, five, five);
161 superclassTest(unknown, one, five);
170 superclassTest(five, fiv
[all...]
/external/testng/src/test/java/test/annotationtransformer/
H A DAnnotationTransformerSampleTest.java30 public void five() { method in class:AnnotationTransformerSampleTest
34 @Test(dependsOnMethods = {"two", "three", "four", "five"})
/external/valgrind/memcheck/tests/
H A Dvcpu_fbench.stdout.exp7 adjust iteration count so the benchmark runs about five minutes.
/external/caliper/examples/src/main/java/examples/
H A DVarargsBenchmark.java50 @Override long five(long a, long b, long c, long d, long e) {
74 @Override long five(long a, long b, long c, long d, long e) {
75 return VarargsBenchmark.five(a, b, c, d, e);
91 abstract long five(long a, long b, long c, long d, long e); method in class:VarargsBenchmark.Strategy
120 private static long five(long a, long b, long c, long d, long e) { method in class:VarargsBenchmark
211 dummy += strategy.five(
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c28 unsigned int *five, unsigned int *seven)
53 if (*five < *min) {
54 min = five;
145 unsigned int three = 1, five = 5, seven = 7; local
186 while ((grp = list_backups(fs, &three, &five, &seven)) <
27 list_backups(ext2_filsys fs, unsigned int *three, unsigned int *five, unsigned int *seven) argument
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp42 int five = f(5); local
49 five += 1;
/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/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dvmcore.ml236 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)
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp106 IntTemplate<5> five; local
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp176 char five[5];
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c165 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
166 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
190 uhash_puti(hash, (void*)five, 5, &status);
/external/skia/tests/
H A DImageFilterTest.cpp142 const SkScalar five = SkIntToScalar(5); local
234 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(five, five, input));
236 this->addFilter("blur and offset", SkOffsetImageFilter::Make(five, five,
251 this->addFilter("picture and blur", SkBlurImageFilter::Make(five, five,
260 this->addFilter("paint and blur", SkBlurImageFilter::Make(five, five,
554 const SkScalar five local
[all...]
/external/mockito/src/test/java/org/mockitousage/
H A DIMethods.java125 String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five); argument
H A DMethodsImpl.java236 public String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five) { argument
/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/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java776 Object five = new Object();
793 map.put(four, five);
797 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
799 map.put(five, six);
803 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
818 Object five = new Object();
829 map.replace(one, five);
832 map.replace(one, five, six);
833 assertNotified(listener, one, five, RemovalCause.REPLACED);
875 Object five
[all...]

Completed in 744 milliseconds

12