Home
last modified time | relevance | path

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

123

/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/libcxx/test/std/utilities/any/any.class/any.cons/
Dcopy.pass.cpp65 void test_copy() in test_copy() function
102 test_copy<small>(); in main()
103 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/python/cpython2/Lib/test/
Dtest_buffer.py40 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()
Dtest_defaultdict.py96 def test_copy(self): member in TestDefaultDict
Dtest_set.py386 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
Dtest_dictviews.py195 def test_copy(self): member in DictSetTest
Dtest_memoryview.py360 def test_copy(self): member in OtherTest
Daudiotests.py251 def test_copy(self): member in AudioTestsWithSourceFile
/external/python/cpython3/Lib/test/
Dtest_dict_version.py55 def test_copy(self): member in DictVersionTests
Dtest_defaultdict.py96 def test_copy(self): member in TestDefaultDict
Dtest_set.py415 def test_copy(self): member in TestSet
706 def test_copy(self): member in TestFrozenSet
764 def test_copy(self): member in TestFrozenSetSubclass
827 def test_copy(self): member in TestBasicOps
1529 def test_copy(self): member in TestCopying
Dtest_http_cookies.py338 def test_copy(self): member in MorselTests
Dtest_dictviews.py207 def test_copy(self): member in DictSetTest
Daudiotests.py299 def test_copy(self): member in AudioTestsWithSourceFile
Dtest_generators.py116 def test_copy(self): member in GeneratorTest
Dtest_memoryview.py524 def test_copy(self): member in OtherTest
Dtest_bytes.py50 def test_copy(self): member in BaseBytesTest
990 def test_copy(self): member in ByteArrayTest
1655 def test_copy(self): member in SubclassTest
Dtest_weakset.py203 def test_copy(self): member in TestWeakSet
/external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
Dactivity_test.py48 def test_copy(self): member in ScopeTest
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dtransform_test.py49 def test_copy(self): member in TransformTest
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_images.py238 def test_copy(self): member in PhotoImageTest
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_images.py239 def test_copy(self): member in PhotoImageTest

123