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

1 2 3 4 5 6 7 8 91011>>

  /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)
  /external/clang/test/Driver/
lanai-unknown-unknown.cpp 72 template<int> void Switch();
73 template<> void Switch<4>();
74 template<> void Switch<8>();
75 template<> void Switch<16>();
79 Switch<sizeof(void*)>();
82 Switch<sizeof(long long)>();
85 Switch<sizeof(va_list)>();
wasm32-unknown-unknown.cpp 105 template<int> void Switch();
106 template<> void Switch<4>();
107 template<> void Switch<8>();
108 template<> void Switch<16>();
112 Switch<sizeof(void*)>();
115 Switch<sizeof(long long)>();
118 Switch<sizeof(va_list)>();
wasm64-unknown-unknown.cpp 105 template<int> void Switch();
106 template<> void Switch<4>();
107 template<> void Switch<8>();
108 template<> void Switch<16>();
112 Switch<sizeof(void*)>();
115 Switch<sizeof(long long)>();
118 Switch<sizeof(va_list)>();
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)>();
le64-unknown-unknown.cpp 126 template<int> void Switch();
127 template<> void Switch<4>();
128 template<> void Switch<8>();
129 template<> void Switch<16>();
133 Switch<sizeof(void*)>();
136 Switch<sizeof(va_list)>();
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
OptimizerProvider.java 19 import com.google.clearsilver.jsilver.syntax.node.Switch;
26 Switch getOptimizer();
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
SwitchBindingAdapter.java 23 import android.widget.Switch;
26 @BindingMethod(type = android.widget.Switch.class, attribute = "android:thumb", method = "setThumbDrawable"),
27 @BindingMethod(type = android.widget.Switch.class, attribute = "android:track", method = "setTrackDrawable"),
33 public static void setSwitchTextAppearance(Switch view, int value) {
  /packages/apps/Settings/src/com/android/settings/widget/
SwitchWidgetController.java 19 import android.widget.Switch;
23 * A controller class for general switch widget handling. We have different containers that provide
24 * different forms of switch layout. Provide a centralized control for updating the switch widget.
31 * Interface definition for a callback to be invoked when the switch has been toggled.
35 * Called when the checked state of the Switch has changed.
39 * @return true to update the state of the switch with the new value.
57 * Set the callback to be invoked when the switch is toggled by the user (but before the
67 * Update the preference title associated with the switch.
69 * @param isChecked whether the switch is currently checke
    [all...]
MasterSwitchController.java 20 import android.widget.Switch;
24 * The switch controller that is used to update the switch widget in the MasterSwitchPreference
79 public Switch getSwitch() {
ToggleSwitch.java 21 import android.widget.Switch;
23 public class ToggleSwitch extends Switch {
  /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/llvm/lib/Fuzzer/test/
SwitchTest.cpp 4 // Simple test for a fuzzer. The fuzzer must find the interesting switch value.
14 bool Switch(const uint8_t *Data, size_t Size) {
18 switch (X) {
35 switch(X) {
49 if (Size >= 4 && Switch<int>(Data, Size) &&
50 Size >= 12 && Switch<uint64_t>(Data + 4, Size - 4) &&
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
MultiTargetSwitchPreference.java 22 import android.widget.Switch;
50 Switch switchView = (Switch) view.findViewById(
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
Exception.S 49 # Switch to SVC for common stack
56 # Switch to SVC for common stack
63 # Switch to SVC for common stack
70 # Switch to SVC for common stack
77 # Switch to SVC for common stack
84 # Switch to SVC for common stack
91 # Switch to SVC for common stack
98 # Switch to SVC for common stack
Exception.asm 45 cps #0x13 ; Switch to SVC for common stack
51 cps #0x13 ; Switch to SVC for common stack
57 cps #0x13 ; Switch to SVC for common stack
63 cps #0x13 ; Switch to SVC for common stack
69 cps #0x13 ; Switch to SVC for common stack
75 cps #0x13 ; Switch to SVC for common stack
81 cps #0x13 ; Switch to SVC for common stack
87 cps #0x13 ; Switch to SVC for common stack
  /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) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
MasterSwitchPreferenceTest.java 25 import android.widget.Switch;
67 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
83 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
99 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
114 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
132 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SwitchCtsActivity.java 21 import android.widget.Switch;
25 * A minimal application for {@link Switch} test.
  /packages/apps/Car/Settings/src/com/android/car/settings/common/
ToggleLineItem.java 24 import android.widget.Switch;
36 Switch switchToggle = (Switch) v.findViewById(R.id.toggle_switch);
64 public final Switch toggle;
70 toggle = (Switch) view.findViewById(R.id.toggle_switch);
82 * @param isChecked the state of the switch widget at the time of click.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
UsbSbd.asl 52 // Switch by function index
54 Switch (ToInteger(Arg2))
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
SwitchBindingAdapterTest.java 23 import android.widget.Switch;
28 Switch mView;
  /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);

Completed in 387 milliseconds

1 2 3 4 5 6 7 8 91011>>