Home
last modified time | relevance | path

Searched refs:test_copy (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy.pass.cpp25 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/
Dtest_cil_copy_ast.c161 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/
Dtest_op_copy_object.cpp20 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/
Dlegalize-ignore-non-generic.mir7 define void @test_copy() { ret void }
12 name: test_copy
19 ; CHECK-LABEL: name: test_copy
Dprelegalizercombiner-copy-prop-disabled.mir20 define void @test_copy(i8* %addr) {
27 name: test_copy
31 ; ENABLED-LABEL: name: test_copy
34 ; DISABLED-LABEL: name: test_copy
/external/libcxx/test/std/utilities/any/any.class/any.cons/
Dcopy.pass.cpp66 void test_copy() in test_copy() function
103 test_copy<small>(); in main()
104 test_copy<large>(); in main()
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
Dcopy.pass.cpp63 void test_copy() in test_copy() function
100 test_copy<small>(); in main()
101 test_copy<large>(); in main()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp691 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/llvm/test/MachineVerifier/
Dtest_copy.mir9 define i32 @test_copy(i32 %argc) {
18 name: test_copy
Dtest_copy_mismatch_types.mir9 define i32 @test_copy(i32 %argc) {
15 name: test_copy
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp730 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/
Dgem_pwrite_pread.c159 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);
Dgem_mmap_wc.c140 test_copy(int fd) in test_copy() function
573 test_copy(fd);
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_buffer_copy.cpp41 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/
Dtransport_security_common_api_test.cc121 static void test_copy() { in test_copy() function
192 test_copy(); in main()
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
Dselect-copy.mir6 define void @test_copy() {
32 name: test_copy
33 # ALL-LABEL: name: test_copy
/external/OpenCL-CTS/test_conformance/basic/
Dtest_async_copy.cpp80 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/
Dtest_buffer.py41 def test_copy(self): member in BufferTests
Dtest_macostools.py57 def test_copy(self): member in TestMacostools
Dtest_sets.py26 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/
Danno_test.py55 def test_copy(self): member in AnnoTest
/external/python/cryptography/tests/hazmat/primitives/
Dtest_hmac.py28 test_copy = generate_base_hmac_test( variable in TestHMACCopy
/external/python/oauth2client/tests/
Dtest_transport.py63 def test_copy(self): member in Test__initialize_headers
/external/python/jinja/tests/
Dtest_utils.py56 def test_copy(self, copy_func): member in TestLRUCache
/external/python/cpython3/Lib/test/
Dtest_dict_version.py55 def test_copy(self): member in DictVersionTests

1234