HomeSort by relevance Sort by last modified time
    Searched refs:SwitchType (Results 1 - 7 of 7) sorted by null

  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 8 public enum SwitchType
20 public SwitchType Type;
26 public SwitchForm(string idString, SwitchType type, bool multi,
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
40 public SwitchForm(string idString, SwitchType type, bool multi):
106 SwitchType type = switchForm.Type;
109 case SwitchType.PostMinus:
121 case SwitchType.PostChar:
142 case SwitchType.LimitedPostString:
143 case SwitchType.UnLimitedPostString:
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1);
134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1);
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1);
137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1);
138 kSwitchForms[sw++] = new SwitchForm("PB", SwitchType.UnLimitedPostString, false, 1);
139 kSwitchForms[sw++] = new SwitchForm("MF", SwitchType.UnLimitedPostString, false, 1);
140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderSwitchTests.cpp 66 enum SwitchType
89 static tcu::TestCase* makeSwitchCase (Context& context, const char* name, const char* desc, SwitchType type, bool isVertex, const LineStream& switchBody)
163 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, switchBody));
164 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, switchBody));
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderSwitchTests.cpp 83 enum SwitchType
106 static de::MovePtr<ShaderSwitchCase> makeSwitchCase (tcu::TestContext& testCtx, const string& name, const string& desc, SwitchType type, bool isVertex, const LineStream& switchBody)
205 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_vertex"), desc, (SwitchType)type, true, switchBody).release());
206 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_fragment"), desc, (SwitchType)type, false, switchBody).release());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 338 NDR64_FORMAT_CHAR SwitchType;
348 NDR64_FORMAT_CHAR SwitchType;
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 65 SwitchType, // Dispatch based on type.
563 : Matcher(SwitchType), Cases(cases.begin(), cases.end()) {}
567 return N->getKind() == SwitchType;
    [all...]
DAGISelMatcherEmitter.cpp 292 case Matcher::SwitchType: {
347 "/*SwitchOpcode*/ " : "/*SwitchType*/ ");
790 case Matcher::SwitchType: OS << "OPC_SwitchType"; break;

Completed in 163 milliseconds