Searched refs:test_level (Results 1 – 2 of 2) sorted by relevance
11178 struct cil_level *test_level; in test_cil_fill_level() local11179 cil_level_init(&test_level); in test_cil_fill_level()11181 …c = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_level); in test_cil_fill_level()11202 struct cil_level *test_level; in test_cil_fill_level_sensnull_neg() local11203 cil_level_init(&test_level); in test_cil_fill_level_sensnull_neg()11205 … int rc = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next, test_level); in test_cil_fill_level_sensnull_neg()11226 struct cil_level *test_level = NULL; in test_cil_fill_level_levelnull_neg() local11228 …c = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_level); in test_cil_fill_level_levelnull_neg()11249 struct cil_level *test_level; in test_cil_fill_level_nocat() local11250 cil_level_init(&test_level); in test_cil_fill_level_nocat()[all …]
2144 def test_level(self): member in _TestLogging