HomeSort by relevance Sort by last modified time
    Searched defs:extra_args (Results 1 - 18 of 18) sorted by null

  /external/selinux/libsepol/cil/src/
android.c 74 static int __extract_attributees_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
77 struct version_args *args = (struct version_args *) extra_args;
81 if (node == NULL || finished == NULL || extra_args == NULL) {
146 struct version_args extra_args; local
147 extra_args.db = db;
148 extra_args.vers_map = vers_map;
149 extra_args.num = NULL;
150 rc = cil_tree_walk(db->ast->root, __extract_attributees_helper, NULL, NULL, &extra_args);
604 static int __attributize_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
607 struct version_args *args = (struct version_args *) extra_args;
757 struct version_args extra_args; local
851 struct version_args extra_args; local
    [all...]
cil_copy_ast.c 2156 struct cil_args_copy extra_args; local
    [all...]
cil_verify.c 377 int __cil_verify_ordered_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args)
379 struct cil_args_verify_order *args = extra_args;
415 struct cil_args_verify_order extra_args; local
418 extra_args.flavor = &flavor;
420 rc = cil_tree_walk(current, __cil_verify_ordered_node_helper, NULL, NULL, &extra_args);
873 int __cil_verify_booleanif_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, __attribute__((unused)) void *extra_args)
897 struct cil_complex_symtab *symtab = extra_args;
1376 int __cil_verify_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
    [all...]
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) {
436 FILE *cil_out = extra_args->cil_out;
452 extra_args);
1134 static int __cil_write_first_child_helper(struct cil_tree_node *node, void *extra_args)
1137 struct cil_args_write *args = (struct cil_args_write *) extra_args;
1140 if (node == NULL || extra_args == NULL) {
1153 static int __cil_write_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1488 struct cil_args_write extra_args; local
    [all...]
cil_post.c 551 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
553 struct cil_db *db = extra_args;
659 static int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
661 struct cil_db *db = extra_args;
2450 struct cil_args_verify extra_args; local
2507 struct cil_args_verify extra_args; local
    [all...]
cil_build_ast.c 6555 struct cil_args_build extra_args; local
    [all...]
cil_resolve_ast.c 157 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args)
164 rc = cil_resolve_name(current, cp->class_str, CIL_SYM_CLASSES, extra_args, &datum);
188 int cil_resolve_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args)
193 rc = cil_resolve_name(current, cp_set->set_str, CIL_SYM_CLASSPERMSETS, extra_args, &datum);
201 rc = cil_resolve_classperms_list(current, cp_set->set->classperms, extra_args);
213 int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args)
220 rc = cil_resolve_classperms(current, curr->data, extra_args);
225 rc = cil_resolve_classperms_set(current, curr->data, extra_args);
238 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args)
241 struct cil_args_resolve *args = extra_args;
3890 struct cil_args_resolve extra_args; local
    [all...]
cil_binary.c 4903 struct cil_args_binary extra_args; local
    [all...]
  /external/avb/test/
avbtool_unittest.cc 2242 std::string extra_args; local
2265 std::string extra_args; local
2285 std::string extra_args; local
    [all...]
  /art/profman/
profile_assistant_test.cc 265 std::vector<std::string>& extra_args,
271 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end());
289 std::vector<std::string> extra_args; local
290 extra_args.push_back("--dump-classes-and-methods");
291 return RunProfman(filename, extra_args, file_contents);
295 std::vector<std::string> extra_args; local
296 extra_args.push_back("--dump-only");
297 return RunProfman(filename, extra_args, file_contents);
    [all...]
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.cpp 391 const std::string& extra_args) {
401 if (!extra_args.empty()) {
402 kernel_args << " " << extra_args; local
  /external/googletest/googletest/src/
gtest-death-test.cc 889 ::std::vector<std::string> extra_args = local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 890 ::std::vector<testing::internal::string> extra_args = local
    [all...]
  /external/selinux/libsepol/cil/test/unit/
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); local
1423 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); local
1478 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); local
1501 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); 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...]
test_cil_build_ast.c 16423 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16441 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16460 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16478 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
16497 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); local
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/v8/testing/gtest/src/
gtest-death-test.cc 888 ::std::vector<testing::internal::string> extra_args = local
    [all...]
  /art/dex2oat/
dex2oat_test.cc 70 const std::vector<std::string>& extra_args = {},
90 args.insert(args.end(), extra_args.begin(), extra_args.end());
103 const std::vector<std::string>& extra_args = {},
109 extra_args,
122 const std::vector<std::string>& extra_args,
131 extra_args,
283 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) {
289 std::vector<std::string> copy(extra_args);
515 const std::vector<std::string>& extra_args = {})
1107 std::vector<std::string> extra_args; local
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 3726 char extra_args[BUFSIZ]; local
    [all...]

Completed in 908 milliseconds