HomeSort by relevance Sort by last modified time
    Searched defs:switches (Results 1 - 25 of 26) sorted by null

1 2

  /external/libchrome/base/
base_switches.h 5 // Defines all the "base" command-line switches.
12 namespace switches { namespace
39 } // namespace switches
base_switches.cc 8 namespace switches { namespace
95 } // namespace switches
  /external/libchrome/base/test/
test_switches.h 8 namespace switches { namespace
10 // All switches in alphabetical order. The switches should be documented
31 } // namespace switches
  /external/cros/system_api/switches/
chrome_switches.h 8 // 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
  /system/bt/service/
switches.h 22 namespace switches { namespace in namespace:bluetooth
24 // List of command-line switches used by the daemon.
41 } // namespace switches
settings.cpp 23 #include "service/switches.h"
37 const auto& switches = command_line->GetSwitches(); local
39 for (const auto& iter : switches) {
40 if (iter.first == switches::kCreateIPCSocketPath) {
50 } else if (iter.first == switches::kAndroidIPCSocketSuffix) {
61 // Check for libbase logging switches. These get processed by
63 else if (iter.first != ::switches::kV) {
64 LOG(ERROR) << "Unexpected command-line switches found: " << iter.first;
  /system/connectivity/shill/
testrunner.cc 24 namespace switches { namespace
29 "Additional (non-gtest) switches:\n"
37 } // namespace switches
47 if (cl->HasSwitch(switches::kHelp)) {
48 std::cerr << switches::kHelpMessage;
logging.cc 29 namespace switches { namespace in namespace:shill
34 } // namespace switches
37 if (cl->HasSwitch(switches::kLogLevel)) {
38 string log_level = cl->GetSwitchValueASCII(switches::kLogLevel);
50 if (cl->HasSwitch(switches::kLogScopes)) {
51 string log_scopes = cl->GetSwitchValueASCII(switches::kLogScopes);
logging.h 89 namespace switches { namespace in namespace:shill
91 // Command line switches used to setup logging.
101 } // namespace switches
103 // Looks for the command line switches |kLogLevelSwitch| and |kLogScopesSwitch|
shill_main.cc 44 namespace switches { namespace
78 "Available Switches: \n"
109 } // namespace switches
169 SetupLogging(cl->HasSwitch(switches::kForeground), daemon_name);
177 if (cl->HasSwitch(switches::kHelp)) {
178 LOG(INFO) << switches::kHelpMessage;
183 if (cl->HasSwitch(switches::kTechnologyOrder)) {
186 switches::kTechnologyOrder);
200 if (cl->HasSwitch(switches::kDeviceBlackList)) {
202 cl->GetSwitchValueASCII(switches::kDeviceBlackList), ","
    [all...]
  /system/connectivity/dhcp_client/
main.cc 27 namespace switches { namespace in namespace:__anon72928
36 } // namespace switches
55 SetupLogging(cl->HasSwitch(switches::kForeground), daemon_name);
63 if (cl->HasSwitch(switches::kHelp)) {
64 LOG(INFO) << switches::kHelpMessage;
  /system/connectivity/shill/test-rpc-proxy/
proxy_main.cc 33 namespace switches { namespace in namespace:__anon73049
37 "Available Switches: \n"
40 } // namespace switches
47 if (cl->HasSwitch(switches::kHelp)) {
48 LOG(INFO) << switches::kHelpMessage;
53 if (!cl->HasSwitch(switches::kPort)) {
55 LOG(ERROR) << switches::kHelpMessage;
58 xml_rpc_port = std::stoi(cl->GetSwitchValueASCII(switches::kPort));
  /system/connectivity/shill/shims/
netfilter_queue_helper.cc 50 namespace switches { namespace
59 "Available Switches:\n"
70 } // namespace switches
96 if (cl->HasSwitch(switches::kHelp)) {
97 LOG(INFO) << switches::kHelpMessage;
102 if (!GetIntegerOption(cl, switches::kInputQueue, &input_queue) ||
109 if (!GetIntegerOption(cl, switches::kOutputQueue, &output_queue) ||
115 if (cl->HasSwitch(switches::kVerbose)) {
  /external/clang/test/Profile/
c-general.c 213 // PGOGEN-LABEL: @switches()
214 // PGOUSE-LABEL: @switches()
216 void switches() { function
554 switches();
  /system/connectivity/apmanager/
main.cc 31 namespace switches { namespace in namespace:__anon72916
40 "Available Switches: \n"
43 } // namespace switches
122 SetupLogging(minijail, cl->HasSwitch(switches::kForeground), daemon_name);
141 if (cl->HasSwitch(switches::kHelp)) {
142 LOG(INFO) << switches::kHelpMessage;
  /system/connectivity/shill/setup_wifi/
main.cc 36 namespace switches { namespace in namespace:__anon73037
42 "Available Switches: \n"
49 } // namespace switches
120 if (cl->HasSwitch(switches::kHelp)) {
121 LOG(INFO) << switches::kHelpMessage;
125 if (!cl->HasSwitch(switches::kSSID)) {
127 LOG(ERROR) << switches::kHelpMessage;
131 std::string ssid = cl->GetSwitchValueASCII(switches::kSSID);
133 if (cl->HasSwitch(switches::kPassphrase)) {
134 psk = cl->GetSwitchValueASCII(switches::kPassphrase)
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
generate_chromeos_dbus_bindings.cc 27 namespace switches { namespace
37 "generate-chromeos-dbus-bindings itf1.xml [itf2.xml...] [switches]\n"
39 "Available 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))
    [all...]
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 284 char *switches[SW_MAX + 1] = { variable
299 [EV_SW] = switches,
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 139 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.IsEmpty())
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java 282 // Refresh the sync status switches - some syncs may have become active.
365 final List<Preference> switches = new ArrayList<>(authorities.size()); local
379 switches.add(pref);
383 Collections.sort(switches);
384 for (final Preference pref : switches) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 331 // the user switches to home. We know it is safe to do at this
332 // point, so make sure new activity switches are now allowed.
740 int[] switches = new int[9]; local
747 mBarService.registerStatusBar(mCommandQueue, iconSlots, icons, switches, binders,
756 disable(switches[0], switches[6], false /* animate */);
757 setSystemUiVisibility(switches[1], switches[7], switches[8], 0xffffffff,
759 topAppWindowChanged(switches[2] != 0)
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 128 in command switches of a type that takes string arguments. */
138 /* The recognized command switches. */
213 /* List of makefiles given with -f switches. */
246 /* List of directories given with -C switches. */
250 /* List of include directories given with -I switches. */
254 /* List of files given with -o switches. */
258 /* List of files given with -W switches. */
362 /* The table of command switches. */ variable in typeref:struct:command_switch
364 static const struct command_switch switches[] =
    [all...]
  /device/google/dragon/recovery/updater/
ec_commands.h 2213 uint8_t switches; member in struct:ec_response_mkbp_info
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 

Completed in 1222 milliseconds

1 2