Searched refs:SwitchType (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CS/7zip/Common/ |
H A 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 in ParseString() [all...] |
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
H A 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 in Main2() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderSwitchTests.cpp | 66 enum SwitchType enum 89 static tcu::TestCase* makeSwitchCase (Context& context, const char* name, const char* desc, SwitchType type, bool isVertex, const LineStream& switchBody) in makeSwitchCase() 166 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, switchBody)); in makeSwitchCases() 167 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, switchBody)); in makeSwitchCases()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderSwitchTests.cpp | 81 enum SwitchType enum 104 static de::MovePtr<ShaderSwitchCase> makeSwitchCase (tcu::TestContext& testCtx, const string& name, SwitchType type, bool isVertex, const LineStream& switchBody) in makeSwitchCase() 206 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_vertex"), (SwitchType)type, true, switchBody).release()); in makeSwitchCases() 207 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_fragment"), (SwitchType)type, false, switchBody).release()); in makeSwitchCases()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderSwitchTests.cpp | 83 enum SwitchType enum 106 static de::MovePtr<ShaderSwitchCase> makeSwitchCase (tcu::TestContext& testCtx, const string& name, const string& desc, SwitchType type, bool isVertex, const LineStream& switchBody) in makeSwitchCase() 208 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_vertex"), desc, (SwitchType)type, true, switchBody).release()); in makeSwitchCases() 209 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_fragment"), desc, (SwitchType)type, false, switchBody).release()); in makeSwitchCases()
|
Completed in 3 milliseconds