HomeSort by relevance Sort by last modified time
    Searched defs:Switch (Results 1 - 10 of 10) 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 };
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 375 // If this isn't a switch on Cond, we can't handle it.
378 // Check to see if a successor of the switch is guaranteed to go to the
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 73 switch (K) {
273 /// given switch instruction.
275 llvm::SwitchInst *Switch,
299 // Don't add this case to the switch statement twice.
302 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
310 /// be a cleanup switch.
313 // If it's a branch, turn it into a switch whose default
322 llvm::SwitchInst *Switch =
325 return Switch;
359 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB)
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 42 * A Switch is a two-state toggle switch widget that can select between two
45 * property controls the text displayed in the label for the switch, whereas the
54 public class Switch extends CompoundButton {
102 * Construct a new Switch with default styling.
106 public Switch(Context context) {
111 * Construct a new Switch with default styling, overriding specific style
117 public Switch(Context context, AttributeSet attrs) {
122 * Construct a new Switch with a default style determined by the given theme attribute,
130 public Switch(Context context, AttributeSet attrs, int defStyle)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 142 | Switch
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 334 milliseconds