HomeSort by relevance Sort by last modified time
    Searched refs:extra_options (Results 1 - 19 of 19) sorted by null

  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 18 extra_options=
123 extra_options="$1"
326 if [[ x$extra_options != x ]] ; then
327 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 450 Config extra_options;
451 extra_options.Set<TemporalLayers::Factory>(
454 codec.extra_options = &extra_options;
codec_database.cc 332 new_send_codec.extra_options != send_codec_.extra_options) {
  /prebuilts/clang/host/darwin-x86/clang-2629532/bin/
asan_device_setup 18 extra_options=
123 extra_options="$1"
326 if [[ x$extra_options != x ]] ; then
327 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
  /prebuilts/clang/host/darwin-x86/clang-2658975/bin/
asan_device_setup 18 extra_options=
123 extra_options="$1"
326 if [[ x$extra_options != x ]] ; then
327 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
  /prebuilts/clang/host/darwin-x86/clang-2690385/bin/
asan_device_setup 18 extra_options=
123 extra_options="$1"
326 if [[ x$extra_options != x ]] ; then
327 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
  /prebuilts/clang/host/linux-x86/clang-2629532/bin/
asan_device_setup 18 extra_options=
123 extra_options="$1"
326 if [[ x$extra_options != x ]] ; then
327 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
  /prebuilts/clang/host/linux-x86/clang-2658975/bin/
asan_device_setup 18 extra_options=
123 extra_options="$1"
326 if [[ x$extra_options != x ]] ; then
327 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
  /prebuilts/clang/host/linux-x86/clang-2690385/bin/
asan_device_setup 18 extra_options=
123 extra_options="$1"
326 if [[ x$extra_options != x ]] ; then
327 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 299 # run_dump_tests TESTCASES EXTRA_OPTIONS
302 # EXTRA_OPTIONS are passed down to run_dump_test. Honors runtest_file_p.
305 proc run_dump_tests { testcases {extra_options {}} } {
313 run_dump_test [file rootname [file tail $testcase]] $extra_options
318 # run_dump_test FILE (optional:) EXTRA_OPTIONS
344 # The optional EXTRA_OPTIONS argument to `run_dump_test' is a list of
436 proc run_dump_test { name {extra_options {}} } {
495 foreach i $extra_options {
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
utils-lib.exp 140 # run_dump_test FILE (optional:) EXTRA_OPTIONS
166 # The optional EXTRA_OPTIONS argument to `run_dump_test' is a list of
247 proc run_dump_test { name {extra_options {}} } {
311 foreach i $extra_options {
  /external/ppp/pppd/
auth.c 149 static struct wordlist *extra_options; variable in typeref:struct:wordlist
842 if (extra_options) {
843 options_from_list(extra_options, 1);
844 free_wordlist(extra_options);
845 extra_options = 0;
    [all...]
options.c 191 static struct option_list *extra_options = NULL; variable in typeref:struct:option_list
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)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter_unittest.cc 284 EXPECT_EQ(ref.extra_options, target.extra_options);
simulcast_encoder_adapter.cc 195 codec_.extra_options = screensharing_extra_options_.get();
vp8_impl.cc 319 (codec.extra_options ? codec.extra_options : &default_options)
    [all...]
simulcast_unittest.h 154 settings->extra_options = &options;
    [all...]
  /external/webrtc/webrtc/
common_types.h 713 Config* extra_options; member in struct:webrtc::VideoCodec
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 445 # run_dump_test FILE (optional:) EXTRA_OPTIONS
470 # The optional EXTRA_OPTIONS argument to `run_dump_test' is a list of
564 proc run_dump_test { name {extra_options {}} } {
669 foreach i $extra_options {
    [all...]

Completed in 151 milliseconds