Home
last modified time | relevance | path

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

123

/external/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.c157 … cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) in cil_resolve_classperms() argument
164 rc = cil_resolve_name(current, cp->class_str, CIL_SYM_CLASSES, extra_args, &datum); in cil_resolve_classperms()
188 …_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args) in cil_resolve_classperms_set() argument
193 rc = cil_resolve_name(current, cp_set->set_str, CIL_SYM_CLASSPERMSETS, extra_args, &datum); in cil_resolve_classperms_set()
201 rc = cil_resolve_classperms_list(current, cp_set->set->classperms, extra_args); in cil_resolve_classperms_set()
213 …_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args) in cil_resolve_classperms_list() argument
220 rc = cil_resolve_classperms(current, curr->data, extra_args); in cil_resolve_classperms_list()
225 rc = cil_resolve_classperms_set(current, curr->data, extra_args); in cil_resolve_classperms_list()
238 …spermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args) in cil_resolve_classpermissionset() argument
241 struct cil_args_resolve *args = extra_args; in cil_resolve_classpermissionset()
[all …]
Dandroid.c74 … int __extract_attributees_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __extract_attributees_helper() argument
77 struct version_args *args = (struct version_args *) extra_args; in __extract_attributees_helper()
81 if (node == NULL || finished == NULL || extra_args == NULL) { in __extract_attributees_helper()
145 struct version_args extra_args; in cil_extract_attributees() local
146 extra_args.db = db; in cil_extract_attributees()
147 extra_args.vers_map = vers_map; in cil_extract_attributees()
148 extra_args.num = NULL; in cil_extract_attributees()
149 rc = cil_tree_walk(db->ast->root, __extract_attributees_helper, NULL, NULL, &extra_args); in cil_extract_attributees()
604 static int __attributize_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __attributize_helper() argument
607 struct version_args *args = (struct version_args *) extra_args; in __attributize_helper()
[all …]
Dcil_tree.h72extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(s…
Dcil_verify.h66 …__cil_verify_ordered_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args);
70 …y_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
71 …y_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
Dcil_write_ast.c15 static int __cil_write_first_child_helper(struct cil_tree_node *node, void *extra_args);
16 static int __cil_write_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args
17 static int __cil_write_last_child_helper(struct cil_tree_node *node, void *extra_args);
434 struct cil_args_write *extra_args) { in cil_write_class() argument
436 FILE *cil_out = extra_args->cil_out; in cil_write_class()
452 extra_args); in cil_write_class()
1116 static int __cil_write_first_child_helper(struct cil_tree_node *node, void *extra_args) in __cil_write_first_child_helper() argument
1119 struct cil_args_write *args = (struct cil_args_write *) extra_args; in __cil_write_first_child_helper()
1122 if (node == NULL || extra_args == NULL) { in __cil_write_first_child_helper()
1135 static int __cil_write_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_write_node_helper() argument
[all …]
Dcil_post.c330 …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
332 struct cil_db *db = extra_args; in __cil_post_db_count_helper()
432 …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
434 struct cil_db *db = extra_args; in __cil_post_db_array_helper()
1222 …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
1225 struct cil_db *db = extra_args; in __cil_post_db_attr_helper()
1323 …int __cil_post_db_roletype_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_roletype_helper() argument
1326 struct cil_db *db = extra_args; in __cil_post_db_roletype_helper()
1413 …int __cil_post_db_userrole_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_userrole_helper() argument
1416 struct cil_db *db = extra_args; in __cil_post_db_userrole_helper()
[all …]
/external/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 …]
/external/valgrind/coregrind/
Dlink_tool_exe_linux.in78 my $extra_args;
81 $extra_args = "-static -Wl,--section-start=.reginfo=$ala";
84 $extra_args = "-static -Wl,--section-start=.MIPS.options=$ala";
86 $extra_args = "-static -Wl,@FLAG_T_TEXT@=$ala";
89 my $cmd = join(" ", @ARGV, $extra_args);
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dcommand_line.py24 def ProcessCommandLineArgs(cls, parser, options, extra_args, environment): argument
28 def Run(self, options, extra_args=None): argument
37 options, extra_args = parser.parse_known_args(args=args)
38 cls.ProcessCommandLineArgs(parser, options, extra_args, None)
39 return min(cls().Run(options, extra_args), 255)
/external/chromium-trace/catapult/common/eslint/eslint/
D__init__.py43 def _CreateEslintCommand(rulesdir, extra_args): argument
47 if extra_args:
48 eslint_cmd.extend(extra_args.strip().split(' '))
52 def RunEslint(paths, rules_dir=DEFAULT_ESLINT_RULES_DIR, extra_args=None): argument
64 eslint_cmd = _CreateEslintCommand(rules_dir, extra_args)
/external/autotest/server/
Dautoserv_utils.py25 results_directory=None, extra_args=[], job=None, argument
137 return command + extra_args
140 def _autoserv_command_line(machines, extra_args, job=None, queue_entry=None, argument
163 extra_args=extra_args, job=job, queue_entry=queue_entry,
/external/autotest/utils/
Dcompile_gwt_clients.py91 def compile_and_install_client(project_client, extra_args='', argument
103 java_args['extra_args'] = extra_args
120 def compile_all_projects(extra_args=''): argument
128 if not compile_and_install_client(project_client, extra_args):
178 failed_clients = compile_all_projects(options.extra_args)
181 if not compile_and_install_client(client, options.extra_args,
/external/autotest/client/tests/bonnie/
Dbonnie.py45 def run_once(self, dir=None, extra_args='', user='root'): argument
50 if '-n' not in extra_args:
51 extra_args += ' -n 2048'
52 args = '-d ' + dir + ' -u ' + user + ' ' + extra_args
/external/v8/testing/gtest/test/
Dgtest_xml_output_unittest.py260 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
272 extra_args)
287 expected_exit_code, extra_args=None): argument
295 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
/external/googletest/googletest/test/
Dgtest_xml_output_unittest.py260 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
272 extra_args)
287 expected_exit_code, extra_args=None): argument
295 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_xml_output_unittest.py260 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
272 extra_args)
287 expected_exit_code, extra_args=None): argument
295 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
/external/libmojo/mojo/public/
Dmojo_application_manifest.gypi27 'extra_args%': [
32 'extra_args%': [
53 '<@(extra_args)',
/external/autotest/client/common_lib/cros/
Dchromedriver.py70 extra_args=extra_chromedriver_args)
136 url_base=None, extra_args=None): argument
167 if extra_args:
168 chromedriver_args.extend(extra_args)
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Datrace_agent.py111 extra_args = []
114 extra_args.extend(['-a', config.app_name])
117 extra_args.extend(['-k', config.kfuncs])
119 extra_args.extend(categories)
120 return extra_args
144 extra_args = _construct_extra_atrace_args(config, categories)
146 atrace_args.extend(extra_args)
/external/skia/infra/bots/recipe_modules/upload_dm_results/
Dapi.py21 def cp(self, name, src, dst, extra_args=None): argument
23 if extra_args:
24 cmd.extend(extra_args)
/external/skia/infra/bots/recipe_modules/swarming/
Dapi.py127 extra_args=None, expiration=None, hard_timeout=None, io_timeout=None, argument
166 if extra_args: # pragma: no cover
167 swarming_task.extra_args = extra_args
/external/autotest/client/tests/fsstress/
Dfsstress.py23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'): argument
27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
/external/autotest/client/tests/btreplay/
Dbtreplay.py33 def run_once(self, dev="", devices="", extra_args='', tmpdir=None): argument
63 tmpdir+" -N -W "+dev+" "+extra_args+" 2>&1"
71 (tmpdir, dev, extra_args)

123