Home
last modified time | relevance | path

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

12345678910>>...17

/external/cronet/base/test/
Dtest_switches.cc10 const char switches::kHelpFlag[] = "help";
12 const char switches::kIsolatedScriptTestLauncherRetryLimit[] =
17 const char switches::kRebaselinePixelTests[] = "rebaseline-pixel-tests";
21 const char switches::kSingleProcessTests[] = "single-process-tests";
24 const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
28 const char switches::kTestLauncherBotMode[] =
34 const char switches::kTestLauncherDebugLauncher[] =
39 const char switches::kTestLauncherFilterFile[] = "test-launcher-filter-file";
43 const char switches::kTestLauncherForceRunBrokenTests[] =
48 const char switches::kTestLauncherInteractive[] = "test-launcher-interactive";
[all …]
Dgtest_xml_unittest_result_printer_unittest.cc21 switches::kTestLauncherOutput)) { in SetUp()
32 switches::kTestLauncherOutput); in TEST_F()
50 switches::kTestLauncherOutput); in TEST_F()
67 switches::kTestLauncherOutput); in TEST_F()
85 switches::kTestLauncherOutput); in TEST_F()
109 switches::kTestLauncherOutput); in TEST_F()
135 switches::kTestLauncherOutput); in TearDownTestSuite()
137 GTEST_SKIP() << "Test has to run with --" << switches::kTestLauncherOutput in TearDownTestSuite()
151 switches::kTestLauncherOutput); in TEST_F()
153 GTEST_SKIP() << "Test has to run with --" << switches::kTestLauncherOutput in TEST_F()
Dtest_suite.cc157 command_line->GetSwitchValueASCII(switches::kEnableFeatures); in OnTestStart()
159 command_line->GetSwitchValueASCII(switches::kDisableFeatures); in OnTestStart()
169 CommandLine::SwitchMap switches = command_line->GetSwitches(); in OnTestStart() local
171 switches.erase(switches::kEnableFeatures); in OnTestStart()
172 switches.erase(switches::kDisableFeatures); in OnTestStart()
174 for (const auto& iter : switches) in OnTestStart()
270 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName()
271 return command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName()
395 switches::kTestLauncherOutput)) { in AddTestLauncherResultPrinter()
400 switches::kTestLauncherOutput)); in AddTestLauncherResultPrinter()
[all …]
Dtest_timeouts.cc114 InitializeTimeout(switches::kTestTinyTimeout, base::TimeDelta(), in Initialize()
127 switches::kTestLauncherInteractive)) { in Initialize()
131 InitializeTimeout(switches::kUiTestActionTimeout, min_ui_test_action_timeout, in Initialize()
133 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_, in Initialize()
137 InitializeTimeout(switches::kTestLauncherTimeout, action_timeout_, in Initialize()
/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";
31 const char switches::kTestLauncherInteractive[] = "test-launcher-interactive";
34 const char switches::kTestLauncherJobs[] = "test-launcher-jobs";
37 const char switches::kTestLauncherListTests[] = "test-launcher-list-tests";
40 const char switches::kTestLauncherOutput[] = "test-launcher-output";
43 const char switches::kTestLauncherRetryLimit[] = "test-launcher-retry-limit";
[all …]
Dtest_suite.cc109 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName()
110 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName()
229 switches::kTestLauncherOutput)) { in AddTestLauncherResultPrinter()
234 switches::kTestLauncherOutput)); in AddTestLauncherResultPrinter()
268 switches::kTestChildProcess); in Run()
389 if (command_line->HasSwitch(switches::kWaitForDebugger)) { in Initialize()
399 command_line->GetSwitchValueASCII(switches::kEnableFeatures); in Initialize()
401 command_line->GetSwitchValueASCII(switches::kDisableFeatures); in Initialize()
411 CommandLine::SwitchMap switches = command_line->GetSwitches(); in Initialize() local
413 switches.erase(switches::kEnableFeatures); in Initialize()
[all …]
Dtest_timeouts.cc86 InitializeTimeout(switches::kTestTinyTimeout, 0, &tiny_timeout_ms_); in Initialize()
99 switches::kTestLauncherInteractive)) { in Initialize()
104 InitializeTimeout(switches::kUiTestActionTimeout, min_ui_test_action_timeout, in Initialize()
106 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_, in Initialize()
110 InitializeTimeout(switches::kTestLauncherTimeout, action_timeout_ms_, in Initialize()
/external/deqp/android/cts/main/vk-master-2022-03-01/
Dbinding-model.txt3376 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3377 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3378 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3379 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3380 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3381 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3382 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3383 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3384 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
3385 dEQP-VK.binding_model.mutable_descriptor.single.switches.sampler_combined_image_sampler.update_writ…
[all …]
/external/cronet/components/nacl/common/
Dnacl_cmd_line.cc22 sandbox::policy::switches::kNoSandbox, in CopyNaClCommandLineArguments()
23 switches::kDisableBreakpad, in CopyNaClCommandLineArguments()
24 switches::kFullMemoryCrashReport, in CopyNaClCommandLineArguments()
25 switches::kEnableLogging, in CopyNaClCommandLineArguments()
26 switches::kDisableLogging, in CopyNaClCommandLineArguments()
27 switches::kLoggingLevel, in CopyNaClCommandLineArguments()
28 switches::kVerboseLoggingInNacl, in CopyNaClCommandLineArguments()
29 switches::kNoErrorDialogs, in CopyNaClCommandLineArguments()
31 sandbox::policy::switches::kEnableSandboxLogging, in CopyNaClCommandLineArguments()
34 switches::kDisableHighResTimer, in CopyNaClCommandLineArguments()
[all …]
/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/cronet/components/metrics/
Dmetrics_switches.cc10 namespace switches { namespace
62 switches::kMetricsRecordingOnly); in IsMetricsRecordingOnlyEnabled()
67 switches::kForceEnableMetricsReporting); in IsMetricsReportingForceEnabled()
72 switches::kForceMsbbSettingOnForUkm); in IsMsbbSettingForcedOnForUkm()
77 if (!command_line->HasSwitch(switches::kMetricsRecordingOnly)) in EnableMetricsRecordingOnlyForTesting()
78 command_line->AppendSwitch(switches::kMetricsRecordingOnly); in EnableMetricsRecordingOnlyForTesting()
83 if (!command_line->HasSwitch(switches::kForceEnableMetricsReporting)) in ForceEnableMetricsReportingForTesting()
84 command_line->AppendSwitch(switches::kForceEnableMetricsReporting); in ForceEnableMetricsReportingForTesting()
Dmetrics_service_client.cc75 if (command_line->HasSwitch(switches::kUmaServerUrl)) in GetMetricsServerUrl()
76 return GURL(command_line->GetSwitchValueASCII(switches::kUmaServerUrl)); in GetMetricsServerUrl()
86 if (command_line->HasSwitch(switches::kUmaInsecureServerUrl)) { in GetInsecureMetricsServerUrl()
88 command_line->GetSwitchValueASCII(switches::kUmaInsecureServerUrl)); in GetInsecureMetricsServerUrl()
99 if (command_line->HasSwitch(metrics::switches::kMetricsUploadIntervalSec)) { in GetUploadInterval()
101 metrics::switches::kMetricsUploadIntervalSec); in GetUploadInterval()
Dmetrics_service_client_unittest.cc42 switches::kMetricsUploadIntervalSec, in TEST_F()
47 switches::kMetricsUploadIntervalSec); in TEST_F()
51 switches::kMetricsUploadIntervalSec, in TEST_F()
64 switches::kMetricsUploadIntervalSec, in TEST_F()
/external/libchrome/libchrome_tools/patch/
Dlogging.patch20 - // vlog switches.
21 - if (command_line->HasSwitch(switches::kV) ||
22 - command_line->HasSwitch(switches::kVModule)) {
30 - new VlogInfo(command_line->GetSwitchValueASCII(switches::kV),
31 - command_line->GetSwitchValueASCII(switches::kVModule),
36 + // vlog switches.
37 + if (command_line->HasSwitch(switches::kV) ||
38 + command_line->HasSwitch(switches::kVModule)) {
46 + new VlogInfo(command_line->GetSwitchValueASCII(switches::kV),
47 + command_line->GetSwitchValueASCII(switches::kVModule),
/external/python/cpython3/Lib/test/
Dtest_timeit.py239 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None): argument
242 if switches is None:
245 args = switches[:]
255 s = self.run_main(switches=['--bad-switch'])
270 s = self.run_main(seconds_per_increment=0.0000025, switches=['-n100'])
274 s = self.run_main(seconds_per_increment=2.0, switches=['-n35'])
279 switches=['-n35', '-s', 'print("CustomSetup")'])
285 switches=['-n35', '-s', 'a = "CustomSetup"', '-s', 'print(a)'])
290 s = self.run_main(seconds_per_increment=60.0, switches=['-r9'])
294 s = self.run_main(seconds_per_increment=60.0, switches=['-r-5'])
[all …]
/external/cronet/components/nacl/loader/
Dnacl_helper_linux.cc65 command_line->GetSwitchValueNative(chromeos::switches::kFeatureFlags); in GetCommandLineFeatureFlagChoice()
88 if (command_line->HasSwitch(switches::kVerboseLoggingInNacl)) in AddVerboseLoggingInNaclSwitch()
93 command_line, switches::kVerboseLoggingInNacl); in AddVerboseLoggingInNaclSwitch()
101 switches::kVerboseLoggingInNacl, in AddVerboseLoggingInNaclSwitch()
102 switches::kVerboseLoggingInNaclChoiceLow); in AddVerboseLoggingInNaclSwitch()
105 switches::kVerboseLoggingInNacl, in AddVerboseLoggingInNaclSwitch()
106 switches::kVerboseLoggingInNaclChoiceMedium); in AddVerboseLoggingInNaclSwitch()
109 switches::kVerboseLoggingInNacl, in AddVerboseLoggingInNaclSwitch()
110 switches::kVerboseLoggingInNaclChoiceHigh); in AddVerboseLoggingInNaclSwitch()
113 switches::kVerboseLoggingInNacl, in AddVerboseLoggingInNaclSwitch()
[all …]
/external/python/cpython2/Lib/test/
Dtest_timeit.py216 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None): argument
219 if switches is None:
222 args = switches[:]
232 s = self.run_main(switches=['--bad-switch'])
247 s = self.run_main(seconds_per_increment=0.0000025, switches=['-n100'])
251 s = self.run_main(seconds_per_increment=2.0, switches=['-n35'])
256 switches=['-n35', '-s', 'print("CustomSetup")'])
261 s = self.run_main(seconds_per_increment=60.0, switches=['-r9'])
265 s = self.run_main(seconds_per_increment=60.0, switches=['-r-5'])
270 s = self.run_main(switches=['-h'])
[all …]
/external/cronet/base/
Dscoped_add_feature_flags_unittest.cc30 command_line.AppendSwitchASCII(switches::kEnableFeatures, in TEST()
32 command_line.AppendSwitchASCII(switches::kDisableFeatures, in TEST()
52 command_line.GetSwitchValueASCII(switches::kEnableFeatures)); in TEST()
54 command_line.GetSwitchValueASCII(switches::kDisableFeatures)); in TEST()
67 command_line.AppendSwitchASCII(switches::kEnableFeatures, in TEST()
84 command_line.GetSwitchValueASCII(switches::kEnableFeatures)); in TEST()
Dscoped_add_feature_flags.cc18 command_line->GetSwitchValueASCII(switches::kEnableFeatures); in ScopedAddFeatureFlags()
20 command_line->GetSwitchValueASCII(switches::kDisableFeatures); in ScopedAddFeatureFlags()
32 command_line_->RemoveSwitch(switches::kEnableFeatures); in ~ScopedAddFeatureFlags()
33 command_line_->AppendSwitchASCII(switches::kEnableFeatures, in ~ScopedAddFeatureFlags()
35 command_line_->RemoveSwitch(switches::kDisableFeatures); in ~ScopedAddFeatureFlags()
36 command_line_->AppendSwitchASCII(switches::kDisableFeatures, in ~ScopedAddFeatureFlags()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp146 UString archiveName, switches; in WinMain() local
150 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); in WinMain()
155 switches.Trim(); in WinMain()
157 if (switches.IsPrefixedBy_Ascii_NoCase("-y")) in WinMain()
160 switches = switches.Ptr(2); in WinMain()
161 switches.Trim(); in WinMain()
275 if (!switches.IsEmpty()) in WinMain()
278 executeParameters += switches; in WinMain()
324 if (!switches.IsEmpty()) in WinMain()
327 appLaunched += switches; in WinMain()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc238 switches::kTestLauncherBotMode) || in BotModeEnabled()
247 CommandLine::SwitchMap switches = command_line.GetSwitches(); in PrepareCommandLineForGTest() local
250 switches.erase(kGTestRepeatFlag); in PrepareCommandLineForGTest()
251 switches.erase(kGTestShuffleFlag); in PrepareCommandLineForGTest()
252 switches.erase(kGTestRandomSeedFlag); in PrepareCommandLineForGTest()
255 switches.erase(kGTestOutputFlag); in PrepareCommandLineForGTest()
257 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); in PrepareCommandLineForGTest()
258 iter != switches.end(); ++iter) { in PrepareCommandLineForGTest()
648 switches::kTestLauncherPrintTestStdio)) { in OnTestFinished()
650 switches::kTestLauncherPrintTestStdio); in OnTestFinished()
[all …]
/external/libchrome/base/
Dsys_info.cc24 switches::kEnableLowEndDeviceMode)) { in AmountOfPhysicalMemory()
34 switches::kEnableLowEndDeviceMode)) { in AmountOfAvailablePhysicalMemory()
49 switches::kEnableLowEndDeviceMode)) { in IsLowEndDevice()
60 if (command_line->HasSwitch(switches::kEnableLowEndDeviceMode)) in DetectLowEndDevice()
62 if (command_line->HasSwitch(switches::kDisableLowEndDeviceMode)) in DetectLowEndDevice()
/external/AFLplusplus/instrumentation/
Dcmplog-switches-pass.cc151 std::vector<SwitchInst *> switches; local
254 if (switchInst->getNumCases() > 1) { switches.push_back(switchInst); }
263 switches.erase(Unique(switches.begin(), switches.end()), switches.end());
266 if (switches.size()) {
269 errs() << "Hooking " << switches.size() << " switch instructions\n";
271 for (auto &SI : switches) {
424 if (switches.size())
/external/cronet/base/test/launcher/
Dtest_launcher.cc349 return command_line->HasSwitch(switches::kTestLauncherBotMode) || in BotModeEnabled()
359 CommandLine::SwitchMap switches = command_line.GetSwitches(); in PrepareCommandLineForGTest() local
362 switches.erase(kGTestRepeatFlag); in PrepareCommandLineForGTest()
363 switches.erase(kIsolatedScriptTestRepeatFlag); in PrepareCommandLineForGTest()
366 switches.erase(kGTestOutputFlag); in PrepareCommandLineForGTest()
371 switches.erase(switches::kEnableRunIOSUnittestsWithXCTest); in PrepareCommandLineForGTest()
374 if (switches.find(switches::kTestLauncherRetriesLeft) == switches.end()) { in PrepareCommandLineForGTest()
375 switches[switches::kTestLauncherRetriesLeft] = in PrepareCommandLineForGTest()
384 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); in PrepareCommandLineForGTest()
385 iter != switches.end(); ++iter) { in PrepareCommandLineForGTest()
[all …]

12345678910>>...17