Searched refs:extra_args (Results 1 - 25 of 57) sorted by relevance

123

/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.h38 int cil_resolve_classorder(struct cil_tree_node *current, void *extra_args);
39 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args);
40 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args);
41 int cil_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...]
H A Dcil_tree.h68 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree_node *node, void *extra_args), void *extra_args);
H A Dcil_resolve_ast.c149 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) argument
156 rc = cil_resolve_name(current, cp->class_str, CIL_SYM_CLASSES, extra_args, &datum);
180 int cil_resolve_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args) argument
185 rc = cil_resolve_name(current, cp_set->set_str, CIL_SYM_CLASSPERMSETS, extra_args, &datum);
193 rc = cil_resolve_classperms_list(current, cp_set->set->classperms, extra_args);
205 int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args) argument
212 rc = cil_resolve_classperms(current, curr->data, extra_args);
217 rc = cil_resolve_classperms_set(current, curr->data, extra_args);
230 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args) argument
233 struct cil_args_resolve *args = extra_args;
276 cil_resolve_permissionx(struct cil_tree_node *current, struct cil_permissionx *permx, void *extra_args) argument
293 cil_resolve_avrule(struct cil_tree_node *current, void *extra_args) argument
356 cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args) argument
406 cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args) argument
451 cil_resolve_aliasactual(struct cil_tree_node *current, void *extra_args, enum cil_flavor flavor) argument
534 cil_resolve_typepermissive(struct cil_tree_node *current, void *extra_args) argument
562 cil_resolve_nametypetransition(struct cil_tree_node *current, void *extra_args) argument
623 cil_resolve_rangetransition(struct cil_tree_node *current, void *extra_args) argument
688 cil_resolve_classcommon(struct cil_tree_node *current, void *extra_args) argument
727 cil_resolve_classmapping(struct cil_tree_node *current, void *extra_args) argument
768 cil_resolve_userrole(struct cil_tree_node *current, void *extra_args) argument
793 cil_resolve_userlevel(struct cil_tree_node *current, void *extra_args) argument
846 cil_resolve_userrange(struct cil_tree_node *current, void *extra_args) argument
899 cil_resolve_userprefix(struct cil_tree_node *current, void *extra_args) argument
925 cil_resolve_selinuxuser(struct cil_tree_node *current, void *extra_args) argument
974 cil_resolve_roletype(struct cil_tree_node *current, void *extra_args) argument
1000 cil_resolve_roletransition(struct cil_tree_node *current, void *extra_args) argument
1048 cil_resolve_roleallow(struct cil_tree_node *current, void *extra_args) argument
1073 cil_resolve_roleattributeset(struct cil_tree_node *current, void *extra_args) argument
1409 cil_resolve_classorder(struct cil_tree_node *current, void *extra_args) argument
1453 cil_resolve_sidorder(struct cil_tree_node *current, void *extra_args) argument
1500 cil_resolve_catorder(struct cil_tree_node *current, void *extra_args) argument
1542 cil_resolve_sensitivityorder(struct cil_tree_node *current, void *extra_args) argument
1575 cil_resolve_cats(struct cil_tree_node *current, struct cil_cats *cats, void *extra_args) argument
1591 cil_resolve_catset(struct cil_tree_node *current, struct cil_catset *catset, void *extra_args) argument
1610 cil_resolve_senscat(struct cil_tree_node *current, void *extra_args) argument
1642 cil_resolve_level(struct cil_tree_node *current, struct cil_level *level, void *extra_args) argument
1668 cil_resolve_levelrange(struct cil_tree_node *current, struct cil_levelrange *lvlrange, void *extra_args) argument
1722 cil_resolve_constrain(struct cil_tree_node *current, void *extra_args) argument
1743 cil_resolve_validatetrans(struct cil_tree_node *current, void *extra_args) argument
1767 cil_resolve_context(struct cil_tree_node *current, struct cil_context *context, void *extra_args) argument
1847 cil_resolve_filecon(struct cil_tree_node *current, void *extra_args) argument
1869 cil_resolve_portcon(struct cil_tree_node *current, void *extra_args) argument
1894 cil_resolve_genfscon(struct cil_tree_node *current, void *extra_args) argument
1919 cil_resolve_nodecon(struct cil_tree_node *current, void *extra_args) argument
1969 cil_resolve_netifcon(struct cil_tree_node *current, void *extra_args) argument
2008 cil_resolve_pirqcon(struct cil_tree_node *current, void *extra_args) argument
2033 cil_resolve_iomemcon(struct cil_tree_node *current, void *extra_args) argument
2058 cil_resolve_ioportcon(struct cil_tree_node *current, void *extra_args) argument
2083 cil_resolve_pcidevicecon(struct cil_tree_node *current, void *extra_args) argument
2108 cil_resolve_devicetreecon(struct cil_tree_node *current, void *extra_args) argument
2133 cil_resolve_fsuse(struct cil_tree_node *current, void *extra_args) argument
2158 cil_resolve_sidcontext(struct cil_tree_node *current, void *extra_args) argument
2200 cil_resolve_blockinherit_link(struct cil_tree_node *current, void *extra_args) argument
2300 cil_resolve_blockinherit_copy(struct cil_tree_node *current, void *extra_args) argument
2341 cil_resolve_blockabstract(struct cil_tree_node *current, void *extra_args) argument
2367 cil_resolve_in(struct cil_tree_node *current, void *extra_args) argument
2403 cil_resolve_in_list(void *extra_args) argument
2459 cil_resolve_bounds(struct cil_tree_node *current, void *extra_args, enum cil_flavor flavor) argument
2549 cil_resolve_default(struct cil_tree_node *current, void *extra_args) argument
2572 cil_resolve_defaultrange(struct cil_tree_node *current, void *extra_args) argument
2669 cil_resolve_call1(struct cil_tree_node *current, void *extra_args) argument
2924 cil_resolve_call2(struct cil_tree_node *current, void *extra_args) argument
3064 cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_expr, struct cil_tree_node *parent, void *extra_args) argument
3131 cil_resolve_boolif(struct cil_tree_node *current, void *extra_args) argument
3196 cil_resolve_tunif(struct cil_tree_node *current, void *extra_args) argument
3262 cil_resolve_userattributeset(struct cil_tree_node *current, void *extra_args) argument
3305 __cil_resolve_ast_node(struct cil_tree_node *node, void *extra_args) argument
3579 __cil_resolve_ast_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) argument
3678 __cil_resolve_ast_first_child_helper(struct cil_tree_node *current, void *extra_args) argument
3728 __cil_resolve_ast_last_child_helper(struct cil_tree_node *current, void *extra_args) argument
3779 struct cil_args_resolve extra_args; local
4003 cil_resolve_name(struct cil_tree_node *ast_node, char *name, enum cil_sym_index sym_index, void *extra_args, struct cil_symtab_datum **datum) argument
[all...]
H A Dcil_verify.h66 int __cil_verify_ordered_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args);
70 int __cil_verify_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
71 int __cil_pre_verify_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
H A Dcil_post.c327 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) argument
329 struct cil_db *db = extra_args;
429 static int __cil_post_db_array_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) argument
431 struct cil_db *db = extra_args;
1189 static int __cil_post_db_attr_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) argument
1192 struct cil_db *db = extra_args;
1289 static int __cil_post_db_roletype_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) argument
1292 struct cil_db *db = extra_args;
1379 static int __cil_post_db_userrole_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) argument
1382 struct cil_db *db = extra_args;
1477 __cil_post_db_cat_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) argument
1832 __cil_post_db_classperms_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) argument
1960 struct cil_args_verify extra_args; local
2017 struct cil_args_verify extra_args; local
[all...]
H A Dcil_policy.c830 int __cil_booleanif_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) argument
837 args = extra_args;
868 int __cil_booleanif_last_child_helper(struct cil_tree_node *node, void *extra_args) argument
874 args = extra_args;
890 struct cil_args_booleanif extra_args; local
895 extra_args.file_arr = file_arr;
896 extra_args.file_index = &file_index;;
926 rc = cil_tree_walk(true_node, __cil_booleanif_node_helper, __cil_booleanif_last_child_helper, NULL, &extra_args);
936 rc = cil_tree_walk(false_node, __cil_booleanif_node_helper, __cil_booleanif_last_child_helper, NULL, &extra_args);
1104 int __cil_gen_policy_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) argument
1196 struct cil_args_genpolicy extra_args; local
[all...]
/external/valgrind/coregrind/
H A 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/
H A Dcommand_line.py24 def ProcessCommandLineArgs(cls, parser, options, extra_args, environment):
28 def Run(self, options, extra_args=None):
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/autotest/client/tests/fsstress/
H A Dfsstress.py23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'):
27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
/external/autotest/client/tests/bonnie/
H A Dbonnie.py45 def run_once(self, dir=None, extra_args='', user='root'):
50 if '-n' not in extra_args:
51 extra_args += ' -n 2048'
52 args = '-d ' + dir + ' -u ' + user + ' ' + extra_args
/external/autotest/server/
H A Dautoserv_utils.py25 results_directory=None, extra_args=[], job=None,
44 @param extra_args: Additional arguments to pass to autoserv
130 return command + extra_args
133 def _autoserv_command_line(machines, extra_args, job=None, queue_entry=None,
140 @param extra_args - list - Additional arguments to pass to autoserv.
155 extra_args=extra_args, job=job, queue_entry=queue_entry,
/external/skia/tools/lua/
H A Dfind_ngrams_on_ct25 args, extra_args = parser.parse_known_args()
51 cmd.extend(extra_args)
/external/gtest/test/
H A Dgtest_xml_output_unittest.py260 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code):
272 extra_args)
287 expected_exit_code, extra_args=None):
295 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_xml_output_unittest.py260 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code):
272 extra_args)
287 expected_exit_code, extra_args=None):
295 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
/external/selinux/libsepol/cil/test/unit/
H A 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); local
1407 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1423 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1427 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); local
1462 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args);
1478 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1482 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args);
1501 struct cil_args_copy *extra_args local
1521 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1544 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1564 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1587 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1610 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1630 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1653 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1676 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1696 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1719 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1739 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1762 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1785 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1805 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1828 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1848 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1871 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1891 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1914 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1934 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1957 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
1980 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2003 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2023 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2046 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2066 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2089 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2109 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2132 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2152 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2189 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); local
2222 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); local
2256 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); local
2279 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2299 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2322 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2342 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2365 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2388 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2411 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2431 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2454 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2474 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
2499 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2522 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2545 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); local
2563 struct cil_args_copy *extra_args = NULL; local
[all...]
H A Dtest_cil_build_ast.c16423 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16425 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args);
16441 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16443 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args);
16460 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16462 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args);
16478 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16480 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args);
16497 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16499 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args);
16515 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16534 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16552 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16570 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16588 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16606 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16624 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16643 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16661 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16679 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16697 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16715 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16733 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16751 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16769 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16787 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16805 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16823 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16841 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16859 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16877 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16895 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16913 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16931 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16949 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16967 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16985 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17002 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17020 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17037 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17055 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17073 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17091 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17109 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17127 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17147 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17167 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17185 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17203 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17221 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17239 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17259 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17278 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17296 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17314 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17333 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17352 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17370 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17388 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17406 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17424 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17442 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17460 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17478 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17496 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17514 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17532 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17550 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17568 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17586 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17604 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17622 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17640 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17658 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17676 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17694 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17712 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17730 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17748 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17766 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17784 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17802 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17820 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17838 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17856 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17874 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17892 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17910 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17928 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17946 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17964 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
17982 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18000 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18018 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18036 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18054 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18072 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18090 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18108 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18126 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18144 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18163 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18181 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18199 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18217 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18235 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18253 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18274 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18295 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18319 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18343 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18363 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18383 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18401 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18419 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18437 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18455 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18473 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18491 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18509 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18527 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18545 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18563 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18581 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18599 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18617 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18635 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18653 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18671 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18691 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18709 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18727 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18745 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18763 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18781 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18799 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18817 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18835 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18853 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18871 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18889 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18907 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18925 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
18951 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, macronode, NULL); local
18981 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, macronode, NULL); local
19002 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19020 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19038 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19056 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19074 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19092 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19110 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19128 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
19144 struct cil_args_build *extra_args = NULL; local
19161 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
[all...]
/external/autotest/client/common_lib/cros/
H A Dchromedriver.py72 extra_args=extra_chromedriver_args)
138 url_base=None, extra_args=None):
148 extra_args: List of extra arguments to forward to the chromedriver
169 if extra_args:
170 chromedriver_args.extend(extra_args)
/external/chromium-trace/catapult/systrace/systrace/agents/
H A Datrace_agent.py112 extra_args = []
114 extra_args.extend(['-a', self._options.app_name])
117 extra_args.extend(['-k', self._options.kfuncs])
119 extra_args.extend(self._categories)
120 return extra_args
153 extra_args = self._construct_extra_trace_command()
154 atrace_args.extend(extra_args)
362 extra_args = []
366 extra_args.append('-s')
368 extra_args
[all...]
/external/libvpx/libvpx/tools/
H A Dall_builds.py48 extra_args = argv[opt_end_index + 1:]
54 base_command = " ".join([BASE_COMMAND] + extra_args)
/external/autotest/utils/
H A Dcompile_gwt_clients.py16 _COMPILE_LINE = ('java -Xmx512M %(extra_args)s '
91 def compile_and_install_client(project_client, extra_args='',
103 java_args['extra_args'] = extra_args
120 def compile_all_projects(extra_args=''):
128 if not compile_and_install_client(project_client, extra_args):
157 dest='extra_args', action='store',
178 failed_clients = compile_all_projects(options.extra_args)
181 if not compile_and_install_client(client, options.extra_args,
/external/autotest/client/tests/btreplay/
H A Dbtreplay.py33 def run_once(self, dev="", devices="", extra_args='', tmpdir=None):
63 tmpdir+" -N -W "+dev+" "+extra_args+" 2>&1"
71 (tmpdir, dev, extra_args)
/external/autotest/client/tests/reaim/
H A Dreaim.py42 extra_args = '', tmpdir = None):
57 cmd = self.ldlib + ' ./reaim ' + args + ' ' + extra_args
/external/autotest/site_utils/
H A Ddeploy_production.py168 extra_args = ['--skip-service-status']
170 extra_args = []
173 (DEPLOY_PRODUCTION_LOCAL, ' '.join(options.args + extra_args)))
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
H A Droutes.py334 def _match_routes(iter_func, request, extra_args=None, extra_kwargs=None):
342 if extra_args:
343 args += extra_args
/external/autotest/frontend/afe/
H A Drpc_utils.py144 def extra_job_type_filters(extra_args, suite=False,
150 param extra_args: a dict of existing extra_args.
162 where = extra_args.get('where', [])
178 return extra_args
180 extra_args['where'] = where
181 return extra_args
190 extra_args = {}
193 extra_args['where'] = [where_str] * len(multiple_labels)
194 extra_args['param
[all...]

Completed in 601 milliseconds

123