/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/swiftshader/third_party/llvm-7.0/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
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | test_copy_mismatch_types.mir | 9 define i32 @test_copy(i32 %argc) { 15 name: test_copy
|
D | test_copy.mir | 9 define i32 @test_copy(i32 %argc) { 18 name: test_copy
|
/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);
|
D | gem_mmap_gtt.c | 152 test_copy(int fd) in test_copy() function 953 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/swiftshader/third_party/llvm-7.0/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()
|
D | test_defaultdict.py | 96 def test_copy(self): member in TestDefaultDict
|
D | test_set.py | 386 def test_copy(self): member in TestSet 638 def test_copy(self): member in TestFrozenSet 676 def test_copy(self): member in TestFrozenSetSubclass 739 def test_copy(self): member in TestBasicOps 1430 def test_copy(self): member in TestCopying
|
D | test_memoryview.py | 361 def test_copy(self): member in OtherTest
|
/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/cpython3/Lib/test/ |
D | test_dict_version.py | 55 def test_copy(self): member in DictVersionTests
|
D | test_defaultdict.py | 96 def test_copy(self): member in TestDefaultDict
|