Searched refs:Switch (Results 51 - 75 of 182) sorted by relevance

12345678

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTName.java28 public void apply(Switch sw)
H A DTNe.java28 public void apply(Switch sw)
H A DTOr.java28 public void apply(Switch sw)
H A DTParenClose.java28 public void apply(Switch sw)
H A DTParenOpen.java28 public void apply(Switch sw)
H A DTPercent.java28 public void apply(Switch sw)
H A DTPlus.java28 public void apply(Switch sw)
H A DTQuestion.java28 public void apply(Switch sw)
H A DTSet.java28 public void apply(Switch sw)
H A DTSlash.java28 public void apply(Switch sw)
H A DTStar.java28 public void apply(Switch sw)
H A DTString.java28 public void apply(Switch sw)
H A DTUvar.java28 public void apply(Switch sw)
H A DTVar.java28 public void apply(Switch sw)
H A DTWith.java28 public void apply(Switch sw)
H A DTWord.java28 public void apply(Switch sw)
H A DACsOpenPosition.java32 public void apply(Switch sw)
H A DADataCommand.java32 public void apply(Switch sw)
H A DADecNumberVariable.java32 public void apply(Switch sw)
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c113 Switch; typedef in typeref:struct:__struct_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 gMatchClas
[all...]
H A Dnm2tsv.c87 Switch; typedef in typeref:struct:__struct_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[] = {
287 Switch* current = NULL;
/external/mdnsresponder/mDNSPosix/
H A DMakefile109 # uClibc does not support Name Service Switch
266 # nss_mdns target builds the Name Service Switch module
268 @echo "Name Service Switch module done"
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc128 return Switch(option)
136 return Switch(request).CASES((TCGETS, FIONREAD), Allow()).Default(
178 return Switch(cmd)
200 return Switch(call)
232 return Switch(op & ~kAllowedFutexFlags)
/external/chromium_org/chrome/tools/test/
H A Dgenerate_mime_tests.pl41 use Switch; # used for switch-case program structure
/external/clang/test/SemaCXX/
H A Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { function in namespace:n3323_example

Completed in 378 milliseconds

12345678