Home
last modified time | relevance | path

Searched full:extra_options (Results 1 – 25 of 38) sorted by relevance

12

/external/yapf/yapftests/
Dyapf_test.py389 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/
Drun-tests.py84 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/
Dmodule.pyx118 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.pxd85 kmod_module *mod, unsigned int flags, const_char_ptr extra_options,
/external/u-boot/include/configs/
Dtao3530.h92 "extra_options= \0" \
103 "${extra_options}\0" \
110 "${extra_options}\0" \
/external/libcxx/utils/google-benchmark/
D.travis.yml146 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.yml146 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/
Dasan_device_setup18 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/
Dvideo_sender_unittest.cc450 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()
Dcodec_database.cc332 new_send_codec.extra_options != send_codec_.extra_options) { in RequiresEncoderReset()
/external/pcre/dist2/doc/
Dpcre2_set_compile_extra_options.311 .B " PCRE2_SIZE \fIextra_options\fP);"
/external/pcre/dist2/doc/html/
Dpcre2_set_compile_extra_options.html23 <b> PCRE2_SIZE <i>extra_options</i>);</b>
/external/swiftshader/third_party/LLVM/test/
DMakefile157 @echo 'set llvmgcc "$(LLVMGCC) $(TargetCommonOpts) $(EXTRA_OPTIONS)"' >> site.tmp
158 @echo 'set llvmgxx "$(LLVMGCC) $(TargetCommonOpts) $(EXTRA_OPTIONS)"' >> site.tmp
/external/swiftshader/third_party/LLVM/
DMakefile.config.in124 EXTRA_OPTIONS=@EXTRA_OPTIONS@
/external/ppp/pppd/
Dauth.c149 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;
Doptions.c191 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/
Dsimulcast_encoder_adapter_unittest.cc284 EXPECT_EQ(ref.extra_options, target.extra_options); in VerifyCodec()
Dsimulcast_encoder_adapter.cc195 codec_.extra_options = screensharing_extra_options_.get(); in InitEncode()
/external/kmod/libkmod/
Dlibkmod.h177 unsigned int flags, const char *extra_options,
/external/kmod/tools/
Dmodprobe.c513 const char *extra_options) in insmod() argument
556 extra_options, NULL, NULL, show); in insmod()
/external/pcre/dist2/src/
Dpcre2_pattern_info.c149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
Dpcre2_context.c381 ccontext->extra_options = options; in pcre2_set_compile_extra_options()
/external/u-boot/tools/
Dgenboardscfg.py155 'options': <extra_options>
/external/swiftshader/third_party/LLVM/utils/release/
Dtest-release.sh232 ExtraOpts="EXTRA_OPTIONS=-m64"
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac750 default) EXTRA_OPTIONS= ;;
751 *) EXTRA_OPTIONS=$withval ;;
753 AC_SUBST(EXTRA_OPTIONS,$EXTRA_OPTIONS) subst

12