/third_party/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 159 … cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) in cil_resolve_classperms() 194 …_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args) in cil_resolve_classperms_set() 219 …_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args) in cil_resolve_classperms_list() 244 …spermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args) in cil_resolve_classpermissionset() 295 …resolve_permissionx(struct cil_tree_node *current, struct cil_permissionx *permx, void *extra_args) in cil_resolve_permissionx() 312 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args) in cil_resolve_avrule() 374 int cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args) in cil_resolve_type_rule() 427 int cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args) in cil_resolve_typeattributeset() 467 static int cil_resolve_expandtypeattribute(struct cil_tree_node *current, void *extra_args) in cil_resolve_expandtypeattribute() 501 static int cil_resolve_aliasactual(struct cil_tree_node *current, void *extra_args, enum cil_flavor… in cil_resolve_aliasactual() [all …]
|
D | cil_tree.c | 268 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core() 304 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk()
|
D | cil_write_ast.c | 1496 …de_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __write_parse_ast_node_helper() 1524 static int __write_parse_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) in __write_parse_ast_first_child_helper() 1536 static int __write_parse_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) in __write_parse_ast_last_child_helper() 1556 …c int __write_cil_ast_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __write_cil_ast_node_helper() 1576 static int __write_cil_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) in __write_cil_ast_first_child_helper() 1588 static int __write_cil_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) in __write_cil_ast_last_child_helper() 1609 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() 2479 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/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/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/python/Lib/test/ |
D | ssltests.py | 15 def run_regrtests(*extra_args):
|
/third_party/googletest/googletest/test/ |
D | googletest-json-output-unittest.py | 789 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument 822 expected_exit_code, extra_args=None): argument
|
D | gtest_xml_output_unittest.py | 365 def _GetXmlOutput(self, gtest_prog_name, extra_args, extra_env, argument 395 expected_exit_code, extra_args=None, extra_env=None): argument
|
/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | meson.build | 11 extra_args = [] variable
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | meson.build | 3 extra_args = [] variable
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/ |
D | meson.build | 1 extra_args = [] variable
|
/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/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/gstreamer/gstplugins_bad/sys/d3d11/ |
D | meson.build | 30 extra_args = ['-DGST_USE_UNSTABLE_API'] variable
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | meson.build | 32 extra_args = ['-DGST_USE_UNSTABLE_API'] variable
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | perf_test_runner.py | 132 def get_results(metric, extra_args=[]): argument
|
/third_party/alsa-utils/alsactl/ |
D | clean.c | 183 int clean(const char *cardname, char *const *extra_args) in clean()
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | perf_test_runner.py | 108 def get_results(metric, extra_args=[]): argument
|