Home
last modified time | relevance | path

Searched defs:extra_options (Results 1 – 13 of 13) sorted by relevance

/external/cronet/components/cronet/tools/
Dcr_cronet.py27 def run_shell(command, extra_options=''): argument
40 def build(out_dir, build_target, extra_options=None): argument
58 def test(out_dir, extra_options): argument
63 def unittest(out_dir, extra_options): argument
68 def test_ios(out_dir, extra_options): argument
73 def unittest_ios(out_dir, extra_options): argument
78 def debug(extra_options): argument
Dgenerate_idl_bindings.py13 def run(command, extra_options=''): argument
/external/harfbuzz_ng/test/shape/
Drun-tests.py85 extra_options = ["--shaper=ot"] variable
/external/kmod/libkmod/python/kmod/
Dmodule.pyx118 def insert(self, flags=0, extra_options=None, install_callback=None, argument
/external/kmod/tools/
Dmodprobe.c573 const char *extra_options) in insmod()
/external/yapf/yapftests/
Dyapf_test.py408 extra_options=None, argument
/external/ppp/pppd/
Doptions.c191 static struct option_list *extra_options = NULL; variable
Dauth.c149 static struct wordlist *extra_options; variable
/external/pcre/src/
Dpcre2_intmodedep.h574 uint32_t extra_options; member
627 uint32_t extra_options; /* Taken from compile_context */ member
Dpcre2grep.c257 static uint32_t extra_options = 0; variable
Dpcre2_compile.c2614 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local
Dpcre2test.c4451 uint32_t compile_options, overall_options, extra_options; in show_pattern_info() local
/external/kmod/libkmod/
Dlibkmod-module.c1306 unsigned int flags, const char *extra_options, in kmod_module_probe_insert_module()