/third_party/selinux/libsepol/cil/test/unit/ |
H A 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() 256 struct cil_tree_node *test_copy; test_cil_copy_common() local 292 struct cil_classcommon *test_copy; test_cil_copy_classcommon() local 321 struct cil_tree_node *test_copy; test_cil_copy_sid() local 348 struct cil_tree_node *test_copy; test_cil_copy_sidcontext() local 377 struct cil_tree_node *test_copy; test_cil_copy_user() local 404 struct cil_tree_node *test_copy; test_cil_copy_role() local 431 struct cil_userrole *test_copy; test_cil_copy_userrole() local 460 struct cil_tree_node *test_copy; test_cil_copy_type() local 487 struct cil_tree_node *test_copy; test_cil_copy_typealias() local 514 struct cil_tree_node *test_copy; test_cil_copy_typeattribute() local 541 struct cil_tree_node *test_copy; test_cil_copy_bool() local 570 struct cil_type_rule *test_copy; test_cil_copy_type_rule() local 604 struct cil_avrule *test_copy; test_cil_copy_avrule() local 639 struct cil_tree_node *test_copy; test_cil_copy_sens() local 666 struct cil_tree_node *test_copy; test_cil_copy_sensalias() local 695 struct cil_tree_node *test_copy; test_cil_copy_cat() local 722 struct cil_tree_node *test_copy; test_cil_copy_catalias() local 757 struct cil_senscat *test_copy; test_cil_copy_senscat() local 791 struct cil_catorder *test_copy; test_cil_copy_catorder() local 823 struct cil_sens_dominates *test_copy; test_cil_copy_dominance() local 852 struct cil_tree_node *test_copy; test_cil_copy_level() local 879 struct cil_tree_node *test_copy; test_cil_copy_fill_level() local 909 struct cil_tree_node *test_copy; test_cil_copy_context() local 936 struct cil_netifcon *test_copy; test_cil_copy_netifcon() local 970 struct cil_netifcon *test_copy; test_cil_copy_netifcon_nested() local 1010 struct cil_tree_node *test_copy; test_cil_copy_fill_context() local 1046 struct cil_tree_node *test_copy; test_cil_copy_fill_context_anonrange() local 1082 struct cil_call *test_copy; test_cil_copy_call() local 1109 struct cil_tree_node *test_copy; test_cil_copy_optional() local 1136 struct cil_nodecon *test_copy; test_cil_copy_nodecon() local 1168 struct cil_nodecon *test_copy; test_cil_copy_nodecon_anon() local 1232 struct cil_tree_node *test_copy; test_cil_copy_ipaddr() local 1295 struct cil_booleanif *test_copy; test_cil_copy_boolif() local 1321 struct cil_constrain *test_copy; test_cil_copy_constrain() local [all...] |
/third_party/ffmpeg/tests/ |
H A D | Makefile | 50 tests/test_copy.ffmeta: TAG = COPY 51 tests/test_copy.ffmeta: tests/data 52 $(M)cp -f $(SRC_PATH)/tests/test.ffmeta tests/test_copy.ffmeta 54 tests/data/ffprobe-test.nut: ffmpeg$(PROGSSUF)$(EXESUF) tests/test_copy.ffmeta 57 -f ffmetadata -i $(TARGET_PATH)/tests/test_copy.ffmeta \ 332 $(RM) tests/pixfmts.mak tests/test_copy.ffmeta
|
/third_party/libsnd/programs/ |
H A D | test-sndfile-metadata-set.py | 104 def test_copy (programs): function 175 test_copy (programs)
|
/third_party/python/Lib/test/ |
H A D | test_dict_version.py | 55 def test_copy(self): member in DictVersionTests
|
H A D | test_defaultdict.py | 75 def test_copy(self): member in TestDefaultDict
|
H A D | test_slice.py | 248 def test_copy(self): member in SliceTest
|
H A D | test_http_cookies.py | 353 def test_copy(self): member in MorselTests
|
H A D | test_set.py | 404 def test_copy(self): member in TestSet 709 def test_copy(self): member in TestFrozenSet 794 def test_copy(self): member in TestFrozenSetSubclass 861 def test_copy(self): member in TestBasicOps 1565 def test_copy(self): member in TestCopying
|
H A D | audiotests.py | 300 def test_copy(self): member in AudioTestsWithSourceFile
|
H A D | test_dictviews.py | 268 def test_copy(self): member in DictSetTest
|
H A D | mapping_tests.py | 268 # no test_fromkeys or test_copy as both os.environ and selves don't support it 470 def test_copy(self): member in TestMappingProtocol
|
H A D | test_memoryview.py | 537 def test_copy(self): member in OtherTest
|
H A D | test_weakset.py | 214 def test_copy(self): member in TestWeakSet
|
H A D | test_generators.py | 150 def test_copy(self): member in GeneratorTest
|
H A D | test_genericalias.py | 363 def test_copy(self): member in BaseTest
|
H A D | list_tests.py | 411 def test_copy(self): member in CommonTest
|
H A D | test_bytes.py | 54 def test_copy(self): member in BaseBytesTest 1295 def test_copy(self): member in ByteArrayTest 1989 def test_copy(self):
|
H A D | test_xml_etree.py | 377 def test_copy(self): member in ElementTreeTest 2317 def test_copy(self): member in BasicElementTest 3133 def test_copy(self): member in ElementIterTest
|
H A D | test_csv.py | 549 def test_copy(self): member in TestDialectRegistry
|
H A D | test_deque.py | 680 def test_copy(self): member in TestBasic
|
H A D | test_coroutines.py | 2087 def test_copy(self): member in CoroutineTest
|
/third_party/alsa-lib/test/lsb/ |
H A D | config.c | 260 static void test_copy(void) in test_copy() function 627 test_copy(); in main()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_squeezer.py | 411 def test_copy(self): member in ExpandingButtonTest
|
H A D | test_sidebar.py | 707 def test_copy(self): member in ShellSidebarTest
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_images.py | 284 def test_copy(self): member in PhotoImageTest
|