/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/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | copy.pass.cpp | 65 void test_copy() in test_copy() function 102 test_copy<small>(); in main() 103 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/python/cpython2/Lib/test/ |
D | test_buffer.py | 40 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_dictviews.py | 195 def test_copy(self): member in DictSetTest
|
D | test_memoryview.py | 360 def test_copy(self): member in OtherTest
|
D | audiotests.py | 251 def test_copy(self): member in AudioTestsWithSourceFile
|
/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
|
D | test_set.py | 415 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
|
D | test_http_cookies.py | 338 def test_copy(self): member in MorselTests
|
D | test_dictviews.py | 207 def test_copy(self): member in DictSetTest
|
D | audiotests.py | 299 def test_copy(self): member in AudioTestsWithSourceFile
|
D | test_generators.py | 116 def test_copy(self): member in GeneratorTest
|
D | test_memoryview.py | 524 def test_copy(self): member in OtherTest
|
D | test_bytes.py | 50 def test_copy(self): member in BaseBytesTest 990 def test_copy(self): member in ByteArrayTest 1655 def test_copy(self): member in SubclassTest
|
D | test_weakset.py | 203 def test_copy(self): member in TestWeakSet
|
/external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/ |
D | activity_test.py | 48 def test_copy(self): member in ScopeTest
|
/external/tensorflow/tensorflow/contrib/graph_editor/tests/ |
D | transform_test.py | 49 def test_copy(self): member in TransformTest
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_images.py | 238 def test_copy(self): member in PhotoImageTest
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_images.py | 239 def test_copy(self): member in PhotoImageTest
|