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

  /external/libchrome/base/
base_switches.h 5 // Defines all the "base" command-line switches.
12 namespace switches { namespace
43 } // namespace switches
base_switches.cc 8 namespace switches { namespace
120 } // 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";
20 } // namespace switches
  /system/bt/service/
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) {
57 } else if (iter.first == switches::kEnableOnStart) {
63 LOG(ERROR) << "Invalid value for " << switches::kEnableOnStart << ": "
68 // Check for libbase logging switches. These get processed by
70 else if (iter.first != ::switches::kV) {
71 LOG(ERROR) << "Unexpected command-line switches found: " << iter.first
    [all...]
switches.h 22 namespace switches { namespace in namespace:bluetooth
24 // List of command-line switches used by the daemon.
44 } // namespace switches
  /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 146 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.IsEmpty())
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsProfilesControllerTest.java 214 private void verifyProfileSwitchTitles(List<SwitchPreference> switches) {
215 for (int i = 0; i < switches.size(); i++) {
218 assertThat(switches.get(i).getTitle()).isEqualTo(expectedTitle);
234 List<SwitchPreference> switches = getProfileSwitches(true); local
235 verifyProfileSwitchTitles(switches);
236 assertThat(switches.get(0).isChecked()).isTrue();
237 assertThat(switches.get(1).isChecked()).isFalse();
239 // Both switches should be enabled.
240 assertThat(switches.get(0).isEnabled()).isTrue();
241 assertThat(switches.get(1).isEnabled()).isTrue()
260 List<SwitchPreference> switches = getProfileSwitches(true); local
300 List<SwitchPreference> switches = getProfileSwitches(false); local
322 List<SwitchPreference> switches = getProfileSwitches(false); local
343 List<SwitchPreference> switches = getProfileSwitches(false); local
    [all...]
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 189 SwitchArgs switches; member in union:arc::BridgeInputEvent::__anon43694
297 event.switches.switchCode = switchCode;
298 event.switches.state = state;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java 280 // Refresh the sync status switches - some syncs may have become active.
363 final List<Preference> switches = new ArrayList<>(authorities.size()); local
377 switches.add(pref);
381 Collections.sort(switches);
382 for (final Preference pref : switches) {
  /external/adhd/cras/src/server/
cras_alsa_jack.c 628 /* Monitor GPIO switches for this jack_list.
645 const int *switches = out_switches; local
651 switches = &data->section->jack_switch;
655 switches = in_switches;
667 data, dev_path, switches[sw]);
670 data, dev_path, dev_name, switches[sw]);
762 /* GPIO switches are on Arm-based machines, and are
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc 340 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
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java 697 int[] switches = new int[9]; local
704 mBarService.registerStatusBar(mCommandQueue, iconSlots, icons, switches, binders,
    [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 1434 milliseconds