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

1 2

  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.h 33 #include "CuTest.h"
35 void test_cil_parse_to_list(CuTest *);
36 void test_cil_parse_to_list_currnull_neg(CuTest *);
37 void test_cil_parse_to_list_listnull_neg(CuTest *);
39 void test_cil_set_to_list(CuTest *);
40 void test_cil_set_to_list_tree_node_null_neg(CuTest *);
41 void test_cil_set_to_list_cl_head_null_neg(CuTest *);
42 void test_cil_set_to_list_listnull_neg(CuTest *);
44 void test_cil_gen_block(CuTest *);
45 void test_cil_gen_block_justblock_neg(CuTest *);
    [all...]
test_cil_resolve_ast.h 25 #include "CuTest.h"
27 void test_cil_resolve_name(CuTest *);
28 void test_cil_resolve_name_invalid_type_neg(CuTest *);
30 void test_cil_resolve_ast_curr_null_neg(CuTest *);
37 void test_cil_resolve_roleallow(CuTest *);
38 void test_cil_resolve_roleallow_srcdecl_neg(CuTest *);
39 void test_cil_resolve_roleallow_tgtdecl_neg(CuTest *);
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)
    [all...]
test_cil.h 33 #include "CuTest.h"
35 void test_cil_symtab_array_init(CuTest *);
36 void test_cil_symtab_array_init_null_symtab_neg(CuTest *);
37 void test_cil_db_init(CuTest *);
38 void test_cil_get_symtab_block(CuTest *);
39 void test_cil_get_symtab_class(CuTest *);
40 void test_cil_get_symtab_root(CuTest *);
41 void test_cil_get_symtab_flavor_neg(CuTest *);
42 void test_cil_get_symtab_null_neg(CuTest *);
43 void test_cil_get_symtab_node_null_neg(CuTest *);
    [all...]
test_cil_list.h 33 #include "CuTest.h"
35 void test_cil_list_item_init(CuTest *);
36 void test_cil_list_append_item(CuTest *);
37 void test_cil_list_append_item_append(CuTest *);
38 void test_cil_list_append_item_append_extra(CuTest *);
39 void test_cil_list_append_item_listnull_neg(CuTest *);
40 void test_cil_list_append_item_itemnull_neg(CuTest *);
41 void test_cil_list_prepend_item_prepend(CuTest *);
42 void test_cil_list_prepend_item_prepend_neg(CuTest *);
43 void test_cil_list_prepend_item_listnull_neg(CuTest *);
    [all...]
test_cil_copy_ast.h 33 #include "CuTest.h"
35 void test_cil_copy_list(CuTest *);
36 void test_cil_copy_list_sublist(CuTest *);
37 void test_cil_copy_list_sublist_extra(CuTest *);
38 void test_cil_copy_list_orignull_neg(CuTest *);
40 void test_cil_copy_block(CuTest *);
41 void test_cil_copy_node_helper_block(CuTest *tc);
42 void test_cil_copy_node_helper_block_merge(CuTest *tc);
44 void test_cil_copy_perm(CuTest *);
45 void test_cil_copy_node_helper_perm(CuTest *tc);
    [all...]
test_cil_post.h 33 #include "CuTest.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)
    [all...]
test_cil_fqn.h 33 #include "CuTest.h"
35 void test_cil_qualify_name(CuTest *);
36 void test_cil_qualify_name_cil_flavor(CuTest *tc);
test_cil_lexer.h 33 #include "CuTest.h"
35 void test_cil_lexer_setup(CuTest *);
36 void test_cil_lexer_next(CuTest *);
test_cil_tree.h 33 #include "CuTest.h"
35 void test_cil_tree_node_init(CuTest *);
36 void test_cil_tree_init(CuTest *);
test_integration.h 33 #include "CuTest.h"
35 void test_min_policy(CuTest *);
36 void test_integration(CuTest *);
test_cil_parser.h 33 #include "CuTest.h"
35 void test_cil_parser(CuTest *);
test_cil_symtab.h 33 #include "CuTest.h"
35 void test_cil_symtab_insert(CuTest *);
CuTest.h 30 #define CUTEST_VERSION "CuTest 1.5"
60 /* CuTest */
62 typedef struct CuTest CuTest;
64 typedef void (*TestFunction)(CuTest *);
66 struct CuTest
76 void CuTestInit(CuTest* t, const char* name, TestFunction function);
77 CuTest* CuTestNew(const char* name, TestFunction function);
78 void CuTestRun(CuTest* tc);
79 void CuTestDelete(CuTest *t)
    [all...]
