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

1 2 3 4 5 6 7 8

  /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...]
  /packages/apps/Camera/src/com/android/camera/ui/
InLineSettingSwitch.java 24 import android.widget.Switch;
29 /* A switch setting control which turns on/off the setting. */
31 private Switch mSwitch;
47 mSwitch = (Switch) findViewById(R.id.setting_switch);
  /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);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 44 import android.widget.Switch;
55 private Switch mEnableSwitch;
68 mEnableSwitch = new Switch(activity);
73 // switch in the left-hand pane to control this; we need to show the ON/OFF in our
102 private Switch mSwitch;
104 public Enabler(Context context, Switch switch_) {
112 public void setSwitch(Switch switch_) {

Completed in 218 milliseconds

1 2 3 4 5 6 7 8