/external/mesa3d/src/compiler/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/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/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 59 !9 = !DICompositeType(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 | 125 String five = "Ltest/five;"; in testGetCommonSuperclass() local 137 superclassTest(five, five, five); in testGetCommonSuperclass() 176 superclassTest(unknown, one, five); in testGetCommonSuperclass() 185 superclassTest(five, five, fivetwo); in testGetCommonSuperclass() 188 superclassTest(five, five, fivetwothree); in testGetCommonSuperclass() 194 superclassTest(five, fivetwo, fivethree); in testGetCommonSuperclass() 197 superclassTest(five, fivethree, fivetwothree); in testGetCommonSuperclass() 290 String five = "Ltest/five;"; in testGetCommonSuperclass_arrays() local 327 superclassTest(object, one1, five); in testGetCommonSuperclass_arrays()
|
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
D | struct_by_value.ll | 14 ; struct five 24 ; return_five_int (struct five f) 32 %struct.five = type { i32, i32, i32, i32, i32 } 35 define i32 @return_five_int(%struct.five* %f) #0 !dbg !4 { 37 …call void @llvm.dbg.declare(metadata %struct.five* %f, metadata !17, metadata !DIExpression(DW_OP_… 38 %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/rust/crates/proc-macro-error/tests/ui/ |
D | emit.stderr | 4 4 | emit!(one, two, three, four, five); 10 4 | emit!(one, two, three, four, five); 16 4 | emit!(one, two, three, four, five); 22 4 | emit!(one, two, three, four, five); 28 4 | emit!(one, two, three, four, five);
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profiler_v2_test.py | 60 five = constant_op.constant(5) 61 product = three * five 96 five = constant_op.constant(5) 97 product = three * five 111 five = constant_op.constant(5) 112 product = three * five
|
/external/llvm-project/llvm/test/tools/llvm-strings/ |
D | radix-filename.test | 7 RUN: echo five >> %t 25 CHECK-NONE: [[FILE]]: five 32 CHECK-DEC: [[FILE]]: 19 five 39 CHECK-OCT: [[FILE]]: 23 five 46 CHECK-HEX: [[FILE]]: 13 five
|
D | radix.test | 9 five 33 CHECK-NONE: {{^}}five 40 CHECK-DEC: {{^}} 19 five 47 CHECK-OCT: {{^}} 23 five 54 CHECK-HEX: {{^}} 13 five
|
/external/llvm-project/llvm/test/Transforms/ADCE/ |
D | 2017-08-21-DomTree-deletions.ll | 10 i32 5, label %five 15 five: ; preds = %switch 21 exit: ; preds = %default, %two, %five, %four
|
/external/clang/test/CodeGen/ |
D | tbaa-struct.cpp | 43 struct five { struct 49 void copy4(struct five *a, struct five *b) { in copy4() argument
|
/external/clang/test/SemaCXX/ |
D | warn-float-conversion.cpp | 62 const float five = 5.0; in TestConstantFloat() local 64 int b3 = five / 1.0; //expected-warning{{conversion}} in TestConstantFloat() 65 int b4 = five / 2.0; //expected-warning{{conversion}} in TestConstantFloat()
|
/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/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 177 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 195 pop = bpf_map_lookup_elem(&sock_bytes, &five); in bpf_prog4() 204 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog5() local 248 pop = bpf_map_lookup_elem(&sock_bytes, &five); in bpf_prog5() 270 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 292 pop = bpf_map_lookup_elem(&sock_bytes, &five); in bpf_prog6() 312 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog7() local 356 pop = bpf_map_lookup_elem(&sock_bytes, &five); in bpf_prog7() 426 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog10() local 443 pop = bpf_map_lookup_elem(&sock_bytes, &five); in bpf_prog10()
|
/external/e2fsprogs/lib/ext2fs/ |
D | res_gdt.c | 28 unsigned int *five, unsigned int *seven) in list_backups() argument 53 if (*five < *min) { in list_backups() 54 min = five; in list_backups() 145 unsigned int three = 1, five = 5, seven = 7; in ext2fs_create_resize_inode() local 186 while ((grp = list_backups(fs, &three, &five, &seven)) < in ext2fs_create_resize_inode()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-float-conversion.cpp | 88 const float five = 5.0; in TestConstantFloat() local 90 int b3 = five / 1.0; //expected-warning{{conversion}} in TestConstantFloat() 91 int b4 = five / 2.0; //expected-warning{{conversion}} in TestConstantFloat()
|
/external/toybox/tests/ |
D | paste.test | 11 echo five > five
|
/external/llvm-project/debuginfo-tests/dexter-tests/memvars/ |
D | bitcast.c | 52 int five = 5; variable 62 *c = (char)five; in alias()
|
/external/llvm-project/llvm/test/tools/dsymutil/Inputs/ |
D | obfuscated.map | 5 five 16 five.c
|
D | obfuscated.2.map | 19 five 20 five.c
|
/external/rust/crates/tokio-test/tests/ |
D | block_on.rs | 11 async fn five() -> u8 { in five() function 17 assert_eq!(5, block_on(five())); in async_fn()
|
/external/fonttools/Tests/mtiLib/data/mti/ |
D | contextcoverage.txt | 14 five 31 five
|
D | chainedcoverage.txt | 14 five 31 five
|
/external/grpc-grpc/test/core/gpr/ |
D | useful_test.cc | 27 int five[5]; in main() local 43 GPR_ASSERT(GPR_ARRAY_SIZE(five) == 5); in main()
|
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | automatic-fractions.tests | 1 …umr=0+600|two.numr=1+600|three.numr=2+600|fraction=3+252|four.small=4+600|five.small=5+600|six.sma… 2 …umr=0+600|two.numr=1+600|three.numr=2+600|fraction=3+252|four.small=4+600|five.small=5+600|six.sma…
|