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

  /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/sandbox/linux/bpf_dsl/
bpf_dsl.h 66 // | Switch(arg)[.Case(val, result)].Default(result)
225 friend Caser<T> Switch(const Arg<T>&);
229 // Switch begins a switch expression dispatched according to the
232 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg);
240 // Case adds a single-value "case" clause to the switch.
243 // Cases adds a multiple-value "case" clause to the switch.
248 // Terminate the switch with a "default" clause.
258 friend Caser<U> Switch(const Arg<U>&);
266 // Switch(arg).CASES((3, 5, 7), result)...
    [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...]
  /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...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 2092 milliseconds