/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 43 std::function<int ()> r1(f_int_0); in test_int_0() local 49 std::function<int ()> r1(fp); in test_int_0() local 55 std::function<int ()> r1(a0); in test_int_0() local 79 std::function<void ()> r1(f_void_0); in test_void_0() local 87 std::function<void ()> r1(fp); in test_void_0() local 95 std::function<void ()> r1(a0); in test_void_0() local 126 std::function<void (int)> r1(f_void_1); in test_void_1() local 135 std::function<void (int)> r1(fp); in test_void_1() local 144 std::function<void (int)> r1(a0); in test_void_1() local 153 std::function<void (A_void_1)> r1(fp); in test_void_1() local [all …]
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 39 std::function<int ()> r1(f_int_0); in test_int_0() local 45 std::function<int ()> r1(fp); in test_int_0() local 51 std::function<int ()> r1(a0); in test_int_0() local 75 std::function<void ()> r1(f_void_0); in test_void_0() local 83 std::function<void ()> r1(fp); in test_void_0() local 91 std::function<void ()> r1(a0); in test_void_0() local 122 std::function<void (int)> r1(f_void_1); in test_void_1() local 131 std::function<void (int)> r1(fp); in test_void_1() local 140 std::function<void (int)> r1(a0); in test_void_1() local 149 std::function<void (A_void_1)> r1(fp); in test_void_1() local [all …]
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ |
D | RangeTest.java | 44 Range r1 = Range.range(1, 1, 3, 10); in overlappingButNotContainedRangesAreNotOnContains() local 52 Range r1 = Range.range(1, 1, 3, 10); in overlappingButNotContainedRangesAreNotOnStrictlyContains() local 60 Range r1 = Range.range(1, 1, 3, 10); in unrelatedRangesAreNotOnContains() local 68 Range r1 = Range.range(1, 1, 3, 10); in unrelatedRangesAreNotOnStrictlyContains() local 76 Range r1 = Range.range(1, 1, 3, 10); in strictlyContainedRangesOnContains() local 84 Range r1 = Range.range(1, 1, 3, 10); in strictlyContainedRangesOnStrictlyContains() local 92 Range r1 = Range.range(22, 9, 22, 29); in containsConsiderLines() local 100 Range r1 = Range.range(1, 1, 5, 2); in lineCountIsReturned() local 132 Range r1 = Range.range(1, 1, 3, 10); in rangesOverlap() local 140 Range r1 = Range.range(1, 1, 3, 10); in rangesDoNotOverlap() local [all …]
|
/external/libabigail/tests/ |
D | test-svg.cc | 24 row r1 = { "A", primary_row_sty, 0, 24, 8 }; in main() local 43 row r1 = { "B", primary_row_sty, 0, 24, 8 }; in main() local 60 row r1 = { "C1", primary_row_sty, 0, 2, 2 }; in main() local 73 row r1 = { "C2", primary_row_sty, 0, 16, 8 }; in main() local 90 row r1 = { "C3", primary_row_sty, 0, 16, 8 }; in main() local 107 row r1 = { "D1", primary_row_sty, 0, 48, 8 }; in main() local 126 row r1 = { "D2", primary_row_sty, 0, 32, 8 }; in main() local 149 row r1 = { "D2v", primary_row_sty, 0, 56, 8 }; in main() local 174 row r1 = { "D3", primary_row_sty, 0, 24, 8 }; in main() local 191 row r1 = { "D3v", primary_row_sty, 0, 40, 8 }; in main() local [all …]
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | invoke.pass.cpp | 48 std::reference_wrapper<void (int)> r1(f_void_1); in test_void_1() local 57 std::reference_wrapper<void (*)(int)> r1(fp); in test_void_1() local 66 std::reference_wrapper<A_void_1> r1(a0); in test_void_1() local 75 std::reference_wrapper<void (A_void_1::*)()> r1(fp); in test_void_1() local 88 std::reference_wrapper<void (A_void_1::*)() const> r1(fp); in test_void_1() local 125 std::reference_wrapper<int (int)> r1(f_int_1); in test_int_1() local 132 std::reference_wrapper<int (*)(int)> r1(fp); in test_int_1() local 139 std::reference_wrapper<A_int_1> r1(a0); in test_int_1() local 146 std::reference_wrapper<int (A_int_1::*)()> r1(fp); in test_int_1() local 155 std::reference_wrapper<int (A_int_1::*)() const> r1(fp); in test_int_1() local [all …]
|
D | invoke_void_0.pass.cpp | 42 std::reference_wrapper<void ()> r1(f_void_0); in test_void_0() local 50 std::reference_wrapper<void (*)()> r1(fp); in test_void_0() local 58 std::reference_wrapper<A_void_0> r1(a0); in test_void_0() local
|
D | invoke_int_0.pass.cpp | 41 std::reference_wrapper<int ()> r1(f_int_0); in test_int_0() local 47 std::reference_wrapper<int (*)()> r1(fp); in test_int_0() local 53 std::reference_wrapper<A_int_0> r1(a0); in test_int_0() local
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | invoke.pass.cpp | 49 std::reference_wrapper<void (int)> r1(f_void_1); in test_void_1() local 58 std::reference_wrapper<void (*)(int)> r1(fp); in test_void_1() local 67 std::reference_wrapper<A_void_1> r1(a0); in test_void_1() local 76 std::reference_wrapper<void (A_void_1::*)()> r1(fp); in test_void_1() local 89 std::reference_wrapper<void (A_void_1::*)() const> r1(fp); in test_void_1() local 126 std::reference_wrapper<int (int)> r1(f_int_1); in test_int_1() local 133 std::reference_wrapper<int (*)(int)> r1(fp); in test_int_1() local 140 std::reference_wrapper<A_int_1> r1(a0); in test_int_1() local 147 std::reference_wrapper<int (A_int_1::*)()> r1(fp); in test_int_1() local 156 std::reference_wrapper<int (A_int_1::*)() const> r1(fp); in test_int_1() local [all …]
|
D | invoke_void_0.pass.cpp | 43 std::reference_wrapper<void ()> r1(f_void_0); in test_void_0() local 51 std::reference_wrapper<void (*)()> r1(fp); in test_void_0() local 59 std::reference_wrapper<A_void_0> r1(a0); in test_void_0() local
|
D | invoke_int_0.pass.cpp | 42 std::reference_wrapper<int ()> r1(f_int_0); in test_int_0() local 48 std::reference_wrapper<int (*)()> r1(fp); in test_int_0() local 54 std::reference_wrapper<A_int_0> r1(a0); in test_int_0() local
|
/external/llvm-project/lldb/unittests/Utility/ |
D | RegularExpressionTest.cpp | 17 RegularExpression r1("^[0-9]+$"); in TEST() local 25 RegularExpression r1("^[0-9]+$"); in TEST() local 34 RegularExpression r1(""); in TEST() local 44 RegularExpression r1("a[b-"); in TEST() local 54 RegularExpression r1("[0-9]+([a-f])?:([0-9]+)"); in TEST() local
|
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/ |
D | func.blocks.sh.cpp | 72 std::function<int ()> r1(^{ return 4; }); in main() local 77 std::function<void ()> r1(^{ called = true; }); in main() local 83 std::function<void (int)> r1(^(int x){ param = x; }); in main() local 88 std::function<int (int)> r1(^(int x){ return x + 4; }); in main() local 94 std::function<void (int, int)> r1(^(int x, int y){ param1 = x; param2 = y; }); in main() local 100 std::function<int (int, int)> r1(^(int x, int y){ return x + y; }); in main() local
|
/external/rust/crates/oorandom/src/ |
D | lib.rs | 274 let mut r1 = Rand32::new(seed); in test_rand32_vs_randomize() localVariable 285 let mut r1 = Rand32::new_inc(seed, inc); in test_rand32_vs_randomize() localVariable 300 let mut r1 = Rand64::new(seed); in test_rand64_vs_randomize() localVariable 311 let mut r1 = Rand64::new_inc(seed, inc); in test_rand64_vs_randomize() localVariable 324 let mut r1 = Rand32::new(seed); in test_float32() localVariable 370 let mut r1 = Rand64::new(seed); in test_float64() localVariable 416 let mut r1 = Rand32::new(seed); in test_randrange32() localVariable 437 let mut r1 = Rand64::new(seed); in test_randrange64() localVariable 460 let mut r1 = Rand32::new(seed); in test_rand32_vs_rand() localVariable 470 let mut r1 = Rand32::new_inc(seed, inc); in test_rand32_vs_rand() localVariable [all …]
|
/external/jacoco/org.jacoco.core.test.validation.java7/src/org/jacoco/core/test/validation/java7/targets/ |
D | TryWithResourcesTarget.java | 39 Resource r1 = new Resource(); // assertFullyCovered() in test() 57 Resource r1 = new Resource(); // assertFullyCovered() in test2() 82 Resource r1 = new Resource() // assertFullyCovered() in nested() 145 private static Object read(Object r1, Object r2, Object r3) { in read() 149 private static Object read(Object r1) { in read()
|
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.eq/ |
D | not_equal.pass.cpp | 35 TestResource r1(1); in main() local 50 TestResource r1(1); in main() local 65 TestResource r1(1); in main() local
|
D | equal.pass.cpp | 36 TestResource r1(1); in main() local 51 TestResource r1(1); in main() local 63 TestResource r1(1); in main() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRegList.h | 26 #define REGLIST2(ns, r0, r1) \ argument 28 #define REGLIST3(ns, r0, r1, r2) \ argument 30 #define REGLIST4(ns, r0, r1, r2, r3) \ argument 32 #define REGLIST7(ns, r0, r1, r2, r3, r4, r5, r6) \ argument
|
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource/memory.resource.eq/ |
D | equal.pass.cpp | 35 TestResource r1(1); in main() local 50 TestResource r1(1); in main() local 62 TestResource r1(1); in main() local
|
D | not_equal.pass.cpp | 36 TestResource r1(1); in main() local 51 TestResource r1(1); in main() local 66 TestResource r1(1); in main() local
|
/external/llvm-project/llvm/unittests/Support/ |
D | RegexTest.cpp | 21 Regex r1("^[0-9]+$"); in TEST_F() local 64 Regex r1("([a-z]+)_\\1"); in TEST_F() local 143 Regex r1("^[0-9]+$"); in TEST_F() local 149 Regex r1("^[0-9]+$"); in TEST_F() local 159 Regex r1; in TEST_F() local 167 Regex r1; in TEST_F() local
|
/external/libcxx/test/std/containers/sequences/array/ |
D | indexing.pass.cpp | 40 C::reference r1 = c[0]; in main() local 54 C::const_reference r1 = c[0]; in main() local 67 C::reference r1 = c[0]; in main() local 81 C::reference r1 = c[0]; in main() local
|
/external/libcxx/test/std/experimental/memory/memory.resource.global/ |
D | new_delete_resource.pass.cpp | 59 ex::memory_resource & r1 = *ex::new_delete_resource(); in test_equality() local 71 ex::memory_resource & r1 = *ex::new_delete_resource(); in test_equality() local 81 ex::memory_resource & r1 = *ex::new_delete_resource(); in test_allocate_deallocate() local
|
/external/llvm-project/llvm/test/MC/Hexagon/ |
D | fixups.s | 8 r1 = zxth(r2) define 20 r1 = zxth(r2) define
|
D | labels.s | 7 r1: label 26 r1 = add(r1, #4) } : endloop0 define
|
/external/llvm/test/MC/Hexagon/ |
D | labels.s | 7 r1: label 26 r1 = add(r1, #4) } : endloop0 define
|