Home
last modified time | relevance | path

Searched refs:extra_args (Results 1 – 25 of 62) sorted by relevance

123

/third_party/selinux/libsepol/cil/src/
Dcil_resolve_ast.h38 int cil_resolve_classorder(struct cil_tree_node *current, void *extra_args);
39 …cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args);
40 …permissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args);
41 …resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args);
42 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args);
43 int cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args);
44 int cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args);
45 int cil_resolve_typealias(struct cil_tree_node *current, void *extra_args);
46 int cil_resolve_typebounds(struct cil_tree_node *current, void *extra_args);
47 int cil_resolve_typepermissive(struct cil_tree_node *current, void *extra_args);
[all …]
Dcil_resolve_ast.c159 … cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) in cil_resolve_classperms() argument
170 rc = cil_resolve_name(current, cp->class_str, CIL_SYM_CLASSES, extra_args, &datum); 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() argument
199 rc = cil_resolve_name(current, cp_set->set_str, CIL_SYM_CLASSPERMSETS, extra_args, &datum); in cil_resolve_classperms_set()
207 rc = cil_resolve_classperms_list(current, cp_set->set->classperms, 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() argument
226 rc = cil_resolve_classperms(current, curr->data, extra_args); in cil_resolve_classperms_list()
231 rc = cil_resolve_classperms_set(current, curr->data, 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() argument
247 struct cil_args_resolve *args = extra_args; in cil_resolve_classpermissionset()
[all …]
Dcil_tree.c268 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core() argument
269 int (*first_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk_core()
270 int (*last_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk_core()
271 void *extra_args) in cil_tree_walk_core()
279 rc = (*process_node)(node, &finished, extra_args); in cil_tree_walk_core()
291 rc = cil_tree_walk(node, process_node, first_child, last_child, 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() argument
305 int (*first_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk()
306 int (*last_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk()
307 void *extra_args) in cil_tree_walk()
[all …]
Dcil_tree.h72extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(s…
Dcil_verify.h67 …__cil_verify_ordered_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args);
71 …y_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
72 …y_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
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() argument
567 struct cil_db *db = 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() argument
675 struct cil_db *db = extra_args; in __cil_post_db_array_helper()
1505 …tr_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_post_db_neverallow_attr_helper() argument
1534 …tic int __cil_post_db_attr_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_attr_helper() argument
1537 struct cil_db *db = extra_args; in __cil_post_db_attr_helper()
1635 …int __cil_post_db_roletype_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_roletype_helper() argument
1638 struct cil_db *db = extra_args; in __cil_post_db_roletype_helper()
1721 …int __cil_post_db_userrole_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_userrole_helper() argument
[all …]
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c40 int __cil_copy_node_helper(struct cil_tree_node *orig, uint32_t *finished, void *extra_args);
1403 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_block() local
1407 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block()
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
1427 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block_merge()
1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); in test_cil_copy_node_helper_perm() local
1462 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args); in test_cil_copy_node_helper_perm()
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
1482 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args); in test_cil_copy_node_helper_perm_neg()
1501 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_class() 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
16425 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block()
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
16443 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block_neg()
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
16462 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_blockinherit()
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
16480 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_blockinherit_neg()
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
16499 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_permset()
[all …]
/third_party/node/deps/v8/tools/
Drun-clang-tidy.py95 extra_args = []
97 extra_args.append('-fix')
100 extra_args.append('-checks')
101 extra_args.append('-*, ' + checks)
106 + ['-header-filter'] + HEADER_REGEX + extra_args
178 extra_args = []
180 extra_args.append('-fix')
195 extra_args,
247 extra_args = ['-line-filter=' + line_filter] if line_filter else []
250 extra_args.append('-fix')
[all …]
/third_party/gn/examples/ios/build/toolchain/apple/
Dswiftc.py60 extra_args = []
62 extra_args.extend([
68 extra_args.append('-whole-module-optimization')
71 extra_args.extend([
77 extra_args.extend([
84 extra_args.append('-I' + include_dir)
101 ] + extra_args + extras + sources,
/third_party/skia/third_party/externals/brotli/
Dsetup.py80 extra_args = ext.extra_compile_args or []
86 extra_args.append('/EHsc')
105 extra_postargs=extra_args,
112 extra_args = ext.extra_link_args or []
116 extra_args.extend(['-static-libgcc', '-static-libstdc++'])
128 extra_postargs=extra_args,
/third_party/skia/third_party/externals/spirv-cross/
Dtest_shaders.py531 extra_args = ['--iterations', str(iterations)]
533 extra_args += ['--remove-unused-variables']
535 extra_args += ['--version', '100', '--es']
537 extra_args += ['--flatten-ubo']
539 extra_args += ['--separate-shader-objects']
541 extra_args += ['--flatten-multidimensional-arrays']
543 extra_args += ['--glsl-emit-push-constant-as-ubo']
545 extra_args += ['--emit-line-directives']
547 extra_args += ['--vulkan-glsl-disable-ext-samplerless-texture-functions']
549 extra_args += ['--disable-storage-image-qualifier-deduction']
[all …]
/third_party/python/Lib/test/
Dssltests.py15 def run_regrtests(*extra_args): argument
22 if not extra_args:
31 args.extend(extra_args)
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer.h105 Args&&... extra_args);
110 Args&&... extra_args) { in MaybeAddRepeatedPass()
112 std::forward<Args>(extra_args)...); in MaybeAddRepeatedPass()
123 Args&&... extra_args);
Dfuzzer.cpp258 Args&&... extra_args) { in MaybeAddRepeatedPass()
264 std::forward<Args>(extra_args)...)); in MaybeAddRepeatedPass()
270 Args&&... extra_args) { in MaybeAddFinalPass()
275 std::forward<Args>(extra_args)...)); in MaybeAddFinalPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer.h105 Args&&... extra_args);
110 Args&&... extra_args) { in MaybeAddRepeatedPass()
112 std::forward<Args>(extra_args)...); in MaybeAddRepeatedPass()
123 Args&&... extra_args);
Dfuzzer.cpp258 Args&&... extra_args) { in MaybeAddRepeatedPass()
264 std::forward<Args>(extra_args)...)); in MaybeAddRepeatedPass()
270 Args&&... extra_args) { in MaybeAddFinalPass()
275 std::forward<Args>(extra_args)...)); in MaybeAddFinalPass()
/third_party/spirv-tools/source/fuzz/
Dfuzzer.h105 Args&&... extra_args);
110 Args&&... extra_args) { in MaybeAddRepeatedPass()
112 std::forward<Args>(extra_args)...); in MaybeAddRepeatedPass()
123 Args&&... extra_args);
Dfuzzer.cpp258 Args&&... extra_args) { in MaybeAddRepeatedPass()
264 std::forward<Args>(extra_args)...)); in MaybeAddRepeatedPass()
270 Args&&... extra_args) { in MaybeAddFinalPass()
275 std::forward<Args>(extra_args)...)); in MaybeAddFinalPass()
/third_party/skia/third_party/externals/angle2/scripts/
Dperf_test_runner.py103 args, extra_args = parser.parse_known_args(raw_args)
132 def get_results(metric, extra_args=[]): argument
133 run = [perftests_path, '--gtest_filter=%s' % args.test_name] + extra_args
155 steps = get_results("steps_to_run", ["--calibration"] + extra_args)[0]
161 ["--steps-per-trial", str(steps)] + extra_args)
/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest.py349 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
365 def _GetXmlOutput(self, gtest_prog_name, extra_args, extra_env, argument
376 extra_args)
395 expected_exit_code, extra_args=None, extra_env=None): argument
403 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
/third_party/unity/test/
Drakefile_helper.rb150 def runtest(bin_name, ok_to_fail = false, extra_args = nil) argument
152 extra_args = extra_args.nil? ? "" : " " + extra_args
154 cmd_str = build_command_string( $cfg[:tools][:test_fixture], [ bin_name, extra_args ] )
156 cmd_str = bin_name + extra_args
/third_party/skia/infra/bots/recipe_modules/gsutil/
Dapi.py17 def cp(self, name, src, dst, extra_args=None, multithread=False): argument
34 if extra_args:
35 cmd.extend(extra_args)
/third_party/ffmpeg/tests/
Dfate-run.sh501 extra_args=$2
509 …ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -c:a copy -f framecrc -y $(targ…
512 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -f wav md5:
514 …ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a co…
516 …ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -f wav …
518 …ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a co…
538 extra_args=$3
543 ffmpeg -auto_conversion_filters -i "$sample" -bitexact $extra_args -y $(target_path $decfile)
551 extra_args=$4
560 …run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -safe 0 $extra_args $(target…
[all …]
/third_party/openssl/test/recipes/
D81-test_cmp_cli.t70 my $extra_args = $$_[1];
76 run(app([@app, "-config", '', @$extra_args,

123