Searched refs:switches (Results 1 - 25 of 54) sorted by relevance

123

/external/libchrome/base/test/
H A Dtest_switches.cc8 const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
12 const char switches::kTestLauncherBotMode[] =
16 // automatically switches to single process mode when it detects presence
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
[all...]
H A Dtest_switches.h8 namespace switches { namespace
10 // All switches in alphabetical order. The switches should be documented
32 } // namespace switches
H A Dtest_timeouts.cc103 InitializeTimeout(switches::kTestTinyTimeout, &tiny_timeout_ms_);
104 InitializeTimeout(switches::kUiTestActionTimeout,
108 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_,
112 InitializeTimeout(switches::kTestLauncherTimeout, action_timeout_ms_,
H A Dmultiprocess_test.cc24 if (!command_line.HasSwitch(switches::kTestChildProcess))
25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
76 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
H A Dmultiprocess_test_android.cc50 if (!command_line.HasSwitch(switches::kTestChildProcess)) {
51 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
/external/cros/system_api/switches/
H A Dchrome_switches.h8 // This file defines switches that are used both by Chrome and login_manager.
11 namespace switches { namespace in namespace:chromeos
13 // Sentinel switches for policy injected flags.
14 const char kPolicySwitchesBegin[] = "policy-switches-begin";
15 const char kPolicySwitchesEnd[] = "policy-switches-end";
20 } // namespace switches
/external/llvm/utils/
H A Dfindoptdiff84 echo "Diff fails with these switches:"
85 echo $switches
97 switches="$switches $sw"
98 if tryit "$switches" ; then
H A Dfindmisopt101 # Current set of switches is empty
113 echo "Return code not the same with these switches:"
114 echo $switches
122 echo "Diff fails with these switches:"
123 echo $switches
135 switches="$switches $sw"
136 if tryit "$switches" ; then
145 if [ "$switches" == " $all_switches" ] ; then
151 while [ ! -z "$switches" ] ; d
[all...]
/external/swiftshader/third_party/LLVM/utils/
H A Dfindoptdiff84 echo "Diff fails with these switches:"
85 echo $switches
97 switches="$switches $sw"
98 if tryit "$switches" ; then
H A Dfindmisopt102 # Current set of switches is empty
114 echo "Return code not the same with these switches:"
115 echo $switches
123 echo "Diff fails with these switches:"
124 echo $switches
136 switches="$switches $sw"
137 if tryit "$switches" ; then
146 if [ "$switches" == " $all_switches" ] ; then
152 while [ ! -z "$switches" ] ; d
[all...]
/external/libchrome/base/
H A Dbase_switches.cc8 namespace switches { namespace
120 } // namespace switches
H A Dbase_switches.h5 // Defines all the "base" command-line switches.
12 namespace switches { namespace
43 } // namespace switches
H A Dsys_info.cc25 if (command_line->HasSwitch(switches::kEnableLowEndDeviceMode))
27 if (command_line->HasSwitch(switches::kDisableLowEndDeviceMode))
H A Dcommand_line.cc73 // Append switches and arguments, keeping switches before arguments.
355 // Append the switch and update the switches/arguments divider |begin_args_|.
369 const char* const switches[],
372 if (source.HasSwitch(switches[i]))
373 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i]));
424 // Prepend the wrapper and update the switches/arguments |begin_args_|.
464 // Append switches and arguments.
368 CopySwitchesFrom(const CommandLine& source, const char* const switches[], size_t count) argument
H A Dcommand_line.h6 // Arguments with prefixes ('--', '-', and on Windows, '/') are switches.
46 // A constructor for CommandLines that only carry switches and arguments.
65 // slashes as switches on Windows, but not other platforms.
70 // begin switches, everything else will be an arg).
173 // Get a copy of all switches, along with their values.
186 // Copy a set of switches (and any values) from another command line.
189 const char* const switches[],
203 // Append the switches and arguments from another command line to this one.
233 // Reconstruct |switches_by_stringpiece| to be a mirror of |switches|.
235 // |switches|
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duconfig.h25 * Miscellaneous switches:
35 * The switches are fairly coarse, controlling large modules.
43 * libraries with these switches customized to your needs.
204 /* common/i18n library switches --------------------------------------------- */
228 # error Contradictory collation switches in uconfig.h.
235 /* common library switches -------------------------------------------------- */
260 # error Contradictory file io switches in uconfig.h.
335 # error Contradictory collation switches in uconfig.h.
372 /* i18n library switches ---------------------------------------------------- */
/external/python/cpython3/Lib/test/
H A Dtest_timeit.py231 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None):
234 if switches is None:
237 args = switches[:]
247 s = self.run_main(switches=['--bad-switch'])
262 s = self.run_main(seconds_per_increment=0.0000025, switches=['-n100'])
266 s = self.run_main(seconds_per_increment=2.0, switches=['-n35'])
271 switches=['-n35', '-s', 'print("CustomSetup")'])
277 switches=['-n35', '-s', 'a = "CustomSetup"', '-s', 'print(a)'])
282 s = self.run_main(seconds_per_increment=60.0, switches=['-r9'])
286 s = self.run_main(seconds_per_increment=60.0, switches
[all...]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp146 UString archiveName, switches; local
150 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); local
155 switches.Trim();
157 if (switches.IsPrefixedBy_Ascii_NoCase("-y"))
160 switches = switches.Ptr(2);
161 switches.Trim();
275 if (!switches.IsEmpty())
278 executeParameters += switches;
324 if (!switches
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_timeit.py216 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None):
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
[all...]
/external/curl/docs/cmdline-opts/
H A Dgloboff.d5 This option switches off the "URL globbing parser". When you set this option,
/external/llvm/test/MC/X86/AlignedBundling/
H A Dswitch-section-locked-error.s3 # This test invokes .bundle_lock and then switches to a different section
/external/clang/test/Profile/
H A Dc-general.c213 // PGOGEN-LABEL: @switches()
214 // PGOUSE-LABEL: @switches()
216 void switches() { function
554 switches();
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow.cc340 std::unordered_set<Node*> switches; local
344 switches.insert(edge->dst());
409 switches.find(edge->dst()) != switches.end()) {
589 " switches=", NodesToString(switches));
593 std::vector<Node*> switches; member in struct:tensorflow::FunctionalizeCond::CondArgNode
612 " switches=", NodesToString(switches));
617 std::vector<Node*> switches; member in struct:tensorflow::FunctionalizeCond::SwitchCluster
977 EnsureDominanceAndReturnNonDominatedControlNodes( const std::unordered_map<Node*, ForwardFlowNode>& branch_map, const std::vector<Node*>& switches) argument
1216 ExtractBody(const CondArgNodes& cond_arg_nodes, const std::vector<Node*>& switches, const std::vector<Node*>& merge_nodes, int input_edge, Graph* body) argument
[all...]
/external/wayland-protocols/flinger_headers/
H A DArcInputBridgeProtocol.h189 SwitchArgs switches; member in union:arc::BridgeInputEvent::__anon30375
297 event.switches.switchCode = switchCode;
298 event.switches.state = state;
/external/libbrillo/brillo/
H A Dflag_helper.cc204 // Iterate over the base::CommandLine switches. Update the value
211 // Make sure we allow the standard logging switches (--v and --vmodule).
212 if (key == switches::kV || key == switches::kVModule)

Completed in 1132 milliseconds

123