/external/yapf/yapftests/ |
D | yapf_test.py | 389 extra_options=None, argument 402 cmdline = YAPF_BINARY + (extra_options or []) 495 extra_options=['--style=chromium']) 515 extra_options=['--style={0}'.format(stylepath)]) 571 extra_options=['--lines', '1-2']) 591 extra_options=['--lines', '5-5']) 764 extra_options=['--lines', '1-2']) 801 extra_options=['--lines', '3-3', '--lines', '13-13']) 813 unformatted_code, unformatted_code, extra_options=['--lines', '2-2']) 833 extra_options=['--lines', '1-1']) [all …]
|
/external/harfbuzz_ng/test/shaping/ |
D | run-tests.py | 84 extra_options = ["--shaper=ot"] variable 86 extra_options.append("--verify") 95 (hb_shape, fontfile, ' '.join(extra_options), options, unicodes)) 104 fontfile] + extra_options + ["--unicodes", 108 fontfile] + extra_options + ["--unicodes",
|
/external/kmod/libkmod/python/kmod/ |
D | module.pyx | 118 def insert(self, flags=0, extra_options=None, install_callback=None, argument 125 tp.insert(extra_options='fan_control=1') 138 if extra_options: 139 opt = extra_options
|
D | _libkmod_h.pxd | 85 kmod_module *mod, unsigned int flags, const_char_ptr extra_options,
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 18 extra_options= 123 extra_options="$1" 340 if [[ x$extra_options != x ]] ; then 341 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 450 Config extra_options; in TEST_F() local 451 extra_options.Set<TemporalLayers::Factory>( in TEST_F() 454 codec.extra_options = &extra_options; in TEST_F()
|
D | codec_database.cc | 332 new_send_codec.extra_options != send_codec_.extra_options) { in RequiresEncoderReset()
|
/external/ppp/pppd/ |
D | auth.c | 149 static struct wordlist *extra_options; variable 842 if (extra_options) { 843 options_from_list(extra_options, 1); 844 free_wordlist(extra_options); 845 extra_options = 0; 1853 if (extra_options != NULL) 1854 free_wordlist(extra_options); 1855 extra_options = opts;
|
D | options.c | 191 static struct option_list *extra_options = NULL; variable 628 for (list = extra_options; list != NULL; list = list->next) 886 list->next = extra_options; 887 extra_options = list; 1035 for (list = extra_options; list != NULL; list = list->next)
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter_unittest.cc | 284 EXPECT_EQ(ref.extra_options, target.extra_options); in VerifyCodec()
|
D | simulcast_encoder_adapter.cc | 195 codec_.extra_options = screensharing_extra_options_.get(); in InitEncode()
|
D | vp8_impl.cc | 319 (codec.extra_options ? codec.extra_options : &default_options) in SetupTemporalLayers()
|
D | simulcast_unittest.h | 154 settings->extra_options = &options; in RunTest()
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 1541 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV() 1732 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0)) in PRIV() 1805 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0)) in PRIV() 2359 if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex() 2364 else if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex() 2716 if ((cb->cx->extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex() 3278 if ((cb->cx->extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex() 4314 if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex() 4319 else if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex() 9188 (ccontext->extra_options & ~PUBLIC_COMPILE_EXTRA_OPTIONS) != 0) in pcre2_compile() [all …]
|
D | pcre2_intmodedep.h | 575 uint32_t extra_options; member 626 uint32_t extra_options; /* Taken from compile_context */ member
|
D | pcre2_pattern_info.c | 149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
|
D | pcre2_context.c | 381 ccontext->extra_options = options; in pcre2_set_compile_extra_options()
|
D | pcre2grep.c | 230 static uint32_t extra_options = 0; variable 3365 case 'w': extra_options |= PCRE2_EXTRA_MATCH_WORD; break; in handle_option() 3366 case 'x': extra_options |= PCRE2_EXTRA_MATCH_LINE; break; in handle_option() 4107 (void)pcre2_set_compile_extra_options(compile_context, extra_options); in main()
|
D | pcre2test.c | 593 …surrogate_escapes", MOD_CTC, MOD_OPT, PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES, CO(extra_options) }, 601 …escape_is_literal", MOD_CTC, MOD_OPT, PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL, CO(extra_options) }, 648 …{ "match_line", MOD_CTC, MOD_OPT, PCRE2_EXTRA_MATCH_LINE, CO(extra_options) }, 650 …{ "match_word", MOD_CTC, MOD_OPT, PCRE2_EXTRA_MATCH_WORD, CO(extra_options) }, 4320 uint32_t compile_options, overall_options, extra_options; in show_pattern_info() local 4460 pattern_info(PCRE2_INFO_EXTRAOPTIONS, &extra_options, FALSE); in show_pattern_info() 4488 if (extra_options != 0) in show_pattern_info() 4489 show_compile_extra_options(extra_options, "Extra options:", "\n"); in show_pattern_info() 5295 if ((FLD(pat_context, extra_options) & in process_pattern() 5299 FLD(pat_context, extra_options) & ~POSIX_SUPPORTED_COMPILE_EXTRA_OPTIONS, in process_pattern()
|
/external/kmod/libkmod/ |
D | libkmod.h | 177 unsigned int flags, const char *extra_options,
|
D | libkmod-module.c | 1238 unsigned int flags, const char *extra_options, in kmod_module_probe_insert_module() argument 1312 m == mod ? extra_options : NULL); in kmod_module_probe_insert_module()
|
/external/kmod/tools/ |
D | modprobe.c | 513 const char *extra_options) in insmod() argument 556 extra_options, NULL, NULL, show); in insmod()
|
/external/webrtc/webrtc/ |
D | common_types.h | 713 Config* extra_options; member
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 267 uint32_t extra_options); 837 uint32_t extra_options);
|