Home
last modified time | relevance | path

Searched defs:extra_args (Results 1 – 25 of 46) sorted by relevance

12

/third_party/selinux/libsepol/cil/src/
Dcil_resolve_ast.c158 … 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 …]
Dcil_tree.c277 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()
Dcil_write_ast.c1459 …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
Dcil_post.c565 …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/
Dtest_cil_copy_ast.c1403 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 …]
Dtest_cil_build_ast.c16423 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/
Drun_tests_matrix.py126 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/
Dssltests.py15 def run_regrtests(*extra_args):
/third_party/openssl/apps/
DCA.pl.in53 sub extra_args { subroutine
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer.cpp256 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()
Dfuzzer.h109 void MaybeAddRepeatedPass(RepeatedPassInstances* pass_instances, in MaybeAddRepeatedPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer.cpp256 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()
Dfuzzer.h109 void MaybeAddRepeatedPass(RepeatedPassInstances* pass_instances, in MaybeAddRepeatedPass()
/third_party/gstreamer/gstplugins_good/ext/taglib/
Dmeson.build10 extra_args = [] variable
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-json-output-unittest.py699 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
732 expected_exit_code, extra_args=None): argument
Dgtest_xml_output_unittest.py339 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/
Dgoogletest-json-output-unittest.py559 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
592 expected_exit_code, extra_args=None): argument
Dgtest_xml_output_unittest.py333 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/
Drun_clang_tidy.py27 extra_args = [ variable
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/
Dmeson.build1 extra_args = [] variable
/third_party/flutter/skia/infra/bots/recipe_modules/gsutil/
Dapi.py15 def cp(self, name, src, dst, extra_args=None, multithread=False): argument
/third_party/skia/infra/bots/recipe_modules/gsutil/
Dapi.py17 def cp(self, name, src, dst, extra_args=None, multithread=False): argument
/third_party/boost/tools/build/test/
Dconfiguration.py83 def __call__(self, test_id, env, extra_args=None, *args, **kwargs): argument
/third_party/skia/third_party/externals/angle2/scripts/
Dperf_test_runner.py132 def get_results(metric, extra_args=[]): argument
/third_party/skia/third_party/externals/dawn/scripts/
Dperf_test_runner.py108 def get_results(metric, extra_args=[]): argument

12