Home
last modified time | relevance | path

Searched defs:extra_args (Results 1 – 25 of 73) sorted by relevance

123

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c153 … cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) in cil_resolve_classperms()
184 …_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args) in cil_resolve_classperms_set()
209 …_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args) in cil_resolve_classperms_list()
234 …spermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args) in cil_resolve_classpermissionset()
285 …resolve_permissionx(struct cil_tree_node *current, struct cil_permissionx *permx, void *extra_args) in cil_resolve_permissionx()
302 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args) in cil_resolve_avrule()
364 int cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args) in cil_resolve_type_rule()
412 int cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args) in cil_resolve_typeattributeset()
457 int cil_resolve_expandtypeattribute(struct cil_tree_node *current, void *extra_args) in cil_resolve_expandtypeattribute()
491 int cil_resolve_aliasactual(struct cil_tree_node *current, void *extra_args, enum cil_flavor flavor… in cil_resolve_aliasactual()
[all …]
Dcil_tree.c261 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core()
297 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c1403 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_block() local
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
1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); in test_cil_copy_node_helper_perm() local
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
1501 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_class() local
1521 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_class_dup_neg() local
1544 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_common() local
1564 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_common_dup_neg() local
1587 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_classcommon() local
1610 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_sid() local
[all …]
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
Dbktptcmd.py10 def another_function(frame, bp_loc, extra_args, dict): argument
15 def a_third_function(frame, bp_loc, extra_args, dict): argument
20 def empty_extra_args(frame, bp_loc, extra_args, dict): argument
/external/llvm-project/lldb/test/API/commands/target/stop-hooks/
Dstop_hook.py4 def __init__(self, target, extra_args, dict): argument
38 def __init__(self, target, extra_args, dict): argument
45 def __init__(self, target, extra_args, dict): argument
/external/chromium-trace/catapult/common/eslint/eslint/
D__init__.py43 def _CreateEslintCommand(rulesdir, extra_args): argument
52 def RunEslint(paths, rules_dir=DEFAULT_ESLINT_RULES_DIR, extra_args=None): argument
/external/grpc-grpc/tools/run_tests/
Drun_tests_matrix.py116 extra_args=[], argument
163 def _create_test_jobs(extra_args=[], inner_jobs=_DEFAULT_INNER_JOBS): argument
273 def _create_portability_test_jobs(extra_args=[], argument
516 extra_args = [] variable
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests_matrix.py126 extra_args=[], argument
172 def _create_test_jobs(extra_args=[], inner_jobs=_DEFAULT_INNER_JOBS): argument
254 def _create_portability_test_jobs(extra_args=[], argument
461 extra_args = [] variable
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch_test.py141 def testUnaryElementwiseOp(self, x, op=math_ops.abs, **extra_args):
260 def testBinaryElementwiseOp(self, x, y, op=math_ops.add, **extra_args):
323 **extra_args):
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Drun.py8 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument
151 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument
/external/autotest/utils/
Dcompile_gwt_clients.py91 def compile_and_install_client(project_client, extra_args='', argument
120 def compile_all_projects(extra_args=''): argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer.cpp251 void Fuzzer::MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, in MaybeAddRepeatedPass()
263 void Fuzzer::MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, in MaybeAddFinalPass()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer.cpp140 void Fuzzer::MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, in MaybeAddRepeatedPass()
152 void Fuzzer::MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, in MaybeAddFinalPass()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer.cpp140 void Fuzzer::MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, in MaybeAddRepeatedPass()
152 void Fuzzer::MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, in MaybeAddFinalPass()
/external/python/cpython3/Lib/test/
Dssltests.py15 def run_regrtests(*extra_args):
/external/python/cpython2/Lib/test/
Dssltests.py15 def run_regrtests(*extra_args):
/external/googletest/googletest/test/
Dgoogletest-json-output-unittest.py789 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
822 expected_exit_code, extra_args=None): argument
Dgtest_xml_output_unittest.py365 def _GetXmlOutput(self, gtest_prog_name, extra_args, extra_env, argument
395 expected_exit_code, extra_args=None, extra_env=None): argument
/external/llvm-project/clang/test/Analysis/
Dcheck-analyzer-fixit.py40 def run_test_once(args, extra_args): argument
/external/grpc-grpc/tools/distrib/
Drun_clang_tidy.py27 extra_args = [ variable
/external/compiler-rt/cmake/Modules/
DSanitizerUtils.cmake24 set(extra_args) variable
/external/llvm-project/lldb/test/Shell/Commands/Inputs/
Dstop_hook.py4 def __init__(self, target, extra_args, dict): argument
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
Dresolver.py7 def __init__(self, bkpt, extra_args, dict): argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/
Dcheck_clang_tidy.py42 def run_test_once(args, extra_args): argument
/external/autotest/client/tests/fsstress/
Dfsstress.py23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'): argument

123