Home
last modified time | relevance | path

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

12

/external/deqp/external/openglcts/modules/runner/
DglcTestRunnerMain.cpp36 struct CommandLine struct
38 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) in CommandLine() function
47 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() function
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() function
68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::… in writeShaderProgram() argument
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() function
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/libmojo/mojo/edk/embedder/
Dplatform_channel_pair.h17 class CommandLine; variable
Dnamed_platform_channel_pair.h18 class CommandLine; variable
/external/libchrome/base/test/
Dmultiprocess_test.h18 class CommandLine; variable
/external/libchrome/base/
Dcommand_line.cc153 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
158 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
164 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
170 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
176 CommandLine::CommandLine(const CommandLine& other) in CommandLine() function in base::CommandLine
/external/clang/include/clang/Tooling/
DCompilationDatabase.h58 std::vector<std::string> CommandLine; member
DTooling.h267 std::vector<std::string> CommandLine; variable
/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
DCompilationDatabase.cpp287 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local
297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
DJSONCompilationDatabase.cpp33 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser()
111 std::vector<std::string> CommandLine; member in clang::tooling::__anon11b351f20111::CommandLineArgumentParser
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp447 std::vector<std::string> CommandLine; in TEST() local
465 std::vector<std::string> CommandLine; in TEST() local
474 std::vector<std::string> CommandLine; in TEST() local
511 std::vector<std::string> CommandLine; in TEST() local
530 std::vector<std::string> CommandLine; in TEST() local
/external/deqp/framework/common/
DtcuCommandLine.hpp121 class CommandLine class
DtcuCommandLine.cpp645 CommandLine::CommandLine (void) in CommandLine() function in tcu::CommandLine
658 CommandLine::CommandLine (int argc, const char* const* argv) in CommandLine() function in tcu::CommandLine
672 CommandLine::CommandLine (const std::string& cmdLine) in CommandLine() function in tcu::CommandLine
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java31 public class CommandLine { class
/external/lzma/Java/SevenZip/
DLzmaAlone.java5 static public class CommandLine class in LzmaAlone
/external/libmojo/base/android/java/src/org/chromium/base/
DCommandLine.java31 public abstract class CommandLine { class
279 private CommandLine() {} in CommandLine() method in CommandLine
/external/libchrome/base/process/
Dlaunch.h32 class CommandLine; variable
/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp394 class CommandLine class
397 CommandLine (void) {} in CommandLine() function in de::cmdline::detail::CommandLine

12