/external/mesa3d/src/glsl/glcpp/tests/ |
D | 054-if-with-macros.c | 4 #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/ |
D | CommonSuperclassTest.java | 114 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/ |
D | struct_by_value.ll | 13 ; 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/ |
D | lists6.txt | 1 Test five or more spaces as start of list: 3 * five spaces 8 * five spaces 14 * five spaces
|
/external/clang/test/CodeGen/ |
D | tbaa-struct.cpp | 43 struct five { struct 49 void copy4(struct five *a, struct five *b) { in copy4() argument
|
D | tbaa.cpp | 197 struct five { struct 203 char g13(struct five *a, struct five *b) { in g13() argument
|
/external/caliper/examples/src/main/java/examples/ |
D | VarargsBenchmark.java | 50 @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/ |
D | res_gdt.c | 27 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/ |
D | 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); 609 assertEquals(0x73594000, (pos_smi + 0.5) << five); [all …]
|
D | 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); 616 assertEquals(0x73594000, (pos_smi + 0.5) << five); [all …]
|
/external/curl/tests/data/ |
D | test917 | 29 …@example.com --mail-rcpt recipient.four@example.com --mail-rcpt recipient.five@example.com --mail-… 43 RCPT TO:<recipient.five@example.com>
|
D | test918 | 29 …cpt recipient.three@example.com --mail-rcpt sTrAnGe --mail-rcpt recipient.five@example.com --mail-…
|
/external/pcre/dist/testdata/ |
D | grepoutput | 71 25:five 129 25-five 154 five 168 five 199 25-five 221 five 243 five 275 25-five 298 five 569 25:five
|
D | grepoutput8 | 4 5:X five
|
D | grepinput8 | 3 X five
|
D | grepinputx | 25 five
|
/external/clang/test/SemaObjC/ |
D | objc-literal-nsnumber.m | 65 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/ |
D | core.ml | 287 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/ |
D | ImageFilterTest.cpp | 361 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/ |
D | constindices.ll | 36 %five = load float, float* %I4 ; <float> [#uses=1] 40 %dfive = fpext float %five to double ; <double> [#uses=1]
|
/external/clang/test/SemaTemplate/ |
D | typename-specifier.cpp | 42 int five = f(5); in test() local 49 five += 1; in test()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | construct-null.data | 11 # This sequence has five
|
/external/llvm/test/YAMLParser/ |
D | construct-null.test | 13 # This sequence has five
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fbench.stdout.exp | 7 adjust iteration count so the benchmark runs about five minutes.
|
/external/testng/src/test/java/test/annotationtransformer/ |
D | AnnotationTransformerSampleTest.java | 30 public void five() { in five() method in AnnotationTransformerSampleTest
|