Home
last modified time | relevance | path

Searched refs:five (Results 1 – 25 of 146) sorted by relevance

123456

/external/mesa3d/src/glsl/glcpp/tests/
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/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java114 String five = "Ltest/five;"; in testGetCommonSuperclass() local
126 superclassTest(five, five, five); in testGetCommonSuperclass()
161 superclassTest(unknown, one, five); in testGetCommonSuperclass()
170 superclassTest(five, five, fivetwo); in testGetCommonSuperclass()
173 superclassTest(five, five, fivetwothree); in testGetCommonSuperclass()
179 superclassTest(five, fivetwo, fivethree); in testGetCommonSuperclass()
182 superclassTest(five, fivethree, fivetwothree); in testGetCommonSuperclass()
275 String five = "Ltest/five;"; in testGetCommonSuperclass_arrays() local
312 superclassTest(object, one1, five); in testGetCommonSuperclass_arrays()
/external/llvm/test/DebugInfo/AArch64/
Dstruct_by_value.ll13 ; struct five
23 ; return_five_int (struct five f)
31 %struct.five = type { i32, i32, i32, i32, i32 }
34 define i32 @return_five_int(%struct.five* %f) #0 !dbg !4 {
36 …call void @llvm.dbg.declare(metadata %struct.five* %f, metadata !17, metadata !DIExpression(DW_OP_…
37 %a = getelementptr inbounds %struct.five, %struct.five* %f, i32 0, i32 0, !dbg !19
60 !9 = !DICompositeType(tag: DW_TAG_structure_type, name: "five", line: 1, size: 160, align: 32, file…
/external/markdown/tests/misc/
Dlists6.txt1 Test five or more spaces as start of list:
3 * five spaces
8 * five spaces
14 * five spaces
/external/clang/test/CodeGen/
Dtbaa-struct.cpp43 struct five { struct
49 void copy4(struct five *a, struct five *b) { in copy4() argument
Dtbaa.cpp197 struct five { struct
203 char g13(struct five *a, struct five *b) { in g13() argument
/external/caliper/examples/src/main/java/examples/
DVarargsBenchmark.java50 @Override long five(long a, long b, long c, long d, long e) { in five() method
74 @Override long five(long a, long b, long c, long d, long e) { in five() method
75 return VarargsBenchmark.five(a, b, c, d, e); in five()
91 abstract long five(long a, long b, long c, long d, long e); in five() method in VarargsBenchmark.Strategy
120 private static long five(long a, long b, long c, long d, long e) { in five() method in VarargsBenchmark
211 dummy += strategy.five( in fiveArguments()
/external/e2fsprogs/lib/ext2fs/
Dres_gdt.c27 unsigned int *five, unsigned int *seven) in list_backups() argument
40 if (*five < *min) { in list_backups()
41 min = five; in list_backups()
135 unsigned int three = 1, five = 5, seven = 7; in ext2fs_create_resize_inode() local
176 while ((grp = list_backups(fs, &three, &five, &seven)) < in ext2fs_create_resize_inode()
/external/v8/test/mjsunit/
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);
609 assertEquals(0x73594000, (pos_smi + 0.5) << five);
[all …]
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);
616 assertEquals(0x73594000, (pos_smi + 0.5) << five);
[all …]
/external/curl/tests/data/
Dtest91729 …@example.com --mail-rcpt recipient.four@example.com --mail-rcpt recipient.five@example.com --mail-…
43 RCPT TO:<recipient.five@example.com>
Dtest91829 …cpt recipient.three@example.com --mail-rcpt sTrAnGe --mail-rcpt recipient.five@example.com --mail-…
/external/pcre/dist/testdata/
Dgrepoutput71 25:five
129 25-five
154 five
168 five
199 25-five
221 five
243 five
275 25-five
298 five
569 25:five
Dgrepoutput84 5:X five
Dgrepinput83 X five
Dgrepinputx25 five
/external/clang/test/SemaObjC/
Dobjc-literal-nsnumber.m65 int five = 5;
66 @-five; // expected-error{{@- must be followed by a number to form an NSNumber object}}
67 @+five; // expected-error{{@+ must be followed by a number to form an NSNumber object}}
/external/llvm/test/Bindings/OCaml/
Dcore.ml287 let five = const_int i64_type 5 in
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) m);
[all …]
/external/skia/tests/
DImageFilterTest.cpp361 const SkScalar five = SkIntToScalar(5); in test_negative_blur_sigma() local
363 SkAutoTUnref<SkImageFilter> positiveFilter(SkBlurImageFilter::Create(five, five)); in test_negative_blur_sigma()
364 SkAutoTUnref<SkImageFilter> negativeFilter(SkBlurImageFilter::Create(-five, five)); in test_negative_blur_sigma()
433 const SkScalar five = SkIntToScalar(5); in DEF_TEST() local
437 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five)); in DEF_TEST()
493 { "blur and offset", SkOffsetImageFilter::Create(five, five, blur.get()) }, in DEF_TEST()
494 { "picture and blur", SkBlurImageFilter::Create(five, five, pictureFilter.get()) }, in DEF_TEST()
495 { "paint and blur", SkBlurImageFilter::Create(five, five, paintFilter.get()) }, in DEF_TEST()
/external/llvm/test/CodeGen/Generic/
Dconstindices.ll36 %five = load float, float* %I4 ; <float> [#uses=1]
40 %dfive = fpext float %five to double ; <double> [#uses=1]
/external/clang/test/SemaTemplate/
Dtypename-specifier.cpp42 int five = f(5); in test() local
49 five += 1; in test()
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-null.data11 # This sequence has five
/external/llvm/test/YAMLParser/
Dconstruct-null.test13 # This sequence has five
/external/valgrind/memcheck/tests/
Dvcpu_fbench.stdout.exp7 adjust iteration count so the benchmark runs about five minutes.
/external/testng/src/test/java/test/annotationtransformer/
DAnnotationTransformerSampleTest.java30 public void five() { in five() method in AnnotationTransformerSampleTest

123456