Home
last modified time | relevance | path

Searched refs:switches (Results 1 – 25 of 137) sorted by relevance

123456

/external/libchrome/base/test/
Dtest_switches.cc8 const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
12 const char switches::kTestLauncherBotMode[] =
18 const char switches::kTestLauncherDebugLauncher[] =
23 const char switches::kTestLauncherForceRunBrokenTests[] =
27 const char switches::kTestLauncherFilterFile[] = "test-launcher-filter-file";
30 const char switches::kTestLauncherJobs[] = "test-launcher-jobs";
33 const char switches::kTestLauncherListTests[] = "test-launcher-list-tests";
36 const char switches::kTestLauncherOutput[] = "test-launcher-output";
39 const char switches::kTestLauncherRetryLimit[] = "test-launcher-retry-limit";
42 const char switches::kTestLauncherSummaryOutput[] =
[all …]
Dtest_timeouts.cc97 InitializeTimeout(switches::kTestTinyTimeout, &tiny_timeout_ms_); in Initialize()
98 InitializeTimeout(switches::kUiTestActionTimeout, in Initialize()
102 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_, in Initialize()
106 InitializeTimeout(switches::kTestLauncherTimeout, action_timeout_ms_, in Initialize()
Dmultiprocess_test.cc24 if (!command_line.HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild()
25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
Dmultiprocess_test_android.cc68 if (!command_line->HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild()
69 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
Dtest_switches.h8 namespace switches {
/external/llvm/utils/
Dfindmisopt114 echo $switches
123 echo $switches
135 switches="$switches $sw"
136 if tryit "$switches" ; then
145 if [ "$switches" == " $all_switches" ] ; then
151 while [ ! -z "$switches" ] ; do
152 trimmed=`echo "$switches" | sed -e 's/^ *\(-[^ ]*\).*/\1/'`
153 switches=`echo "$switches" | sed -e 's/^ *-[^ ]* *//'`
155 tryit "$final $switches"
Dfindoptdiff85 echo $switches
97 switches="$switches $sw"
98 if tryit "$switches" ; then
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dgenerate_chromeos_dbus_bindings.cc27 namespace switches { namespace
133 if (cl->HasSwitch(switches::kHelp)) { in main()
134 LOG(INFO) << switches::kHelpMessage; in main()
141 LOG(ERROR) << switches::kHelpMessage; in main()
146 if (cl->HasSwitch(switches::kServiceConfig)) { in main()
147 std::string config_file = cl->GetSwitchValueASCII(switches::kServiceConfig); in main()
168 if (cl->HasSwitch(switches::kMethodNames)) { in main()
170 cl->GetSwitchValueASCII(switches::kMethodNames); in main()
180 if (cl->HasSwitch(switches::kAdaptor)) { in main()
181 std::string adaptor_file = cl->GetSwitchValueASCII(switches::kAdaptor); in main()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp139 UString archiveName, switches; in WinMain() local
143 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); in WinMain()
148 switches.Trim(); in WinMain()
150 if (MyStringCompareNoCase_N(switches, L"-y", 2) == 0) in WinMain()
153 switches = switches.Ptr(2); in WinMain()
154 switches.Trim(); in WinMain()
266 if (!switches.IsEmpty()) in WinMain()
270 executeParameters += switches; in WinMain()
316 if (!switches.IsEmpty()) in WinMain()
319 appLaunched += switches; in WinMain()
/external/mesa3d/src/mesa/main/
DAPIspec.py325 self.switches = {}
332 if desc.name not in self.switches:
333 self.switches[desc.name] = []
347 self.switches[desc.name].append(desc)
353 for switch in self.switches.itervalues():
365 self.switches = tmp.switches
372 for switch in self.switches.itervalues():
381 if name in self.switches:
385 for switch in self.switches.itervalues():
398 switch = self.switches.get(name, [])
[all …]
DAPIspecutil.py112 switch = func.checker.switches.get(param.name, [])
115 if not desc.checker.switches:
120 items = desc.checker.switches.items()
129 if dep_desc.checker.switches:
/external/icu/icu4c/source/common/unicode/
Duconfig.h226 # error Contradictory collation switches in uconfig.h.
258 # error Contradictory file io switches in uconfig.h.
330 # error Contradictory collation switches in uconfig.h.
/external/autotest/client/site_tests/graphics_VTSwitch/
Dcontrol.10012 - VT1 does not remain the same between VT switches.
13 - VT2 does not remain the same between VT switches.
27 sure each VT remains the same between VT switches, and that VT1 and VT2 are
Dcontrol12 - VT1 does not remain the same between VT switches.
13 - VT2 does not remain the same between VT switches.
31 sure each VT remains the same between VT switches, and that VT1 and VT2 are
/external/libchrome/base/
Dsys_info.cc25 if (command_line->HasSwitch(switches::kEnableLowEndDeviceMode)) in DetectLowEndDevice()
27 if (command_line->HasSwitch(switches::kDisableLowEndDeviceMode)) in DetectLowEndDevice()
Dcommand_line.cc357 const char* const switches[], in CopySwitchesFrom() argument
360 if (source.HasSwitch(switches[i])) in CopySwitchesFrom()
361 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i])); in CopySwitchesFrom()
Dbase_switches.cc8 namespace switches { namespace
Dbase_switches.h12 namespace switches {
/external/autotest/client/site_tests/hardware_GPIOSwitches/
Dcontrol7 PURPOSE = 'Verify that mode and button switches are set correctly.'
17 This test checks if the buttons and mode switches are set as expected
/external/llvm/test/tools/llvm-profdata/
Dc-general.test13 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - --function=switches | FileCheck %s -check-…
16 SWITCHES-NEXT: switches:
/external/libjpeg-turbo/
Dusage.txt29 cjpeg [switches] [imagefile] >jpegfile
31 djpeg [switches] [jpegfile] >imagefile
38 cjpeg [switches] imagefile jpegfile
40 djpeg [switches] jpegfile imagefile
47 cjpeg [switches] -outfile jpegfile imagefile
49 djpeg [switches] -outfile imagefile jpegfile
62 -gray or -gr. Most of the "basic" switches can be abbreviated to as little as
70 The basic command line switches for cjpeg are:
147 assigned to components with the -qslots option (see the "wizard" switches
252 The "wizard" switches are intended for experimentation with JPEG. If you
[all …]
/external/clang/test/Profile/
Dc-general.c216 void switches() { in switches() function
554 switches(); in main()
/external/cros/system_api/switches/
Dchrome_switches.h11 namespace switches {
/external/clang/test/Profile/Inputs/
Dc-general.proftext63 switches
/external/clang/include/clang/Parse/
DCMakeLists.txt1 clang_tablegen(AttrParserStringSwitches.inc -gen-clang-attr-parser-string-switches

123456