Home
last modified time | relevance | path

Searched refs:test_current (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/legacy/
Dlegacy.cpp25 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
96 test_current(uTest, 4, 5, keys); in main()
Dnewcol.cpp68 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { in test_current() function
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c69 struct cil_tree_node *test_current; in test_cil_parse_to_list() local
70 test_current = test_tree->root->cl_head->cl_head; in test_cil_parse_to_list()
75 test_avrule->src_str = cil_strdup(test_current->next->data); in test_cil_parse_to_list()
76 test_avrule->tgt_str = cil_strdup(test_current->next->next->data); in test_cil_parse_to_list()
80 test_avrule->classpermset->class_str = cil_strdup(test_current->next->next->next->cl_head->data); in test_cil_parse_to_list()
86 test_current = test_current->next->next->next->cl_head->next->cl_head; in test_cil_parse_to_list()
88 …int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_A… in test_cil_parse_to_list()
100 struct cil_tree_node *test_current; in test_cil_parse_to_list_currnull_neg() local
101 test_current = test_tree->root->cl_head->cl_head; in test_cil_parse_to_list_currnull_neg()
106 test_avrule->src_str = cil_strdup(test_current->next->data); in test_cil_parse_to_list_currnull_neg()
[all …]
Dtest_cil_copy_ast.c599 struct cil_tree_node *test_current; in test_cil_copy_avrule() local
600 test_current = test_tree->root->cl_head->cl_head; in test_cil_copy_avrule()
602 cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_copy_avrule()