Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp119 struct CommandLine struct
121 CommandLine(void) : port(0), summary(false) in CommandLine() argument
125 xe::TargetConfiguration targetCfg;
126 RunMode runMode;
127 string serverBinOrAddress;
128 int port;
129 string caseListDir;
130 vector<string> testset;
131 vector<string> exclude;
132 string inFile;
[all …]
H A DxeMergeTestLogs.cpp49 struct CommandLine struct
51 CommandLine(void) : flags(0) in CommandLine() function
55 vector<string> srcFilenames;
56 string dstFilename;
57 uint32_t flags;
H A DxeTestLogCompare.cpp93 struct CommandLine struct
95CommandLine(void) : outMode(OUTPUTMODE_ALL), outFormat(OUTPUTFORMAT_CSV), outValue(OUTPUTVALUE_STA… in CommandLine() function
99 OutputMode outMode;
100 OutputFormat outFormat;
101 OutputValue outValue;
102 vector<string> filenames;
H A DxeExtractValues.cpp42 struct CommandLine struct
44 CommandLine(void) : statusCode(false) in CommandLine() function
48 string filename;
49 vector<string> tagNames;
50 bool statusCode;
H A 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
H A DxeExtractShaderPrograms.cpp43 struct CommandLine struct
45 CommandLine(void) in CommandLine() argument
49 string filename;
50 string dstPath;
H A DxeBatchResultToXml.cpp72 struct CommandLine struct
74 CommandLine(void) : outputMode(OUTPUTMODE_SINGLE) in CommandLine() function
83 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() argument
/aosp_15_r20/external/deqp/external/openglcts/modules/runner/
H A 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
/aosp_15_r20/external/cronet/base/
H A Dcommand_line.cc171 CommandLine::CommandLine(NoProgram no_program) : argv_(1), begin_args_(1) {} in CommandLine() function in base::CommandLine
173 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
179 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
184 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
191 CommandLine::CommandLine(CommandLine&& other) noexcept in CommandLine() function in base::CommandLine
/aosp_15_r20/external/libchrome/base/
H A 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
/aosp_15_r20/external/clang/unittests/Tooling/
H A 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
/aosp_15_r20/external/clang/lib/Tooling/
H A 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
H A DCompilationDatabase.cpp287 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local
297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
H A DJSONCompilationDatabase.cpp33 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser()
111 std::vector<std::string> CommandLine; member in clang::tooling::__anonea2fb62b0111::CommandLineArgumentParser
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java66 public static class CommandLine extends LinkedList<String> { class in CommandFileParser
70 CommandLine(File file, int lineNumber) { in CommandLine() method in CommandFileParser.CommandLine
76 CommandLine(Collection<? extends String> c, File file, int lineNumber) { in CommandLine() method in CommandFileParser.CommandLine
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/
H A DCommandLine.java28 public abstract class CommandLine { class
244 private CommandLine() {} in CommandLine() method in CommandLine
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DCommandLine.java29 public abstract class CommandLine { class
257 private CommandLine() {} in CommandLine() method in CommandLine
/aosp_15_r20/external/bazelbuild-kotlin-rules/tools/bin/
HDsource_jar_zipper_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp424 class CommandLine class
427 CommandLine(void) in CommandLine() function in de::cmdline::detail::CommandLine
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCommandLine.cpp948 CommandLine::CommandLine(void) : m_appName(), m_logFlags(0), m_hadHelpSpecified(false) in CommandLine() function in tcu::CommandLine
960 CommandLine::CommandLine(int argc, const char *const *argv) in CommandLine() function in tcu::CommandLine
993 CommandLine::CommandLine(const std::string &cmdLine) : m_appName(), m_initialCmdLine(cmdLine), m_ha… in CommandLine() function in tcu::CommandLine
/aosp_15_r20/external/cronet/components/nacl/common/
H A Dnacl_cmd_line.h9 class CommandLine; variable
/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_switches.h9 class CommandLine; variable
/aosp_15_r20/external/cronet/base/win/
H A Dprocess_startup_helper.h12 class CommandLine; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/test/
Dmultiprocess_test.h21 class CommandLine; variable
/aosp_15_r20/external/libchrome/base/test/
H A Dmultiprocess_test.h18 class CommandLine; variable

123456789