Searched refs:SwitchType (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 8 public enum SwitchType enum 20 public SwitchType Type; 26 public SwitchForm(string idString, SwitchType type, bool multi, in SwitchForm() 36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen): in SwitchForm() 40 public SwitchForm(string idString, SwitchType type, bool multi): in SwitchForm() 106 SwitchType type = switchForm.Type; in ParseString() 109 case SwitchType.PostMinus: in ParseString() 121 case SwitchType.PostChar: in ParseString() 142 case SwitchType.LimitedPostString: in ParseString() 143 case SwitchType.UnLimitedPostString: in ParseString() [all …]
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false); in Main2() 132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false); in Main2() 133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1); in Main2() 134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1); in Main2() 135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1); in Main2() 136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1); in Main2() 137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1); in Main2() 138 kSwitchForms[sw++] = new SwitchForm("PB", SwitchType.UnLimitedPostString, false, 1); in Main2() 139 kSwitchForms[sw++] = new SwitchForm("MF", SwitchType.UnLimitedPostString, false, 1); in Main2() 140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false); in Main2() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderSwitchTests.cpp | 83 enum SwitchType enum 106 …se (tcu::TestContext& testCtx, const string& name, const string& desc, SwitchType type, bool isVer… in makeSwitchCase() 205 …se(m_testCtx, (name + "_" + switchTypeNames[type] + "_vertex"), desc, (SwitchType)type, true, swit… in makeSwitchCases() 206 …(m_testCtx, (name + "_" + switchTypeNames[type] + "_fragment"), desc, (SwitchType)type, false, swi… in makeSwitchCases()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderSwitchTests.cpp | 66 enum SwitchType enum 89 … makeSwitchCase (Context& context, const char* name, const char* desc, SwitchType type, bool isVer… in makeSwitchCase() 163 …tring(name) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, swit… in makeSwitchCases() 164 …ing(name) + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, swi… in makeSwitchCases()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 65 SwitchType, // Dispatch based on type. enumerator 563 : Matcher(SwitchType), Cases(cases.begin(), cases.end()) {} in SwitchTypeMatcher() 567 return N->getKind() == SwitchType; in classof()
|
D | DAGISelMatcherEmitter.cpp | 292 case Matcher::SwitchType: { in EmitMatcher() 790 case Matcher::SwitchType: OS << "OPC_SwitchType"; break; in EmitHistogram()
|