Home
last modified time | relevance | path

Searched refs:hasOption (Results 1 – 7 of 7) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java66 if (hasOption(options, "--help")) { in main()
70 if (hasOption(options, "--version")) { in main()
77 else if (hasOption(options, "--files")) { in main()
130 if (hasOption(options, "--reuse")) { in process()
140 if (hasOption(options, "--nocdata")) { in process()
144 if (hasOption(options, "--nons") || hasOption(options, "--html")) { in process()
148 if (hasOption(options, "--nobogons")) { in process()
152 if (hasOption(options, "--any")) { in process()
155 else if (hasOption(options, "--emptybogons")) { in process()
159 if (hasOption(options, "--norootbogons")) { in process()
[all …]
/external/deqp/framework/common/
DtcuCommandLine.cpp735 if ((m_cmdLine.hasOption<opt::CasePath>()?1:0) + in parse()
736 (m_cmdLine.hasOption<opt::CaseList>()?1:0) + in parse()
737 (m_cmdLine.hasOption<opt::CaseListFile>()?1:0) + in parse()
747 if (m_cmdLine.hasOption<opt::CaseList>()) in parse()
753 else if (m_cmdLine.hasOption<opt::CaseListFile>()) in parse()
766 else if (m_cmdLine.hasOption<opt::CasePath>()) in parse()
827 if (m_cmdLine.hasOption<opt::GLContextType>()) in getGLContextType()
834 if (m_cmdLine.hasOption<opt::GLConfigName>()) in getGLConfigName()
842 if (m_cmdLine.hasOption<opt::GLContextFlags>()) in getGLContextFlags()
850 if (m_cmdLine.hasOption<opt::CLBuildOptions>()) in getCLBuildOptions()
[all …]
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp158 if (opts.hasOption<opt::StartServer>() && opts.hasOption<opt::Host>()) in parseCommandLine()
163 else if (!opts.hasOption<opt::StartServer>() && !opts.hasOption<opt::Host>()) in parseCommandLine()
169 if (!opts.hasOption<opt::TestSet>()) in parseCommandLine()
175 if (opts.hasOption<opt::StartServer>()) in parseCommandLine()
186 if (opts.hasOption<opt::ContinueFile>()) in parseCommandLine()
/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp73 return getCommandLine().hasOption<opt::GLMajorVersion>(); in hasGLMajorVersion()
78 return getCommandLine().hasOption<opt::GLMinorVersion>(); in hasGLMinorVersion()
/external/deqp/framework/delibs/decpp/
DdeCommandLine.cpp428 DE_TEST_ASSERT(!cmdLine.hasOption<TestStringOpt>()); in selfTest()
429 DE_TEST_ASSERT(!cmdLine.hasOption<TestIntOpt>()); in selfTest()
464 DE_TEST_ASSERT(!cmdLine.hasOption<TestIntOpt>()); in selfTest()
483 DE_TEST_ASSERT(!cmdLine.hasOption<TestIntOpt>()); in selfTest()
DdeCommandLine.hpp406 bool hasOption (void) const { return m_options.contains<Option>(); } in hasOption() function in de::cmdline::detail::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp517 if (cmdLine.hasOption<opt::Cases>()) in main()