Home
last modified time | relevance | path

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

12

/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() function
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() argument
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() argument
49 string filename;
50 string dstPath;
DxeExtractValues.cpp42 struct CommandLine struct
44 CommandLine (void) in CommandLine() function
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/cef/libcef/common/
Dcrash_reporting.h11 class CommandLine; variable
Dresource_util.h14 class CommandLine; variable
/third_party/gn/src/gn/
Dexec_process.h13 class CommandLine; variable
Dninja_build_writer.h24 class CommandLine; variable
Dtrace.h17 class CommandLine; variable
Dsetup.h26 class CommandLine; variable
Dcommands.h27 class CommandLine; variable
/third_party/rust/crates/clap/src/parser/matches/
Dvalue_source.rs10 CommandLine, enumerator
/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/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/cef/libcef/common/alloy/
Dalloy_main_delegate.h22 class CommandLine; variable
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp139 class CommandLine class
/third_party/flutter/engine/flutter/fml/
Dcommand_line.cc22 CommandLine::CommandLine(const std::string& argv0, in CommandLine() function in fml::CommandLine
/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

12