| /external/selinux/libsepol/cil/src/ |
| D | cil_resolve_ast.c | 147 … cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) in cil_resolve_classperms() 178 …_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args) in cil_resolve_classperms_set() 203 …_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args) in cil_resolve_classperms_list() 228 …spermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args) in cil_resolve_classpermissionset() 274 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args) in cil_resolve_avrule() 321 int cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args) in cil_resolve_type_rule() 371 int cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args) in cil_resolve_typeattributeset() 416 int cil_resolve_aliasactual(struct cil_tree_node *current, void *extra_args, enum cil_flavor flavor) in cil_resolve_aliasactual() 499 int cil_resolve_typepermissive(struct cil_tree_node *current, void *extra_args) in cil_resolve_typepermissive() 527 int cil_resolve_nametypetransition(struct cil_tree_node *current, void *extra_args) in cil_resolve_nametypetransition() [all …]
|
| D | cil_tree.c | 175 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core() 211 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk()
|
| D | cil_post.c | 327 …ic int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_count_helper() 404 …ay_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_post_db_array_helper() 995 …tr_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_post_db_attr_helper() 1071 …pe_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_post_db_roletype_helper() 1163 …atic int __cil_post_db_cat_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_cat_helper() 1518 …t __cil_post_db_classperms_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_classperms_helper() 1640 struct cil_args_verify extra_args; in cil_post_verify() local
|
| D | cil_policy.c | 830 …de_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_booleanif_node_helper() 868 int __cil_booleanif_last_child_helper(struct cil_tree_node *node, void *extra_args) in __cil_booleanif_last_child_helper() 890 struct cil_args_booleanif extra_args; in cil_booleanif_to_policy() local 1104 int __cil_gen_policy_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_gen_policy_node_helper() 1201 struct cil_args_genpolicy extra_args; in cil_gen_policy() local
|
| D | cil_verify.c | 370 …de_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_verify_ordered_node_helper() 408 struct cil_args_verify_order extra_args; in __cil_verify_ordered() local 864 …e_node *node, __attribute__((unused)) uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_verify_booleanif_helper() 1280 int __cil_verify_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_verify_helper() 1534 …op_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_verify_no_classperms_loop_helper()
|
| D | cil_reset_ast.c | 373 …_node *node, __attribute__((unused)) uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_reset_node()
|
| D | cil_copy_ast.c | 1590 …de_helper(struct cil_tree_node *orig, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_copy_node_helper() 1937 … __cil_copy_last_child_helper(__attribute__((unused)) struct cil_tree_node *orig, void *extra_args) in __cil_copy_last_child_helper() 1957 struct cil_args_copy extra_args; in cil_copy_ast() local
|
| D | cil_binary.c | 1556 …db_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_cond_to_policydb_helper() 3108 int __cil_node_to_policydb(struct cil_tree_node *node, void *extra_args) in __cil_node_to_policydb() 3290 …te_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_binary_create_helper() 3737 struct cil_args_binary extra_args; in cil_binary_create_allocated_pdb() local
|
| D | cil_build_ast.c | 5550 …il_build_ast_node_helper(struct cil_tree_node *parse_current, uint32_t *finished, void *extra_args) in __cil_build_ast_node_helper() 5944 int __cil_build_ast_last_child_helper(struct cil_tree_node *parse_current, void *extra_args) in __cil_build_ast_last_child_helper() 5996 struct cil_args_build extra_args; in cil_build_ast() local
|
| /external/selinux/libsepol/cil/test/unit/ |
| D | test_cil_copy_ast.c | 1403 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_block() local 1423 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_block_merge() local 1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); in test_cil_copy_node_helper_perm() local 1478 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_perm_neg() local 1501 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_class() local 1521 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_class_dup_neg() local 1544 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_common() local 1564 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_common_dup_neg() local 1587 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_classcommon() local 1610 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_sid() local [all …]
|
| D | test_cil_build_ast.c | 16423 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_block() local 16441 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_block_neg() local 16460 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_blockinherit() local 16478 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_blockinherit_neg() local 16497 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_permset() local 16515 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_permset_neg() local 16534 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_in() local 16552 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_in_neg() local 16570 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_class() local 16588 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_class_neg() local [all …]
|
| /external/gtest/test/ |
| D | gtest_xml_output_unittest.py | 262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument 287 expected_exit_code, extra_args=None): argument
|
| /external/boringssl/src/util/ |
| D | generate_build_files.py | 247 def PerlAsm(output_filename, input_filename, perlasm_style, extra_args): argument
|
| /external/google-breakpad/src/testing/scripts/ |
| D | upload.py | 993 def GenerateDiff(self, extra_args): argument 1064 def GenerateDiff(self, extra_args): argument
|
| /external/google-breakpad/src/testing/gtest/scripts/ |
| D | upload.py | 993 def GenerateDiff(self, extra_args): argument 1064 def GenerateDiff(self, extra_args): argument
|
| /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
| D | routes.py | 334 def _match_routes(iter_func, request, extra_args=None, extra_kwargs=None): argument
|
| /external/lldb/test/pexpect-2.4/ |
| D | pexpect.py | 145 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd… argument
|
| /external/v8/src/ |
| D | builtins.cc | 1457 BuiltinExtraArguments extra_args; member
|
| /external/regex-re2/lib/codereview/ |
| D | codereview.py | 3394 def GenerateDiff(self, extra_args): argument
|
| /external/v8/src/arm/ |
| D | builtins-arm.cc | 24 BuiltinExtraArguments extra_args) { in Generate_Adaptor()
|
| /external/v8/src/x64/ |
| D | builtins-x64.cc | 23 BuiltinExtraArguments extra_args) { in Generate_Adaptor()
|
| /external/v8/src/ia32/ |
| D | builtins-ia32.cc | 23 BuiltinExtraArguments extra_args) { in Generate_Adaptor()
|
| /external/v8/src/arm64/ |
| D | builtins-arm64.cc | 50 BuiltinExtraArguments extra_args) { in Generate_Adaptor()
|
| /external/v8/src/mips/ |
| D | builtins-mips.cc | 27 BuiltinExtraArguments extra_args) { in Generate_Adaptor()
|
| /external/v8/src/x87/ |
| D | builtins-x87.cc | 23 BuiltinExtraArguments extra_args) { in Generate_Adaptor()
|