/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
D | copy.pass.cpp | 25 test_copy() in test_copy() function 42 test_copy<input_iterator<const int*>, output_iterator<int*> >(); in test() 43 test_copy<input_iterator<const int*>, input_iterator<int*> >(); in test() 44 test_copy<input_iterator<const int*>, forward_iterator<int*> >(); in test() 45 test_copy<input_iterator<const int*>, bidirectional_iterator<int*> >(); in test() 46 test_copy<input_iterator<const int*>, random_access_iterator<int*> >(); in test() 47 test_copy<input_iterator<const int*>, int*>(); in test() 49 test_copy<forward_iterator<const int*>, output_iterator<int*> >(); in test() 50 test_copy<forward_iterator<const int*>, input_iterator<int*> >(); in test() 51 test_copy<forward_iterator<const int*>, forward_iterator<int*> >(); in test() [all …]
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 161 struct cil_tree_node *test_copy; in test_cil_copy_block() local 162 cil_tree_node_init(&test_copy); in test_cil_copy_block() 167 int rc = cil_copy_block(test_db, test_ast_node->data, &test_copy->data, &sym); in test_cil_copy_block() 194 struct cil_tree_node *test_copy; in test_cil_copy_perm() local 195 cil_tree_node_init(&test_copy); in test_cil_copy_perm() 201 int rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym); in test_cil_copy_perm() 204 rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym); in test_cil_copy_perm() 207 rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym); in test_cil_copy_perm() 229 struct cil_tree_node *test_copy; in test_cil_copy_class() local 230 cil_tree_node_init(&test_copy); in test_cil_copy_class() [all …]
|
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_copy_object.cpp | 20 int test_copy(cl_device_id deviceID, cl_context context, in test_copy() function 68 return test_copy(deviceID, context, queue, \ 98 return test_copy(deviceID, context, queue, "copy_int4_simple", results); in TEST_SPIRV_FUNC() 105 return test_copy(deviceID, context, queue, "copy_int3_simple", in TEST_SPIRV_FUNC() 113 return test_copy(deviceID, context, queue, "copy_struct_int_float_simple", results); in TEST_SPIRV_FUNC() 120 return test_copy(deviceID, context, queue, "copy_struct_int_char_simple", results); in TEST_SPIRV_FUNC() 133 return test_copy(deviceID, context, queue, "copy_struct_struct_simple", results); in TEST_SPIRV_FUNC() 140 return test_copy(deviceID, context, queue, in TEST_SPIRV_FUNC()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-ignore-non-generic.mir | 7 define void @test_copy() { ret void } 12 name: test_copy 19 ; CHECK-LABEL: name: test_copy
|
D | prelegalizercombiner-copy-prop-disabled.mir | 20 define void @test_copy(i8* %addr) { 27 name: test_copy 31 ; ENABLED-LABEL: name: test_copy 34 ; DISABLED-LABEL: name: test_copy
|
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | copy.pass.cpp | 63 void test_copy() in test_copy() function 100 test_copy<small>(); in main() 101 test_copy<large>(); in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | copy.pass.cpp | 66 void test_copy() in test_copy() function 103 test_copy<small>(); in main() 104 test_copy<large>(); in main()
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | test_copy.mir | 9 define i32 @test_copy(i32 %argc) { 18 name: test_copy
|
D | test_copy_mismatch_types.mir | 9 define i32 @test_copy(i32 %argc) { 15 name: test_copy
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 691 constexpr bool test_copy(const char *str, int n) { in test_copy() function 699 static_assert(test_copy("foo", 0), ""); 700 static_assert(test_copy("foo", 1), ""); 701 static_assert(test_copy("foo", 2), ""); 702 static_assert(test_copy("hello world", 0), ""); 703 static_assert(test_copy("hello world", 7), ""); 704 static_assert(test_copy("hello world", 8), ""); 705 static_assert(test_copy("hello world", 9), ""); 706 static_assert(test_copy("hello world", 10), ""); 707 static_assert(test_copy("hello world", 10), "");
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 730 constexpr bool test_copy(const char *str, int n) { in test_copy() function 738 static_assert(test_copy("foo", 0), ""); 739 static_assert(test_copy("foo", 1), ""); 740 static_assert(test_copy("foo", 2), ""); 741 static_assert(test_copy("hello world", 0), ""); 742 static_assert(test_copy("hello world", 7), ""); 743 static_assert(test_copy("hello world", 8), ""); 744 static_assert(test_copy("hello world", 9), ""); 745 static_assert(test_copy("hello world", 10), ""); 746 static_assert(test_copy("hello world", 10), "");
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_pwrite_pread.c | 159 static void test_copy(int fd, uint32_t src, uint32_t dst, uint32_t *buf, int len) in test_copy() function 302 test_copy(fd, src, dst, tmp, object_size); 341 test_copy(fd, src, dst, tmp, object_size); 380 test_copy(fd, src, dst, tmp, object_size);
|
D | gem_mmap_wc.c | 140 test_copy(int fd) in test_copy() function 573 test_copy(fd);
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_buffer_copy.cpp | 41 static int test_copy( cl_command_queue queue, cl_context context, int num_elements, MTdata d ) in test_copy() function 256 if (test_copy( queue, context, num_elements, d )) in test_buffer_copy() 263 if (test_copy( queue, context, size, d )) in test_buffer_copy()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | transport_security_common_api_test.cc | 121 static void test_copy() { in test_copy() function 192 test_copy(); in main()
|
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
D | select-copy.mir | 6 define void @test_copy() { 32 name: test_copy 33 # ALL-LABEL: name: test_copy
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_async_copy.cpp | 80 int test_copy(cl_device_id deviceID, cl_context context, cl_command_queue queue, const char *kernel… in test_copy() function 252 … if (test_copy( deviceID, context, queue, kernelCode, vecType[typeIndex],vecSizes[size] )) { in test_copy_all_types()
|
/external/python/cpython2/Lib/test/ |
D | test_buffer.py | 41 def test_copy(self): member in BufferTests
|
D | test_macostools.py | 57 def test_copy(self): member in TestMacostools
|
D | test_sets.py | 26 def test_copy(self): member in TestBasicOps 681 def test_copy(self): member in TestCopying 712 def test_copy(self): member in TestCopyingTriple 714 super(TestCopyingTriple, self).test_copy()
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | anno_test.py | 55 def test_copy(self): member in AnnoTest
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_hmac.py | 28 test_copy = generate_base_hmac_test( variable in TestHMACCopy
|
/external/python/oauth2client/tests/ |
D | test_transport.py | 63 def test_copy(self): member in Test__initialize_headers
|
/external/python/jinja/tests/ |
D | test_utils.py | 56 def test_copy(self, copy_func): member in TestLRUCache
|
/external/python/cpython3/Lib/test/ |
D | test_dict_version.py | 55 def test_copy(self): member in DictVersionTests
|