HomeSort by relevance Sort by last modified time
    Searched refs:Switch (Results 151 - 175 of 215) sorted by null

1 2 3 4 5 67 8 9

  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 50 import android.widget.Switch;
75 private Switch mActionBarSwitch;
95 mActionBarSwitch = new Switch(activity);
166 switch (item.getItemId()) {
259 switch (mWifiDisplayStatus.getActiveDisplayState()) {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ACallCommand.java 43 public void apply(Switch sw)
ADefCommand.java 48 public void apply(Switch sw)
ALoopCommand.java 52 public void apply(Switch sw)
ALoopIncCommand.java 57 public void apply(Switch sw)
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 56 import android.widget.Switch;
287 mToggleSwitch = new Switch(this);
355 final Switch sw = (Switch) findViewById(R.id.vIStrengthToggle);
573 Switch sw = (Switch) findViewById(R.id.vIStrengthToggle);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
Settings.java 50 import android.widget.Switch;
168 // If the current header was saved, switch to it
261 * Switch to parent fragment and store the grand parent's info
588 Switch switch_;
638 mWifiEnabler = new WifiEnabler(context, new Switch(context));
639 mBluetoothEnabler = new BluetoothEnabler(context, new Switch(context));
651 switch (headerType) {
666 holder.switch_ = (Switch) view.findViewById(R.id.switchWidget);
687 switch (headerType) {
    [all...]
DevelopmentSettings.java 67 import android.widget.Switch;
150 private Switch mEnabledSwitch;
341 mEnabledSwitch = new Switch(activity);
424 // settings that are enabled. This is an invalid state. Switch
    [all...]
AccessibilitySettings.java 64 import android.widget.Switch;
542 switch (dialogId) {
640 public static class ToggleSwitch extends Switch {
    [all...]
DataUsageSummary.java 122 import android.widget.Switch;
213 private Switch mDataEnabled;
347 mDataEnabled = new Switch(inflater.getContext());
503 switch (item.getItemId()) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 41 import android.widget.Switch;
82 private Switch mHardKeyboardSwitch;
143 mHardKeyboardSwitch = (Switch) findViewById(R.id.hard_keyboard_switch);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
Analysis.java 7 public interface Analysis extends Switch
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 30 switch (Class) {
162 switch (I->getOpcode()) {
173 switch (F->getIntrinsicID()) {
201 case Instruction::Switch: case Instruction::IndirectBr:
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 33 STATISTIC(NumDeadCases, "Number of switch cases removed");
198 /// processSwitch - Simplify a switch instruction by removing cases which can
204 /// switch can be removed and replaced with a branch to the case destination.
209 // If the condition was defined in same block as the switch then LazyValueInfo
214 // If the switch is unreachable then trying to improve it is a waste of time.
218 // Analyse each switch case in turn. This is done in reverse order so that
225 // Check to see if the switch condition is equal to/not equal to the case
229 // Is the switch condition equal to the case value?
265 // This case always fires. Arrange for the switch to be turned into an
266 // unconditional branch by replacing the switch condition with the cas
    [all...]
LoopUnswitch.cpp 587 // If this isn't a switch on Cond, we can't handle it.
590 // Check to see if a successor of the switch is guaranteed to go to the
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 6 use Switch;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 70 import android.widget.Switch;
397 // On/off switch is hidden for Setup Wizard
399 Switch actionBarSwitch = new Switch(activity);
512 switch (item.getItemId()) {
581 switch (item.getItemId()) {
641 switch (dialogId) {
716 switch (wifiState) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 51 import android.widget.Switch;
304 private Switch mRepeatSwitch;
348 switch (er.freq) {
407 switch (er.freq) {
521 switch (model.end) {
549 switch (model.freq) {
652 mRepeatSwitch = (Switch) mView.findViewById(R.id.repeat_switch);
716 switch (mModel.freq) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 53 import android.widget.Switch;
232 switch (item.getItemId()) {
383 switch (requestCode) {
471 Switch onoff;
586 holder.onoff = (Switch) view.findViewById(R.id.onoff);
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 59 /// switch-statement
108 // Cases in this switch statement should fall through if the parser expects
114 switch (Kind) {
201 case tok::kw_switch: // C99 6.8.4.2: switch-statement
327 // If a constant expression is followed by a colon inside a switch block,
601 // Nicely diagnose the common error "switch (X) { case 4: }", which is
650 // Diagnose the common error "switch (X) {... default: }", which is
715 switch (Tok.getKind()) {
964 // while, for, and switch statements are local to the if, while, for, or
965 // switch statement (including the controlled statement)
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
ManageAccountsSettings.java 50 import android.widget.Switch;
179 switch (item.getItemId()) {
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 81 import android.widget.Switch;
260 final Switch switchView = (Switch) widget.getChildAt(0);
654 // to avoid taking the hit in onPause(), which can cause race conditions on user switch.
736 switch (entry.getType()) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 64 use Switch;
195 use Switch;
529 switch ($alt<decisionNumber>) {
543 switch ($alt<decisionNumber>) {
577 switch ($alt<decisionNumber>) {
606 switch ($alt<decisionNumber>) {
623 /** A case in a switch that jumps to an alternative given the alternative
624 * number. A DFA predicts the alternative and then a simple switch
915 // F i x e d D F A (switch case)
917 /** A DFA state where a SWITCH may be generated. The code generato
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 187 switch (OpCode) {
191 case Switch: return "switch";
421 switch (getOpcode()) {
441 switch (getOpcode()) {
486 switch (Opcode) {
503 switch (op) {
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 56 import android.widget.Switch;
342 switch (item.getItemId()) {

Completed in 3186 milliseconds

1 2 3 4 5 67 8 9