Searched refs:Switch (Results 126 - 150 of 182) sorted by relevance

12345678

/external/chromium_org/third_party/codesighs/
H A Dmaptsvdifftool.c92 Switch; typedef in typeref:struct:__struct_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[] = {
1083 Switch* current = NULL;
H A Dmsmap2tsv.c207 Switch; typedef in typeref:struct:__struct_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[] = {
1876 Switch* current = NULL;
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAAltCommand.java42 public void apply(Switch sw)
H A DAAutoescapeCommand.java42 public void apply(Switch sw)
H A DAEachCommand.java47 public void apply(Switch sw)
H A DAEscapeCommand.java42 public void apply(Switch sw)
H A DAIfCommand.java47 public void apply(Switch sw)
H A DALoopToCommand.java47 public void apply(Switch sw)
H A DASetCommand.java42 public void apply(Switch sw)
H A DAWithCommand.java47 public void apply(Switch sw)
H A DACallCommand.java43 public void apply(Switch sw)
H A DADefCommand.java48 public void apply(Switch sw)
H A DALoopCommand.java52 public void apply(Switch sw)
H A DALoopIncCommand.java57 public void apply(Switch sw)
/external/chromium_org/remoting/tools/win/
H A Dchromoting-set-channel.bat42 echo Switch to %CHANNEL% channel complete.
/external/compiler-rt/
H A DREADME.android39 TODO: Switch libbcc to use this version of compiler-rt instead of its own
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm6 use Switch;
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox.cc83 return Switch(op & ~kAllowedFutexFlags)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h222 /* Switch-case block state. */
292 struct tgsi_switch_record Switch; member in struct:tgsi_exec_machine
313 /** Switch case stack */
H A Dtgsi_exec.c489 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
3046 mach->Switch.mask = 0x0;
3059 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch;
3060 fetch_source(mach, &mach->Switch.selector, &inst->Src[0], TGSI_CHAN_X, TGSI_EXEC_DATA_UINT);
3061 mach->Switch.mask = 0x0;
3062 mach->Switch.defaultMask = 0x0;
3080 if (mach->Switch.selector.u[0] == src.u[0]) {
3083 if (mach->Switch.selector.u[1] == src.u[1]) {
3086 if (mach->Switch.selector.u[2] == src.u[2]) {
3089 if (mach->Switch
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
H A DAnalysis.java7 public interface Analysis extends Switch
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp214 case Instruction::Switch: case Instruction::IndirectBr:
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1013 BasicBlock *Switch = SI->getParent(); local
1030 SplitEdge(Switch, SISucc, this);
1038 Switch->getParent(),
1049 PN->setIncomingValue(PN->getBasicBlockIndex(Switch),
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h222 /* Switch-case block state. */
292 struct tgsi_switch_record Switch; member in struct:tgsi_exec_machine
313 /** Switch case stack */
H A Dtgsi_exec.c489 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
3046 mach->Switch.mask = 0x0;
3059 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch;
3060 fetch_source(mach, &mach->Switch.selector, &inst->Src[0], TGSI_CHAN_X, TGSI_EXEC_DATA_UINT);
3061 mach->Switch.mask = 0x0;
3062 mach->Switch.defaultMask = 0x0;
3080 if (mach->Switch.selector.u[0] == src.u[0]) {
3083 if (mach->Switch.selector.u[1] == src.u[1]) {
3086 if (mach->Switch.selector.u[2] == src.u[2]) {
3089 if (mach->Switch
[all...]

Completed in 1350 milliseconds

12345678