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

1 2

  /art/test/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 45 Switch.run();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Switch.java 5 public interface Switch
  /external/clang/test/SemaCXX/
cxx1y-contextual-conversion-tweaks.cpp 28 void Switch() {
31 switch (i) {} // @31
32 switch (i + 0) {}
33 switch (+i) {}
42 //expected-error@31 {{multiple conversions from switch condition type 'zero_init<int>' to an integral or enumeration type}}
80 switch (a0) {}
81 switch (a1) {} // @81 -- fails for different reasons
82 switch (a2) {} // @82
83 switch (a3) {} // @83
84 switch (a4) {} // @8
    [all...]
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 87 Switch;
91 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
92 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
93 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
95 static Switch* gSwitches[] = {
195 switch(*type)
213 switch(toupper(*type))
233 switch(*type)
287 Switch* current = NULL;
352 ERROR_REPORT(retval, inArgv[loop], "Unknown command line switch.")
    [all...]
codesighs.c 113 Switch;
117 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
118 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
119 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
120 static Switch gModuleSwitch = {"--modules", "-m", 0, NULL, "Output individual module numbers as well."};
121 static Switch gTotalSwitch = {"--totalonly", "-t", 0, NULL, "Output only one number." DESC_NEWLINE "The total overall size." DESC_NEWLINE "Overrides other output options."};
122 static Switch gMinSize = {"--min-size", "-min", 1, NULL, "Only consider symbols equal to or greater than this size." DESC_NEWLINE "The default is 0x00000000."};
123 static Switch gMaxSize = {"--max-size", "-max", 1, NULL, "Only consider symbols equal to or smaller than this size." DESC_NEWLINE "The default is 0xFFFFFFFF."};
124 static Switch gMatchScope = {"--match-scope", "-msco", 1, NULL, "Only consider scopes that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify a range of scopes," DESC_NEWLINE "though PUBLIC, STATIC, and UNDEF are your only choices."};
125 static Switch gMatchClass = {"--match-class", "-mcla", 1, NULL, "Only consider classes that have a substring mat (…)
    [all...]
msdump2symdb.c 87 Switch;
91 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
92 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
93 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
95 static Switch* gSwitches[] = {
874 Switch* current = NULL;
939 ERROR_REPORT(retval, inArgv[loop], "Unknown command line switch.");
945 ERROR_REPORT(retval, inArgv[loop], "Command line switch requires a value.");
    [all...]
maptsvdifftool.c 92 Switch;
96 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
97 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
98 static Switch gSummarySwitch = {"--summary", "-s", 0, NULL, "Only output a single line." DESC_NEWLINE "The cumulative size changes." DESC_NEWLINE "Overrides all other output options."};
99 static Switch gZeroDriftSwitch = {"--zerodrift", "-z", 0, NULL, "Output zero drift data." DESC_NEWLINE "Reports symbol changes even when there is no net drift."};
100 static Switch gNegationSwitch = {"--negation", "-n", 0, NULL, "Use negation heuristics." DESC_NEWLINE "When symbol sizes are inferred by offset, order changes cause noise." DESC_NEWLINE "This helps see through the noise by eliminating equal and opposite drifts."};
101 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
103 static Switch* gSwitches[] = {
662 ** If the negation switch is in play, we perfrom the following
    [all...]
msmap2tsv.c 207 Switch;
211 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
212 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
213 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
214 static Switch gMatchModuleSwitch = {"--match-module", "-mm", 1, NULL, "Specify a valid module name." DESC_NEWLINE "Multiple specifications allowed." DESC_NEWLINE "If a module name does not match one of the names specified then no output will occur."};
215 static Switch gSymDBSwitch = {"--symdb", "-sdb", 1, NULL, "Specify a symbol tsv db input file." DESC_NEWLINE "Such a symdb is produced using the tool msdump2symdb." DESC_NEWLINE "This allows better symbol size approximations." DESC_NEWLINE "The symdb file must be pre-sorted."};
216 static Switch gBatchModeSwitch = {"--batch", "-b", 0, NULL, "Runs in batch mode." DESC_NEWLINE "The input file contains a list of map files." DESC_NEWLINE "Normally the input file is a map file itself." DESC_NEWLINE "This eliminates reprocessing the symdb for multiple map files."};
218 static Switch* gSwitches[] = {
921 switch (state) {
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 51 * A Switch is a two-state toggle switch widget that can select between two
55 public class Switch extends CompoundButton {
99 * Construct a new Switch with default styling, overriding specific style
105 public Switch(Context context, AttributeSet attrs) {
110 * Construct a new Switch with a default style determined by the given theme attribute,
118 public Switch(Context context, AttributeSet attrs, int defStyle) {
145 * Sets the switch text color, size, style, hint color, and highlight color
210 * @return true if (x, y) is within the target area of the switch thumb
226 switch (action)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 45 * A Switch is a two-state toggle switch widget that can select between two
49 public class Switch extends CompoundButton {
92 * Construct a new Switch with default styling, overriding specific style
98 public Switch(Context context, AttributeSet attrs) {
103 * Construct a new Switch with a default style determined by the given theme attribute,
111 public Switch(Context context, AttributeSet attrs, int defStyle) {
138 * Sets the switch text color, size, style, hint color, and highlight color
201 * @return true if (x, y) is within the target area of the switch thumb
217 switch (action)
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 50 * A Switch is a two-state toggle switch widget that can select between two
53 * property controls the text displayed in the label for the switch, whereas the
73 public class Switch extends CompoundButton {
105 * Width required to draw the switch track and thumb. Includes padding and
111 * Height required to draw the switch track and thumb. Includes padding and
122 /** Left bound for drawing the switch track and thumb. */
125 /** Top bound for drawing the switch track and thumb. */
128 /** Right bound for drawing the switch track and thumb. */
131 /** Bottom bound for drawing the switch track and thumb. *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 222 /* Switch-case block state. */
291 /* Current switch-case state. */
292 struct tgsi_switch_record Switch;
313 /** Switch case stack */
398 switch(param) {
  /external/clang/lib/CodeGen/
CGCleanup.cpp 74 switch (K) {
277 /// given switch instruction.
279 llvm::SwitchInst *Switch,
303 // Don't add this case to the switch statement twice.
306 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
314 /// be a cleanup switch.
317 // If it's a branch, turn it into a switch whose default
326 llvm::SwitchInst *Switch =
329 return Switch;
363 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 582 // If this isn't a switch on Cond, we can't handle it.
585 // Check to see if a successor of the switch is guaranteed to go to the
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 222 /* Switch-case block state. */
291 /* Current switch-case state. */
292 struct tgsi_switch_record Switch;
313 /** Switch case stack */
398 switch(param) {
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 147 | Switch
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 350 PNDR64_FORMAT Switch;
urlmon.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 499 milliseconds

1 2