HomeSort by relevance Sort by last modified time
    Searched refs:Switch (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Switch.java 5 public interface Switch
Switchable.java 7 void apply(Switch sw);
EOF.java 28 public void apply(Switch sw)
ANoopCommand.java 22 public void apply(Switch sw)
ANoopExpression.java 22 public void apply(Switch sw)
TAlt.java 28 public void apply(Switch sw)
TAnd.java 28 public void apply(Switch sw)
TArgWhitespace.java 28 public void apply(Switch sw)
TAssignment.java 28 public void apply(Switch sw)
TAutoescape.java 28 public void apply(Switch sw)
TBang.java 28 public void apply(Switch sw)
TBracketClose.java 28 public void apply(Switch sw)
TBracketOpen.java 28 public void apply(Switch sw)
TCall.java 28 public void apply(Switch sw)
TComma.java 28 public void apply(Switch sw)
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
OptimizerProvider.java 19 import com.google.clearsilver.jsilver.syntax.node.Switch;
26 Switch getOptimizer();
  /external/clang/test/Driver/
le32-unknown-nacl.cpp 132 template<int> void Switch();
133 template<> void Switch<4>();
134 template<> void Switch<8>();
135 template<> void Switch<16>();
139 Switch<sizeof(void*)>();
142 Switch<sizeof(long long)>();
145 Switch<sizeof(va_list)>();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Switches.java 22 import android.widget.Switch;
28 * Demonstrates the use of the toggle switch widget.
37 Switch s = (Switch) findViewById(R.id.monitored_switch);
45 Toast.makeText(this, "Monitored switch is " + (isChecked ? "on" : "off"),
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 20 import com.google.clearsilver.jsilver.syntax.node.Switch;
39 public void apply(Switch sw) {
SyntaxTreeBuilder.java 25 import com.google.clearsilver.jsilver.syntax.node.Switch;
40 * {@link Start#apply(com.google.clearsilver.jsilver.syntax.node.Switch)}.
73 protected final Switch typeResolver = new TypeResolver();
74 protected final Switch sequenceOptimizer = new SequenceOptimizer();
75 protected final Switch inlineRewriter = new InlineRewriter();
76 protected final Switch varOptimizer = new VarOptimizer(Arrays.asList("html", "js", "url"));
  /external/webkit/Source/WebCore/
make-hash-tools.pl 23 use Switch;
31 switch ($option) {
53 } # switch ($option)
  /dalvik/tests/003-omnibus-opcodes/src/
Switch.java 1 public class Switch {
3 * Test switch() blocks
6 System.out.println("Switch.testSwitch");
10 switch (a) {
19 switch (a) {
27 switch (a) {
32 switch (a) {
40 switch (a) {
47 switch (a) {
54 switch (a)
    [all...]
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/i18n/
remoteDeviceNLS.properties 26 UI_WirelessWizard_Name=Switch Connection Mode Wizard
27 UI_WirelessInformationPage_Title=Switch to TCP/IP connection mode
30 USBModeServiceHandler_MsgItWasNotPossibleToSwitchDeviceToUSBMode=It was not possible to switch the device {0} connection mode to USB.
31 USBModeServiceHandler_MsgItWasNotPossibleToSwitchToUSBMode=It was not possible to switch the android device {0} connection mode to USB.
35 USBModeServiceHandler_MsgUnableToSwitchToUSBDueToSDKVersion=Unable to switch to USB connection mode on handsets with Android OS version lower than 2.1.
51 SwitchFromUSBAndConnectToWirelessRunnable_MsgNotPossibleToConvertUSBToTCPIP=It was not possible to switch the device connection mode from USB to TCP/IP.
61 ERR_WirelessWizard_NOT_VALID_SDK=It is not possible to switch to TCP/IP connection mode on handsets with OS version lower than 2.1.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingSwitch.java 29 import android.widget.Switch;
31 /* A switch setting control which turns on/off the setting. */
33 private Switch mSwitch;
48 mSwitch = (Switch) findViewById(R.id.setting_switch);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
BooleanEditor.java 23 import android.widget.Switch;
34 final Switch booleanEditor = (Switch) booleanEditorStub.inflate();

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 9