/third_party/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 158 … cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) in cil_resolve_classperms() 193 …_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args) in cil_resolve_classperms_set() 218 …_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args) in cil_resolve_classperms_list() 243 …spermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args) in cil_resolve_classpermissionset() 294 …resolve_permissionx(struct cil_tree_node *current, struct cil_permissionx *permx, void *extra_args) in cil_resolve_permissionx() 311 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args) in cil_resolve_avrule() 373 int cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args) in cil_resolve_type_rule() 421 int cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args) in cil_resolve_typeattributeset() 461 int cil_resolve_expandtypeattribute(struct cil_tree_node *current, void *extra_args) in cil_resolve_expandtypeattribute() 495 int cil_resolve_aliasactual(struct cil_tree_node *current, void *extra_args, enum cil_flavor flavor… in cil_resolve_aliasactual() [all …]
|
D | cil_tree.c | 277 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core() 313 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk()
|
D | cil_write_ast.c | 1459 …de_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __write_parse_ast_node_helper() 1487 static int __write_parse_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) in __write_parse_ast_first_child_helper() 1499 static int __write_parse_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) in __write_parse_ast_last_child_helper() 1519 …c int __write_cil_ast_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __write_cil_ast_node_helper() 1539 static int __write_cil_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) in __write_cil_ast_first_child_helper() 1551 static int __write_cil_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) in __write_cil_ast_last_child_helper() 1572 struct cil_write_ast_args extra_args; in cil_write_ast() local
|
D | cil_post.c | 565 …ic int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_count_helper() 673 …ic int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_array_helper() 1517 …tr_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_post_db_neverallow_attr_helper() 1546 …tic int __cil_post_db_attr_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_attr_helper() 1647 …int __cil_post_db_roletype_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_roletype_helper() 1733 …int __cil_post_db_userrole_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_userrole_helper() 1827 …atic int __cil_post_db_cat_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_cat_helper() 2202 …t __cil_post_db_classperms_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_classperms_helper() 2260 …ic int __cil_post_report_conflict(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_report_conflict() 2464 struct cil_args_verify extra_args; in cil_post_verify() local [all …]
|
/third_party/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 …]
|
/third_party/grpc/tools/run_tests/ |
D | run_tests_matrix.py | 126 extra_args=[], argument 172 def _create_test_jobs(extra_args=[], inner_jobs=_DEFAULT_INNER_JOBS): argument 263 def _create_portability_test_jobs(extra_args=[], argument 490 extra_args = [] variable
|
/third_party/python/Lib/test/ |
D | ssltests.py | 15 def run_regrtests(*extra_args):
|
/third_party/openssl/apps/ |
D | CA.pl.in | 53 sub extra_args { subroutine
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer.cpp | 256 void Fuzzer::MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, in MaybeAddRepeatedPass() 269 void Fuzzer::MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, in MaybeAddFinalPass()
|
D | fuzzer.h | 109 void MaybeAddRepeatedPass(RepeatedPassInstances* pass_instances, in MaybeAddRepeatedPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer.cpp | 256 void Fuzzer::MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, in MaybeAddRepeatedPass() 269 void Fuzzer::MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, in MaybeAddFinalPass()
|
D | fuzzer.h | 109 void MaybeAddRepeatedPass(RepeatedPassInstances* pass_instances, in MaybeAddRepeatedPass()
|
/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | meson.build | 10 extra_args = [] variable
|
/third_party/boringssl/src/third_party/googletest/test/ |
D | googletest-json-output-unittest.py | 699 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument 732 expected_exit_code, extra_args=None): argument
|
D | gtest_xml_output_unittest.py | 339 def _GetXmlOutput(self, gtest_prog_name, extra_args, extra_env, argument 369 expected_exit_code, extra_args=None, extra_env=None): argument
|
/third_party/googletest/googletest/test/ |
D | googletest-json-output-unittest.py | 559 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument 592 expected_exit_code, extra_args=None): argument
|
D | gtest_xml_output_unittest.py | 333 def _GetXmlOutput(self, gtest_prog_name, extra_args, extra_env, argument 363 expected_exit_code, extra_args=None, extra_env=None): argument
|
/third_party/grpc/tools/distrib/ |
D | run_clang_tidy.py | 27 extra_args = [ variable
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/ |
D | meson.build | 1 extra_args = [] variable
|
/third_party/flutter/skia/infra/bots/recipe_modules/gsutil/ |
D | api.py | 15 def cp(self, name, src, dst, extra_args=None, multithread=False): argument
|
/third_party/skia/infra/bots/recipe_modules/gsutil/ |
D | api.py | 17 def cp(self, name, src, dst, extra_args=None, multithread=False): argument
|
/third_party/boost/tools/build/test/ |
D | configuration.py | 83 def __call__(self, test_id, env, extra_args=None, *args, **kwargs): argument
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | perf_test_runner.py | 132 def get_results(metric, extra_args=[]): argument
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | perf_test_runner.py | 108 def get_results(metric, extra_args=[]): argument
|