/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_build_ast.h | 130 void test_cil_gen_classmap_perm_dbnull_neg(CuTest *tc); 131 void test_cil_gen_classmap_perm_currnull_neg(CuTest *tc); 132 void test_cil_gen_classmap_perm_astnull_neg(CuTest *tc); 138 void test_cil_gen_classmap_dbnull_neg(CuTest *tc); 139 void test_cil_gen_classmap_currnull_neg(CuTest *tc); 140 void test_cil_gen_classmap_astnull_neg(CuTest *tc); 149 void test_cil_gen_classmapping_dbnull_neg(CuTest *tc); 150 void test_cil_gen_classmapping_currnull_neg(CuTest *tc); 151 void test_cil_gen_classmapping_astnull_neg(CuTest *tc); 154 void test_cil_gen_common_dbnull_neg(CuTest *tc); [all...] |
H A D | test_cil_post.h | 35 void test_cil_post_filecon_compare_meta_a_not_b(CuTest *tc); 36 void test_cil_post_filecon_compare_meta_b_not_a(CuTest *tc); 37 void test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b(CuTest *tc); 38 void test_cil_post_filecon_compare_meta_a_and_b_strlen_b_greater_a(CuTest *tc); 39 void test_cil_post_filecon_compare_type_atype_greater_btype(CuTest *tc); 40 void test_cil_post_filecon_compare_type_btype_greater_atype(CuTest *tc); 41 void test_cil_post_filecon_compare_stemlen_a_greater_b(CuTest *tc); 42 void test_cil_post_filecon_compare_stemlen_b_greater_a(CuTest *tc); 43 void test_cil_post_filecon_compare_equal(CuTest *tc); 45 void test_cil_post_portcon_compare_atotal_greater_btotal(CuTest *tc); [all...] |
H A D | test_cil_copy_ast.h | 41 void test_cil_copy_node_helper_block(CuTest *tc); 42 void test_cil_copy_node_helper_block_merge(CuTest *tc); 45 void test_cil_copy_node_helper_perm(CuTest *tc); 46 void test_cil_copy_node_helper_perm_neg(CuTest *tc); 49 void test_cil_copy_node_helper_class(CuTest *tc); 50 void test_cil_copy_node_helper_class_dup_neg(CuTest *tc); 53 void test_cil_copy_node_helper_common(CuTest *tc); 54 void test_cil_copy_node_helper_common_dup_neg(CuTest *tc); 57 void test_cil_copy_node_helper_classcommon(CuTest *tc); 60 void test_cil_copy_node_helper_sid(CuTest *tc); [all...] |
H A D | test_cil_resolve_ast.h | 41 void test_cil_resolve_rolebounds(CuTest *tc); 42 void test_cil_resolve_rolebounds_exists_neg(CuTest *tc); 43 void test_cil_resolve_rolebounds_role1_neg(CuTest *tc); 44 void test_cil_resolve_rolebounds_role2_neg(CuTest *tc); 218 void test_cil_resolve_ast_node_helper_filecon(CuTest *tc); 219 void test_cil_resolve_ast_node_helper_filecon_neg(CuTest *tc); 225 void test_cil_resolve_ast_node_helper_portcon(CuTest *tc); 226 void test_cil_resolve_ast_node_helper_portcon_neg(CuTest *tc); 232 void test_cil_resolve_ast_node_helper_genfscon(CuTest *tc); 233 void test_cil_resolve_ast_node_helper_genfscon_neg(CuTest *tc); [all...] |
H A D | test_cil_build_ast.c | 63 void test_cil_parse_to_list(CuTest *tc) { in test_cil_parse_to_list() argument 89 CuAssertIntEquals(tc, SEPOL_OK, rc); in test_cil_parse_to_list() 94 void test_cil_parse_to_list_currnull_neg(CuTest *tc) { in test_cil_parse_to_list_currnull_neg() argument 120 CuAssertIntEquals(tc, SEPOL_ERR, rc); in test_cil_parse_to_list_currnull_neg() 125 void test_cil_parse_to_list_listnull_neg(CuTest *tc) { in test_cil_parse_to_list_listnull_neg() argument 149 CuAssertIntEquals(tc, SEPOL_ERR, rc); in test_cil_parse_to_list_listnull_neg() 154 void test_cil_set_to_list(CuTest *tc) { in test_cil_set_to_list() argument 167 CuAssertIntEquals(tc, SEPOL_OK, rc); in test_cil_set_to_list() 168 CuAssertStrEquals(tc, "foo1", (char*)cil_l->head->data); in test_cil_set_to_list() 169 CuAssertStrEquals(tc, "foo in test_cil_set_to_list() 173 test_cil_set_to_list_tree_node_null_neg(CuTest *tc) test_cil_set_to_list_tree_node_null_neg() argument 180 test_cil_set_to_list_cl_head_null_neg(CuTest *tc) test_cil_set_to_list_cl_head_null_neg() argument 195 test_cil_set_to_list_listnull_neg(CuTest *tc) test_cil_set_to_list_listnull_neg() argument 206 test_cil_gen_block(CuTest *tc) test_cil_gen_block() argument 228 test_cil_gen_block_justblock_neg(CuTest *tc) test_cil_gen_block_justblock_neg() argument 247 test_cil_gen_block_noname_neg(CuTest *tc) test_cil_gen_block_noname_neg() argument 266 test_cil_gen_block_dbnull_neg(CuTest *tc) test_cil_gen_block_dbnull_neg() argument 281 test_cil_gen_block_treenull_neg(CuTest *tc) test_cil_gen_block_treenull_neg() argument 302 test_cil_gen_block_nodenull_neg(CuTest *tc) test_cil_gen_block_nodenull_neg() argument 317 test_cil_gen_block_nodeparentnull_neg(CuTest *tc) test_cil_gen_block_nodeparentnull_neg() argument 336 test_cil_destroy_block(CuTest *tc) test_cil_destroy_block() argument 357 test_cil_gen_blockinherit(CuTest *tc) test_cil_gen_blockinherit() argument 376 test_cil_gen_blockinherit_namelist_neg(CuTest *tc) test_cil_gen_blockinherit_namelist_neg() argument 395 test_cil_gen_blockinherit_namenull_neg(CuTest *tc) test_cil_gen_blockinherit_namenull_neg() argument 414 test_cil_gen_blockinherit_extra_neg(CuTest *tc) test_cil_gen_blockinherit_extra_neg() argument 433 test_cil_gen_blockinherit_dbnull_neg(CuTest *tc) test_cil_gen_blockinherit_dbnull_neg() argument 448 test_cil_gen_blockinherit_currnull_neg(CuTest *tc) test_cil_gen_blockinherit_currnull_neg() argument 467 test_cil_gen_blockinherit_astnull_neg(CuTest *tc) test_cil_gen_blockinherit_astnull_neg() argument 482 test_cil_gen_perm(CuTest *tc) test_cil_gen_perm() argument 513 test_cil_gen_perm_dbnull_neg(CuTest *tc) test_cil_gen_perm_dbnull_neg() argument 537 test_cil_gen_perm_currnull_neg(CuTest *tc) test_cil_gen_perm_currnull_neg() argument 564 test_cil_gen_perm_astnull_neg(CuTest *tc) test_cil_gen_perm_astnull_neg() argument 587 test_cil_gen_perm_nodenull_neg(CuTest *tc) test_cil_gen_perm_nodenull_neg() argument 611 test_cil_gen_permset(CuTest *tc) test_cil_gen_permset() argument 630 test_cil_gen_permset_noname_neg(CuTest *tc) test_cil_gen_permset_noname_neg() argument 649 test_cil_gen_permset_nameinparens_neg(CuTest *tc) test_cil_gen_permset_nameinparens_neg() argument 668 test_cil_gen_permset_noperms_neg(CuTest *tc) test_cil_gen_permset_noperms_neg() argument 687 test_cil_gen_permset_emptyperms_neg(CuTest *tc) test_cil_gen_permset_emptyperms_neg() argument 706 test_cil_gen_permset_extra_neg(CuTest *tc) test_cil_gen_permset_extra_neg() argument 725 test_cil_gen_permset_dbnull_neg(CuTest *tc) test_cil_gen_permset_dbnull_neg() argument 740 test_cil_gen_permset_currnull_neg(CuTest *tc) test_cil_gen_permset_currnull_neg() argument 759 test_cil_gen_permset_astnull_neg(CuTest *tc) test_cil_gen_permset_astnull_neg() argument 774 test_cil_gen_perm_nodes(CuTest *tc) test_cil_gen_perm_nodes() argument 802 test_cil_gen_perm_nodes_failgen_neg(CuTest *tc) test_cil_gen_perm_nodes_failgen_neg() argument 832 test_cil_gen_perm_nodes_inval_perm_neg(CuTest *tc) test_cil_gen_perm_nodes_inval_perm_neg() argument 860 test_cil_fill_permset(CuTest *tc) test_cil_fill_permset() argument 876 test_cil_fill_permset_sublist_neg(CuTest *tc) test_cil_fill_permset_sublist_neg() argument 892 test_cil_fill_permset_startpermnull_neg(CuTest *tc) test_cil_fill_permset_startpermnull_neg() argument 908 test_cil_fill_permset_permsetnull_neg(CuTest *tc) test_cil_fill_permset_permsetnull_neg() argument 923 test_cil_gen_in(CuTest *tc) test_cil_gen_in() argument 942 test_cil_gen_in_blockstrnull_neg(CuTest *tc) test_cil_gen_in_blockstrnull_neg() argument 961 test_cil_gen_in_extra_neg(CuTest *tc) test_cil_gen_in_extra_neg() argument 980 test_cil_gen_in_dbnull_neg(CuTest *tc) test_cil_gen_in_dbnull_neg() argument 995 test_cil_gen_in_currnull_neg(CuTest *tc) test_cil_gen_in_currnull_neg() argument 1014 test_cil_gen_in_astnull_neg(CuTest *tc) test_cil_gen_in_astnull_neg() argument 1029 test_cil_gen_class(CuTest *tc) test_cil_gen_class() argument 1051 test_cil_gen_class_noname_neg(CuTest *tc) test_cil_gen_class_noname_neg() argument 1070 test_cil_gen_class_nodenull_neg(CuTest *tc) test_cil_gen_class_nodenull_neg() argument 1085 test_cil_gen_class_dbnull_neg(CuTest *tc) test_cil_gen_class_dbnull_neg() argument 1100 test_cil_gen_class_currnull_neg(CuTest *tc) test_cil_gen_class_currnull_neg() argument 1118 test_cil_gen_class_noclass_neg(CuTest *tc) test_cil_gen_class_noclass_neg() argument 1137 test_cil_gen_class_noclassname_neg(CuTest *tc) test_cil_gen_class_noclassname_neg() argument 1156 test_cil_gen_class_namesublist_neg(CuTest *tc) test_cil_gen_class_namesublist_neg() argument 1175 test_cil_gen_class_noperms(CuTest *tc) test_cil_gen_class_noperms() argument 1194 test_cil_gen_class_permsnotinlist_neg(CuTest *tc) test_cil_gen_class_permsnotinlist_neg() argument 1213 test_cil_gen_class_extrapermlist_neg(CuTest *tc) test_cil_gen_class_extrapermlist_neg() argument 1232 test_cil_gen_class_listinlist_neg(CuTest *tc) test_cil_gen_class_listinlist_neg() argument 1251 test_cil_fill_classpermset_anonperms(CuTest *tc) test_cil_fill_classpermset_anonperms() argument 1267 test_cil_fill_classpermset_anonperms_neg(CuTest *tc) test_cil_fill_classpermset_anonperms_neg() argument 1283 test_cil_fill_classpermset_namedperms(CuTest *tc) test_cil_fill_classpermset_namedperms() argument 1299 test_cil_fill_classpermset_extra_neg(CuTest *tc) test_cil_fill_classpermset_extra_neg() argument 1315 test_cil_fill_classpermset_emptypermslist_neg(CuTest *tc) test_cil_fill_classpermset_emptypermslist_neg() argument 1331 test_cil_fill_classpermset_noperms_neg(CuTest *tc) test_cil_fill_classpermset_noperms_neg() argument 1347 test_cil_fill_classpermset_noclass_neg(CuTest *tc) test_cil_fill_classpermset_noclass_neg() argument 1363 test_cil_fill_classpermset_classnodenull_neg(CuTest *tc) test_cil_fill_classpermset_classnodenull_neg() argument 1379 test_cil_fill_classpermset_cpsnull_neg(CuTest *tc) test_cil_fill_classpermset_cpsnull_neg() argument 1394 test_cil_gen_classpermset(CuTest *tc) test_cil_gen_classpermset() argument 1413 test_cil_gen_classpermset_noname_neg(CuTest *tc) test_cil_gen_classpermset_noname_neg() argument 1432 test_cil_gen_classpermset_nameinparens_neg(CuTest *tc) test_cil_gen_classpermset_nameinparens_neg() argument 1451 test_cil_gen_classpermset_noclass_neg(CuTest *tc) test_cil_gen_classpermset_noclass_neg() argument 1470 test_cil_gen_classpermset_noperms_neg(CuTest *tc) test_cil_gen_classpermset_noperms_neg() argument 1489 test_cil_gen_classpermset_emptyperms_neg(CuTest *tc) test_cil_gen_classpermset_emptyperms_neg() argument 1508 test_cil_gen_classpermset_extra_neg(CuTest *tc) test_cil_gen_classpermset_extra_neg() argument 1527 test_cil_gen_classpermset_dbnull_neg(CuTest *tc) test_cil_gen_classpermset_dbnull_neg() argument 1542 test_cil_gen_classpermset_currnull_neg(CuTest *tc) test_cil_gen_classpermset_currnull_neg() argument 1561 test_cil_gen_classpermset_astnull_neg(CuTest *tc) test_cil_gen_classpermset_astnull_neg() argument 1576 test_cil_gen_classmap_perm(CuTest *tc) test_cil_gen_classmap_perm() argument 1608 test_cil_gen_classmap_perm_dupeperm_neg(CuTest *tc) test_cil_gen_classmap_perm_dupeperm_neg() argument 1636 test_cil_gen_classmap_perm_dbnull_neg(CuTest *tc) test_cil_gen_classmap_perm_dbnull_neg() argument 1666 test_cil_gen_classmap_perm_currnull_neg(CuTest *tc) test_cil_gen_classmap_perm_currnull_neg() argument 1694 test_cil_gen_classmap_perm_astnull_neg(CuTest *tc) test_cil_gen_classmap_perm_astnull_neg() argument 1717 test_cil_gen_classmap(CuTest *tc) test_cil_gen_classmap() argument 1736 test_cil_gen_classmap_extra_neg(CuTest *tc) test_cil_gen_classmap_extra_neg() argument 1755 test_cil_gen_classmap_noname_neg(CuTest *tc) test_cil_gen_classmap_noname_neg() argument 1774 test_cil_gen_classmap_emptyperms_neg(CuTest *tc) test_cil_gen_classmap_emptyperms_neg() argument 1793 test_cil_gen_classmap_dbnull_neg(CuTest *tc) test_cil_gen_classmap_dbnull_neg() argument 1808 test_cil_gen_classmap_currnull_neg(CuTest *tc) test_cil_gen_classmap_currnull_neg() argument 1827 test_cil_gen_classmap_astnull_neg(CuTest *tc) test_cil_gen_classmap_astnull_neg() argument 1842 test_cil_gen_classmapping_anonpermset(CuTest *tc) test_cil_gen_classmapping_anonpermset() argument 1862 test_cil_gen_classmapping_anonpermset_neg(CuTest *tc) test_cil_gen_classmapping_anonpermset_neg() argument 1882 test_cil_gen_classmapping_namedpermset(CuTest *tc) test_cil_gen_classmapping_namedpermset() argument 1901 test_cil_gen_classmapping_noclassmapname_neg(CuTest *tc) test_cil_gen_classmapping_noclassmapname_neg() argument 1920 test_cil_gen_classmapping_noclassmapperm_neg(CuTest *tc) test_cil_gen_classmapping_noclassmapperm_neg() argument 1939 test_cil_gen_classmapping_nopermissionsets_neg(CuTest *tc) test_cil_gen_classmapping_nopermissionsets_neg() argument 1958 test_cil_gen_classmapping_dbnull_neg(CuTest *tc) test_cil_gen_classmapping_dbnull_neg() argument 1974 test_cil_gen_classmapping_currnull_neg(CuTest *tc) test_cil_gen_classmapping_currnull_neg() argument 1993 test_cil_gen_classmapping_astnull_neg(CuTest *tc) test_cil_gen_classmapping_astnull_neg() argument 2009 test_cil_gen_common(CuTest *tc) test_cil_gen_common() argument 2030 test_cil_gen_common_dbnull_neg(CuTest *tc) test_cil_gen_common_dbnull_neg() argument 2046 test_cil_gen_common_currnull_neg(CuTest *tc) test_cil_gen_common_currnull_neg() argument 2063 test_cil_gen_common_astnull_neg(CuTest *tc) test_cil_gen_common_astnull_neg() argument 2079 test_cil_gen_common_noname_neg(CuTest *tc) test_cil_gen_common_noname_neg() argument 2099 test_cil_gen_common_twoperms_neg(CuTest *tc) test_cil_gen_common_twoperms_neg() argument 2119 test_cil_gen_common_permsublist_neg(CuTest *tc) test_cil_gen_common_permsublist_neg() argument 2139 test_cil_gen_common_noperms_neg(CuTest *tc) test_cil_gen_common_noperms_neg() argument 2159 test_cil_gen_sid(CuTest *tc) test_cil_gen_sid() argument 2178 test_cil_gen_sid_noname_neg(CuTest *tc) test_cil_gen_sid_noname_neg() argument 2197 test_cil_gen_sid_nameinparens_neg(CuTest *tc) test_cil_gen_sid_nameinparens_neg() argument 2216 test_cil_gen_sid_extra_neg(CuTest *tc) test_cil_gen_sid_extra_neg() argument 2235 test_cil_gen_sid_dbnull_neg(CuTest *tc) test_cil_gen_sid_dbnull_neg() argument 2250 test_cil_gen_sid_currnull_neg(CuTest *tc) test_cil_gen_sid_currnull_neg() argument 2269 test_cil_gen_sid_astnull_neg(CuTest *tc) test_cil_gen_sid_astnull_neg() argument 2284 test_cil_gen_sidcontext(CuTest *tc) test_cil_gen_sidcontext() argument 2306 test_cil_gen_sidcontext_namedcontext(CuTest *tc) test_cil_gen_sidcontext_namedcontext() argument 2327 test_cil_gen_sidcontext_halfcontext_neg(CuTest *tc) test_cil_gen_sidcontext_halfcontext_neg() argument 2346 test_cil_gen_sidcontext_noname_neg(CuTest *tc) test_cil_gen_sidcontext_noname_neg() argument 2365 test_cil_gen_sidcontext_empty_neg(CuTest *tc) test_cil_gen_sidcontext_empty_neg() argument 2384 test_cil_gen_sidcontext_nocontext_neg(CuTest *tc) test_cil_gen_sidcontext_nocontext_neg() argument 2403 test_cil_gen_sidcontext_dblname_neg(CuTest *tc) test_cil_gen_sidcontext_dblname_neg() argument 2422 test_cil_gen_sidcontext_dbnull_neg(CuTest *tc) test_cil_gen_sidcontext_dbnull_neg() argument 2437 test_cil_gen_sidcontext_pcurrnull_neg(CuTest *tc) test_cil_gen_sidcontext_pcurrnull_neg() argument 2451 test_cil_gen_sidcontext_astnodenull_neg(CuTest *tc) test_cil_gen_sidcontext_astnodenull_neg() argument 2470 test_cil_gen_type(CuTest *tc) test_cil_gen_type() argument 2491 test_cil_gen_type_dbnull_neg(CuTest *tc) test_cil_gen_type_dbnull_neg() argument 2506 test_cil_gen_type_currnull_neg(CuTest *tc) test_cil_gen_type_currnull_neg() argument 2525 test_cil_gen_type_astnull_neg(CuTest *tc) test_cil_gen_type_astnull_neg() argument 2540 test_cil_gen_type_extra_neg(CuTest *tc) test_cil_gen_type_extra_neg() argument 2559 test_cil_gen_typeattribute(CuTest *tc) test_cil_gen_typeattribute() argument 2580 test_cil_gen_typeattribute_dbnull_neg(CuTest *tc) test_cil_gen_typeattribute_dbnull_neg() argument 2596 test_cil_gen_typeattribute_currnull_neg(CuTest *tc) test_cil_gen_typeattribute_currnull_neg() argument 2616 test_cil_gen_typeattribute_astnull_neg(CuTest *tc) test_cil_gen_typeattribute_astnull_neg() argument 2631 test_cil_gen_typeattribute_extra_neg(CuTest *tc) test_cil_gen_typeattribute_extra_neg() argument 2650 test_cil_gen_typebounds(CuTest *tc) test_cil_gen_typebounds() argument 2669 test_cil_gen_typebounds_notype1_neg(CuTest *tc) test_cil_gen_typebounds_notype1_neg() argument 2688 test_cil_gen_typebounds_type1inparens_neg(CuTest *tc) test_cil_gen_typebounds_type1inparens_neg() argument 2707 test_cil_gen_typebounds_notype2_neg(CuTest *tc) test_cil_gen_typebounds_notype2_neg() argument 2726 test_cil_gen_typebounds_type2inparens_neg(CuTest *tc) test_cil_gen_typebounds_type2inparens_neg() argument 2745 test_cil_gen_typebounds_extra_neg(CuTest *tc) test_cil_gen_typebounds_extra_neg() argument 2764 test_cil_gen_typebounds_dbnull_neg(CuTest *tc) test_cil_gen_typebounds_dbnull_neg() argument 2779 test_cil_gen_typebounds_currnull_neg(CuTest *tc) test_cil_gen_typebounds_currnull_neg() argument 2798 test_cil_gen_typebounds_astnull_neg(CuTest *tc) test_cil_gen_typebounds_astnull_neg() argument 2813 test_cil_gen_typepermissive(CuTest *tc) test_cil_gen_typepermissive() argument 2832 test_cil_gen_typepermissive_noname_neg(CuTest *tc) test_cil_gen_typepermissive_noname_neg() argument 2851 test_cil_gen_typepermissive_typeinparens_neg(CuTest *tc) test_cil_gen_typepermissive_typeinparens_neg() argument 2870 test_cil_gen_typepermissive_extra_neg(CuTest *tc) test_cil_gen_typepermissive_extra_neg() argument 2889 test_cil_gen_typepermissive_dbnull_neg(CuTest *tc) test_cil_gen_typepermissive_dbnull_neg() argument 2904 test_cil_gen_typepermissive_currnull_neg(CuTest *tc) test_cil_gen_typepermissive_currnull_neg() argument 2923 test_cil_gen_typepermissive_astnull_neg(CuTest *tc) test_cil_gen_typepermissive_astnull_neg() argument 2938 test_cil_gen_nametypetransition(CuTest *tc) test_cil_gen_nametypetransition() argument 2957 test_cil_gen_nametypetransition_strinparens_neg(CuTest *tc) test_cil_gen_nametypetransition_strinparens_neg() argument 2976 test_cil_gen_nametypetransition_nostr_neg(CuTest *tc) test_cil_gen_nametypetransition_nostr_neg() argument 2995 test_cil_gen_nametypetransition_srcinparens_neg(CuTest *tc) test_cil_gen_nametypetransition_srcinparens_neg() argument 3014 test_cil_gen_nametypetransition_nosrc_neg(CuTest *tc) test_cil_gen_nametypetransition_nosrc_neg() argument 3033 test_cil_gen_nametypetransition_tgtinparens_neg(CuTest *tc) test_cil_gen_nametypetransition_tgtinparens_neg() argument 3052 test_cil_gen_nametypetransition_notgt_neg(CuTest *tc) test_cil_gen_nametypetransition_notgt_neg() argument 3071 test_cil_gen_nametypetransition_classinparens_neg(CuTest *tc) test_cil_gen_nametypetransition_classinparens_neg() argument 3090 test_cil_gen_nametypetransition_noclass_neg(CuTest *tc) test_cil_gen_nametypetransition_noclass_neg() argument 3109 test_cil_gen_nametypetransition_destinparens_neg(CuTest *tc) test_cil_gen_nametypetransition_destinparens_neg() argument 3128 test_cil_gen_nametypetransition_nodest_neg(CuTest *tc) test_cil_gen_nametypetransition_nodest_neg() argument 3148 test_cil_gen_nametypetransition_extra_neg(CuTest *tc) test_cil_gen_nametypetransition_extra_neg() argument 3167 test_cil_gen_nametypetransition_dbnull_neg(CuTest *tc) test_cil_gen_nametypetransition_dbnull_neg() argument 3182 test_cil_gen_nametypetransition_currnull_neg(CuTest *tc) test_cil_gen_nametypetransition_currnull_neg() argument 3201 test_cil_gen_nametypetransition_astnull_neg(CuTest *tc) test_cil_gen_nametypetransition_astnull_neg() argument 3216 test_cil_gen_rangetransition(CuTest *tc) test_cil_gen_rangetransition() argument 3235 test_cil_gen_rangetransition_namedtransition(CuTest *tc) test_cil_gen_rangetransition_namedtransition() argument 3254 test_cil_gen_rangetransition_anon_low_l(CuTest *tc) test_cil_gen_rangetransition_anon_low_l() argument 3273 test_cil_gen_rangetransition_anon_low_l_neg(CuTest *tc) test_cil_gen_rangetransition_anon_low_l_neg() argument 3292 test_cil_gen_rangetransition_anon_high_l(CuTest *tc) test_cil_gen_rangetransition_anon_high_l() argument 3311 test_cil_gen_rangetransition_anon_high_l_neg(CuTest *tc) test_cil_gen_rangetransition_anon_high_l_neg() argument 3330 test_cil_gen_rangetransition_dbnull_neg(CuTest *tc) test_cil_gen_rangetransition_dbnull_neg() argument 3345 test_cil_gen_rangetransition_currnull_neg(CuTest *tc) test_cil_gen_rangetransition_currnull_neg() argument 3364 test_cil_gen_rangetransition_astnull_neg(CuTest *tc) test_cil_gen_rangetransition_astnull_neg() argument 3379 test_cil_gen_rangetransition_nofirsttype_neg(CuTest *tc) test_cil_gen_rangetransition_nofirsttype_neg() argument 3398 test_cil_gen_rangetransition_firsttype_inparens_neg(CuTest *tc) test_cil_gen_rangetransition_firsttype_inparens_neg() argument 3417 test_cil_gen_rangetransition_nosecondtype_neg(CuTest *tc) test_cil_gen_rangetransition_nosecondtype_neg() argument 3436 test_cil_gen_rangetransition_secondtype_inparens_neg(CuTest *tc) test_cil_gen_rangetransition_secondtype_inparens_neg() argument 3455 test_cil_gen_rangetransition_noclass_neg(CuTest *tc) test_cil_gen_rangetransition_noclass_neg() argument 3474 test_cil_gen_rangetransition_class_inparens_neg(CuTest *tc) test_cil_gen_rangetransition_class_inparens_neg() argument 3493 test_cil_gen_rangetransition_nolevel_l_neg(CuTest *tc) test_cil_gen_rangetransition_nolevel_l_neg() argument 3512 test_cil_gen_rangetransition_nolevel_h_neg(CuTest *tc) test_cil_gen_rangetransition_nolevel_h_neg() argument 3531 test_cil_gen_rangetransition_extra_neg(CuTest *tc) test_cil_gen_rangetransition_extra_neg() argument 3550 test_cil_gen_expr_stack_and(CuTest *tc) test_cil_gen_expr_stack_and() argument 3573 test_cil_gen_expr_stack_or(CuTest *tc) test_cil_gen_expr_stack_or() argument 3596 test_cil_gen_expr_stack_xor(CuTest *tc) test_cil_gen_expr_stack_xor() argument 3619 test_cil_gen_expr_stack_not(CuTest *tc) test_cil_gen_expr_stack_not() argument 3642 test_cil_gen_expr_stack_not_noexpr_neg(CuTest *tc) test_cil_gen_expr_stack_not_noexpr_neg() argument 3665 test_cil_gen_expr_stack_not_extraexpr_neg(CuTest *tc) test_cil_gen_expr_stack_not_extraexpr_neg() argument 3688 test_cil_gen_expr_stack_eq(CuTest *tc) test_cil_gen_expr_stack_eq() argument 3711 test_cil_gen_expr_stack_neq(CuTest *tc) test_cil_gen_expr_stack_neq() argument 3734 test_cil_gen_expr_stack_nested(CuTest *tc) test_cil_gen_expr_stack_nested() argument 3757 test_cil_gen_expr_stack_nested_neg(CuTest *tc) test_cil_gen_expr_stack_nested_neg() argument 3780 test_cil_gen_expr_stack_nested_emptyargs_neg(CuTest *tc) test_cil_gen_expr_stack_nested_emptyargs_neg() argument 3803 test_cil_gen_expr_stack_nested_missingoperator_neg(CuTest *tc) test_cil_gen_expr_stack_nested_missingoperator_neg() argument 3826 test_cil_gen_expr_stack_arg1null_neg(CuTest *tc) test_cil_gen_expr_stack_arg1null_neg() argument 3849 test_cil_gen_expr_stack_arg2null_neg(CuTest *tc) test_cil_gen_expr_stack_arg2null_neg() argument 3872 test_cil_gen_expr_stack_extraarg_neg(CuTest *tc) test_cil_gen_expr_stack_extraarg_neg() argument 3895 test_cil_gen_expr_stack_currnull_neg(CuTest *tc) test_cil_gen_expr_stack_currnull_neg() argument 3917 test_cil_gen_expr_stack_stacknull_neg(CuTest *tc) test_cil_gen_expr_stack_stacknull_neg() argument 3937 test_cil_gen_boolif_multiplebools_true(CuTest *tc) test_cil_gen_boolif_multiplebools_true() argument 3958 test_cil_gen_boolif_multiplebools_false(CuTest *tc) test_cil_gen_boolif_multiplebools_false() argument 3979 test_cil_gen_boolif_multiplebools_unknowncond_neg(CuTest *tc) test_cil_gen_boolif_multiplebools_unknowncond_neg() argument 4000 test_cil_gen_boolif_true(CuTest *tc) test_cil_gen_boolif_true() argument 4020 test_cil_gen_boolif_false(CuTest *tc) test_cil_gen_boolif_false() argument 4040 test_cil_gen_boolif_unknowncond_neg(CuTest *tc) test_cil_gen_boolif_unknowncond_neg() argument 4060 test_cil_gen_boolif_nested(CuTest *tc) test_cil_gen_boolif_nested() argument 4080 test_cil_gen_boolif_nested_neg(CuTest *tc) test_cil_gen_boolif_nested_neg() argument 4100 test_cil_gen_boolif_extra_neg(CuTest *tc) test_cil_gen_boolif_extra_neg() argument 4120 test_cil_gen_boolif_extra_parens_neg(CuTest *tc) test_cil_gen_boolif_extra_parens_neg() argument 4140 test_cil_gen_boolif_nocond(CuTest *tc) test_cil_gen_boolif_nocond() argument 4160 test_cil_gen_boolif_neg(CuTest *tc) test_cil_gen_boolif_neg() argument 4180 test_cil_gen_boolif_dbnull_neg(CuTest *tc) test_cil_gen_boolif_dbnull_neg() argument 4196 test_cil_gen_boolif_currnull_neg(CuTest *tc) test_cil_gen_boolif_currnull_neg() argument 4215 test_cil_gen_boolif_astnull_neg(CuTest *tc) test_cil_gen_boolif_astnull_neg() argument 4231 test_cil_gen_boolif_nocond_neg(CuTest *tc) test_cil_gen_boolif_nocond_neg() argument 4250 test_cil_gen_boolif_notruelist_neg(CuTest *tc) test_cil_gen_boolif_notruelist_neg() argument 4269 test_cil_gen_boolif_empty_cond_neg(CuTest *tc) test_cil_gen_boolif_empty_cond_neg() argument 4289 test_cil_gen_tunif_multiplebools_true(CuTest *tc) test_cil_gen_tunif_multiplebools_true() argument 4310 test_cil_gen_tunif_multiplebools_false(CuTest *tc) test_cil_gen_tunif_multiplebools_false() argument 4331 test_cil_gen_tunif_multiplebools_unknowncond_neg(CuTest *tc) test_cil_gen_tunif_multiplebools_unknowncond_neg() argument 4352 test_cil_gen_tunif_true(CuTest *tc) test_cil_gen_tunif_true() argument 4372 test_cil_gen_tunif_false(CuTest *tc) test_cil_gen_tunif_false() argument 4392 test_cil_gen_tunif_unknowncond_neg(CuTest *tc) test_cil_gen_tunif_unknowncond_neg() argument 4412 test_cil_gen_tunif_nocond(CuTest *tc) test_cil_gen_tunif_nocond() argument 4432 test_cil_gen_tunif_nested(CuTest *tc) test_cil_gen_tunif_nested() argument 4452 test_cil_gen_tunif_nested_neg(CuTest *tc) test_cil_gen_tunif_nested_neg() argument 4472 test_cil_gen_tunif_extra_neg(CuTest *tc) test_cil_gen_tunif_extra_neg() argument 4492 test_cil_gen_tunif_extra_parens_neg(CuTest *tc) test_cil_gen_tunif_extra_parens_neg() argument 4512 test_cil_gen_tunif_neg(CuTest *tc) test_cil_gen_tunif_neg() argument 4532 test_cil_gen_tunif_dbnull_neg(CuTest *tc) test_cil_gen_tunif_dbnull_neg() argument 4548 test_cil_gen_tunif_currnull_neg(CuTest *tc) test_cil_gen_tunif_currnull_neg() argument 4567 test_cil_gen_tunif_astnull_neg(CuTest *tc) test_cil_gen_tunif_astnull_neg() argument 4583 test_cil_gen_tunif_nocond_neg(CuTest *tc) test_cil_gen_tunif_nocond_neg() argument 4602 test_cil_gen_tunif_notruelist_neg(CuTest *tc) test_cil_gen_tunif_notruelist_neg() argument 4621 test_cil_gen_condblock_true(CuTest *tc) test_cil_gen_condblock_true() argument 4640 test_cil_gen_condblock_false(CuTest *tc) test_cil_gen_condblock_false() argument 4659 test_cil_gen_condblock_dbnull_neg(CuTest *tc) test_cil_gen_condblock_dbnull_neg() argument 4674 test_cil_gen_condblock_currnull_neg(CuTest *tc) test_cil_gen_condblock_currnull_neg() argument 4693 test_cil_gen_condblock_astnull_neg(CuTest *tc) test_cil_gen_condblock_astnull_neg() argument 4708 test_cil_gen_condblock_nocond_neg(CuTest *tc) test_cil_gen_condblock_nocond_neg() argument 4727 test_cil_gen_condblock_extra_neg(CuTest *tc) test_cil_gen_condblock_extra_neg() argument 4746 test_cil_gen_typealias(CuTest *tc) test_cil_gen_typealias() argument 4768 test_cil_gen_typealias_incomplete_neg(CuTest *tc) test_cil_gen_typealias_incomplete_neg() argument 4787 test_cil_gen_typealias_incomplete_neg2(CuTest *tc) test_cil_gen_typealias_incomplete_neg2() argument 4806 test_cil_gen_typealias_extratype_neg(CuTest *tc) test_cil_gen_typealias_extratype_neg() argument 4825 test_cil_gen_typealias_dbnull_neg(CuTest *tc) test_cil_gen_typealias_dbnull_neg() argument 4840 test_cil_gen_typealias_currnull_neg(CuTest *tc) test_cil_gen_typealias_currnull_neg() argument 4859 test_cil_gen_typealias_astnull_neg(CuTest *tc) test_cil_gen_typealias_astnull_neg() argument 4874 test_cil_gen_typeattributeset(CuTest *tc) test_cil_gen_typeattributeset() argument 4894 test_cil_gen_typeattributeset_and_two_types(CuTest *tc) test_cil_gen_typeattributeset_and_two_types() argument 4914 test_cil_gen_typeattributeset_not(CuTest *tc) test_cil_gen_typeattributeset_not() argument 4934 test_cil_gen_typeattributeset_exclude_attr(CuTest *tc) test_cil_gen_typeattributeset_exclude_attr() argument 4954 test_cil_gen_typeattributeset_exclude_neg(CuTest *tc) test_cil_gen_typeattributeset_exclude_neg() argument 4973 test_cil_gen_typeattributeset_dbnull_neg(CuTest *tc) test_cil_gen_typeattributeset_dbnull_neg() argument 4988 test_cil_gen_typeattributeset_currnull_neg(CuTest *tc) test_cil_gen_typeattributeset_currnull_neg() argument 5007 test_cil_gen_typeattributeset_astnull_neg(CuTest *tc) test_cil_gen_typeattributeset_astnull_neg() argument 5022 test_cil_gen_typeattributeset_noname_neg(CuTest *tc) test_cil_gen_typeattributeset_noname_neg() argument 5041 test_cil_gen_typeattributeset_nameinparens_neg(CuTest *tc) test_cil_gen_typeattributeset_nameinparens_neg() argument 5060 test_cil_gen_typeattributeset_emptylists_neg(CuTest *tc) test_cil_gen_typeattributeset_emptylists_neg() argument 5079 test_cil_gen_typeattributeset_listinparens_neg(CuTest *tc) test_cil_gen_typeattributeset_listinparens_neg() argument 5098 test_cil_gen_typeattributeset_extra_neg(CuTest *tc) test_cil_gen_typeattributeset_extra_neg() argument 5117 test_cil_gen_userbounds(CuTest *tc) test_cil_gen_userbounds() argument 5136 test_cil_gen_userbounds_notype1_neg(CuTest *tc) test_cil_gen_userbounds_notype1_neg() argument 5155 test_cil_gen_userbounds_type1_inparens_neg(CuTest *tc) test_cil_gen_userbounds_type1_inparens_neg() argument 5174 test_cil_gen_userbounds_notype2_neg(CuTest *tc) test_cil_gen_userbounds_notype2_neg() argument 5193 test_cil_gen_userbounds_type2_inparens_neg(CuTest *tc) test_cil_gen_userbounds_type2_inparens_neg() argument 5212 test_cil_gen_userbounds_extra_neg(CuTest *tc) test_cil_gen_userbounds_extra_neg() argument 5231 test_cil_gen_userbounds_dbnull_neg(CuTest *tc) test_cil_gen_userbounds_dbnull_neg() argument 5246 test_cil_gen_userbounds_currnull_neg(CuTest *tc) test_cil_gen_userbounds_currnull_neg() argument 5265 test_cil_gen_userbounds_astnull_neg(CuTest *tc) test_cil_gen_userbounds_astnull_neg() argument 5280 test_cil_gen_role(CuTest *tc) test_cil_gen_role() argument 5301 test_cil_gen_role_dbnull_neg(CuTest *tc) test_cil_gen_role_dbnull_neg() argument 5317 test_cil_gen_role_currnull_neg(CuTest *tc) test_cil_gen_role_currnull_neg() argument 5334 test_cil_gen_role_astnull_neg(CuTest *tc) test_cil_gen_role_astnull_neg() argument 5350 test_cil_gen_role_extrarole_neg(CuTest *tc) test_cil_gen_role_extrarole_neg() argument 5370 test_cil_gen_role_noname_neg(CuTest *tc) test_cil_gen_role_noname_neg() argument 5390 test_cil_gen_roletransition(CuTest *tc) test_cil_gen_roletransition() argument 5411 test_cil_gen_roletransition_currnull_neg(CuTest *tc) test_cil_gen_roletransition_currnull_neg() argument 5419 test_cil_gen_roletransition_astnull_neg(CuTest *tc) test_cil_gen_roletransition_astnull_neg() argument 5431 test_cil_gen_roletransition_srcnull_neg(CuTest *tc) test_cil_gen_roletransition_srcnull_neg() argument 5446 test_cil_gen_roletransition_tgtnull_neg(CuTest *tc) test_cil_gen_roletransition_tgtnull_neg() argument 5461 test_cil_gen_roletransition_resultnull_neg(CuTest *tc) test_cil_gen_roletransition_resultnull_neg() argument 5476 test_cil_gen_roletransition_extra_neg(CuTest *tc) test_cil_gen_roletransition_extra_neg() argument 5489 test_cil_gen_bool_true(CuTest *tc) test_cil_gen_bool_true() argument 5511 test_cil_gen_bool_tunable_true(CuTest *tc) test_cil_gen_bool_tunable_true() argument 5533 test_cil_gen_bool_false(CuTest *tc) test_cil_gen_bool_false() argument 5555 test_cil_gen_bool_tunable_false(CuTest *tc) test_cil_gen_bool_tunable_false() argument 5577 test_cil_gen_bool_none_neg(CuTest *tc) test_cil_gen_bool_none_neg() argument 5596 test_cil_gen_bool_dbnull_neg(CuTest *tc) test_cil_gen_bool_dbnull_neg() argument 5611 test_cil_gen_bool_currnull_neg(CuTest *tc) test_cil_gen_bool_currnull_neg() argument 5630 test_cil_gen_bool_astnull_neg(CuTest *tc) test_cil_gen_bool_astnull_neg() argument 5645 test_cil_gen_bool_notbool_neg(CuTest *tc) test_cil_gen_bool_notbool_neg() argument 5664 test_cil_gen_bool_boolname_neg(CuTest *tc) test_cil_gen_bool_boolname_neg() argument 5683 test_cil_gen_bool_extraname_false_neg(CuTest *tc) test_cil_gen_bool_extraname_false_neg() argument 5702 test_cil_gen_bool_extraname_true_neg(CuTest *tc) test_cil_gen_bool_extraname_true_neg() argument 5721 test_cil_gen_constrain_expr_stack_eq2_t1type(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_t1type() argument 5747 test_cil_gen_constrain_expr_stack_eq2_t1t1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_t1t1_neg() argument 5772 test_cil_gen_constrain_expr_stack_eq2_t2type(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_t2type() argument 5797 test_cil_gen_constrain_expr_stack_eq2_t2t2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_t2t2_neg() argument 5822 test_cil_gen_constrain_expr_stack_eq2_r1role(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_r1role() argument 5847 test_cil_gen_constrain_expr_stack_eq2_r1r1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_r1r1_neg() argument 5872 test_cil_gen_constrain_expr_stack_eq2_r2role(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_r2role() argument 5897 test_cil_gen_constrain_expr_stack_eq2_r2r2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_r2r2_neg() argument 5922 test_cil_gen_constrain_expr_stack_eq2_t1t2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_t1t2() argument 5947 test_cil_gen_constrain_expr_stack_eq_r1r2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_r1r2() argument 5972 test_cil_gen_constrain_expr_stack_eq2_r1r2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_r1r2() argument 5997 test_cil_gen_constrain_expr_stack_eq2_u1u2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_u1u2() argument 6022 test_cil_gen_constrain_expr_stack_eq2_u1user(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_u1user() argument 6047 test_cil_gen_constrain_expr_stack_eq2_u1u1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_u1u1_neg() argument 6072 test_cil_gen_constrain_expr_stack_eq2_u2user(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_u2user() argument 6097 test_cil_gen_constrain_expr_stack_eq2_u2u2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_u2u2_neg() argument 6122 test_cil_gen_constrain_expr_stack_eq_l2h2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_l2h2() argument 6147 test_cil_gen_constrain_expr_stack_eq_l2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_l2_neg() argument 6172 test_cil_gen_constrain_expr_stack_eq_l1l2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_l1l2() argument 6197 test_cil_gen_constrain_expr_stack_eq_l1h1(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_l1h1() argument 6222 test_cil_gen_constrain_expr_stack_eq_l1h2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_l1h2() argument 6247 test_cil_gen_constrain_expr_stack_eq_h1l2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_h1l2() argument 6272 test_cil_gen_constrain_expr_stack_eq_h1h2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_h1h2() argument 6297 test_cil_gen_constrain_expr_stack_eq_h1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_h1_neg() argument 6322 test_cil_gen_constrain_expr_stack_eq_l1l1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_l1l1_neg() argument 6347 test_cil_gen_constrain_expr_stack_eq2_l1l2_constrain_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_l1l2_constrain_neg() argument 6372 test_cil_gen_constrain_expr_stack_eq_l1l2_constrain_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_l1l2_constrain_neg() argument 6397 test_cil_gen_constrain_expr_stack_eq_leftkeyword_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_leftkeyword_neg() argument 6422 test_cil_gen_constrain_expr_stack_eq_noexpr1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_noexpr1_neg() argument 6447 test_cil_gen_constrain_expr_stack_eq_expr1inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_expr1inparens_neg() argument 6472 test_cil_gen_constrain_expr_stack_eq_noexpr2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_noexpr2_neg() argument 6497 test_cil_gen_constrain_expr_stack_eq_expr2inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_expr2inparens_neg() argument 6522 test_cil_gen_constrain_expr_stack_eq_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq_extraexpr_neg() argument 6547 test_cil_gen_constrain_expr_stack_eq2(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2() argument 6572 test_cil_gen_constrain_expr_stack_eq2_noexpr1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_noexpr1_neg() argument 6597 test_cil_gen_constrain_expr_stack_eq2_expr1inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_expr1inparens_neg() argument 6622 test_cil_gen_constrain_expr_stack_eq2_noexpr2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_noexpr2_neg() argument 6647 test_cil_gen_constrain_expr_stack_eq2_expr2inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_expr2inparens_neg() argument 6672 test_cil_gen_constrain_expr_stack_eq2_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_eq2_extraexpr_neg() argument 6697 test_cil_gen_constrain_expr_stack_noteq(CuTest *tc) test_cil_gen_constrain_expr_stack_noteq() argument 6722 test_cil_gen_constrain_expr_stack_noteq_noexpr1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_noteq_noexpr1_neg() argument 6747 test_cil_gen_constrain_expr_stack_noteq_expr1inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_noteq_expr1inparens_neg() argument 6772 test_cil_gen_constrain_expr_stack_noteq_noexpr2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_noteq_noexpr2_neg() argument 6797 test_cil_gen_constrain_expr_stack_noteq_expr2inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_noteq_expr2inparens_neg() argument 6822 test_cil_gen_constrain_expr_stack_noteq_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_noteq_extraexpr_neg() argument 6847 test_cil_gen_constrain_expr_stack_not(CuTest *tc) test_cil_gen_constrain_expr_stack_not() argument 6872 test_cil_gen_constrain_expr_stack_not_noexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_not_noexpr_neg() argument 6897 test_cil_gen_constrain_expr_stack_not_emptyparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_not_emptyparens_neg() argument 6922 test_cil_gen_constrain_expr_stack_not_extraparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_not_extraparens_neg() argument 6948 test_cil_gen_constrain_expr_stack_or(CuTest *tc) test_cil_gen_constrain_expr_stack_or() argument 6974 test_cil_gen_constrain_expr_stack_or_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_or_neg() argument 7000 test_cil_gen_constrain_expr_stack_or_noexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_or_noexpr_neg() argument 7025 test_cil_gen_constrain_expr_stack_or_emptyfirstparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_or_emptyfirstparens_neg() argument 7051 test_cil_gen_constrain_expr_stack_or_missingsecondexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_or_missingsecondexpr_neg() argument 7076 test_cil_gen_constrain_expr_stack_or_emptysecondparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_or_emptysecondparens_neg() argument 7101 test_cil_gen_constrain_expr_stack_or_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_or_extraexpr_neg() argument 7126 test_cil_gen_constrain_expr_stack_and(CuTest *tc) test_cil_gen_constrain_expr_stack_and() argument 7152 test_cil_gen_constrain_expr_stack_and_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_and_neg() argument 7178 test_cil_gen_constrain_expr_stack_and_noexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_and_noexpr_neg() argument 7203 test_cil_gen_constrain_expr_stack_and_emptyfirstparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_and_emptyfirstparens_neg() argument 7228 test_cil_gen_constrain_expr_stack_and_missingsecondexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_and_missingsecondexpr_neg() argument 7253 test_cil_gen_constrain_expr_stack_and_emptysecondparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_and_emptysecondparens_neg() argument 7278 test_cil_gen_constrain_expr_stack_and_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_and_extraexpr_neg() argument 7303 test_cil_gen_constrain_expr_stack_dom(CuTest *tc) test_cil_gen_constrain_expr_stack_dom() argument 7328 test_cil_gen_constrain_expr_stack_dom_noexpr1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_dom_noexpr1_neg() argument 7353 test_cil_gen_constrain_expr_stack_dom_expr1inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_dom_expr1inparens_neg() argument 7378 test_cil_gen_constrain_expr_stack_dom_noexpr2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_dom_noexpr2_neg() argument 7403 test_cil_gen_constrain_expr_stack_dom_expr2inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_dom_expr2inparens_neg() argument 7428 test_cil_gen_constrain_expr_stack_dom_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_dom_extraexpr_neg() argument 7453 test_cil_gen_constrain_expr_stack_domby(CuTest *tc) test_cil_gen_constrain_expr_stack_domby() argument 7478 test_cil_gen_constrain_expr_stack_domby_noexpr1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_domby_noexpr1_neg() argument 7503 test_cil_gen_constrain_expr_stack_domby_expr1inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_domby_expr1inparens_neg() argument 7528 test_cil_gen_constrain_expr_stack_domby_noexpr2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_domby_noexpr2_neg() argument 7553 test_cil_gen_constrain_expr_stack_domby_expr2inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_domby_expr2inparens_neg() argument 7578 test_cil_gen_constrain_expr_stack_domby_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_domby_extraexpr_neg() argument 7603 test_cil_gen_constrain_expr_stack_incomp(CuTest *tc) test_cil_gen_constrain_expr_stack_incomp() argument 7628 test_cil_gen_constrain_expr_stack_incomp_noexpr1_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_incomp_noexpr1_neg() argument 7653 test_cil_gen_constrain_expr_stack_incomp_expr1inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_incomp_expr1inparens_neg() argument 7678 test_cil_gen_constrain_expr_stack_incomp_noexpr2_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_incomp_noexpr2_neg() argument 7703 test_cil_gen_constrain_expr_stack_incomp_expr2inparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_incomp_expr2inparens_neg() argument 7728 test_cil_gen_constrain_expr_stack_incomp_extraexpr_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_incomp_extraexpr_neg() argument 7753 test_cil_gen_constrain_expr_stack_currnull_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_currnull_neg() argument 7778 test_cil_gen_constrain_expr_stack_stacknull_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_stacknull_neg() argument 7803 test_cil_gen_constrain_expr_stack_operatorinparens_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_operatorinparens_neg() argument 7828 test_cil_gen_constrain_expr_stack_incorrectcall_neg(CuTest *tc) test_cil_gen_constrain_expr_stack_incorrectcall_neg() argument 7853 test_cil_gen_roleallow(CuTest *tc) test_cil_gen_roleallow() argument 7879 test_cil_gen_roleallow_dbnull_neg(CuTest *tc) test_cil_gen_roleallow_dbnull_neg() argument 7894 test_cil_gen_roleallow_currnull_neg(CuTest *tc) test_cil_gen_roleallow_currnull_neg() argument 7905 test_cil_gen_roleallow_astnull_neg(CuTest *tc) test_cil_gen_roleallow_astnull_neg() argument 7920 test_cil_gen_roleallow_srcnull_neg(CuTest *tc) test_cil_gen_roleallow_srcnull_neg() argument 7938 test_cil_gen_roleallow_tgtnull_neg(CuTest *tc) test_cil_gen_roleallow_tgtnull_neg() argument 7956 test_cil_gen_roleallow_extra_neg(CuTest *tc) test_cil_gen_roleallow_extra_neg() argument 7972 test_cil_gen_rolebounds(CuTest *tc) test_cil_gen_rolebounds() argument 7991 test_cil_gen_rolebounds_norole1_neg(CuTest *tc) test_cil_gen_rolebounds_norole1_neg() argument 8010 test_cil_gen_rolebounds_role1_inparens_neg(CuTest *tc) test_cil_gen_rolebounds_role1_inparens_neg() argument 8029 test_cil_gen_rolebounds_norole2_neg(CuTest *tc) test_cil_gen_rolebounds_norole2_neg() argument 8048 test_cil_gen_rolebounds_role2_inparens_neg(CuTest *tc) test_cil_gen_rolebounds_role2_inparens_neg() argument 8067 test_cil_gen_rolebounds_extra_neg(CuTest *tc) test_cil_gen_rolebounds_extra_neg() argument 8086 test_cil_gen_rolebounds_dbnull_neg(CuTest *tc) test_cil_gen_rolebounds_dbnull_neg() argument 8101 test_cil_gen_rolebounds_currnull_neg(CuTest *tc) test_cil_gen_rolebounds_currnull_neg() argument 8120 test_cil_gen_rolebounds_astnull_neg(CuTest *tc) test_cil_gen_rolebounds_astnull_neg() argument 8135 test_cil_gen_avrule(CuTest *tc) test_cil_gen_avrule() argument 8173 test_cil_gen_avrule_permset(CuTest *tc) test_cil_gen_avrule_permset() argument 8195 test_cil_gen_avrule_permset_anon(CuTest *tc) test_cil_gen_avrule_permset_anon() argument 8217 test_cil_gen_avrule_extra_neg(CuTest *tc) test_cil_gen_avrule_extra_neg() argument 8239 test_cil_gen_avrule_sourceparens(CuTest *tc) test_cil_gen_avrule_sourceparens() argument 8261 test_cil_gen_avrule_sourceemptyparen_neg(CuTest *tc) test_cil_gen_avrule_sourceemptyparen_neg() argument 8283 test_cil_gen_avrule_targetparens(CuTest *tc) test_cil_gen_avrule_targetparens() argument 8305 test_cil_gen_avrule_targetemptyparen_neg(CuTest *tc) test_cil_gen_avrule_targetemptyparen_neg() argument 8327 test_cil_gen_avrule_currnull_neg(CuTest *tc) test_cil_gen_avrule_currnull_neg() argument 8349 test_cil_gen_avrule_astnull_neg(CuTest *tc) test_cil_gen_avrule_astnull_neg() argument 8364 test_cil_gen_avrule_sourcedomainnull_neg(CuTest *tc) test_cil_gen_avrule_sourcedomainnull_neg() argument 8386 test_cil_gen_avrule_targetdomainnull_neg(CuTest *tc) test_cil_gen_avrule_targetdomainnull_neg() argument 8408 test_cil_gen_avrule_objectclassnull_neg(CuTest *tc) test_cil_gen_avrule_objectclassnull_neg() argument 8430 test_cil_gen_avrule_permsnull_neg(CuTest *tc) test_cil_gen_avrule_permsnull_neg() argument 8452 test_cil_gen_avrule_twolists_neg(CuTest *tc) test_cil_gen_avrule_twolists_neg() argument 8474 test_cil_gen_type_rule_transition(CuTest *tc) test_cil_gen_type_rule_transition() argument 8499 test_cil_gen_type_rule_transition_currnull_neg(CuTest *tc) test_cil_gen_type_rule_transition_currnull_neg() argument 8507 test_cil_gen_type_rule_transition_astnull_neg(CuTest *tc) test_cil_gen_type_rule_transition_astnull_neg() argument 8519 test_cil_gen_type_rule_transition_srcnull_neg(CuTest *tc) test_cil_gen_type_rule_transition_srcnull_neg() argument 8540 test_cil_gen_type_rule_transition_tgtnull_neg(CuTest *tc) test_cil_gen_type_rule_transition_tgtnull_neg() argument 8561 test_cil_gen_type_rule_transition_objnull_neg(CuTest *tc) test_cil_gen_type_rule_transition_objnull_neg() argument 8582 test_cil_gen_type_rule_transition_resultnull_neg(CuTest *tc) test_cil_gen_type_rule_transition_resultnull_neg() argument 8603 test_cil_gen_type_rule_transition_extra_neg(CuTest *tc) test_cil_gen_type_rule_transition_extra_neg() argument 8622 test_cil_gen_type_rule_change(CuTest *tc) test_cil_gen_type_rule_change() argument 8647 test_cil_gen_type_rule_change_currnull_neg(CuTest *tc) test_cil_gen_type_rule_change_currnull_neg() argument 8655 test_cil_gen_type_rule_change_astnull_neg(CuTest *tc) test_cil_gen_type_rule_change_astnull_neg() argument 8667 test_cil_gen_type_rule_change_srcnull_neg(CuTest *tc) test_cil_gen_type_rule_change_srcnull_neg() argument 8688 test_cil_gen_type_rule_change_tgtnull_neg(CuTest *tc) test_cil_gen_type_rule_change_tgtnull_neg() argument 8709 test_cil_gen_type_rule_change_objnull_neg(CuTest *tc) test_cil_gen_type_rule_change_objnull_neg() argument 8730 test_cil_gen_type_rule_change_resultnull_neg(CuTest *tc) test_cil_gen_type_rule_change_resultnull_neg() argument 8751 test_cil_gen_type_rule_change_extra_neg(CuTest *tc) test_cil_gen_type_rule_change_extra_neg() argument 8770 test_cil_gen_type_rule_member(CuTest *tc) test_cil_gen_type_rule_member() argument 8795 test_cil_gen_type_rule_member_currnull_neg(CuTest *tc) test_cil_gen_type_rule_member_currnull_neg() argument 8803 test_cil_gen_type_rule_member_astnull_neg(CuTest *tc) test_cil_gen_type_rule_member_astnull_neg() argument 8815 test_cil_gen_type_rule_member_srcnull_neg(CuTest *tc) test_cil_gen_type_rule_member_srcnull_neg() argument 8836 test_cil_gen_type_rule_member_tgtnull_neg(CuTest *tc) test_cil_gen_type_rule_member_tgtnull_neg() argument 8857 test_cil_gen_type_rule_member_objnull_neg(CuTest *tc) test_cil_gen_type_rule_member_objnull_neg() argument 8878 test_cil_gen_type_rule_member_resultnull_neg(CuTest *tc) test_cil_gen_type_rule_member_resultnull_neg() argument 8899 test_cil_gen_type_rule_member_extra_neg(CuTest *tc) test_cil_gen_type_rule_member_extra_neg() argument 8918 test_cil_gen_user(CuTest *tc) test_cil_gen_user() argument 8941 test_cil_gen_user_dbnull_neg(CuTest *tc) test_cil_gen_user_dbnull_neg() argument 8956 test_cil_gen_user_currnull_neg(CuTest *tc) test_cil_gen_user_currnull_neg() argument 8975 test_cil_gen_user_astnull_neg(CuTest *tc) test_cil_gen_user_astnull_neg() argument 8990 test_cil_gen_user_nouser_neg(CuTest *tc) test_cil_gen_user_nouser_neg() argument 9009 test_cil_gen_user_xsinfo_neg(CuTest *tc) test_cil_gen_user_xsinfo_neg() argument 9028 test_cil_gen_userlevel(CuTest *tc) test_cil_gen_userlevel() argument 9047 test_cil_gen_userlevel_anon_level(CuTest *tc) test_cil_gen_userlevel_anon_level() argument 9066 test_cil_gen_userlevel_anon_level_neg(CuTest *tc) test_cil_gen_userlevel_anon_level_neg() argument 9085 test_cil_gen_userlevel_usernull_neg(CuTest *tc) test_cil_gen_userlevel_usernull_neg() argument 9104 test_cil_gen_userlevel_userrange_neg(CuTest *tc) test_cil_gen_userlevel_userrange_neg() argument 9123 test_cil_gen_userlevel_levelnull_neg(CuTest *tc) test_cil_gen_userlevel_levelnull_neg() argument 9142 test_cil_gen_userlevel_levelrangeempty_neg(CuTest *tc) test_cil_gen_userlevel_levelrangeempty_neg() argument 9161 test_cil_gen_userlevel_extra_neg(CuTest *tc) test_cil_gen_userlevel_extra_neg() argument 9180 test_cil_gen_userlevel_dbnull_neg(CuTest *tc) test_cil_gen_userlevel_dbnull_neg() argument 9195 test_cil_gen_userlevel_currnull_neg(CuTest *tc) test_cil_gen_userlevel_currnull_neg() argument 9214 test_cil_gen_userlevel_astnull_neg(CuTest *tc) test_cil_gen_userlevel_astnull_neg() argument 9229 test_cil_gen_userrange_named(CuTest *tc) test_cil_gen_userrange_named() argument 9248 test_cil_gen_userrange_anon(CuTest *tc) test_cil_gen_userrange_anon() argument 9267 test_cil_gen_userrange_usernull_neg(CuTest *tc) test_cil_gen_userrange_usernull_neg() argument 9286 test_cil_gen_userrange_anonuser_neg(CuTest *tc) test_cil_gen_userrange_anonuser_neg() argument 9305 test_cil_gen_userrange_rangenamenull_neg(CuTest *tc) test_cil_gen_userrange_rangenamenull_neg() argument 9324 test_cil_gen_userrange_anonrangeinvalid_neg(CuTest *tc) test_cil_gen_userrange_anonrangeinvalid_neg() argument 9343 test_cil_gen_userrange_anonrangeempty_neg(CuTest *tc) test_cil_gen_userrange_anonrangeempty_neg() argument 9362 test_cil_gen_userrange_extra_neg(CuTest *tc) test_cil_gen_userrange_extra_neg() argument 9381 test_cil_gen_userrange_dbnull_neg(CuTest *tc) test_cil_gen_userrange_dbnull_neg() argument 9396 test_cil_gen_userrange_currnull_neg(CuTest *tc) test_cil_gen_userrange_currnull_neg() argument 9415 test_cil_gen_userrange_astnull_neg(CuTest *tc) test_cil_gen_userrange_astnull_neg() argument 9430 test_cil_gen_sensitivity(CuTest *tc) test_cil_gen_sensitivity() argument 9452 test_cil_gen_sensitivity_dbnull_neg(CuTest *tc) test_cil_gen_sensitivity_dbnull_neg() argument 9467 test_cil_gen_sensitivity_currnull_neg(CuTest *tc) test_cil_gen_sensitivity_currnull_neg() argument 9478 test_cil_gen_sensitivity_astnull_neg(CuTest *tc) test_cil_gen_sensitivity_astnull_neg() argument 9493 test_cil_gen_sensitivity_sensnull_neg(CuTest *tc) test_cil_gen_sensitivity_sensnull_neg() argument 9511 test_cil_gen_sensitivity_senslist_neg(CuTest *tc) test_cil_gen_sensitivity_senslist_neg() argument 9527 test_cil_gen_sensitivity_extra_neg(CuTest *tc) test_cil_gen_sensitivity_extra_neg() argument 9543 test_cil_gen_sensalias(CuTest *tc) test_cil_gen_sensalias() argument 9562 test_cil_gen_sensalias_dbnull_neg(CuTest *tc) test_cil_gen_sensalias_dbnull_neg() argument 9577 test_cil_gen_sensalias_currnull_neg(CuTest *tc) test_cil_gen_sensalias_currnull_neg() argument 9588 test_cil_gen_sensalias_astnull_neg(CuTest *tc) test_cil_gen_sensalias_astnull_neg() argument 9603 test_cil_gen_sensalias_sensnull_neg(CuTest *tc) test_cil_gen_sensalias_sensnull_neg() argument 9620 test_cil_gen_sensalias_senslist_neg(CuTest *tc) test_cil_gen_sensalias_senslist_neg() argument 9636 test_cil_gen_sensalias_aliasnull_neg(CuTest *tc) test_cil_gen_sensalias_aliasnull_neg() argument 9654 test_cil_gen_sensalias_aliaslist_neg(CuTest *tc) test_cil_gen_sensalias_aliaslist_neg() argument 9670 test_cil_gen_sensalias_extra_neg(CuTest *tc) test_cil_gen_sensalias_extra_neg() argument 9686 test_cil_gen_category(CuTest *tc) test_cil_gen_category() argument 9705 test_cil_gen_category_dbnull_neg(CuTest *tc) test_cil_gen_category_dbnull_neg() argument 9720 test_cil_gen_category_astnull_neg(CuTest *tc) test_cil_gen_category_astnull_neg() argument 9735 test_cil_gen_category_currnull_neg(CuTest *tc) test_cil_gen_category_currnull_neg() argument 9754 test_cil_gen_category_catnull_neg(CuTest *tc) test_cil_gen_category_catnull_neg() argument 9775 test_cil_gen_category_catlist_neg(CuTest *tc) test_cil_gen_category_catlist_neg() argument 9794 test_cil_gen_category_extra_neg(CuTest *tc) test_cil_gen_category_extra_neg() argument 9813 test_cil_gen_catset(CuTest *tc) test_cil_gen_catset() argument 9832 test_cil_gen_catset_dbnull_neg(CuTest *tc) test_cil_gen_catset_dbnull_neg() argument 9847 test_cil_gen_catset_currnull_neg(CuTest *tc) test_cil_gen_catset_currnull_neg() argument 9866 test_cil_gen_catset_astnull_neg(CuTest *tc) test_cil_gen_catset_astnull_neg() argument 9881 test_cil_gen_catset_namenull_neg(CuTest *tc) test_cil_gen_catset_namenull_neg() argument 9902 test_cil_gen_catset_setnull_neg(CuTest *tc) test_cil_gen_catset_setnull_neg() argument 9921 test_cil_gen_catset_namelist_neg(CuTest *tc) test_cil_gen_catset_namelist_neg() argument 9940 test_cil_gen_catset_extra_neg(CuTest *tc) test_cil_gen_catset_extra_neg() argument 9959 test_cil_gen_catset_notset_neg(CuTest *tc) test_cil_gen_catset_notset_neg() argument 9979 test_cil_gen_catset_nodefail_neg(CuTest *tc) test_cil_gen_catset_nodefail_neg() argument 9994 test_cil_gen_catset_settolistfail_neg(CuTest *tc) test_cil_gen_catset_settolistfail_neg() argument 10013 test_cil_gen_catalias(CuTest *tc) test_cil_gen_catalias() argument 10032 test_cil_gen_catalias_dbnull_neg(CuTest *tc) test_cil_gen_catalias_dbnull_neg() argument 10047 test_cil_gen_catalias_currnull_neg(CuTest *tc) test_cil_gen_catalias_currnull_neg() argument 10066 test_cil_gen_catalias_astnull_neg(CuTest *tc) test_cil_gen_catalias_astnull_neg() argument 10081 test_cil_gen_catalias_catnull_neg(CuTest *tc) test_cil_gen_catalias_catnull_neg() argument 10102 test_cil_gen_catalias_aliasnull_neg(CuTest *tc) test_cil_gen_catalias_aliasnull_neg() argument 10123 test_cil_gen_catalias_extra_neg(CuTest *tc) test_cil_gen_catalias_extra_neg() argument 10142 test_cil_gen_catrange(CuTest *tc) test_cil_gen_catrange() argument 10161 test_cil_gen_catrange_noname_neg(CuTest *tc) test_cil_gen_catrange_noname_neg() argument 10180 test_cil_gen_catrange_norange_neg(CuTest *tc) test_cil_gen_catrange_norange_neg() argument 10199 test_cil_gen_catrange_emptyrange_neg(CuTest *tc) test_cil_gen_catrange_emptyrange_neg() argument 10218 test_cil_gen_catrange_extrarange_neg(CuTest *tc) test_cil_gen_catrange_extrarange_neg() argument 10237 test_cil_gen_catrange_dbnull_neg(CuTest *tc) test_cil_gen_catrange_dbnull_neg() argument 10252 test_cil_gen_catrange_currnull_neg(CuTest *tc) test_cil_gen_catrange_currnull_neg() argument 10271 test_cil_gen_catrange_astnull_neg(CuTest *tc) test_cil_gen_catrange_astnull_neg() argument 10286 test_cil_gen_catrange_extra_neg(CuTest *tc) test_cil_gen_catrange_extra_neg() argument 10305 test_cil_gen_roletype(CuTest *tc) test_cil_gen_roletype() argument 10322 test_cil_gen_roletype_currnull_neg(CuTest *tc) test_cil_gen_roletype_currnull_neg() argument 10339 test_cil_gen_roletype_dbnull_neg(CuTest *tc) test_cil_gen_roletype_dbnull_neg() argument 10355 test_cil_gen_roletype_astnull_neg(CuTest *tc) test_cil_gen_roletype_astnull_neg() argument 10372 test_cil_gen_roletype_empty_neg(CuTest *tc) test_cil_gen_roletype_empty_neg() argument 10389 test_cil_gen_roletype_rolelist_neg(CuTest *tc) test_cil_gen_roletype_rolelist_neg() argument 10409 test_cil_gen_roletype_roletype_sublist_neg(CuTest *tc) test_cil_gen_roletype_roletype_sublist_neg() argument 10426 test_cil_gen_roletype_typelist_neg(CuTest *tc) test_cil_gen_roletype_typelist_neg() argument 10443 test_cil_gen_userrole(CuTest *tc) test_cil_gen_userrole() argument 10460 test_cil_gen_userrole_currnull_neg(CuTest *tc) test_cil_gen_userrole_currnull_neg() argument 10477 test_cil_gen_userrole_dbnull_neg(CuTest *tc) test_cil_gen_userrole_dbnull_neg() argument 10493 test_cil_gen_userrole_astnull_neg(CuTest *tc) test_cil_gen_userrole_astnull_neg() argument 10509 test_cil_gen_userrole_empty_neg(CuTest *tc) test_cil_gen_userrole_empty_neg() argument 10525 test_cil_gen_userrole_userlist_neg(CuTest *tc) test_cil_gen_userrole_userlist_neg() argument 10544 test_cil_gen_userrole_userrole_sublist_neg(CuTest *tc) test_cil_gen_userrole_userrole_sublist_neg() argument 10561 test_cil_gen_userrole_rolelist_neg(CuTest *tc) test_cil_gen_userrole_rolelist_neg() argument 10578 test_cil_gen_classcommon(CuTest *tc) test_cil_gen_classcommon() argument 10606 test_cil_gen_classcommon_dbnull_neg(CuTest *tc) test_cil_gen_classcommon_dbnull_neg() argument 10621 test_cil_gen_classcommon_currnull_neg(CuTest *tc) test_cil_gen_classcommon_currnull_neg() argument 10637 test_cil_gen_classcommon_astnull_neg(CuTest *tc) test_cil_gen_classcommon_astnull_neg() argument 10652 test_cil_gen_classcommon_missingclassname_neg(CuTest *tc) test_cil_gen_classcommon_missingclassname_neg() argument 10668 test_cil_gen_classcommon_noperms_neg(CuTest *tc) test_cil_gen_classcommon_noperms_neg() argument 10696 test_cil_gen_classcommon_extraperms_neg(CuTest *tc) test_cil_gen_classcommon_extraperms_neg() argument 10724 test_cil_gen_catorder(CuTest *tc) test_cil_gen_catorder() argument 10745 test_cil_gen_catorder_dbnull_neg(CuTest *tc) test_cil_gen_catorder_dbnull_neg() argument 10762 test_cil_gen_catorder_currnull_neg(CuTest *tc) test_cil_gen_catorder_currnull_neg() argument 10783 test_cil_gen_catorder_astnull_neg(CuTest *tc) test_cil_gen_catorder_astnull_neg() argument 10800 test_cil_gen_catorder_missingcats_neg(CuTest *tc) test_cil_gen_catorder_missingcats_neg() argument 10821 test_cil_gen_catorder_nosublist_neg(CuTest *tc) test_cil_gen_catorder_nosublist_neg() argument 10842 test_cil_gen_catorder_nestedcat_neg(CuTest *tc) test_cil_gen_catorder_nestedcat_neg() argument 10863 test_cil_gen_dominance(CuTest *tc) test_cil_gen_dominance() argument 10885 test_cil_gen_dominance_dbnull_neg(CuTest *tc) test_cil_gen_dominance_dbnull_neg() argument 10903 test_cil_gen_dominance_currnull_neg(CuTest *tc) test_cil_gen_dominance_currnull_neg() argument 10925 test_cil_gen_dominance_astnull_neg(CuTest *tc) test_cil_gen_dominance_astnull_neg() argument 10943 test_cil_gen_dominance_nosensitivities_neg(CuTest *tc) test_cil_gen_dominance_nosensitivities_neg() argument 10965 test_cil_gen_dominance_nosublist_neg(CuTest *tc) test_cil_gen_dominance_nosublist_neg() argument 10987 test_cil_gen_senscat(CuTest *tc) test_cil_gen_senscat() argument 11012 test_cil_gen_senscat_nosublist(CuTest *tc) test_cil_gen_senscat_nosublist() argument 11031 test_cil_gen_senscat_dbnull_neg(CuTest *tc) test_cil_gen_senscat_dbnull_neg() argument 11052 test_cil_gen_senscat_currnull_neg(CuTest *tc) test_cil_gen_senscat_currnull_neg() argument 11077 test_cil_gen_senscat_astnull_neg(CuTest *tc) test_cil_gen_senscat_astnull_neg() argument 11098 test_cil_gen_senscat_nosensitivities_neg(CuTest *tc) test_cil_gen_senscat_nosensitivities_neg() argument 11123 test_cil_gen_senscat_sublist_neg(CuTest *tc) test_cil_gen_senscat_sublist_neg() argument 11145 test_cil_gen_senscat_nocat_neg(CuTest *tc) test_cil_gen_senscat_nocat_neg() argument 11161 test_cil_fill_level(CuTest *tc) test_cil_fill_level() argument 11185 test_cil_fill_level_sensnull_neg(CuTest *tc) test_cil_fill_level_sensnull_neg() argument 11209 test_cil_fill_level_levelnull_neg(CuTest *tc) test_cil_fill_level_levelnull_neg() argument 11232 test_cil_fill_level_nocat(CuTest *tc) test_cil_fill_level_nocat() argument 11256 test_cil_fill_level_emptycat_neg(CuTest *tc) test_cil_fill_level_emptycat_neg() argument 11280 test_cil_gen_level(CuTest *tc) test_cil_gen_level() argument 11301 test_cil_gen_level_nameinparens_neg(CuTest *tc) test_cil_gen_level_nameinparens_neg() argument 11320 test_cil_gen_level_emptysensparens_neg(CuTest *tc) test_cil_gen_level_emptysensparens_neg() argument 11339 test_cil_gen_level_extra_neg(CuTest *tc) test_cil_gen_level_extra_neg() argument 11358 test_cil_gen_level_emptycat_neg(CuTest *tc) test_cil_gen_level_emptycat_neg() argument 11379 test_cil_gen_level_noname_neg(CuTest *tc) test_cil_gen_level_noname_neg() argument 11400 test_cil_gen_level_nosens_neg(CuTest *tc) test_cil_gen_level_nosens_neg() argument 11421 test_cil_gen_level_dbnull_neg(CuTest *tc) test_cil_gen_level_dbnull_neg() argument 11438 test_cil_gen_level_currnull_neg(CuTest *tc) test_cil_gen_level_currnull_neg() argument 11459 test_cil_gen_level_astnull_neg(CuTest *tc) test_cil_gen_level_astnull_neg() argument 11476 test_cil_gen_levelrange(CuTest *tc) test_cil_gen_levelrange() argument 11495 test_cil_gen_levelrange_rangeinvalid_neg(CuTest *tc) test_cil_gen_levelrange_rangeinvalid_neg() argument 11514 test_cil_gen_levelrange_namenull_neg(CuTest *tc) test_cil_gen_levelrange_namenull_neg() argument 11533 test_cil_gen_levelrange_rangenull_neg(CuTest *tc) test_cil_gen_levelrange_rangenull_neg() argument 11552 test_cil_gen_levelrange_rangeempty_neg(CuTest *tc) test_cil_gen_levelrange_rangeempty_neg() argument 11571 test_cil_gen_levelrange_extra_neg(CuTest *tc) test_cil_gen_levelrange_extra_neg() argument 11590 test_cil_gen_levelrange_dbnull_neg(CuTest *tc) test_cil_gen_levelrange_dbnull_neg() argument 11605 test_cil_gen_levelrange_currnull_neg(CuTest *tc) test_cil_gen_levelrange_currnull_neg() argument 11624 test_cil_gen_levelrange_astnull_neg(CuTest *tc) test_cil_gen_levelrange_astnull_neg() argument 11639 test_cil_gen_constrain(CuTest *tc) test_cil_gen_constrain() argument 11658 test_cil_gen_constrain_neg(CuTest *tc) test_cil_gen_constrain_neg() argument 11677 test_cil_gen_constrain_classset_neg(CuTest *tc) test_cil_gen_constrain_classset_neg() argument 11696 test_cil_gen_constrain_classset_noclass_neg(CuTest *tc) test_cil_gen_constrain_classset_noclass_neg() argument 11715 test_cil_gen_constrain_classset_noperm_neg(CuTest *tc) test_cil_gen_constrain_classset_noperm_neg() argument 11734 test_cil_gen_constrain_permset_neg(CuTest *tc) test_cil_gen_constrain_permset_neg() argument 11753 test_cil_gen_constrain_permset_noclass_neg(CuTest *tc) test_cil_gen_constrain_permset_noclass_neg() argument 11772 test_cil_gen_constrain_permset_noperm_neg(CuTest *tc) test_cil_gen_constrain_permset_noperm_neg() argument 11791 test_cil_gen_constrain_expression_neg(CuTest *tc) test_cil_gen_constrain_expression_neg() argument 11810 test_cil_gen_constrain_dbnull_neg(CuTest *tc) test_cil_gen_constrain_dbnull_neg() argument 11825 test_cil_gen_constrain_currnull_neg(CuTest *tc) test_cil_gen_constrain_currnull_neg() argument 11844 test_cil_gen_constrain_astnull_neg(CuTest *tc) test_cil_gen_constrain_astnull_neg() argument 11859 test_cil_fill_context(CuTest *tc) test_cil_fill_context() argument 11881 test_cil_fill_context_unnamedlvl(CuTest *tc) test_cil_fill_context_unnamedlvl() argument 11903 test_cil_fill_context_nocontext_neg(CuTest *tc) test_cil_fill_context_nocontext_neg() argument 11924 test_cil_fill_context_nouser_neg(CuTest *tc) test_cil_fill_context_nouser_neg() argument 11946 test_cil_fill_context_norole_neg(CuTest *tc) test_cil_fill_context_norole_neg() argument 11968 test_cil_fill_context_notype_neg(CuTest *tc) test_cil_fill_context_notype_neg() argument 11990 test_cil_fill_context_nolowlvl_neg(CuTest *tc) test_cil_fill_context_nolowlvl_neg() argument 12012 test_cil_fill_context_nohighlvl_neg(CuTest *tc) test_cil_fill_context_nohighlvl_neg() argument 12034 test_cil_fill_context_unnamedlvl_nocontextlow_neg(CuTest *tc) test_cil_fill_context_unnamedlvl_nocontextlow_neg() argument 12056 test_cil_fill_context_unnamedlvl_nocontexthigh_neg(CuTest *tc) test_cil_fill_context_unnamedlvl_nocontexthigh_neg() argument 12078 test_cil_gen_context(CuTest *tc) test_cil_gen_context() argument 12097 test_cil_gen_context_notinparens_neg(CuTest *tc) test_cil_gen_context_notinparens_neg() argument 12116 test_cil_gen_context_extralevel_neg(CuTest *tc) test_cil_gen_context_extralevel_neg() argument 12135 test_cil_gen_context_emptycontext_neg(CuTest *tc) test_cil_gen_context_emptycontext_neg() argument 12154 test_cil_gen_context_extra_neg(CuTest *tc) test_cil_gen_context_extra_neg() argument 12173 test_cil_gen_context_doubleparen_neg(CuTest *tc) test_cil_gen_context_doubleparen_neg() argument 12192 test_cil_gen_context_norole_neg(CuTest *tc) test_cil_gen_context_norole_neg() argument 12211 test_cil_gen_context_roleinparens_neg(CuTest *tc) test_cil_gen_context_roleinparens_neg() argument 12230 test_cil_gen_context_notype_neg(CuTest *tc) test_cil_gen_context_notype_neg() argument 12249 test_cil_gen_context_typeinparens_neg(CuTest *tc) test_cil_gen_context_typeinparens_neg() argument 12268 test_cil_gen_context_nolevels_neg(CuTest *tc) test_cil_gen_context_nolevels_neg() argument 12287 test_cil_gen_context_nosecondlevel_neg(CuTest *tc) test_cil_gen_context_nosecondlevel_neg() argument 12306 test_cil_gen_context_noname_neg(CuTest *tc) test_cil_gen_context_noname_neg() argument 12325 test_cil_gen_context_nouser_neg(CuTest *tc) test_cil_gen_context_nouser_neg() argument 12344 test_cil_gen_context_dbnull_neg(CuTest *tc) test_cil_gen_context_dbnull_neg() argument 12359 test_cil_gen_context_currnull_neg(CuTest *tc) test_cil_gen_context_currnull_neg() argument 12378 test_cil_gen_context_astnull_neg(CuTest *tc) test_cil_gen_context_astnull_neg() argument 12393 test_cil_gen_filecon_dir(CuTest *tc) test_cil_gen_filecon_dir() argument 12412 test_cil_gen_filecon_file(CuTest *tc) test_cil_gen_filecon_file() argument 12431 test_cil_gen_filecon_char(CuTest *tc) test_cil_gen_filecon_char() argument 12450 test_cil_gen_filecon_block(CuTest *tc) test_cil_gen_filecon_block() argument 12469 test_cil_gen_filecon_socket(CuTest *tc) test_cil_gen_filecon_socket() argument 12488 test_cil_gen_filecon_pipe(CuTest *tc) test_cil_gen_filecon_pipe() argument 12507 test_cil_gen_filecon_symlink(CuTest *tc) test_cil_gen_filecon_symlink() argument 12526 test_cil_gen_filecon_any(CuTest *tc) test_cil_gen_filecon_any() argument 12545 test_cil_gen_filecon_neg(CuTest *tc) test_cil_gen_filecon_neg() argument 12564 test_cil_gen_filecon_anon_context(CuTest *tc) test_cil_gen_filecon_anon_context() argument 12583 test_cil_gen_filecon_dbnull_neg(CuTest *tc) test_cil_gen_filecon_dbnull_neg() argument 12598 test_cil_gen_filecon_currnull_neg(CuTest *tc) test_cil_gen_filecon_currnull_neg() argument 12617 test_cil_gen_filecon_astnull_neg(CuTest *tc) test_cil_gen_filecon_astnull_neg() argument 12632 test_cil_gen_filecon_str1null_neg(CuTest *tc) test_cil_gen_filecon_str1null_neg() argument 12651 test_cil_gen_filecon_str1_inparens_neg(CuTest *tc) test_cil_gen_filecon_str1_inparens_neg() argument 12670 test_cil_gen_filecon_str2null_neg(CuTest *tc) test_cil_gen_filecon_str2null_neg() argument 12689 test_cil_gen_filecon_str2_inparens_neg(CuTest *tc) test_cil_gen_filecon_str2_inparens_neg() argument 12708 test_cil_gen_filecon_classnull_neg(CuTest *tc) test_cil_gen_filecon_classnull_neg() argument 12727 test_cil_gen_filecon_class_inparens_neg(CuTest *tc) test_cil_gen_filecon_class_inparens_neg() argument 12746 test_cil_gen_filecon_contextnull_neg(CuTest *tc) test_cil_gen_filecon_contextnull_neg() argument 12765 test_cil_gen_filecon_context_neg(CuTest *tc) test_cil_gen_filecon_context_neg() argument 12784 test_cil_gen_filecon_extra_neg(CuTest *tc) test_cil_gen_filecon_extra_neg() argument 12803 test_cil_gen_portcon_udp(CuTest *tc) test_cil_gen_portcon_udp() argument 12822 test_cil_gen_portcon_tcp(CuTest *tc) test_cil_gen_portcon_tcp() argument 12841 test_cil_gen_portcon_unknownprotocol_neg(CuTest *tc) test_cil_gen_portcon_unknownprotocol_neg() argument 12860 test_cil_gen_portcon_anon_context(CuTest *tc) test_cil_gen_portcon_anon_context() argument 12879 test_cil_gen_portcon_portrange(CuTest *tc) test_cil_gen_portcon_portrange() argument 12898 test_cil_gen_portcon_portrange_one_neg(CuTest *tc) test_cil_gen_portcon_portrange_one_neg() argument 12917 test_cil_gen_portcon_portrange_morethanone_neg(CuTest *tc) test_cil_gen_portcon_portrange_morethanone_neg() argument 12936 test_cil_gen_portcon_singleport_neg(CuTest *tc) test_cil_gen_portcon_singleport_neg() argument 12955 test_cil_gen_portcon_lowport_neg(CuTest *tc) test_cil_gen_portcon_lowport_neg() argument 12974 test_cil_gen_portcon_highport_neg(CuTest *tc) test_cil_gen_portcon_highport_neg() argument 12993 test_cil_gen_portcon_dbnull_neg(CuTest *tc) test_cil_gen_portcon_dbnull_neg() argument 13008 test_cil_gen_portcon_currnull_neg(CuTest *tc) test_cil_gen_portcon_currnull_neg() argument 13027 test_cil_gen_portcon_astnull_neg(CuTest *tc) test_cil_gen_portcon_astnull_neg() argument 13042 test_cil_gen_portcon_str1null_neg(CuTest *tc) test_cil_gen_portcon_str1null_neg() argument 13061 test_cil_gen_portcon_str1parens_neg(CuTest *tc) test_cil_gen_portcon_str1parens_neg() argument 13080 test_cil_gen_portcon_portnull_neg(CuTest *tc) test_cil_gen_portcon_portnull_neg() argument 13099 test_cil_gen_portcon_contextnull_neg(CuTest *tc) test_cil_gen_portcon_contextnull_neg() argument 13118 test_cil_gen_portcon_context_neg(CuTest *tc) test_cil_gen_portcon_context_neg() argument 13137 test_cil_gen_portcon_extra_neg(CuTest *tc) test_cil_gen_portcon_extra_neg() argument 13156 test_cil_fill_ipaddr(CuTest *tc) test_cil_fill_ipaddr() argument 13179 test_cil_fill_ipaddr_addrnodenull_neg(CuTest *tc) test_cil_fill_ipaddr_addrnodenull_neg() argument 13202 test_cil_fill_ipaddr_addrnull_neg(CuTest *tc) test_cil_fill_ipaddr_addrnull_neg() argument 13225 test_cil_fill_ipaddr_addrinparens_neg(CuTest *tc) test_cil_fill_ipaddr_addrinparens_neg() argument 13248 test_cil_fill_ipaddr_extra_neg(CuTest *tc) test_cil_fill_ipaddr_extra_neg() argument 13271 test_cil_gen_nodecon(CuTest *tc) test_cil_gen_nodecon() argument 13290 test_cil_gen_nodecon_anon_context(CuTest *tc) test_cil_gen_nodecon_anon_context() argument 13309 test_cil_gen_nodecon_dbnull_neg(CuTest *tc) test_cil_gen_nodecon_dbnull_neg() argument 13324 test_cil_gen_nodecon_currnull_neg(CuTest *tc) test_cil_gen_nodecon_currnull_neg() argument 13343 test_cil_gen_nodecon_astnull_neg(CuTest *tc) test_cil_gen_nodecon_astnull_neg() argument 13358 test_cil_gen_nodecon_ipnull_neg(CuTest *tc) test_cil_gen_nodecon_ipnull_neg() argument 13377 test_cil_gen_nodecon_ipanon(CuTest *tc) test_cil_gen_nodecon_ipanon() argument 13396 test_cil_gen_nodecon_ipanon_neg(CuTest *tc) test_cil_gen_nodecon_ipanon_neg() argument 13415 test_cil_gen_nodecon_netmasknull_neg(CuTest *tc) test_cil_gen_nodecon_netmasknull_neg() argument 13434 test_cil_gen_nodecon_netmaskanon(CuTest *tc) test_cil_gen_nodecon_netmaskanon() argument 13453 test_cil_gen_nodecon_netmaskanon_neg(CuTest *tc) test_cil_gen_nodecon_netmaskanon_neg() argument 13472 test_cil_gen_nodecon_contextnull_neg(CuTest *tc) test_cil_gen_nodecon_contextnull_neg() argument 13491 test_cil_gen_nodecon_context_neg(CuTest *tc) test_cil_gen_nodecon_context_neg() argument 13510 test_cil_gen_nodecon_extra_neg(CuTest *tc) test_cil_gen_nodecon_extra_neg() argument 13529 test_cil_gen_genfscon(CuTest *tc) test_cil_gen_genfscon() argument 13548 test_cil_gen_genfscon_anon_context(CuTest *tc) test_cil_gen_genfscon_anon_context() argument 13567 test_cil_gen_genfscon_dbnull_neg(CuTest *tc) test_cil_gen_genfscon_dbnull_neg() argument 13582 test_cil_gen_genfscon_currnull_neg(CuTest *tc) test_cil_gen_genfscon_currnull_neg() argument 13601 test_cil_gen_genfscon_astnull_neg(CuTest *tc) test_cil_gen_genfscon_astnull_neg() argument 13616 test_cil_gen_genfscon_typenull_neg(CuTest *tc) test_cil_gen_genfscon_typenull_neg() argument 13635 test_cil_gen_genfscon_typeparens_neg(CuTest *tc) test_cil_gen_genfscon_typeparens_neg() argument 13654 test_cil_gen_genfscon_pathnull_neg(CuTest *tc) test_cil_gen_genfscon_pathnull_neg() argument 13673 test_cil_gen_genfscon_pathparens_neg(CuTest *tc) test_cil_gen_genfscon_pathparens_neg() argument 13692 test_cil_gen_genfscon_contextnull_neg(CuTest *tc) test_cil_gen_genfscon_contextnull_neg() argument 13711 test_cil_gen_genfscon_context_neg(CuTest *tc) test_cil_gen_genfscon_context_neg() argument 13730 test_cil_gen_genfscon_extra_neg(CuTest *tc) test_cil_gen_genfscon_extra_neg() argument 13749 test_cil_gen_netifcon(CuTest *tc) test_cil_gen_netifcon() argument 13768 test_cil_gen_netifcon_nested(CuTest *tc) test_cil_gen_netifcon_nested() argument 13789 test_cil_gen_netifcon_nested_neg(CuTest *tc) test_cil_gen_netifcon_nested_neg() argument 13808 test_cil_gen_netifcon_nested_emptysecondlist_neg(CuTest *tc) test_cil_gen_netifcon_nested_emptysecondlist_neg() argument 13829 test_cil_gen_netifcon_extra_nested_secondlist_neg(CuTest *tc) test_cil_gen_netifcon_extra_nested_secondlist_neg() argument 13850 test_cil_gen_netifcon_nested_missingobjects_neg(CuTest *tc) test_cil_gen_netifcon_nested_missingobjects_neg() argument 13871 test_cil_gen_netifcon_nested_secondnested_missingobjects_neg(CuTest *tc) test_cil_gen_netifcon_nested_secondnested_missingobjects_neg() argument 13892 test_cil_gen_netifcon_dbnull_neg(CuTest *tc) test_cil_gen_netifcon_dbnull_neg() argument 13907 test_cil_gen_netifcon_currnull_neg(CuTest *tc) test_cil_gen_netifcon_currnull_neg() argument 13926 test_cil_gen_netifcon_astnull_neg(CuTest *tc) test_cil_gen_netifcon_astnull_neg() argument 13941 test_cil_gen_netifcon_ethmissing_neg(CuTest *tc) test_cil_gen_netifcon_ethmissing_neg() argument 13960 test_cil_gen_netifcon_interfacemissing_neg(CuTest *tc) test_cil_gen_netifcon_interfacemissing_neg() argument 13979 test_cil_gen_netifcon_packetmissing_neg(CuTest *tc) test_cil_gen_netifcon_packetmissing_neg() argument 13998 test_cil_gen_pirqcon(CuTest *tc) test_cil_gen_pirqcon() argument 14017 test_cil_gen_pirqcon_pirqnotint_neg(CuTest *tc) test_cil_gen_pirqcon_pirqnotint_neg() argument 14036 test_cil_gen_pirqcon_nopirq_neg(CuTest *tc) test_cil_gen_pirqcon_nopirq_neg() argument 14055 test_cil_gen_pirqcon_pirqrange_neg(CuTest *tc) test_cil_gen_pirqcon_pirqrange_neg() argument 14074 test_cil_gen_pirqcon_nocontext_neg(CuTest *tc) test_cil_gen_pirqcon_nocontext_neg() argument 14093 test_cil_gen_pirqcon_anoncontext_neg(CuTest *tc) test_cil_gen_pirqcon_anoncontext_neg() argument 14112 test_cil_gen_pirqcon_extra_neg(CuTest *tc) test_cil_gen_pirqcon_extra_neg() argument 14131 test_cil_gen_pirqcon_dbnull_neg(CuTest *tc) test_cil_gen_pirqcon_dbnull_neg() argument 14146 test_cil_gen_pirqcon_currnull_neg(CuTest *tc) test_cil_gen_pirqcon_currnull_neg() argument 14165 test_cil_gen_pirqcon_astnull_neg(CuTest *tc) test_cil_gen_pirqcon_astnull_neg() argument 14180 test_cil_gen_iomemcon(CuTest *tc) test_cil_gen_iomemcon() argument 14199 test_cil_gen_iomemcon_iomemrange(CuTest *tc) test_cil_gen_iomemcon_iomemrange() argument 14218 test_cil_gen_iomemcon_iomemrange_firstnotint_neg(CuTest *tc) test_cil_gen_iomemcon_iomemrange_firstnotint_neg() argument 14237 test_cil_gen_iomemcon_iomemrange_secondnotint_neg(CuTest *tc) test_cil_gen_iomemcon_iomemrange_secondnotint_neg() argument 14256 test_cil_gen_iomemcon_iomemrange_empty_neg(CuTest *tc) test_cil_gen_iomemcon_iomemrange_empty_neg() argument 14275 test_cil_gen_iomemcon_iomemrange_singleiomem_neg(CuTest *tc) test_cil_gen_iomemcon_iomemrange_singleiomem_neg() argument 14294 test_cil_gen_iomemcon_iomemrange_morethantwoiomem_neg(CuTest *tc) test_cil_gen_iomemcon_iomemrange_morethantwoiomem_neg() argument 14313 test_cil_gen_iomemcon_iomemnotint_neg(CuTest *tc) test_cil_gen_iomemcon_iomemnotint_neg() argument 14332 test_cil_gen_iomemcon_noiomem_neg(CuTest *tc) test_cil_gen_iomemcon_noiomem_neg() argument 14351 test_cil_gen_iomemcon_nocontext_neg(CuTest *tc) test_cil_gen_iomemcon_nocontext_neg() argument 14370 test_cil_gen_iomemcon_anoncontext_neg(CuTest *tc) test_cil_gen_iomemcon_anoncontext_neg() argument 14389 test_cil_gen_iomemcon_extra_neg(CuTest *tc) test_cil_gen_iomemcon_extra_neg() argument 14408 test_cil_gen_iomemcon_dbnull_neg(CuTest *tc) test_cil_gen_iomemcon_dbnull_neg() argument 14423 test_cil_gen_iomemcon_currnull_neg(CuTest *tc) test_cil_gen_iomemcon_currnull_neg() argument 14442 test_cil_gen_iomemcon_astnull_neg(CuTest *tc) test_cil_gen_iomemcon_astnull_neg() argument 14457 test_cil_gen_ioportcon(CuTest *tc) test_cil_gen_ioportcon() argument 14476 test_cil_gen_ioportcon_ioportrange(CuTest *tc) test_cil_gen_ioportcon_ioportrange() argument 14495 test_cil_gen_ioportcon_ioportrange_firstnotint_neg(CuTest *tc) test_cil_gen_ioportcon_ioportrange_firstnotint_neg() argument 14514 test_cil_gen_ioportcon_ioportrange_secondnotint_neg(CuTest *tc) test_cil_gen_ioportcon_ioportrange_secondnotint_neg() argument 14533 test_cil_gen_ioportcon_ioportrange_empty_neg(CuTest *tc) test_cil_gen_ioportcon_ioportrange_empty_neg() argument 14552 test_cil_gen_ioportcon_ioportrange_singleioport_neg(CuTest *tc) test_cil_gen_ioportcon_ioportrange_singleioport_neg() argument 14571 test_cil_gen_ioportcon_ioportrange_morethantwoioport_neg(CuTest *tc) test_cil_gen_ioportcon_ioportrange_morethantwoioport_neg() argument 14590 test_cil_gen_ioportcon_ioportnotint_neg(CuTest *tc) test_cil_gen_ioportcon_ioportnotint_neg() argument 14609 test_cil_gen_ioportcon_noioport_neg(CuTest *tc) test_cil_gen_ioportcon_noioport_neg() argument 14628 test_cil_gen_ioportcon_nocontext_neg(CuTest *tc) test_cil_gen_ioportcon_nocontext_neg() argument 14647 test_cil_gen_ioportcon_anoncontext_neg(CuTest *tc) test_cil_gen_ioportcon_anoncontext_neg() argument 14666 test_cil_gen_ioportcon_extra_neg(CuTest *tc) test_cil_gen_ioportcon_extra_neg() argument 14685 test_cil_gen_ioportcon_dbnull_neg(CuTest *tc) test_cil_gen_ioportcon_dbnull_neg() argument 14700 test_cil_gen_ioportcon_currnull_neg(CuTest *tc) test_cil_gen_ioportcon_currnull_neg() argument 14719 test_cil_gen_ioportcon_astnull_neg(CuTest *tc) test_cil_gen_ioportcon_astnull_neg() argument 14734 test_cil_gen_pcidevicecon(CuTest *tc) test_cil_gen_pcidevicecon() argument 14753 test_cil_gen_pcidevicecon_pcidevicenotint_neg(CuTest *tc) test_cil_gen_pcidevicecon_pcidevicenotint_neg() argument 14772 test_cil_gen_pcidevicecon_nopcidevice_neg(CuTest *tc) test_cil_gen_pcidevicecon_nopcidevice_neg() argument 14791 test_cil_gen_pcidevicecon_pcidevicerange_neg(CuTest *tc) test_cil_gen_pcidevicecon_pcidevicerange_neg() argument 14810 test_cil_gen_pcidevicecon_nocontext_neg(CuTest *tc) test_cil_gen_pcidevicecon_nocontext_neg() argument 14829 test_cil_gen_pcidevicecon_anoncontext_neg(CuTest *tc) test_cil_gen_pcidevicecon_anoncontext_neg() argument 14848 test_cil_gen_pcidevicecon_extra_neg(CuTest *tc) test_cil_gen_pcidevicecon_extra_neg() argument 14867 test_cil_gen_pcidevicecon_dbnull_neg(CuTest *tc) test_cil_gen_pcidevicecon_dbnull_neg() argument 14882 test_cil_gen_pcidevicecon_currnull_neg(CuTest *tc) test_cil_gen_pcidevicecon_currnull_neg() argument 14901 test_cil_gen_pcidevicecon_astnull_neg(CuTest *tc) test_cil_gen_pcidevicecon_astnull_neg() argument 14916 test_cil_gen_fsuse_anoncontext(CuTest *tc) test_cil_gen_fsuse_anoncontext() argument 14935 test_cil_gen_fsuse_anoncontext_neg(CuTest *tc) test_cil_gen_fsuse_anoncontext_neg() argument 14954 test_cil_gen_fsuse_xattr(CuTest *tc) test_cil_gen_fsuse_xattr() argument 14973 test_cil_gen_fsuse_task(CuTest *tc) test_cil_gen_fsuse_task() argument 14992 test_cil_gen_fsuse_transition(CuTest *tc) test_cil_gen_fsuse_transition() argument 15011 test_cil_gen_fsuse_invalidtype_neg(CuTest *tc) test_cil_gen_fsuse_invalidtype_neg() argument 15030 test_cil_gen_fsuse_notype_neg(CuTest *tc) test_cil_gen_fsuse_notype_neg() argument 15049 test_cil_gen_fsuse_typeinparens_neg(CuTest *tc) test_cil_gen_fsuse_typeinparens_neg() argument 15068 test_cil_gen_fsuse_nofilesystem_neg(CuTest *tc) test_cil_gen_fsuse_nofilesystem_neg() argument 15087 test_cil_gen_fsuse_filesysteminparens_neg(CuTest *tc) test_cil_gen_fsuse_filesysteminparens_neg() argument 15106 test_cil_gen_fsuse_nocontext_neg(CuTest *tc) test_cil_gen_fsuse_nocontext_neg() argument 15125 test_cil_gen_fsuse_emptyconparens_neg(CuTest *tc) test_cil_gen_fsuse_emptyconparens_neg() argument 15144 test_cil_gen_fsuse_extra_neg(CuTest *tc) test_cil_gen_fsuse_extra_neg() argument 15163 test_cil_gen_fsuse_dbnull_neg(CuTest *tc) test_cil_gen_fsuse_dbnull_neg() argument 15178 test_cil_gen_fsuse_currnull_neg(CuTest *tc) test_cil_gen_fsuse_currnull_neg() argument 15197 test_cil_gen_fsuse_astnull_neg(CuTest *tc) test_cil_gen_fsuse_astnull_neg() argument 15212 test_cil_gen_macro_noparams(CuTest *tc) test_cil_gen_macro_noparams() argument 15231 test_cil_gen_macro_type(CuTest *tc) test_cil_gen_macro_type() argument 15250 test_cil_gen_macro_role(CuTest *tc) test_cil_gen_macro_role() argument 15269 test_cil_gen_macro_user(CuTest *tc) test_cil_gen_macro_user() argument 15288 test_cil_gen_macro_sensitivity(CuTest *tc) test_cil_gen_macro_sensitivity() argument 15307 test_cil_gen_macro_category(CuTest *tc) test_cil_gen_macro_category() argument 15326 test_cil_gen_macro_catset(CuTest *tc) test_cil_gen_macro_catset() argument 15345 test_cil_gen_macro_level(CuTest *tc) test_cil_gen_macro_level() argument 15364 test_cil_gen_macro_class(CuTest *tc) test_cil_gen_macro_class() argument 15383 test_cil_gen_macro_classmap(CuTest *tc) test_cil_gen_macro_classmap() argument 15402 test_cil_gen_macro_permset(CuTest *tc) test_cil_gen_macro_permset() argument 15422 test_cil_gen_macro_duplicate(CuTest *tc) test_cil_gen_macro_duplicate() argument 15441 test_cil_gen_macro_duplicate_neg(CuTest *tc) test_cil_gen_macro_duplicate_neg() argument 15460 test_cil_gen_macro_unknown_neg(CuTest *tc) test_cil_gen_macro_unknown_neg() argument 15479 test_cil_gen_macro_dbnull_neg(CuTest *tc) test_cil_gen_macro_dbnull_neg() argument 15494 test_cil_gen_macro_currnull_neg(CuTest *tc) test_cil_gen_macro_currnull_neg() argument 15513 test_cil_gen_macro_astnull_neg(CuTest *tc) test_cil_gen_macro_astnull_neg() argument 15531 test_cil_gen_macro_unnamed_neg(CuTest *tc) test_cil_gen_macro_unnamed_neg() argument 15550 test_cil_gen_macro_noparam_neg(CuTest *tc) test_cil_gen_macro_noparam_neg() argument 15569 test_cil_gen_macro_nosecondparam_neg(CuTest *tc) test_cil_gen_macro_nosecondparam_neg() argument 15588 test_cil_gen_macro_noparam_name_neg(CuTest *tc) test_cil_gen_macro_noparam_name_neg() argument 15607 test_cil_gen_macro_emptyparam_neg(CuTest *tc) test_cil_gen_macro_emptyparam_neg() argument 15626 test_cil_gen_macro_paramcontainsperiod_neg(CuTest *tc) test_cil_gen_macro_paramcontainsperiod_neg() argument 15645 test_cil_gen_call(CuTest *tc) test_cil_gen_call() argument 15664 test_cil_gen_call_noargs(CuTest *tc) test_cil_gen_call_noargs() argument 15683 test_cil_gen_call_anon(CuTest *tc) test_cil_gen_call_anon() argument 15702 test_cil_gen_call_empty_call_neg(CuTest *tc) test_cil_gen_call_empty_call_neg() argument 15721 test_cil_gen_call_dbnull_neg(CuTest *tc) test_cil_gen_call_dbnull_neg() argument 15736 test_cil_gen_call_currnull_neg(CuTest *tc) test_cil_gen_call_currnull_neg() argument 15755 test_cil_gen_call_astnull_neg(CuTest *tc) test_cil_gen_call_astnull_neg() argument 15770 test_cil_gen_call_name_inparens_neg(CuTest *tc) test_cil_gen_call_name_inparens_neg() argument 15789 test_cil_gen_call_noname_neg(CuTest *tc) test_cil_gen_call_noname_neg() argument 15808 test_cil_gen_optional(CuTest *tc) test_cil_gen_optional() argument 15827 test_cil_gen_optional_dbnull_neg(CuTest *tc) test_cil_gen_optional_dbnull_neg() argument 15842 test_cil_gen_optional_currnull_neg(CuTest *tc) test_cil_gen_optional_currnull_neg() argument 15861 test_cil_gen_optional_astnull_neg(CuTest *tc) test_cil_gen_optional_astnull_neg() argument 15876 test_cil_gen_optional_unnamed_neg(CuTest *tc) test_cil_gen_optional_unnamed_neg() argument 15895 test_cil_gen_optional_extra_neg(CuTest *tc) test_cil_gen_optional_extra_neg() argument 15914 test_cil_gen_optional_nameinparens_neg(CuTest *tc) test_cil_gen_optional_nameinparens_neg() argument 15933 test_cil_gen_optional_emptyoptional(CuTest *tc) test_cil_gen_optional_emptyoptional() argument 15952 test_cil_gen_optional_norule_neg(CuTest *tc) test_cil_gen_optional_norule_neg() argument 15971 test_cil_gen_policycap(CuTest *tc) test_cil_gen_policycap() argument 15990 test_cil_gen_policycap_noname_neg(CuTest *tc) test_cil_gen_policycap_noname_neg() argument 16009 test_cil_gen_policycap_nameinparens_neg(CuTest *tc) test_cil_gen_policycap_nameinparens_neg() argument 16028 test_cil_gen_policycap_extra_neg(CuTest *tc) test_cil_gen_policycap_extra_neg() argument 16047 test_cil_gen_policycap_dbnull_neg(CuTest *tc) test_cil_gen_policycap_dbnull_neg() argument 16062 test_cil_gen_policycap_currnull_neg(CuTest *tc) test_cil_gen_policycap_currnull_neg() argument 16081 test_cil_gen_policycap_astnull_neg(CuTest *tc) test_cil_gen_policycap_astnull_neg() argument 16096 test_cil_gen_policycap_neg(CuTest *tc) test_cil_gen_policycap_neg() argument 16115 test_cil_gen_ipaddr_ipv4(CuTest *tc) test_cil_gen_ipaddr_ipv4() argument 16134 test_cil_gen_ipaddr_ipv4_neg(CuTest *tc) test_cil_gen_ipaddr_ipv4_neg() argument 16153 test_cil_gen_ipaddr_ipv6(CuTest *tc) test_cil_gen_ipaddr_ipv6() argument 16172 test_cil_gen_ipaddr_ipv6_neg(CuTest *tc) test_cil_gen_ipaddr_ipv6_neg() argument 16191 test_cil_gen_ipaddr_noname_neg(CuTest *tc) test_cil_gen_ipaddr_noname_neg() argument 16210 test_cil_gen_ipaddr_nameinparens_neg(CuTest *tc) test_cil_gen_ipaddr_nameinparens_neg() argument 16229 test_cil_gen_ipaddr_noip_neg(CuTest *tc) test_cil_gen_ipaddr_noip_neg() argument 16248 test_cil_gen_ipaddr_ipinparens_neg(CuTest *tc) test_cil_gen_ipaddr_ipinparens_neg() argument 16267 test_cil_gen_ipaddr_extra_neg(CuTest *tc) test_cil_gen_ipaddr_extra_neg() argument 16286 test_cil_gen_ipaddr_dbnull_neg(CuTest *tc) test_cil_gen_ipaddr_dbnull_neg() argument 16301 test_cil_gen_ipaddr_currnull_neg(CuTest *tc) test_cil_gen_ipaddr_currnull_neg() argument 16320 test_cil_gen_ipaddr_astnull_neg(CuTest *tc) test_cil_gen_ipaddr_astnull_neg() argument 16339 test_cil_build_ast(CuTest *tc) test_cil_build_ast() argument 16352 test_cil_build_ast_dbnull_neg(CuTest *tc) test_cil_build_ast_dbnull_neg() argument 16367 test_cil_build_ast_astnull_neg(CuTest *tc) test_cil_build_ast_astnull_neg() argument 16382 test_cil_build_ast_suberr_neg(CuTest *tc) test_cil_build_ast_suberr_neg() argument 16395 test_cil_build_ast_treenull_neg(CuTest *tc) test_cil_build_ast_treenull_neg() argument 16412 test_cil_build_ast_node_helper_block(CuTest *tc) test_cil_build_ast_node_helper_block() argument 16430 test_cil_build_ast_node_helper_block_neg(CuTest *tc) test_cil_build_ast_node_helper_block_neg() argument 16449 test_cil_build_ast_node_helper_blockinherit(CuTest *tc) test_cil_build_ast_node_helper_blockinherit() argument 16467 test_cil_build_ast_node_helper_blockinherit_neg(CuTest *tc) test_cil_build_ast_node_helper_blockinherit_neg() argument 16486 test_cil_build_ast_node_helper_permset(CuTest *tc) test_cil_build_ast_node_helper_permset() argument 16504 test_cil_build_ast_node_helper_permset_neg(CuTest *tc) test_cil_build_ast_node_helper_permset_neg() argument 16523 test_cil_build_ast_node_helper_in(CuTest *tc) test_cil_build_ast_node_helper_in() argument 16541 test_cil_build_ast_node_helper_in_neg(CuTest *tc) test_cil_build_ast_node_helper_in_neg() argument 16559 test_cil_build_ast_node_helper_class(CuTest *tc) test_cil_build_ast_node_helper_class() argument 16577 test_cil_build_ast_node_helper_class_neg(CuTest *tc) test_cil_build_ast_node_helper_class_neg() argument 16595 test_cil_build_ast_node_helper_classpermset(CuTest *tc) test_cil_build_ast_node_helper_classpermset() argument 16613 test_cil_build_ast_node_helper_classpermset_neg(CuTest *tc) test_cil_build_ast_node_helper_classpermset_neg() argument 16632 test_cil_build_ast_node_helper_classmap(CuTest *tc) test_cil_build_ast_node_helper_classmap() argument 16650 test_cil_build_ast_node_helper_classmap_neg(CuTest *tc) test_cil_build_ast_node_helper_classmap_neg() argument 16668 test_cil_build_ast_node_helper_classmapping(CuTest *tc) test_cil_build_ast_node_helper_classmapping() argument 16686 test_cil_build_ast_node_helper_classmapping_neg(CuTest *tc) test_cil_build_ast_node_helper_classmapping_neg() argument 16704 test_cil_build_ast_node_helper_common(CuTest *tc) test_cil_build_ast_node_helper_common() argument 16722 test_cil_build_ast_node_helper_common_neg(CuTest *tc) test_cil_build_ast_node_helper_common_neg() argument 16740 test_cil_build_ast_node_helper_sid(CuTest *tc) test_cil_build_ast_node_helper_sid() argument 16758 test_cil_build_ast_node_helper_sid_neg(CuTest *tc) test_cil_build_ast_node_helper_sid_neg() argument 16776 test_cil_build_ast_node_helper_sidcontext(CuTest *tc) test_cil_build_ast_node_helper_sidcontext() argument 16794 test_cil_build_ast_node_helper_sidcontext_neg(CuTest *tc) test_cil_build_ast_node_helper_sidcontext_neg() argument 16812 test_cil_build_ast_node_helper_user(CuTest *tc) test_cil_build_ast_node_helper_user() argument 16830 test_cil_build_ast_node_helper_user_neg(CuTest *tc) test_cil_build_ast_node_helper_user_neg() argument 16848 test_cil_build_ast_node_helper_userlevel(CuTest *tc) test_cil_build_ast_node_helper_userlevel() argument 16866 test_cil_build_ast_node_helper_userlevel_neg(CuTest *tc) test_cil_build_ast_node_helper_userlevel_neg() argument 16884 test_cil_build_ast_node_helper_userrange(CuTest *tc) test_cil_build_ast_node_helper_userrange() argument 16902 test_cil_build_ast_node_helper_userrange_neg(CuTest *tc) test_cil_build_ast_node_helper_userrange_neg() argument 16920 test_cil_build_ast_node_helper_type(CuTest *tc) test_cil_build_ast_node_helper_type() argument 16938 test_cil_build_ast_node_helper_type_neg(CuTest *tc) test_cil_build_ast_node_helper_type_neg() argument 16956 test_cil_build_ast_node_helper_attribute(CuTest *tc) test_cil_build_ast_node_helper_attribute() argument 16974 test_cil_build_ast_node_helper_attribute_neg(CuTest *tc) test_cil_build_ast_node_helper_attribute_neg() argument 16992 test_cil_build_ast_node_helper_typebounds(CuTest *tc) test_cil_build_ast_node_helper_typebounds() argument 17009 test_cil_build_ast_node_helper_typebounds_neg(CuTest *tc) test_cil_build_ast_node_helper_typebounds_neg() argument 17027 test_cil_build_ast_node_helper_typepermissive(CuTest *tc) test_cil_build_ast_node_helper_typepermissive() argument 17044 test_cil_build_ast_node_helper_typepermissive_neg(CuTest *tc) test_cil_build_ast_node_helper_typepermissive_neg() argument 17062 test_cil_build_ast_node_helper_nametypetransition(CuTest *tc) test_cil_build_ast_node_helper_nametypetransition() argument 17080 test_cil_build_ast_node_helper_nametypetransition_neg(CuTest *tc) test_cil_build_ast_node_helper_nametypetransition_neg() argument 17098 test_cil_build_ast_node_helper_rangetransition(CuTest *tc) test_cil_build_ast_node_helper_rangetransition() argument 17116 test_cil_build_ast_node_helper_rangetransition_neg(CuTest *tc) test_cil_build_ast_node_helper_rangetransition_neg() argument 17134 test_cil_build_ast_node_helper_boolif(CuTest *tc) test_cil_build_ast_node_helper_boolif() argument 17154 test_cil_build_ast_node_helper_boolif_neg(CuTest *tc) test_cil_build_ast_node_helper_boolif_neg() argument 17174 test_cil_build_ast_node_helper_condblock_true(CuTest *tc) test_cil_build_ast_node_helper_condblock_true() argument 17192 test_cil_build_ast_node_helper_condblock_true_neg(CuTest *tc) test_cil_build_ast_node_helper_condblock_true_neg() argument 17210 test_cil_build_ast_node_helper_condblock_false(CuTest *tc) test_cil_build_ast_node_helper_condblock_false() argument 17228 test_cil_build_ast_node_helper_condblock_false_neg(CuTest *tc) test_cil_build_ast_node_helper_condblock_false_neg() argument 17246 test_cil_build_ast_node_helper_tunif(CuTest *tc) test_cil_build_ast_node_helper_tunif() argument 17266 test_cil_build_ast_node_helper_tunif_neg(CuTest *tc) test_cil_build_ast_node_helper_tunif_neg() argument 17285 test_cil_build_ast_node_helper_typealias(CuTest *tc) test_cil_build_ast_node_helper_typealias() argument 17303 test_cil_build_ast_node_helper_typealias_notype_neg(CuTest *tc) test_cil_build_ast_node_helper_typealias_notype_neg() argument 17321 test_cil_build_ast_node_helper_typeattribute(CuTest *tc) test_cil_build_ast_node_helper_typeattribute() argument 17340 test_cil_build_ast_node_helper_typeattribute_neg(CuTest *tc) test_cil_build_ast_node_helper_typeattribute_neg() argument 17359 test_cil_build_ast_node_helper_typeattributeset(CuTest *tc) test_cil_build_ast_node_helper_typeattributeset() argument 17377 test_cil_build_ast_node_helper_typeattributeset_neg(CuTest *tc) test_cil_build_ast_node_helper_typeattributeset_neg() argument 17395 test_cil_build_ast_node_helper_userbounds(CuTest *tc) test_cil_build_ast_node_helper_userbounds() argument 17413 test_cil_build_ast_node_helper_userbounds_neg(CuTest *tc) test_cil_build_ast_node_helper_userbounds_neg() argument 17431 test_cil_build_ast_node_helper_role(CuTest *tc) test_cil_build_ast_node_helper_role() argument 17449 test_cil_build_ast_node_helper_role_neg(CuTest *tc) test_cil_build_ast_node_helper_role_neg() argument 17467 test_cil_build_ast_node_helper_roletransition(CuTest *tc) test_cil_build_ast_node_helper_roletransition() argument 17485 test_cil_build_ast_node_helper_roletransition_neg(CuTest *tc) test_cil_build_ast_node_helper_roletransition_neg() argument 17503 test_cil_build_ast_node_helper_roleallow(CuTest *tc) test_cil_build_ast_node_helper_roleallow() argument 17521 test_cil_build_ast_node_helper_roleallow_neg(CuTest *tc) test_cil_build_ast_node_helper_roleallow_neg() argument 17539 test_cil_build_ast_node_helper_rolebounds(CuTest *tc) test_cil_build_ast_node_helper_rolebounds() argument 17557 test_cil_build_ast_node_helper_rolebounds_neg(CuTest *tc) test_cil_build_ast_node_helper_rolebounds_neg() argument 17575 test_cil_build_ast_node_helper_avrule_allow(CuTest *tc) test_cil_build_ast_node_helper_avrule_allow() argument 17593 test_cil_build_ast_node_helper_avrule_allow_neg(CuTest *tc) test_cil_build_ast_node_helper_avrule_allow_neg() argument 17611 test_cil_build_ast_node_helper_avrule_auditallow(CuTest *tc) test_cil_build_ast_node_helper_avrule_auditallow() argument 17629 test_cil_build_ast_node_helper_avrule_auditallow_neg(CuTest *tc) test_cil_build_ast_node_helper_avrule_auditallow_neg() argument 17647 test_cil_build_ast_node_helper_avrule_dontaudit(CuTest *tc) test_cil_build_ast_node_helper_avrule_dontaudit() argument 17665 test_cil_build_ast_node_helper_avrule_dontaudit_neg(CuTest *tc) test_cil_build_ast_node_helper_avrule_dontaudit_neg() argument 17683 test_cil_build_ast_node_helper_avrule_neverallow(CuTest *tc) test_cil_build_ast_node_helper_avrule_neverallow() argument 17701 test_cil_build_ast_node_helper_avrule_neverallow_neg(CuTest *tc) test_cil_build_ast_node_helper_avrule_neverallow_neg() argument 17719 test_cil_build_ast_node_helper_type_rule_transition(CuTest *tc) test_cil_build_ast_node_helper_type_rule_transition() argument 17737 test_cil_build_ast_node_helper_type_rule_transition_neg(CuTest *tc) test_cil_build_ast_node_helper_type_rule_transition_neg() argument 17755 test_cil_build_ast_node_helper_type_rule_change(CuTest *tc) test_cil_build_ast_node_helper_type_rule_change() argument 17773 test_cil_build_ast_node_helper_type_rule_change_neg(CuTest *tc) test_cil_build_ast_node_helper_type_rule_change_neg() argument 17791 test_cil_build_ast_node_helper_type_rule_member(CuTest *tc) test_cil_build_ast_node_helper_type_rule_member() argument 17809 test_cil_build_ast_node_helper_type_rule_member_neg(CuTest *tc) test_cil_build_ast_node_helper_type_rule_member_neg() argument 17827 test_cil_build_ast_node_helper_bool(CuTest *tc) test_cil_build_ast_node_helper_bool() argument 17845 test_cil_build_ast_node_helper_bool_neg(CuTest *tc) test_cil_build_ast_node_helper_bool_neg() argument 17863 test_cil_build_ast_node_helper_bool_tunable(CuTest *tc) test_cil_build_ast_node_helper_bool_tunable() argument 17881 test_cil_build_ast_node_helper_bool_tunable_neg(CuTest *tc) test_cil_build_ast_node_helper_bool_tunable_neg() argument 17899 test_cil_build_ast_node_helper_sensitivity(CuTest *tc) test_cil_build_ast_node_helper_sensitivity() argument 17917 test_cil_build_ast_node_helper_sensitivity_neg(CuTest *tc) test_cil_build_ast_node_helper_sensitivity_neg() argument 17935 test_cil_build_ast_node_helper_sensalias(CuTest *tc) test_cil_build_ast_node_helper_sensalias() argument 17953 test_cil_build_ast_node_helper_sensalias_neg(CuTest *tc) test_cil_build_ast_node_helper_sensalias_neg() argument 17971 test_cil_build_ast_node_helper_category(CuTest *tc) test_cil_build_ast_node_helper_category() argument 17989 test_cil_build_ast_node_helper_category_neg(CuTest *tc) test_cil_build_ast_node_helper_category_neg() argument 18007 test_cil_build_ast_node_helper_catset(CuTest *tc) test_cil_build_ast_node_helper_catset() argument 18025 test_cil_build_ast_node_helper_catset_neg(CuTest *tc) test_cil_build_ast_node_helper_catset_neg() argument 18043 test_cil_build_ast_node_helper_catorder(CuTest *tc) test_cil_build_ast_node_helper_catorder() argument 18061 test_cil_build_ast_node_helper_catorder_neg(CuTest *tc) test_cil_build_ast_node_helper_catorder_neg() argument 18079 test_cil_build_ast_node_helper_catalias(CuTest *tc) test_cil_build_ast_node_helper_catalias() argument 18097 test_cil_build_ast_node_helper_catalias_neg(CuTest *tc) test_cil_build_ast_node_helper_catalias_neg() argument 18115 test_cil_build_ast_node_helper_catrange(CuTest *tc) test_cil_build_ast_node_helper_catrange() argument 18133 test_cil_build_ast_node_helper_catrange_neg(CuTest *tc) test_cil_build_ast_node_helper_catrange_neg() argument 18151 test_cil_build_ast_node_helper_roletype(CuTest *tc) test_cil_build_ast_node_helper_roletype() argument 18170 test_cil_build_ast_node_helper_roletype_neg(CuTest *tc) test_cil_build_ast_node_helper_roletype_neg() argument 18188 test_cil_build_ast_node_helper_userrole(CuTest *tc) test_cil_build_ast_node_helper_userrole() argument 18206 test_cil_build_ast_node_helper_userrole_neg(CuTest *tc) test_cil_build_ast_node_helper_userrole_neg() argument 18224 test_cil_build_ast_node_helper_gen_classcommon(CuTest *tc) test_cil_build_ast_node_helper_gen_classcommon() argument 18242 test_cil_build_ast_node_helper_gen_classcommon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_classcommon_neg() argument 18260 test_cil_build_ast_node_helper_gen_dominance(CuTest *tc) test_cil_build_ast_node_helper_gen_dominance() argument 18281 test_cil_build_ast_node_helper_gen_dominance_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_dominance_neg() argument 18302 test_cil_build_ast_node_helper_gen_senscat(CuTest *tc) test_cil_build_ast_node_helper_gen_senscat() argument 18326 test_cil_build_ast_node_helper_gen_senscat_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_senscat_neg() argument 18350 test_cil_build_ast_node_helper_gen_level(CuTest *tc) test_cil_build_ast_node_helper_gen_level() argument 18370 test_cil_build_ast_node_helper_gen_level_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_level_neg() argument 18390 test_cil_build_ast_node_helper_gen_levelrange(CuTest *tc) test_cil_build_ast_node_helper_gen_levelrange() argument 18408 test_cil_build_ast_node_helper_gen_levelrange_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_levelrange_neg() argument 18426 test_cil_build_ast_node_helper_gen_constrain(CuTest *tc) test_cil_build_ast_node_helper_gen_constrain() argument 18444 test_cil_build_ast_node_helper_gen_constrain_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_constrain_neg() argument 18462 test_cil_build_ast_node_helper_gen_mlsconstrain(CuTest *tc) test_cil_build_ast_node_helper_gen_mlsconstrain() argument 18480 test_cil_build_ast_node_helper_gen_mlsconstrain_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_mlsconstrain_neg() argument 18498 test_cil_build_ast_node_helper_gen_context(CuTest *tc) test_cil_build_ast_node_helper_gen_context() argument 18516 test_cil_build_ast_node_helper_gen_context_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_context_neg() argument 18534 test_cil_build_ast_node_helper_gen_filecon(CuTest *tc) test_cil_build_ast_node_helper_gen_filecon() argument 18552 test_cil_build_ast_node_helper_gen_filecon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_filecon_neg() argument 18570 test_cil_build_ast_node_helper_gen_portcon(CuTest *tc) test_cil_build_ast_node_helper_gen_portcon() argument 18588 test_cil_build_ast_node_helper_gen_portcon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_portcon_neg() argument 18606 test_cil_build_ast_node_helper_gen_nodecon(CuTest *tc) test_cil_build_ast_node_helper_gen_nodecon() argument 18624 test_cil_build_ast_node_helper_gen_nodecon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_nodecon_neg() argument 18642 test_cil_build_ast_node_helper_gen_genfscon(CuTest *tc) test_cil_build_ast_node_helper_gen_genfscon() argument 18660 test_cil_build_ast_node_helper_gen_genfscon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_genfscon_neg() argument 18678 test_cil_build_ast_node_helper_gen_netifcon(CuTest *tc) test_cil_build_ast_node_helper_gen_netifcon() argument 18698 test_cil_build_ast_node_helper_gen_netifcon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_netifcon_neg() argument 18716 test_cil_build_ast_node_helper_gen_pirqcon(CuTest *tc) test_cil_build_ast_node_helper_gen_pirqcon() argument 18734 test_cil_build_ast_node_helper_gen_pirqcon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_pirqcon_neg() argument 18752 test_cil_build_ast_node_helper_gen_iomemcon(CuTest *tc) test_cil_build_ast_node_helper_gen_iomemcon() argument 18770 test_cil_build_ast_node_helper_gen_iomemcon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_iomemcon_neg() argument 18788 test_cil_build_ast_node_helper_gen_ioportcon(CuTest *tc) test_cil_build_ast_node_helper_gen_ioportcon() argument 18806 test_cil_build_ast_node_helper_gen_ioportcon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_ioportcon_neg() argument 18824 test_cil_build_ast_node_helper_gen_pcidevicecon(CuTest *tc) test_cil_build_ast_node_helper_gen_pcidevicecon() argument 18842 test_cil_build_ast_node_helper_gen_pcidevicecon_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_pcidevicecon_neg() argument 18860 test_cil_build_ast_node_helper_gen_fsuse(CuTest *tc) test_cil_build_ast_node_helper_gen_fsuse() argument 18878 test_cil_build_ast_node_helper_gen_fsuse_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_fsuse_neg() argument 18896 test_cil_build_ast_node_helper_gen_macro(CuTest *tc) test_cil_build_ast_node_helper_gen_macro() argument 18914 test_cil_build_ast_node_helper_gen_macro_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_macro_neg() argument 18932 test_cil_build_ast_node_helper_gen_macro_nested_macro_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_macro_nested_macro_neg() argument 18961 test_cil_build_ast_node_helper_gen_macro_nested_tunif_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_macro_nested_tunif_neg() argument 18991 test_cil_build_ast_node_helper_gen_call(CuTest *tc) test_cil_build_ast_node_helper_gen_call() argument 19009 test_cil_build_ast_node_helper_gen_call_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_call_neg() argument 19027 test_cil_build_ast_node_helper_gen_optional(CuTest *tc) test_cil_build_ast_node_helper_gen_optional() argument 19045 test_cil_build_ast_node_helper_gen_optional_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_optional_neg() argument 19063 test_cil_build_ast_node_helper_gen_policycap(CuTest *tc) test_cil_build_ast_node_helper_gen_policycap() argument 19081 test_cil_build_ast_node_helper_gen_policycap_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_policycap_neg() argument 19099 test_cil_build_ast_node_helper_gen_ipaddr(CuTest *tc) test_cil_build_ast_node_helper_gen_ipaddr() argument 19117 test_cil_build_ast_node_helper_gen_ipaddr_neg(CuTest *tc) test_cil_build_ast_node_helper_gen_ipaddr_neg() argument 19135 test_cil_build_ast_node_helper_extraargsnull_neg(CuTest *tc) test_cil_build_ast_node_helper_extraargsnull_neg() argument 19152 test_cil_build_ast_last_child_helper(CuTest *tc) test_cil_build_ast_last_child_helper() argument 19167 test_cil_build_ast_last_child_helper_extraargsnull_neg(CuTest *tc) test_cil_build_ast_last_child_helper_extraargsnull_neg() argument [all...] |
H A D | CuTest.h | 78 void CuTestRun(CuTest* tc); 82 void CuFail_Line(CuTest* tc, const char* file, int line, const char* message2, const char* message); 83 void CuAssert_Line(CuTest* tc, const char* file, int line, const char* message, int condition); 84 void CuAssertStrEquals_LineMsg(CuTest* tc, 87 void CuAssertIntEquals_LineMsg(CuTest* tc, 90 void CuAssertDblEquals_LineMsg(CuTest* tc, 93 void CuAssertPtrEquals_LineMsg(CuTest* tc, 99 #define CuFail(tc, ms) CuFail_Line( (tc), __FILE__, __LINE__, NULL, (ms)) 100 #define CuAssert(tc, m [all...] |
H A D | test_cil_lexer.c | 37 void test_cil_lexer_setup(CuTest *tc) { in test_cil_lexer_setup() argument 46 CuAssertIntEquals(tc, SEPOL_OK, rc); in test_cil_lexer_setup() 51 void test_cil_lexer_next(CuTest *tc) { in test_cil_lexer_next() argument 64 CuAssertIntEquals(tc, SEPOL_OK, rc); in test_cil_lexer_next() 66 CuAssertIntEquals(tc, OPAREN, test_tok.type); in test_cil_lexer_next() 67 CuAssertStrEquals(tc, "(", test_tok.value); in test_cil_lexer_next() 68 CuAssertIntEquals(tc, 1, test_tok.line); in test_cil_lexer_next() 71 CuAssertIntEquals(tc, SEPOL_OK, rc); in test_cil_lexer_next() 73 CuAssertIntEquals(tc, SYMBOL, test_tok.type); in test_cil_lexer_next() 74 CuAssertStrEquals(tc, "tes in test_cil_lexer_next() [all...] |
H A D | test_cil_post.c | 39 void test_cil_post_filecon_compare_meta_a_not_b(CuTest *tc) { in test_cil_post_filecon_compare_meta_a_not_b() argument 54 CuAssertTrue(tc, rc < 0); in test_cil_post_filecon_compare_meta_a_not_b() 57 void test_cil_post_filecon_compare_meta_b_not_a(CuTest *tc) { in test_cil_post_filecon_compare_meta_b_not_a() argument 72 CuAssertTrue(tc, rc > 0); in test_cil_post_filecon_compare_meta_b_not_a() 75 void test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b(CuTest *tc) { in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b() argument 90 CuAssertTrue(tc, rc > 0); in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b() 93 void test_cil_post_filecon_compare_type_atype_greater_btype(CuTest *tc) { in test_cil_post_filecon_compare_type_atype_greater_btype() argument 109 CuAssertTrue(tc, rc > 0); in test_cil_post_filecon_compare_type_atype_greater_btype() 112 void test_cil_post_filecon_compare_type_btype_greater_atype(CuTest *tc) { in test_cil_post_filecon_compare_type_btype_greater_atype() argument 129 CuAssertTrue(tc, r in test_cil_post_filecon_compare_type_btype_greater_atype() 132 test_cil_post_filecon_compare_meta_a_and_b_strlen_b_greater_a(CuTest *tc) test_cil_post_filecon_compare_meta_a_and_b_strlen_b_greater_a() argument 150 test_cil_post_filecon_compare_stemlen_a_greater_b(CuTest *tc) test_cil_post_filecon_compare_stemlen_a_greater_b() argument 168 test_cil_post_filecon_compare_stemlen_b_greater_a(CuTest *tc) test_cil_post_filecon_compare_stemlen_b_greater_a() argument 186 test_cil_post_filecon_compare_equal(CuTest *tc) test_cil_post_filecon_compare_equal() argument 206 test_cil_post_portcon_compare_atotal_greater_btotal(CuTest *tc) test_cil_post_portcon_compare_atotal_greater_btotal() argument 223 test_cil_post_portcon_compare_btotal_greater_atotal(CuTest *tc) test_cil_post_portcon_compare_btotal_greater_atotal() argument 240 test_cil_post_portcon_compare_aportlow_greater_bportlow(CuTest *tc) test_cil_post_portcon_compare_aportlow_greater_bportlow() argument 257 test_cil_post_portcon_compare_bportlow_greater_aportlow(CuTest *tc) test_cil_post_portcon_compare_bportlow_greater_aportlow() argument 274 test_cil_post_portcon_compare_equal(CuTest *tc) test_cil_post_portcon_compare_equal() argument 291 test_cil_post_genfscon_compare_atypestr_greater_btypestr(CuTest *tc) test_cil_post_genfscon_compare_atypestr_greater_btypestr() argument 304 test_cil_post_genfscon_compare_btypestr_greater_atypestr(CuTest *tc) test_cil_post_genfscon_compare_btypestr_greater_atypestr() argument 317 test_cil_post_genfscon_compare_apathstr_greater_bpathstr(CuTest *tc) test_cil_post_genfscon_compare_apathstr_greater_bpathstr() argument 332 test_cil_post_genfscon_compare_bpathstr_greater_apathstr(CuTest *tc) test_cil_post_genfscon_compare_bpathstr_greater_apathstr() argument 347 test_cil_post_genfscon_compare_equal(CuTest *tc) test_cil_post_genfscon_compare_equal() argument 362 test_cil_post_netifcon_compare_a_greater_b(CuTest *tc) test_cil_post_netifcon_compare_a_greater_b() argument 375 test_cil_post_netifcon_compare_b_greater_a(CuTest *tc) test_cil_post_netifcon_compare_b_greater_a() argument 388 test_cil_post_netifcon_compare_equal(CuTest *tc) test_cil_post_netifcon_compare_equal() argument 401 test_cil_post_nodecon_compare_aipv4_bipv6(CuTest *tc) test_cil_post_nodecon_compare_aipv4_bipv6() argument 424 test_cil_post_nodecon_compare_aipv6_bipv4(CuTest *tc) test_cil_post_nodecon_compare_aipv6_bipv4() argument 447 test_cil_post_nodecon_compare_aipv4_greaterthan_bipv4(CuTest *tc) test_cil_post_nodecon_compare_aipv4_greaterthan_bipv4() argument 470 test_cil_post_nodecon_compare_aipv4_lessthan_bipv4(CuTest *tc) test_cil_post_nodecon_compare_aipv4_lessthan_bipv4() argument 493 test_cil_post_nodecon_compare_amaskipv4_greaterthan_bmaskipv4(CuTest *tc) test_cil_post_nodecon_compare_amaskipv4_greaterthan_bmaskipv4() argument 516 test_cil_post_nodecon_compare_amaskipv4_lessthan_bmaskipv4(CuTest *tc) test_cil_post_nodecon_compare_amaskipv4_lessthan_bmaskipv4() argument 539 test_cil_post_nodecon_compare_aipv6_greaterthan_bipv6(CuTest *tc) test_cil_post_nodecon_compare_aipv6_greaterthan_bipv6() argument 562 test_cil_post_nodecon_compare_aipv6_lessthan_bipv6(CuTest *tc) test_cil_post_nodecon_compare_aipv6_lessthan_bipv6() argument 585 test_cil_post_nodecon_compare_amaskipv6_greaterthan_bmaskipv6(CuTest *tc) test_cil_post_nodecon_compare_amaskipv6_greaterthan_bmaskipv6() argument 608 test_cil_post_nodecon_compare_amaskipv6_lessthan_bmaskipv6(CuTest *tc) test_cil_post_nodecon_compare_amaskipv6_lessthan_bmaskipv6() argument 631 test_cil_post_fsuse_compare_type_a_greater_b(CuTest *tc) test_cil_post_fsuse_compare_type_a_greater_b() argument 644 test_cil_post_fsuse_compare_type_b_greater_a(CuTest *tc) test_cil_post_fsuse_compare_type_b_greater_a() argument 657 test_cil_post_fsuse_compare_fsstr_a_greater_b(CuTest *tc) test_cil_post_fsuse_compare_fsstr_a_greater_b() argument 672 test_cil_post_fsuse_compare_fsstr_b_greater_a(CuTest *tc) test_cil_post_fsuse_compare_fsstr_b_greater_a() argument 687 test_cil_post_fsuse_compare_equal(CuTest *tc) test_cil_post_fsuse_compare_equal() argument [all...] |
H A D | test_cil_tree.c | 37 void test_cil_tree_node_init(CuTest *tc) { in test_cil_tree_node_init() argument 42 CuAssertPtrNotNull(tc, test_node); in test_cil_tree_node_init() 43 CuAssertPtrEquals(tc, NULL, test_node->cl_head); in test_cil_tree_node_init() 44 CuAssertPtrEquals(tc, NULL, test_node->cl_tail); in test_cil_tree_node_init() 45 CuAssertPtrEquals(tc, NULL, test_node->parent); in test_cil_tree_node_init() 46 CuAssertPtrEquals(tc, NULL, test_node->data); in test_cil_tree_node_init() 47 CuAssertPtrEquals(tc, NULL, test_node->next); in test_cil_tree_node_init() 48 CuAssertIntEquals(tc, 0, test_node->flavor); in test_cil_tree_node_init() 49 CuAssertIntEquals(tc, 0, test_node->line); in test_cil_tree_node_init() 54 void test_cil_tree_init(CuTest *tc) { in test_cil_tree_init() argument [all...] |
H A D | test_cil.c | 38 void test_cil_symtab_array_init(CuTest *tc) { in test_cil_symtab_array_init() argument 43 CuAssertPtrNotNull(tc, test_new_db->symtab); in test_cil_symtab_array_init() 48 void test_cil_db_init(CuTest *tc) { in test_cil_db_init() argument 53 CuAssertPtrNotNull(tc, test_db->ast); in test_cil_db_init() 54 CuAssertPtrNotNull(tc, test_db->symtab); in test_cil_db_init() 55 CuAssertPtrNotNull(tc, test_db->symtab); in test_cil_db_init() 60 void test_cil_get_symtab_block(CuTest *tc) { in test_cil_get_symtab_block() argument 74 CuAssertIntEquals(tc, SEPOL_OK, rc); in test_cil_get_symtab_block() 75 CuAssertPtrNotNull(tc, symtab); in test_cil_get_symtab_block() 78 void test_cil_get_symtab_class(CuTest *tc) { in test_cil_get_symtab_class() argument 96 test_cil_get_symtab_root(CuTest *tc) test_cil_get_symtab_root() argument 114 test_cil_get_symtab_flavor_neg(CuTest *tc) test_cil_get_symtab_flavor_neg() argument 132 test_cil_get_symtab_null_neg(CuTest *tc) test_cil_get_symtab_null_neg() argument 149 test_cil_get_symtab_node_null_neg(CuTest *tc) test_cil_get_symtab_node_null_neg() argument 163 test_cil_get_symtab_parent_null_neg(CuTest *tc) test_cil_get_symtab_parent_null_neg() argument [all...] |
H A D | test_cil_copy_ast.c | 56 void test_cil_copy_list(CuTest *tc) { in test_cil_copy_list() argument 71 CuAssertIntEquals(tc, rc, SEPOL_OK); in test_cil_copy_list() 72 CuAssertStrEquals(tc, copy_list->head->data, cil_l->head->data); in test_cil_copy_list() 73 CuAssertStrEquals(tc, copy_list->head->next->data, cil_l->head->next->data); in test_cil_copy_list() 74 CuAssertIntEquals(tc, copy_list->head->flavor, cil_l->head->flavor); in test_cil_copy_list() 75 CuAssertIntEquals(tc, copy_list->head->next->flavor, cil_l->head->next->flavor); in test_cil_copy_list() 78 void test_cil_copy_list_sublist(CuTest *tc) { in test_cil_copy_list_sublist() argument 93 CuAssertIntEquals(tc, rc, SEPOL_OK); in test_cil_copy_list_sublist() 94 CuAssertStrEquals(tc, copy_list->head->data, cil_l->head->data); in test_cil_copy_list_sublist() 95 CuAssertStrEquals(tc, copy_lis in test_cil_copy_list_sublist() 102 test_cil_copy_list_sublist_extra(CuTest *tc) test_cil_copy_list_sublist_extra() argument 128 test_cil_copy_list_orignull_neg(CuTest *tc) test_cil_copy_list_orignull_neg() argument 144 test_cil_copy_block(CuTest *tc) test_cil_copy_block() argument 171 test_cil_copy_perm(CuTest *tc) test_cil_copy_perm() argument 212 test_cil_copy_class(CuTest *tc) test_cil_copy_class() argument 239 test_cil_copy_common(CuTest *tc) test_cil_copy_common() argument 266 test_cil_copy_classcommon(CuTest *tc) test_cil_copy_classcommon() argument 304 test_cil_copy_sid(CuTest *tc) test_cil_copy_sid() argument 331 test_cil_copy_sidcontext(CuTest *tc) test_cil_copy_sidcontext() argument 360 test_cil_copy_user(CuTest *tc) test_cil_copy_user() argument 387 test_cil_copy_role(CuTest *tc) test_cil_copy_role() argument 414 test_cil_copy_userrole(CuTest *tc) test_cil_copy_userrole() argument 443 test_cil_copy_type(CuTest *tc) test_cil_copy_type() argument 470 test_cil_copy_typealias(CuTest *tc) test_cil_copy_typealias() argument 497 test_cil_copy_typeattribute(CuTest *tc) test_cil_copy_typeattribute() argument 524 test_cil_copy_bool(CuTest *tc) test_cil_copy_bool() argument 553 test_cil_copy_type_rule(CuTest *tc) test_cil_copy_type_rule() argument 584 test_cil_copy_avrule(CuTest *tc) test_cil_copy_avrule() argument 622 test_cil_copy_sens(CuTest *tc) test_cil_copy_sens() argument 649 test_cil_copy_sensalias(CuTest *tc) test_cil_copy_sensalias() argument 678 test_cil_copy_cat(CuTest *tc) test_cil_copy_cat() argument 705 test_cil_copy_catalias(CuTest *tc) test_cil_copy_catalias() argument 734 test_cil_copy_senscat(CuTest *tc) test_cil_copy_senscat() argument 772 test_cil_copy_catorder(CuTest *tc) test_cil_copy_catorder() argument 803 test_cil_copy_dominance(CuTest *tc) test_cil_copy_dominance() argument 835 test_cil_copy_level(CuTest *tc) test_cil_copy_level() argument 862 test_cil_copy_fill_level(CuTest *tc) test_cil_copy_fill_level() argument 892 test_cil_copy_context(CuTest *tc) test_cil_copy_context() argument 919 test_cil_copy_netifcon(CuTest *tc) test_cil_copy_netifcon() argument 951 test_cil_copy_netifcon_nested(CuTest *tc) test_cil_copy_netifcon_nested() argument 993 test_cil_copy_fill_context(CuTest *tc) test_cil_copy_fill_context() argument 1029 test_cil_copy_fill_context_anonrange(CuTest *tc) test_cil_copy_fill_context_anonrange() argument 1065 test_cil_copy_call(CuTest *tc) test_cil_copy_call() argument 1092 test_cil_copy_optional(CuTest *tc) test_cil_copy_optional() argument 1119 test_cil_copy_nodecon(CuTest *tc) test_cil_copy_nodecon() argument 1151 test_cil_copy_nodecon_anon(CuTest *tc) test_cil_copy_nodecon_anon() argument 1183 test_cil_copy_fill_ipaddr(CuTest *tc) test_cil_copy_fill_ipaddr() argument 1215 test_cil_copy_ipaddr(CuTest *tc) test_cil_copy_ipaddr() argument 1242 test_cil_copy_conditional(CuTest *tc) test_cil_copy_conditional() argument 1276 test_cil_copy_boolif(CuTest *tc) test_cil_copy_boolif() argument 1304 test_cil_copy_constrain(CuTest *tc) test_cil_copy_constrain() argument 1389 test_cil_copy_node_helper_block(CuTest *tc) test_cil_copy_node_helper_block() argument 1412 test_cil_copy_node_helper_block_merge(CuTest *tc) test_cil_copy_node_helper_block_merge() argument 1432 test_cil_copy_node_helper_perm(CuTest *tc) test_cil_copy_node_helper_perm() argument 1467 test_cil_copy_node_helper_perm_neg(CuTest *tc) test_cil_copy_node_helper_perm_neg() argument 1487 test_cil_copy_node_helper_class(CuTest *tc) test_cil_copy_node_helper_class() argument 1510 test_cil_copy_node_helper_class_dup_neg(CuTest *tc) test_cil_copy_node_helper_class_dup_neg() argument 1530 test_cil_copy_node_helper_common(CuTest *tc) test_cil_copy_node_helper_common() argument 1553 test_cil_copy_node_helper_common_dup_neg(CuTest *tc) test_cil_copy_node_helper_common_dup_neg() argument 1573 test_cil_copy_node_helper_classcommon(CuTest *tc) test_cil_copy_node_helper_classcommon() argument 1596 test_cil_copy_node_helper_sid(CuTest *tc) test_cil_copy_node_helper_sid() argument 1619 test_cil_copy_node_helper_sid_merge(CuTest *tc) test_cil_copy_node_helper_sid_merge() argument 1639 test_cil_copy_node_helper_sidcontext(CuTest *tc) test_cil_copy_node_helper_sidcontext() argument 1662 test_cil_copy_node_helper_user(CuTest *tc) test_cil_copy_node_helper_user() argument 1685 test_cil_copy_node_helper_user_merge(CuTest *tc) test_cil_copy_node_helper_user_merge() argument 1705 test_cil_copy_node_helper_role(CuTest *tc) test_cil_copy_node_helper_role() argument 1728 test_cil_copy_node_helper_role_merge(CuTest *tc) test_cil_copy_node_helper_role_merge() argument 1748 test_cil_copy_node_helper_userrole(CuTest *tc) test_cil_copy_node_helper_userrole() argument 1771 test_cil_copy_node_helper_type(CuTest *tc) test_cil_copy_node_helper_type() argument 1794 test_cil_copy_node_helper_type_merge(CuTest *tc) test_cil_copy_node_helper_type_merge() argument 1814 test_cil_copy_node_helper_typeattribute(CuTest *tc) test_cil_copy_node_helper_typeattribute() argument 1837 test_cil_copy_node_helper_typeattribute_merge(CuTest *tc) test_cil_copy_node_helper_typeattribute_merge() argument 1857 test_cil_copy_node_helper_typealias(CuTest *tc) test_cil_copy_node_helper_typealias() argument 1880 test_cil_copy_node_helper_typealias_dup_neg(CuTest *tc) test_cil_copy_node_helper_typealias_dup_neg() argument 1900 test_cil_copy_node_helper_bool(CuTest *tc) test_cil_copy_node_helper_bool() argument 1923 test_cil_copy_node_helper_bool_dup_neg(CuTest *tc) test_cil_copy_node_helper_bool_dup_neg() argument 1943 test_cil_copy_node_helper_avrule(CuTest *tc) test_cil_copy_node_helper_avrule() argument 1966 test_cil_copy_node_helper_type_rule(CuTest *tc) test_cil_copy_node_helper_type_rule() argument 1989 test_cil_copy_node_helper_sens(CuTest *tc) test_cil_copy_node_helper_sens() argument 2012 test_cil_copy_node_helper_sens_merge(CuTest *tc) test_cil_copy_node_helper_sens_merge() argument 2032 test_cil_copy_node_helper_sensalias(CuTest *tc) test_cil_copy_node_helper_sensalias() argument 2055 test_cil_copy_node_helper_sensalias_dup_neg(CuTest *tc) test_cil_copy_node_helper_sensalias_dup_neg() argument 2075 test_cil_copy_node_helper_cat(CuTest *tc) test_cil_copy_node_helper_cat() argument 2098 test_cil_copy_node_helper_cat_merge(CuTest *tc) test_cil_copy_node_helper_cat_merge() argument 2118 test_cil_copy_node_helper_catalias(CuTest *tc) test_cil_copy_node_helper_catalias() argument 2141 test_cil_copy_node_helper_catalias_dup_neg(CuTest *tc) test_cil_copy_node_helper_catalias_dup_neg() argument 2161 test_cil_copy_node_helper_senscat(CuTest *tc) test_cil_copy_node_helper_senscat() argument 2198 test_cil_copy_node_helper_catorder(CuTest *tc) test_cil_copy_node_helper_catorder() argument 2231 test_cil_copy_node_helper_dominance(CuTest *tc) test_cil_copy_node_helper_dominance() argument 2265 test_cil_copy_node_helper_level(CuTest *tc) test_cil_copy_node_helper_level() argument 2288 test_cil_copy_node_helper_level_dup_neg(CuTest *tc) test_cil_copy_node_helper_level_dup_neg() argument 2308 test_cil_copy_node_helper_context(CuTest *tc) test_cil_copy_node_helper_context() argument 2331 test_cil_copy_node_helper_context_dup_neg(CuTest *tc) test_cil_copy_node_helper_context_dup_neg() argument 2351 test_cil_copy_node_helper_netifcon(CuTest *tc) test_cil_copy_node_helper_netifcon() argument 2374 test_cil_copy_node_helper_call(CuTest *tc) test_cil_copy_node_helper_call() argument 2397 test_cil_copy_node_helper_optional(CuTest *tc) test_cil_copy_node_helper_optional() argument 2420 test_cil_copy_node_helper_optional_merge(CuTest *tc) test_cil_copy_node_helper_optional_merge() argument 2440 test_cil_copy_node_helper_ipaddr(CuTest *tc) test_cil_copy_node_helper_ipaddr() argument 2463 test_cil_copy_node_helper_ipaddr_dup_neg(CuTest *tc) test_cil_copy_node_helper_ipaddr_dup_neg() argument 2483 test_cil_copy_node_helper_boolif(CuTest *tc) test_cil_copy_node_helper_boolif() argument 2508 test_cil_copy_node_helper_mlsconstrain(CuTest *tc) test_cil_copy_node_helper_mlsconstrain() argument 2531 test_cil_copy_node_helper_orignull_neg(CuTest *tc) test_cil_copy_node_helper_orignull_neg() argument 2551 test_cil_copy_node_helper_extraargsnull_neg(CuTest *tc) test_cil_copy_node_helper_extraargsnull_neg() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_tile_cache.c | 49 struct softpipe_tex_tile_cache *tc; in sp_create_tex_tile_cache() local 55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache ); in sp_create_tex_tile_cache() 56 if (tc) { in sp_create_tex_tile_cache() 57 tc->pipe = pipe; in sp_create_tex_tile_cache() 58 for (pos = 0; pos < ARRAY_SIZE(tc->entries); pos++) { in sp_create_tex_tile_cache() 59 tc->entries[pos].addr.bits.invalid = 1; in sp_create_tex_tile_cache() 61 tc->last_tile = &tc->entries[0]; /* any tile */ in sp_create_tex_tile_cache() 63 return tc; in sp_create_tex_tile_cache() 68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_destroy_tex_tile_cache() argument 93 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc) sp_tex_tile_cache_validate_texture() argument 106 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) sp_tex_tile_is_compat_view() argument 123 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) sp_tex_tile_cache_set_sampler_view() argument 166 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc) sp_flush_tex_tile_cache() argument 204 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, union tex_tile_address addr ) sp_find_cached_tile_tex() argument [all...] |
H A D | sp_tile_cache.c | 42 sp_alloc_tile(struct softpipe_tile_cache *tc); 93 struct softpipe_tile_cache *tc; in sp_create_tile_cache() local 104 tc = CALLOC_STRUCT( softpipe_tile_cache ); in sp_create_tile_cache() 105 if (tc) { in sp_create_tile_cache() 106 tc->pipe = pipe; in sp_create_tile_cache() 107 for (pos = 0; pos < ARRAY_SIZE(tc->tile_addrs); pos++) { in sp_create_tile_cache() 108 tc->tile_addrs[pos].bits.invalid = 1; in sp_create_tile_cache() 110 tc->last_tile_addr.bits.invalid = 1; in sp_create_tile_cache() 115 tc->tile = MALLOC_STRUCT( softpipe_cached_tile ); in sp_create_tile_cache() 116 if (!tc in sp_create_tile_cache() 137 sp_destroy_tile_cache(struct softpipe_tile_cache *tc) sp_destroy_tile_cache() argument 168 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc, struct pipe_surface *ps) sp_tile_cache_set_surface() argument 225 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc) sp_tile_cache_get_surface() argument 340 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc, int layer) sp_tile_cache_flush_clear() argument 387 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) sp_flush_tile() argument 415 sp_flush_tile_cache(struct softpipe_tile_cache *tc) sp_flush_tile_cache() argument 449 sp_alloc_tile(struct softpipe_tile_cache *tc) sp_alloc_tile() argument 486 sp_find_cached_tile(struct softpipe_tile_cache *tc, union tile_address addr ) sp_find_cached_tile() argument 573 sp_tile_cache_clear(struct softpipe_tile_cache *tc, const union pipe_color_union *color, uint64_t clearValue) sp_tile_cache_clear() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/membarrier/ |
H A D | membarrier01.c | 43 struct test_case tc[] = { variable 285 if (!tc[i].enabled && !tc[i].force) { in verify_membarrier() 287 if (tc[i].always == 0) in verify_membarrier() 288 skipped(tc[i]); in verify_membarrier() 290 skipped_fail(tc[i]); in verify_membarrier() 295 if (tc[i].needregister && tc[i].enabled) { in verify_membarrier() 296 ret = sys_membarrier(tc[i].needregister, 0); in verify_membarrier() 299 tc[ in verify_membarrier() [all...] |
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | minicheck.c | 60 TCase *tc = (TCase *)calloc(1, sizeof(TCase)); in tcase_create() local 61 if (tc != NULL) { in tcase_create() 62 tc->name = name; in tcase_create() 64 return tc; in tcase_create() 68 suite_add_tcase(Suite *suite, TCase *tc) { in suite_add_tcase() argument 70 assert(tc != NULL); in suite_add_tcase() 71 assert(tc->next_tcase == NULL); in suite_add_tcase() 73 tc->next_tcase = suite->tests; in suite_add_tcase() 74 suite->tests = tc; in suite_add_tcase() 78 tcase_add_checked_fixture(TCase *tc, tcase_setup_functio argument 86 tcase_add_test(TCase *tc, tcase_test_function test) tcase_add_test() argument 101 tcase_free(TCase *tc) tcase_free() argument 165 TCase *volatile tc; srunner_run_all() local [all...] |
/third_party/libinput/test/ |
H A D | litest-selftest.c | 373 TCase *tc; in litest_assert_macros_suite() local 377 tc = tcase_create("assert"); in litest_assert_macros_suite() 378 tcase_add_test_raise_signal(tc, litest_assert_trigger, SIGABRT); in litest_assert_macros_suite() 379 tcase_add_test(tc, litest_assert_notrigger); in litest_assert_macros_suite() 380 tcase_add_test_raise_signal(tc, litest_assert_msg_trigger, SIGABRT); in litest_assert_macros_suite() 381 tcase_add_test_raise_signal(tc, litest_assert_msg_NULL_trigger, SIGABRT); in litest_assert_macros_suite() 382 tcase_add_test(tc, litest_assert_msg_notrigger); in litest_assert_macros_suite() 383 suite_add_tcase(s, tc); in litest_assert_macros_suite() 385 tc = tcase_create("abort"); in litest_assert_macros_suite() 386 tcase_add_test_raise_signal(tc, litest_abort_msg_trigge in litest_assert_macros_suite() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 88 tc_debug_check(struct threaded_context *tc) in tc_debug_check() argument 91 tc_batch_check(&tc->batch_slots[i]); in tc_debug_check() 92 tc_assert(tc->batch_slots[i].tc == tc); in tc_debug_check() 97 tc_set_driver_thread(struct threaded_context *tc) in tc_set_driver_thread() argument 100 tc->driver_thread = util_get_thread_id(); in tc_set_driver_thread() 105 tc_clear_driver_thread(struct threaded_context *tc) in tc_clear_driver_thread() argument 108 memset(&tc->driver_thread, 0, sizeof(tc in tc_clear_driver_thread() 218 struct threaded_context *tc = batch->tc; tc_batch_execute() local 243 tc_begin_next_buffer_list(struct threaded_context *tc) tc_begin_next_buffer_list() argument 260 tc_batch_flush(struct threaded_context *tc) tc_batch_flush() argument 287 tc_add_sized_call(struct threaded_context *tc, enum tc_call_id id, unsigned num_slots) tc_add_sized_call() argument 327 tc_is_sync(struct threaded_context *tc) tc_is_sync() argument 337 _tc_sync(struct threaded_context *tc, UNUSED const char *info, UNUSED const char *func) _tc_sync() argument 393 struct threaded_context *tc = threaded_context(_pipe); threaded_context_flush() local 410 tc_touch_buffer(struct threaded_context *tc, struct threaded_resource *buf) tc_touch_buffer() argument 437 tc_add_to_buffer_list(struct threaded_context *tc, struct tc_buffer_list *next, struct pipe_resource *buf) tc_add_to_buffer_list() argument 448 tc_bind_buffer(struct threaded_context *tc, uint32_t *binding, struct tc_buffer_list *next, struct pipe_resource *buf) tc_bind_buffer() argument 499 tc_add_shader_bindings_to_buffer_list(struct threaded_context *tc, BITSET_WORD *buffer_list, enum pipe_shader_type shader) tc_add_shader_bindings_to_buffer_list() argument 520 tc_rebind_shader_bindings(struct threaded_context *tc, uint32_t old_id, uint32_t new_id, enum pipe_shader_type shader, uint32_t *rebind_mask) tc_rebind_shader_bindings() argument 555 tc_add_all_gfx_bindings_to_buffer_list(struct threaded_context *tc) tc_add_all_gfx_bindings_to_buffer_list() argument 581 tc_add_all_compute_bindings_to_buffer_list(struct threaded_context *tc) tc_add_all_compute_bindings_to_buffer_list() argument 590 tc_rebind_buffer(struct threaded_context *tc, uint32_t old_id, uint32_t new_id, uint32_t *rebind_mask) tc_rebind_buffer() argument 635 tc_is_buffer_shader_bound_for_write(struct threaded_context *tc, uint32_t id, enum pipe_shader_type shader) tc_is_buffer_shader_bound_for_write() argument 652 tc_is_buffer_bound_for_write(struct threaded_context *tc, uint32_t id) tc_is_buffer_bound_for_write() argument 680 tc_is_buffer_busy(struct threaded_context *tc, struct threaded_resource *tbuf, unsigned map_usage) tc_is_buffer_busy() argument 808 struct threaded_context *tc = threaded_context(_pipe); tc_create_query() local 818 struct threaded_context *tc = threaded_context(_pipe); tc_create_batch_query() local 845 struct threaded_context *tc = threaded_context(_pipe); tc_destroy_query() local 860 struct threaded_context *tc = threaded_context(_pipe); tc_begin_query() local 868 struct threaded_context *tc; global() member 888 struct threaded_context *tc = threaded_context(_pipe); tc_end_query() local 906 struct threaded_context *tc = threaded_context(_pipe); tc_get_query_result() local 959 struct threaded_context *tc = threaded_context(_pipe); tc_get_query_result_resource() local 995 struct threaded_context *tc = threaded_context(_pipe); tc_render_condition() local 1076 struct threaded_context *tc = threaded_context(_pipe); tc_bind_sampler_states() local 1089 struct threaded_context *tc = threaded_context(_pipe); tc_link_shader() local 1119 struct threaded_context *tc = threaded_context(_pipe); tc_set_framebuffer_state() local 1157 struct threaded_context *tc = threaded_context(_pipe); tc_set_tess_state() local 1181 struct threaded_context *tc = threaded_context(_pipe); tc_set_patch_vertices() local 1218 struct threaded_context *tc = threaded_context(_pipe); tc_set_constant_buffer() local 1291 struct threaded_context *tc = threaded_context(_pipe); tc_set_inlinable_constants() local 1318 struct threaded_context *tc = threaded_context(_pipe); tc_set_sample_locations() local 1347 struct threaded_context *tc = threaded_context(_pipe); tc_set_scissor_states() local 1379 struct threaded_context *tc = threaded_context(_pipe); tc_set_viewport_states() local 1409 struct threaded_context *tc = threaded_context(_pipe); tc_set_window_rectangles() local 1444 struct threaded_context *tc = threaded_context(_pipe); tc_set_sampler_views() local 1533 struct threaded_context *tc = threaded_context(_pipe); tc_set_shader_images() local 1624 struct threaded_context *tc = threaded_context(_pipe); tc_set_shader_buffers() local 1704 struct threaded_context *tc = threaded_context(_pipe); tc_set_vertex_buffers() local 1790 struct threaded_context *tc = threaded_context(_pipe); tc_set_stream_output_targets() local 1817 struct threaded_context *tc = threaded_context(_pipe); tc_set_compute_resources() local 1829 struct threaded_context *tc = threaded_context(_pipe); tc_set_global_binding() local 1926 struct threaded_context *tc = threaded_context(_pipe); tc_create_texture_handle() local 1953 struct threaded_context *tc = threaded_context(_pipe); tc_make_texture_handle_resident() local 1966 struct threaded_context *tc = threaded_context(_pipe); tc_create_image_handle() local 1997 struct threaded_context *tc = threaded_context(_pipe); tc_make_image_handle_resident() local 2038 tc_invalidate_buffer(struct threaded_context *tc, struct threaded_resource *tbuf) tc_invalidate_buffer() argument 2105 tc_improve_map_buffer_flags(struct threaded_context *tc, struct threaded_resource *tres, unsigned usage, unsigned offset, unsigned size) tc_improve_map_buffer_flags() argument 2208 struct threaded_context *tc = threaded_context(_pipe); tc_buffer_map() local 2345 struct threaded_context *tc = threaded_context(_pipe); tc_texture_map() local 2396 tc_buffer_do_flush_region(struct threaded_context *tc, struct threaded_transfer *ttrans, const struct pipe_box *box) tc_buffer_do_flush_region() argument 2428 struct threaded_context *tc = threaded_context(_pipe); tc_transfer_flush_region() local 2493 struct threaded_context *tc = threaded_context(_pipe); tc_buffer_unmap() local 2599 struct threaded_context *tc = threaded_context(_pipe); tc_texture_unmap() local 2639 struct threaded_context *tc = threaded_context(_pipe); tc_buffer_subdata() local 2726 struct threaded_context *tc = threaded_context(_pipe); tc_texture_subdata() local 2783 struct threaded_context *tc = threaded_context(_pipe); tc_get_sample_position() local 2794 struct threaded_context *tc = threaded_context(_pipe); tc_get_device_reset_status() local 2807 struct threaded_context *tc = threaded_context(_pipe); tc_set_device_reset_callback() local 2832 struct threaded_context *tc = threaded_context(_pipe); tc_emit_string_marker() local 2854 struct threaded_context *tc = threaded_context(_pipe); tc_dump_debug_state() local 2865 struct threaded_context *tc = threaded_context(_pipe); tc_set_debug_callback() local 2883 struct threaded_context *tc = threaded_context(_pipe); tc_set_log_context() local 2895 struct threaded_context *tc = threaded_context(_pipe); tc_create_fence_fd() local 2921 struct threaded_context *tc = threaded_context(_pipe); tc_fence_server_sync() local 2934 struct threaded_context *tc = threaded_context(_pipe); tc_fence_server_signal() local 2978 struct threaded_context *tc = threaded_context(_pipe); tc_set_context_param() local 3012 struct threaded_context *tc; global() member 3017 tc_flush_queries(struct threaded_context *tc) tc_flush_queries() argument 3050 struct threaded_context *tc = threaded_context(_pipe); tc_flush() local 3305 struct threaded_context *tc = threaded_context(_pipe); tc_draw_vbo() local 3624 struct threaded_context *tc = threaded_context(_pipe); tc_draw_vertex_state() local 3716 struct threaded_context *tc = threaded_context(_pipe); tc_launch_grid() local 3751 struct threaded_context *tc = threaded_context(_pipe); tc_resource_copy_region() local 3799 struct threaded_context *tc = threaded_context(_pipe); tc_blit() local 3840 struct threaded_context *tc = threaded_context(_pipe); tc_generate_mipmap() local 3885 struct threaded_context *tc = threaded_context(_pipe); tc_flush_resource() local 3906 struct threaded_context *tc = threaded_context(_pipe); tc_invalidate_resource() local 3945 struct threaded_context *tc = threaded_context(_pipe); tc_clear() local 3987 struct threaded_context *tc = threaded_context(_pipe); tc_clear_render_target() local 4033 struct threaded_context *tc = threaded_context(_pipe); tc_clear_depth_stencil() local 4072 struct threaded_context *tc = threaded_context(_pipe); tc_clear_buffer() local 4111 struct threaded_context *tc = threaded_context(_pipe); tc_clear_texture() local 4144 struct threaded_context *tc = threaded_context(_pipe); tc_resource_commit() local 4158 struct threaded_context *tc = threaded_context(_pipe); tc_init_intel_perf_query_info() local 4172 struct threaded_context *tc = threaded_context(_pipe); tc_get_intel_perf_query_info() local 4192 struct threaded_context *tc = threaded_context(_pipe); tc_get_intel_perf_query_counter_info() local 4202 struct threaded_context *tc = threaded_context(_pipe); tc_new_intel_perf_query_obj() local 4218 struct threaded_context *tc = threaded_context(_pipe); tc_begin_intel_perf_query() local 4236 struct threaded_context *tc = threaded_context(_pipe); tc_end_intel_perf_query() local 4244 struct threaded_context *tc = threaded_context(_pipe); tc_delete_intel_perf_query() local 4254 struct threaded_context *tc = threaded_context(_pipe); tc_wait_intel_perf_query() local 4264 struct threaded_context *tc = threaded_context(_pipe); tc_is_intel_perf_query_ready() local 4278 struct threaded_context *tc = threaded_context(_pipe); tc_get_intel_perf_query_data() local 4308 struct threaded_context *tc = threaded_context(_pipe); tc_callback() local 4329 struct threaded_context *tc = threaded_context(_pipe); tc_destroy() local 4369 tc_driver_internal_flush_notify(struct threaded_context *tc) tc_driver_internal_flush_notify() argument 4404 struct threaded_context *tc; threaded_context_create() local 4630 threaded_context_init_bytes_mapped_limit(struct threaded_context *tc, unsigned divisor) threaded_context_init_bytes_mapped_limit() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | timecode.c | 53 uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum) in av_timecode_get_smpte_from_framenum() argument 55 unsigned fps = tc->fps; in av_timecode_get_smpte_from_framenum() 56 int drop = !!(tc->flags & AV_TIMECODE_FLAG_DROPFRAME); in av_timecode_get_smpte_from_framenum() 59 framenum += tc->start; in av_timecode_get_smpte_from_framenum() 61 framenum = av_timecode_adjust_ntsc_framenum2(framenum, tc->fps); in av_timecode_get_smpte_from_framenum() 66 return av_timecode_get_smpte(tc->rate, drop, hh, mm, ss, ff); in av_timecode_get_smpte_from_framenum() 71 uint32_t tc = 0; in av_timecode_get_smpte() local 78 tc |= (1 << 7); in av_timecode_get_smpte() 80 tc |= (1 << 23); in av_timecode_get_smpte() 90 tc | in av_timecode_get_smpte() 103 av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum) av_timecode_make_string() argument 192 check_timecode(void *log_ctx, AVTimecode *tc) check_timecode() argument 221 av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx) av_timecode_init() argument 231 av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx) av_timecode_init_from_components() argument 252 av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx) av_timecode_init_from_string() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
H A D | mincore01.c | 61 static void setup1(struct test_case_t *tc); 62 static void setup2(struct test_case_t *tc); 63 static void setup3(struct test_case_t *tc); 64 static void setup4(struct test_case_t *tc); 71 void (*setupfunc) (struct test_case_t *tc); 79 static void mincore_verify(struct test_case_t *tc); 102 static void setup1(struct test_case_t *tc) in setup1() argument 104 tc->addr = global_pointer + 1; in setup1() 105 tc->len = global_len; in setup1() 106 tc in setup1() 109 setup2(struct test_case_t *tc) setup2() argument 131 setup3(struct test_case_t *tc) setup3() argument 139 setup4(struct test_case_t *tc) setup4() argument 185 mincore_verify(struct test_case_t *tc) mincore_verify() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/pidfd_getfd/ |
H A D | pidfd_getfd02.c | 68 struct tcase *tc = &tcases[n]; in run() local 71 if (tc->exp_errno == EPERM) { in run() 75 TST_EXP_FAIL2(pidfd_getfd(valid_pidfd, tc->targetfd, tc->flags), in run() 76 tc->exp_errno, "pidfd_getfd(%d, %d, %d) with %s", in run() 77 valid_pidfd, tc->targetfd, tc->flags, tc->name); in run() 84 } else if (tc->exp_errno == ESRCH) { in run() 93 TST_EXP_FAIL2(pidfd_getfd(pidfd, tc in run() [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | type_constructor_validation_test.cc | 314 auto* tc = Construct(lhs_type2, arg); in TEST_P() local 315 auto* a = Var("a", lhs_type1, ast::StorageClass::kNone, tc); in TEST_P() 324 auto* call = Sem().Get(tc); in TEST_P() 448 auto* tc = array<u32, 10>(); in TEST_F() local 449 WrapInFunction(tc); in TEST_F() 453 auto* call = Sem().Get(tc); in TEST_F() 465 auto* tc = array<u32, 3>(Expr(0u), Expr(10u), Expr(20u)); in TEST_F() local 466 WrapInFunction(tc); in TEST_F() 470 auto* call = Sem().Get(tc); in TEST_F() 485 auto* tc in TEST_F() local 497 auto* tc = array<f32, 1>(Expr(Source{{12, 34}}, 1)); TEST_F() local 509 auto* tc = array<u32, 1>(Expr(Source{{12, 34}}, 1), Expr(0u), Expr(0u), TEST_F() local 522 auto* tc = TEST_F() local 595 auto* tc = array<i32, 4>(Expr(1), Expr(2), Expr(3)); TEST_F() local 608 auto* tc = array<i32, 4>(Expr(1), Expr(2), Expr(3), Expr(4), Expr(5)); TEST_F() local 620 auto* tc = array(ty.i32(), nullptr, Expr(Source{{12, 34}}, 1)); TEST_F() local 630 auto* tc = array(ty.i32(), nullptr); TEST_F() local 755 auto* tc = vec2<f32>(Expr(Source{{12, 34}}, 1), 1.0f); TEST_F() local 766 auto* tc = vec2<u32>(1u, Expr(Source{{12, 34}}, 1)); TEST_F() local 777 auto* tc = vec2<i32>(Expr(Source{{12, 34}}, 1u), 1); TEST_F() local 788 auto* tc = vec2<bool>(true, Expr(Source{{12, 34}}, 1)); TEST_F() local 799 auto* tc = vec2<f32>(Construct(Source{{12, 34}}, ty.vec3<f32>())); TEST_F() local 810 auto* tc = vec2<f32>(Construct(Source{{12, 34}}, ty.vec4<f32>())); TEST_F() local 821 auto* tc = TEST_F() local 834 auto* tc = vec2<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>()), TEST_F() local 846 auto* tc = vec2<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>()), TEST_F() local 858 auto* tc = vec2<f32>(Construct(Source{{12, 34}}, ty.mat2x2<f32>())); TEST_F() local 869 auto* tc = vec2<f32>(); TEST_F() local 889 auto* tc = vec2<f32>(1.0f, 1.0f); TEST_F() local 911 auto* tc = vec2<u32>(1u, 1u); TEST_F() local 933 auto* tc = vec2<i32>(1, 1); TEST_F() local 955 auto* tc = vec2<bool>(true, false); TEST_F() local 977 auto* tc = vec2<f32>(vec2<f32>()); TEST_F() local 998 auto* tc = vec2<f32>(vec2<i32>()); TEST_F() local 1019 auto* tc = vec3<f32>(1.0f, 1.0f, Expr(Source{{12, 34}}, 1)); TEST_F() local 1030 auto* tc = vec3<u32>(1u, Expr(Source{{12, 34}}, 1), 1u); TEST_F() local 1041 auto* tc = vec3<i32>(1, Expr(Source{{12, 34}}, 1u), 1); TEST_F() local 1052 auto* tc = vec3<bool>(true, Expr(Source{{12, 34}}, 1), false); TEST_F() local 1063 auto* tc = vec3<f32>(Construct(Source{{12, 34}}, ty.vec4<f32>())); TEST_F() local 1074 auto* tc = TEST_F() local 1086 auto* tc = TEST_F() local 1099 auto* tc = vec3<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>())); TEST_F() local 1110 auto* tc = vec3<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>()), TEST_F() local 1122 auto* tc = TEST_F() local 1135 auto* tc = vec3<f32>(Construct(Source{{12, 34}}, ty.vec3<f32>()), TEST_F() local 1147 auto* tc = vec3<f32>(Construct(Source{{12, 34}}, ty.mat2x2<f32>())); TEST_F() local 1158 auto* tc = vec3<f32>(); TEST_F() local 1178 auto* tc = vec3<f32>(1.0f, 1.0f, 1.0f); TEST_F() local 1201 auto* tc = vec3<u32>(1u, 1u, 1u); TEST_F() local 1224 auto* tc = vec3<i32>(1, 1, 1); TEST_F() local 1247 auto* tc = vec3<bool>(true, false, true); TEST_F() local 1270 auto* tc = vec3<f32>(vec2<f32>(), 1.0f); TEST_F() local 1292 auto* tc = vec3<f32>(1.0f, vec2<f32>()); TEST_F() local 1314 auto* tc = vec3<f32>(vec3<f32>()); TEST_F() local 1335 auto* tc = vec3<f32>(vec3<i32>()); TEST_F() local 1356 auto* tc = vec4<f32>(1.0f, 1.0f, Expr(Source{{12, 34}}, 1), 1.0f); TEST_F() local 1367 auto* tc = vec4<u32>(1u, 1u, Expr(Source{{12, 34}}, 1), 1u); TEST_F() local 1378 auto* tc = vec4<i32>(1, 1, Expr(Source{{12, 34}}, 1u), 1); TEST_F() local 1389 auto* tc = vec4<bool>(true, false, Expr(Source{{12, 34}}, 1), true); TEST_F() local 1400 auto* tc = TEST_F() local 1413 auto* tc = TEST_F() local 1427 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>()), TEST_F() local 1439 auto* tc = vec4<f32>( TEST_F() local 1452 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>()), TEST_F() local 1465 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>()), TEST_F() local 1478 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.vec3<f32>())); TEST_F() local 1489 auto* tc = TEST_F() local 1502 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.vec3<f32>()), TEST_F() local 1514 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.vec2<f32>()), TEST_F() local 1526 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.vec3<f32>()), TEST_F() local 1538 auto* tc = vec4<f32>(Construct(Source{{12, 34}}, ty.mat2x2<f32>())); TEST_F() local 1549 auto* tc = vec4<f32>(); TEST_F() local 1562 auto* tc = vec4<f32>(1.0f, 1.0f, 1.0f, 1.0f); TEST_F() local 1575 auto* tc = vec4<u32>(1u, 1u, 1u, 1u); TEST_F() local 1588 auto* tc = vec4<i32>(1, 1, 1, 1); TEST_F() local 1601 auto* tc = vec4<bool>(true, false, true, false); TEST_F() local 1614 auto* tc = vec4<f32>(vec2<f32>(), 1.0f, 1.0f); TEST_F() local 1627 auto* tc = vec4<f32>(1.0f, vec2<f32>(), 1.0f); TEST_F() local 1640 auto* tc = vec4<f32>(1.0f, 1.0f, vec2<f32>()); TEST_F() local 1653 auto* tc = vec4<f32>(vec2<f32>(), vec2<f32>()); TEST_F() local 1666 auto* tc = vec4<f32>(vec3<f32>(), 1.0f); TEST_F() local 1679 auto* tc = vec4<f32>(1.0f, vec3<f32>()); TEST_F() local 1692 auto* tc = vec4<f32>(vec4<f32>()); TEST_F() local 1705 auto* tc = vec4<f32>(vec4<i32>()); TEST_F() local 1718 auto* tc = vec4<f32>(vec4<f32>(1.0f, 1.0f, TEST_F() local 1732 auto* tc = vec4<f32>(vec3<f32>(vec2<f32>(1.0f, 1.0f), 1.0f), 1.0f); TEST_F() local 1748 auto* tc = vec2<f32>(Expr(Source{{12, 34}}, "uint_var")); TEST_F() local 1764 auto* tc = vec3<f32>("my_vec2", "my_f32"); TEST_F() local 1775 auto* tc = TEST_F() local 1791 auto* tc = Construct(Source{{12, 34}}, vec_type, 1.0f, 1.0f); TEST_F() local 1803 auto* tc = vec3<u32>(Construct(Source{{12, 34}}, vec_type), 1.0f); TEST_F() local 1818 auto* tc = vec3<f32>(Construct(Source{{12, 34}}, vec_type), 1.0f); TEST_F() local 1851 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 1871 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 1892 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 1912 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 1934 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 1955 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 1985 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2015 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2029 auto* tc = Construct(Source{{12, 40}}, matrix_type); TEST_P() local 2047 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2064 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2083 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2105 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2114 auto* tc = TEST_F() local 2140 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2157 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2178 auto* tc = Construct(Source{}, matrix_type, std::move(args)); TEST_P() local 2245 auto* tc = Construct(Source{{12, 34}}, ty.Of(s), values); TEST_P() local 2269 auto* tc = Construct(Source{{12, 34}}, ty.Of(s), values); TEST_P() local 2308 auto* tc = Construct(ty.Of(s), values); TEST_P() local 2335 auto* tc = Construct(Source{{12, 34}}, ty.Of(s), 1, 1, 1); TEST_F() local 2346 auto* tc = Construct(Source{{12, 34}}, ty.Of(s)); TEST_F() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vidstabtransform.c | 109 TransformContext *tc = ctx->priv; in init() local 111 tc->class = &vidstabtransform_class; in init() 118 TransformContext *tc = ctx->priv; in uninit() local 120 vsTransformDataCleanup(&tc->td); in uninit() 121 vsTransformationsCleanup(&tc->trans); in uninit() 127 TransformContext *tc = ctx->priv; in config_input() local 133 VSTransformData *td = &(tc->td); in config_input() 159 tc->conf.modName = "vidstabtransform"; in config_input() 160 tc->conf.verbose = 1 + tc in config_input() 229 TransformContext *tc = ctx->priv; filter_frame() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/ |
H A D | get_mempolicy01.c | 45 int (*pre_test)(struct test_case *tc); 46 int (*alloc)(struct test_case *tc); 50 static int test_set_mempolicy_default(struct test_case *tc); 51 static int test_set_mempolicy_none(struct test_case *tc); 52 static int test_mbind_none(struct test_case *tc); 53 static int test_mbind_default(struct test_case *tc); 112 static int test_set_mempolicy_default(struct test_case *tc) in test_set_mempolicy_default() argument 114 TEST(set_mempolicy(tc->policy, nodemask->maskp, nodemask->size)); in test_set_mempolicy_default() 118 static int test_set_mempolicy_none(struct test_case *tc) in test_set_mempolicy_none() argument 120 TEST(set_mempolicy(tc in test_set_mempolicy_none() 124 test_mbind(struct test_case *tc, unsigned long *maskp, unsigned long size) test_mbind() argument 133 test_mbind_none(struct test_case *tc) test_mbind_none() argument 138 test_mbind_default(struct test_case *tc) test_mbind_default() argument 157 struct test_case *tc = &tcase[i]; setup() local 172 struct test_case *tc = &tcase[i]; cleanup() local 185 struct test_case *tc = &tcase[i]; do_test() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/ |
H A D | fgetxattr02.c | 81 static struct test_case tc[] = { variable 163 const char *fname = strstr(tc[i].fname, "fgetxattr02") + OFFSET; in verify_fgetxattr() 165 TEST(fgetxattr(tc[i].fd, tc[i].key, tc[i].ret_value, tc[i].size)); in verify_fgetxattr() 172 if (tc[i].exp_ret == TST_RET) { in verify_fgetxattr() 181 if (strncmp(tc[i].ret_value, XATTR_TEST_VALUE, in verify_fgetxattr() 184 XATTR_TEST_VALUE, tc[i].ret_value); in verify_fgetxattr() 191 if (tc[ in verify_fgetxattr() [all...] |
/third_party/ltp/testcases/kernel/syscalls/lseek/ |
H A D | lseek07.c | 40 struct tcase *tc = &tcases[n]; in verify_lseek() local 44 TEST(lseek(*tc->fd, tc->off, SEEK_SET)); in verify_lseek() 47 tc->fname, (long long int)tc->off); in verify_lseek() 51 if (TST_RET != tc->exp_off) { in verify_lseek() 53 tc->fname, (long long int)tc->off, TST_RET, in verify_lseek() 54 (long long int)tc->exp_off); in verify_lseek() 58 SAFE_WRITE(SAFE_WRITE_ALL, *tc in verify_lseek() [all...] |