Home
last modified time | relevance | path

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

123

/external/deqp/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
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp49 struct CommandLine struct
51 CommandLine (void) in CommandLine() function
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
DxeExtractValues.cpp42 struct CommandLine struct
44 CommandLine (void) in CommandLine() argument
49 string filename;
50 vector<string> tagNames;
51 bool statusCode;
DxeExtractShaderPrograms.cpp43 struct CommandLine struct
45 CommandLine (void) in CommandLine() function
49 string filename;
50 string dstPath;
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() argument
88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument
/external/zucchini/aosp/include/components/zucchini/
Dmain_utils.h17 class CommandLine; variable
Dzucchini_commands.h18 class CommandLine; variable
/external/libchrome/base/test/
Dmultiprocess_test.h18 class CommandLine; variable
/external/cronet/components/nacl/common/
Dnacl_cmd_line.h9 class CommandLine; variable
/external/cronet/base/win/
Dprocess_startup_helper.h12 class CommandLine; variable
/external/zucchini/
Dmain_utils.h17 class CommandLine; variable
Dzucchini_commands.h18 class CommandLine; variable
/external/cronet/net/test/
Dpython_utils.h13 class CommandLine; variable
/external/cronet/base/test/
Dmultiprocess_test.h17 class CommandLine; variable
/external/rust/crates/clap/3.2.23/src/parser/matches/
Dvalue_source.rs10 CommandLine, enumerator
/external/cronet/base/
Dscoped_add_feature_flags.h17 class CommandLine; variable
/external/rust/crates/clap/src/parser/matches/
Dvalue_source.rs10 CommandLine, enumerator
/external/cronet/net/test/spawned_test_server/
Dlocal_test_server.h22 class CommandLine; variable
/external/deqp/framework/platform/null/
DtcuNullContextFactory.cpp37 …LContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&, const gl… in createContext() argument
/external/libchrome/base/
Dcommand_line.cc156 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
161 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
167 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
173 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
/external/clang/include/clang/Tooling/
DCompilationDatabase.h58 std::vector<std::string> CommandLine; member
/external/clang/lib/Tooling/
DTooling.cpp173 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine, in addTargetAndModeForProgramName()
212 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation()
219 std::vector<std::string> CommandLine, FrontendAction *FAction, in ToolInvocation()
424 std::vector<std::string> CommandLine = CompileCommand.CommandLine; in run() local

123