Home
last modified time | relevance | path

Searched defs:CommandLine (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunnerMain.cpp37 struct CommandLine struct
39 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) in CommandLine() argument
49 static bool parseCommandLine(CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument
/third_party/vk-gl-cts/executor/tools/
DxeMergeTestLogs.cpp49 struct CommandLine struct
51 CommandLine (void) in CommandLine() argument
56 vector<string> srcFilenames;
57 string dstFilename;
58 deUint32 flags;
DxeCommandLineExecutor.cpp121 struct CommandLine struct
123 CommandLine (void) in CommandLine() argument
129 xe::TargetConfiguration targetCfg;
130 RunMode runMode;
131 string serverBinOrAddress;
132 int port;
133 string caseListDir;
134 vector<string> testset;
135 vector<string> exclude;
136 string inFile;
[all …]
DxeBatchResultToJUnit.cpp41 struct CommandLine struct
43 CommandLine (void) in CommandLine() function
56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument
DxeExtractShaderPrograms.cpp43 struct CommandLine struct
45 CommandLine (void) in CommandLine() function
49 string filename;
50 string dstPath;
DxeExtractValues.cpp42 struct CommandLine struct
44 CommandLine (void) in CommandLine() argument
49 string filename;
50 vector<string> tagNames;
51 bool statusCode;
DxeTestLogCompare.cpp104 struct CommandLine struct
106 CommandLine (void) in CommandLine() argument
113 OutputMode outMode;
114 OutputFormat outFormat;
115 OutputValue outValue;
116 vector<string> filenames;
DxeBatchResultToXml.cpp76 struct CommandLine struct
78 CommandLine (void) in CommandLine() function
88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument
/third_party/gn/src/gn/
Dexec_process.h13 class CommandLine; variable
Dninja_build_writer.h24 class CommandLine; variable
Dtrace.h17 class CommandLine; variable
Dsetup.h27 class CommandLine; variable
Dcommands.h27 class CommandLine; variable
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullContextFactory.cpp37 …LContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&, const gl… in createContext() argument
/third_party/rust/crates/clap/src/parser/matches/
Dvalue_source.rs10 CommandLine, enumerator
/third_party/gn/src/base/
Dcommand_line.cc162 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
165 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
170 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
175 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp139 class CommandLine class
DtcuCommandLine.cpp873 CommandLine::CommandLine (void) in CommandLine() function in tcu::CommandLine
886 CommandLine::CommandLine (int argc, const char* const* argv) in CommandLine() function in tcu::CommandLine
917 CommandLine::CommandLine (const std::string& cmdLine) in CommandLine() function in tcu::CommandLine
/third_party/lzma/Java/SevenZip/
DLzmaAlone.java5 static public class CommandLine class in LzmaAlone
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGLContextFactory.cpp181 …rContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&, in createContext()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp394 class CommandLine class
397 CommandLine (void) {} in CommandLine() function in de::cmdline::detail::CommandLine
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXPlatform.cpp77 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&, const… in createContext() argument
/third_party/vk-gl-cts/execserver/tools/
DxsClient.cpp137 class CommandLine class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h688 CommandLine, ///< Full canonical command line (maybe -cc1) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2114 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in EmitModuleCommandLines() local