/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.h | 38 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 …]
|
D | cil_resolve_ast.c | 157 … 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 …]
|
D | android.c | 74 … 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 …]
|
D | cil_tree.h | 72 …extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(s…
|
D | cil_verify.h | 66 …__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);
|
D | cil_write_ast.c | 15 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 …]
|
D | cil_post.c | 330 …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/ |
D | test_cil_copy_ast.c | 40 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 …]
|
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 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/ |
D | link_tool_exe_linux.in | 78 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/ |
D | command_line.py | 24 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__.py | 43 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/ |
D | autoserv_utils.py | 25 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/ |
D | compile_gwt_clients.py | 91 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/ |
D | bonnie.py | 45 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/ |
D | gtest_xml_output_unittest.py | 260 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/ |
D | gtest_xml_output_unittest.py | 260 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/ |
D | gtest_xml_output_unittest.py | 260 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/ |
D | mojo_application_manifest.gypi | 27 'extra_args%': [ 32 'extra_args%': [ 53 '<@(extra_args)',
|
/external/autotest/client/common_lib/cros/ |
D | chromedriver.py | 70 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/ |
D | atrace_agent.py | 111 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/ |
D | api.py | 21 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/ |
D | api.py | 127 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/ |
D | fsstress.py | 23 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/ |
D | btreplay.py | 33 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)
|