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

  /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...]
Main.java 54 Switch.run();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Switch.java 5 public interface Switch
  /external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h 41 enum Type { Loop, Switch, NamedLabel };
  /frameworks/base/core/java/android/widget/
Switch.java 45 * A Switch is a two-state toggle switch widget that can select between two
48 * property controls the text displayed in the label for the switch, whereas the
68 public class Switch extends CompoundButton {
117 * Construct a new Switch with default styling.
121 public Switch(Context context) {
126 * Construct a new Switch with default styling, overriding specific style
132 public Switch(Context context, AttributeSet attrs) {
137 * Construct a new Switch with a default style determined by the given theme attribute,
145 public Switch(Context context, AttributeSet attrs, int defStyle)
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 73 switch (K) {
271 /// given switch instruction.
273 llvm::SwitchInst *Switch,
297 // Don't add this case to the switch statement twice.
300 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
308 /// be a cleanup switch.
311 // If it's a branch, turn it into a switch whose default
320 llvm::SwitchInst *Switch =
323 return Switch;
357 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 586 // If this isn't a switch on Cond, we can't handle it.
589 // Check to see if a successor of the switch is guaranteed to go to the
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 143 | Switch
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 528 milliseconds