test_cil_post.c 32 #include "CuTest.h"
39 void test_cil_post_filecon_compare_meta_a_not_b(CuTest *tc) {
57 void test_cil_post_filecon_compare_meta_b_not_a(CuTest *tc) {
75 void test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b(CuTest *tc) {
93 void test_cil_post_filecon_compare_type_atype_greater_btype(CuTest *tc) {
112 void test_cil_post_filecon_compare_type_btype_greater_atype(CuTest *tc) {
132 void test_cil_post_filecon_compare_meta_a_and_b_strlen_b_greater_a(CuTest *tc) {
150 void test_cil_post_filecon_compare_stemlen_a_greater_b(CuTest *tc) {
168 void test_cil_post_filecon_compare_stemlen_b_greater_a(CuTest *tc) {
186 void test_cil_post_filecon_compare_equal(CuTest *tc)
    [all...]
test_cil.c 32 #include "CuTest.h"
38 void test_cil_symtab_array_init(CuTest *tc) {
48 void test_cil_db_init(CuTest *tc) {
60 void test_cil_get_symtab_block(CuTest *tc) {
78 void test_cil_get_symtab_class(CuTest *tc) {
96 void test_cil_get_symtab_root(CuTest *tc) {
114 void test_cil_get_symtab_flavor_neg(CuTest *tc) {
132 void test_cil_get_symtab_null_neg(CuTest *tc) {
149 void test_cil_get_symtab_node_null_neg(CuTest *tc) {
163 void test_cil_get_symtab_parent_null_neg(CuTest *tc)
    [all...]
CuTest.c 31 #include "CuTest.h"
132 * CuTest
135 void CuTestInit(CuTest* t, const char* name, TestFunction function)
145 CuTest* CuTestNew(const char* name, TestFunction function)
147 CuTest* tc = CU_ALLOC(CuTest);
152 void CuTestDelete(CuTest *t)
159 void CuTestRun(CuTest* tc)
171 static void CuFailInternal(CuTest* tc, const char* file, int line, CuString* string)
183 void CuFail_Line(CuTest* tc, const char* file, int line, const char* message2, const char* message
    [all...]
test_cil_fqn.c 32 #include "CuTest.h"
38 void test_cil_qualify_name(CuTest *tc) {
61 void test_cil_qualify_name_cil_flavor(CuTest *tc) {
test_cil_parser.c 32 #include "CuTest.h"
40 void test_cil_parser(CuTest *tc) {
test_cil_build_ast.c 32 #include "CuTest.h"
63 void test_cil_parse_to_list(CuTest *tc) {
94 void test_cil_parse_to_list_currnull_neg(CuTest *tc) {
125 void test_cil_parse_to_list_listnull_neg(CuTest *tc) {
154 void test_cil_set_to_list(CuTest *tc) {
173 void test_cil_set_to_list_tree_node_null_neg(CuTest *tc) {
180 void test_cil_set_to_list_cl_head_null_neg(CuTest *tc) {
195 void test_cil_set_to_list_listnull_neg(CuTest *tc) {
206 void test_cil_gen_block(CuTest *tc) {
228 void test_cil_gen_block_justblock_neg(CuTest *tc)
    [all...]
test_cil_symtab.c 32 #include "CuTest.h"
39 void test_cil_symtab_insert(CuTest *tc) {
test_cil_list.c 30 #include "CuTest.h"
36 void test_cil_list_init(CuTest *tc) {
48 void test_cil_list_append_item(CuTest *tc) {
76 void test_cil_list_append_item_append(CuTest *tc) {
112 void test_cil_list_append_item_append_extra(CuTest *tc) {
154 void test_cil_list_append_item_listnull_neg(CuTest *tc) {
181 void test_cil_list_append_item_itemnull_neg(CuTest *tc) {
205 void test_cil_list_prepend_item(CuTest *tc) {
233 void test_cil_list_prepend_item_prepend(CuTest *tc) {
262 void test_cil_list_prepend_item_prepend_neg(CuTest *tc)
    [all...]
test_cil_tree.c 32 #include "CuTest.h"
37 void test_cil_tree_node_init(CuTest *tc) {
54 void test_cil_tree_init(CuTest *tc) {
test_integration.c 32 #include "CuTest.h"
40 void test_integration(CuTest *tc) {
66 void test_min_policy(CuTest *tc) {
test_cil_resolve_ast.c 32 #include "CuTest.h"
66 void test_cil_resolve_name(CuTest *tc) {
90 void test_cil_resolve_name_invalid_type_neg(CuTest *tc) {
114 void test_cil_resolve_ast_curr_null_neg(CuTest *tc) {
129 void test_cil_resolve_roleallow(CuTest *tc) {
149 void test_cil_resolve_roleallow_srcdecl_neg(CuTest *tc) {
169 void test_cil_resolve_roleallow_tgtdecl_neg(CuTest *tc) {
188 void test_cil_resolve_classmapping_anon(CuTest *tc) {
208 void test_cil_resolve_classmapping_anon_inmacro(CuTest *tc) {
243 void test_cil_resolve_classmapping_anon_inmacro_neg(CuTest *tc)
    [all...]
test_cil_lexer.c 32 #include "CuTest.h"
37 void test_cil_lexer_setup(CuTest *tc) {
51 void test_cil_lexer_next(CuTest *tc) {

Completed in 438 milliseconds

1 2