/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/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 { 36 …call void @llvm.dbg.declare(metadata %struct.five* %f, metadata !17, metadata !MDExpression(DW_OP_… 37 %a = getelementptr inbounds %struct.five, %struct.five* %f, i32 0, i32 0, !dbg !19 55 …lse, scopeLine: 14, file: !1, scope: !5, type: !6, function: i32 (%struct.five*)* @return_five_int… 60 !9 = !MDCompositeType(tag: DW_TAG_structure_type, name: "five", line: 1, size: 160, align: 32, file…
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 110 String five = "Ltest/five;"; in testGetCommonSuperclass() local 122 superclassTest(five, five, five); in testGetCommonSuperclass() 157 superclassTest(unknown, one, five); in testGetCommonSuperclass() 166 superclassTest(five, five, fivetwo); in testGetCommonSuperclass() 169 superclassTest(five, five, fivetwothree); in testGetCommonSuperclass() 175 superclassTest(five, fivetwo, fivethree); in testGetCommonSuperclass() 178 superclassTest(five, fivethree, fivetwothree); in testGetCommonSuperclass() 271 String five = "Ltest/five;"; in testGetCommonSuperclass_arrays() local 308 superclassTest(object, one1, five); in testGetCommonSuperclass_arrays()
|
/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/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/skia/tests/ |
D | ImageFilterTest.cpp | 356 SkScalar five = SkIntToScalar(5); in test_negative_blur_sigma() local 359 SkBlurImageFilter::Create(five, five) in test_negative_blur_sigma() 363 SkBlurImageFilter::Create(-five, five) in test_negative_blur_sigma() 423 SkScalar five = SkIntToScalar(5); in DEF_TEST() local 426 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five)); in DEF_TEST() 473 { "blur and offset", SkOffsetImageFilter::Create(five, five, blur.get()) }, in DEF_TEST() 474 { "picture and blur", SkBlurImageFilter::Create(five, five, pictureFilter.get()) }, in DEF_TEST() 475 { "rect shader and blur", SkBlurImageFilter::Create(five, five, rectShaderFilter.get()) }, in DEF_TEST()
|
/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/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/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/clang/test/SemaTemplate/ |
D | typename-specifier.cpp | 28 int five = f(5); in test() local 32 five += 1; in 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/llvm/test/YAMLParser/ |
D | construct-null.data | 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/lldb/test/functionalities/data-formatter/rdar-12437442/ |
D | main.m | 18 …NSDictionary *bar = @{@1 : @"one",@2 : @"two", @3 : @"three", @4 : @"four", @5 : @"five", @6 : @"s…
|
/external/toybox/tests/ |
D | cp.test | 80 touch one/two/three/five
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | enum.pass.cpp | 23 enum class Cardinals { zero, one, two, three, five=5 }; enumerator
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
D | fig.t | 13 # The SimpleCalc grammar from the five minutes tutorial.
|
D | simplecalc.t | 11 # The SimpleCalc grammar from the five minutes tutorial.
|