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

  /external/libchrome/base/
base_switches.h 5 // Defines all the "base" command-line switches.
12 namespace switches { namespace
42 } // namespace switches
base_switches.cc 8 namespace switches { namespace
114 } // namespace switches
  /external/libchrome/base/test/
test_switches.h 8 namespace switches { namespace
10 // All switches in alphabetical order. The switches should be documented
32 } // 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.cc 23 #include "service/switches.h"
34 const auto& switches = command_line->GetSwitches(); local
36 for (const auto& iter : switches) {
37 if (iter.first == switches::kCreateIPCSocketPath) {
47 } else if (iter.first == switches::kAndroidIPCSocketSuffix) {
58 // Check for libbase logging switches. These get processed by
60 else if (iter.first != ::switches::kV) {
61 LOG(ERROR) << "Unexpected command-line switches found: " << iter.first;
  /external/clang/test/Profile/
c-general.c 213 // PGOGEN-LABEL: @switches()
214 // PGOUSE-LABEL: @switches()
216 void switches() { function
554 switches();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 47 int[] switches = new int[9]; local
56 mBarService.registerStatusBar(commandQueue, iconSlots, icons, switches, binders,
  /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 276 // Refresh the sync status switches - some syncs may have become active.
359 final List<Preference> switches = new ArrayList<>(authorities.size()); local
373 switches.add(pref);
377 Collections.sort(switches);
378 for (final Preference pref : switches) {
  /device/google/dragon/recovery/updater/
ec_commands.h 2213 uint8_t switches; member in struct:ec_response_mkbp_info
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java 828 int[] switches = new int[9]; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 

Completed in 453 milliseconds