Home
last modified time | relevance | path

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

12345678910>>...16

/external/mesa3d/src/compiler/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/markdown/tests/misc/
Dlists6.txt1 Test five or more spaces as start of list:
3 * five spaces
8 * five spaces
14 * five spaces
/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
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/
DCommonSuperclassTest.java125 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/
Dstruct_by_value.ll14 ; 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/
Demit.stderr4 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/
Dprofiler_v2_test.py60 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/
Dradix-filename.test7 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
Dradix.test9 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/
D2017-08-21-DomTree-deletions.ll10 i32 5, label %five
15 five: ; preds = %switch
21 exit: ; preds = %default, %two, %five, %four
/external/clang/test/CodeGen/
Dtbaa-struct.cpp43 struct five { struct
49 void copy4(struct five *a, struct five *b) { in copy4() argument
/external/clang/test/SemaCXX/
Dwarn-float-conversion.cpp62 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/
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/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h177 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/
Dres_gdt.c28 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/
Dwarn-float-conversion.cpp88 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/
Dpaste.test11 echo five > five
/external/llvm-project/debuginfo-tests/dexter-tests/memvars/
Dbitcast.c52 int five = 5; variable
62 *c = (char)five; in alias()
/external/llvm-project/llvm/test/tools/dsymutil/Inputs/
Dobfuscated.map5 five
16 five.c
Dobfuscated.2.map19 five
20 five.c
/external/rust/crates/tokio-test/tests/
Dblock_on.rs11 async fn five() -> u8 { in five() function
17 assert_eq!(5, block_on(five())); in async_fn()
/external/fonttools/Tests/mtiLib/data/mti/
Dcontextcoverage.txt14 five
31 five
Dchainedcoverage.txt14 five
31 five
/external/grpc-grpc/test/core/gpr/
Duseful_test.cc27 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/
Dautomatic-fractions.tests1 …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…

12345678910>>...16