Searched defs:switches (Results 1 - 16 of 16) sorted by relevance

/external/libchrome/base/
H A Dbase_switches.h5 // Defines all the "base" command-line switches.
12 namespace switches { namespace
39 } // namespace switches
H A Dbase_switches.cc8 namespace switches { namespace
95 } // namespace switches
H A Dcommand_line.cc72 // Append switches and arguments, keeping switches before arguments.
343 // Append the switch and update the switches/arguments divider |begin_args_|.
357 const char* const switches[],
360 if (source.HasSwitch(switches[i]))
361 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i]));
408 // Prepend the wrapper and update the switches/arguments |begin_args_|.
448 // Append switches and arguments.
356 CopySwitchesFrom(const CommandLine& source, const char* const switches[], size_t count) argument
/external/libchrome/base/test/
H A Dtest_switches.h8 namespace switches { namespace
10 // All switches in alphabetical order. The switches should be documented
31 } // namespace switches
/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";
23 } // namespace switches
/external/clang/test/Profile/
H A Dc-general.c213 // PGOGEN-LABEL: @switches()
214 // PGOUSE-LABEL: @switches()
216 void switches() { function
554 switches();
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dgenerate_chromeos_dbus_bindings.cc27 namespace switches { namespace
37 "generate-chromeos-dbus-bindings itf1.xml [itf2.xml...] [switches]\n"
51 } // namespace switches
133 if (cl->HasSwitch(switches::kHelp)) {
134 LOG(INFO) << switches::kHelpMessage;
141 LOG(ERROR) << switches::kHelpMessage;
146 if (cl->HasSwitch(switches::kServiceConfig)) {
147 std::string config_file = cl->GetSwitchValueASCII(switches::kServiceConfig);
168 if (cl->HasSwitch(switches::kMethodNames)) {
170 cl->GetSwitchValueASCII(switches
[all...]
/external/autotest/client/site_tests/hardware_Keyboard/src/
H A Devtest.c284 char *switches[SW_MAX + 1] = { variable
299 [EV_SW] = switches,
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp139 UString archiveName, switches; local
143 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); local
148 switches.Trim();
150 if (MyStringCompareNoCase_N(switches, L"-y", 2) == 0)
153 switches = switches.Ptr(2);
154 switches.Trim();
266 if (!switches.IsEmpty())
270 executeParameters += switches;
316 if (!switches
[all...]
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1103 milliseconds