HomeSort by relevance Sort by last modified time
    Searched refs:test_copy (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/any/any.class/any.cons/
copy.pass.cpp 66 void test_copy() function
103 test_copy<small>();
104 test_copy<large>();
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 161 struct cil_tree_node *test_copy; local
162 cil_tree_node_init(&test_copy);
167 int rc = cil_copy_block(test_db, test_ast_node->data, &test_copy->data, &sym);
194 struct cil_tree_node *test_copy; local
195 cil_tree_node_init(&test_copy);
201 int rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym);
204 rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym);
207 rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym);
229 struct cil_tree_node *test_copy; local
230 cil_tree_node_init(&test_copy);
256 struct cil_tree_node *test_copy; local
292 struct cil_classcommon *test_copy; local
321 struct cil_tree_node *test_copy; local
348 struct cil_tree_node *test_copy; local
377 struct cil_tree_node *test_copy; local
404 struct cil_tree_node *test_copy; local
431 struct cil_userrole *test_copy; local
460 struct cil_tree_node *test_copy; local
487 struct cil_tree_node *test_copy; local
514 struct cil_tree_node *test_copy; local
541 struct cil_tree_node *test_copy; local
570 struct cil_type_rule *test_copy; local
604 struct cil_avrule *test_copy; local
639 struct cil_tree_node *test_copy; local
666 struct cil_tree_node *test_copy; local
695 struct cil_tree_node *test_copy; local
722 struct cil_tree_node *test_copy; local
757 struct cil_senscat *test_copy; local
791 struct cil_catorder *test_copy; local
823 struct cil_sens_dominates *test_copy; local
852 struct cil_tree_node *test_copy; local
879 struct cil_tree_node *test_copy; local
909 struct cil_tree_node *test_copy; local
936 struct cil_netifcon *test_copy; local
970 struct cil_netifcon *test_copy; local
1010 struct cil_tree_node *test_copy; local
1046 struct cil_tree_node *test_copy; local
1082 struct cil_call *test_copy; local
1109 struct cil_tree_node *test_copy; local
1136 struct cil_nodecon *test_copy; local
1168 struct cil_nodecon *test_copy; local
1232 struct cil_tree_node *test_copy; local
1295 struct cil_booleanif *test_copy; local
1321 struct cil_constrain *test_copy; local
    [all...]
  /external/python/cpython2/Lib/test/
test_buffer.py 41 def test_copy(self): member in class:BufferTests
test_macostools.py 57 def test_copy(self): member in class:TestMacostools
test_defaultdict.py 96 def test_copy(self): member in class:TestDefaultDict
test_sets.py 26 def test_copy(self): member in class:TestBasicOps
681 def test_copy(self): member in class:TestCopying
712 def test_copy(self): member in class:TestCopyingTriple
714 super(TestCopyingTriple, self).test_copy()
test_dictviews.py 210 def test_copy(self): member in class:DictSetTest
test_set.py 386 def test_copy(self): member in class:TestSet
638 def test_copy(self): member in class:TestFrozenSet
676 def test_copy(self): member in class:TestFrozenSetSubclass
739 def test_copy(self): member in class:TestBasicOps
1430 def test_copy(self): member in class:TestCopying
    [all...]
audiotests.py 251 def test_copy(self): member in class:AudioTestsWithSourceFile
test_memoryview.py 361 def test_copy(self): member in class:OtherTest
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 691 constexpr bool test_copy(const char *str, int n) { function in namespace:loops::switch_stmt
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), "")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_macostools.py 55 def test_copy(self): function in function:TestMacostools.test_touched
test_defaultdict.py 96 def test_copy(self): member in class:TestDefaultDict
test_sets.py 28 def test_copy(self): member in class:TestBasicOps
682 def test_copy(self): member in class:TestCopying
713 def test_copy(self): member in class:TestCopyingTriple
715 super(TestCopyingTriple, self).test_copy()
test_set.py 368 def test_copy(self): member in class:TestSet
620 def test_copy(self): member in class:TestFrozenSet
658 def test_copy(self): member in class:TestFrozenSetSubclass
710 def test_copy(self): member in class:TestBasicOps
1385 def test_copy(self): member in class:TestCopying
    [all...]
test_urllib.py 259 def test_copy(self): member in class:urlretrieve_FileTests
  /external/tensorflow/tensorflow/python/autograph/pyct/
anno_test.py 55 def test_copy(self): member in class:AnnoTest
  /external/grpc-grpc/test/core/tsi/alts/handshaker/
transport_security_common_api_test.cc 121 static void test_copy() { function
192 test_copy();
  /external/python/oauth2client/tests/
test_transport.py 63 def test_copy(self): member in class:Test__initialize_headers
  /external/python/cpython3/Lib/test/
test_defaultdict.py 96 def test_copy(self): member in class:TestDefaultDict
test_dict_version.py 55 def test_copy(self): member in class:DictVersionTests
audiotests.py 311 def test_copy(self): member in class:AudioTestsWithSourceFile
  /external/tensorflow/tensorflow/contrib/ignite/python/tests/
igfs_test.py 90 def test_copy(self): member in class:IGFSTest
95 src_file_name = "igfs:///test_copy/1"
96 dst_file_name = "igfs:///test_copy/2"
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_images.py 239 def test_copy(self): member in class:PhotoImageTest
  /external/python/cpython3/Lib/idlelib/idle_test/
test_squeezer.py 432 def test_copy(self): member in class:ExpandingButtonTest

Completed in 652 milliseconds

1 2 3