Home
last modified time | relevance | path

Searched defs:test_context (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_ftplib.py706 def test_context(self): member in TestTLS_FTPClass
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c1687 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context() local
1717 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_macro() local
1762 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_macro_neg() local
1807 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_namedrange() local
1837 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_namedrange_neg() local
1865 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_user_neg() local
1893 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_role_neg() local
1921 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_type_neg() local
1954 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_anon_level_neg() local
Dtest_cil_build_ast.c11874 struct cil_context *test_context; in test_cil_fill_context() local
11896 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl() local
11918 struct cil_context *test_context = NULL; in test_cil_fill_context_nocontext_neg() local
11939 struct cil_context *test_context; in test_cil_fill_context_nouser_neg() local
11961 struct cil_context *test_context; in test_cil_fill_context_norole_neg() local
11983 struct cil_context *test_context; in test_cil_fill_context_notype_neg() local
12005 struct cil_context *test_context; in test_cil_fill_context_nolowlvl_neg() local
12027 struct cil_context *test_context; in test_cil_fill_context_nohighlvl_neg() local
12049 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl_nocontextlow_neg() local
12071 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl_nocontexthigh_neg() local
/external/v8/src/crankshaft/
Dhydrogen.h893 TestContext* test_context() { return test_context_; } in test_context() function