/external/yapf/yapftests/ |
D | yapf_test.py | 389 extra_options=None, argument 399 extra_options: iterable of extra command-line options to pass to yapf 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']) [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/u-boot/include/configs/ |
D | tao3530.h | 92 "extra_options= \0" \ 103 "${extra_options}\0" \ 110 "${extra_options}\0" \
|
/external/libcxx/utils/google-benchmark/ |
D | .travis.yml | 146 export EXTRA_OPTIONS="-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF"; 148 export EXTRA_OPTIONS=""; 191 …-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_BUILD_32_BITS=${BUILD_32_BITS} ${EXTRA_OPTIONS} ..
|
/external/google-benchmark/ |
D | .travis.yml | 146 export EXTRA_OPTIONS="-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF"; 148 export EXTRA_OPTIONS=""; 191 …-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_BUILD_32_BITS=${BUILD_32_BITS} ${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/pcre/dist2/doc/ |
D | pcre2_set_compile_extra_options.3 | 11 .B " PCRE2_SIZE \fIextra_options\fP);"
|
/external/pcre/dist2/doc/html/ |
D | pcre2_set_compile_extra_options.html | 23 <b> PCRE2_SIZE <i>extra_options</i>);</b>
|
/external/swiftshader/third_party/LLVM/test/ |
D | Makefile | 157 @echo 'set llvmgcc "$(LLVMGCC) $(TargetCommonOpts) $(EXTRA_OPTIONS)"' >> site.tmp 158 @echo 'set llvmgxx "$(LLVMGCC) $(TargetCommonOpts) $(EXTRA_OPTIONS)"' >> site.tmp
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.config.in | 124 EXTRA_OPTIONS=@EXTRA_OPTIONS@
|
/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; 1832 * and leaves the following words in extra_options. 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()
|
/external/kmod/libkmod/ |
D | libkmod.h | 177 unsigned int flags, const char *extra_options,
|
/external/kmod/tools/ |
D | modprobe.c | 513 const char *extra_options) in insmod() argument 556 extra_options, NULL, NULL, show); in insmod()
|
/external/pcre/dist2/src/ |
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()
|
/external/u-boot/tools/ |
D | genboardscfg.py | 155 'options': <extra_options>
|
/external/swiftshader/third_party/LLVM/utils/release/ |
D | test-release.sh | 232 ExtraOpts="EXTRA_OPTIONS=-m64"
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 750 default) EXTRA_OPTIONS= ;; 751 *) EXTRA_OPTIONS=$withval ;; 753 AC_SUBST(EXTRA_OPTIONS,$EXTRA_OPTIONS) subst
|