/aosp_15_r20/external/deqp/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 119 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 D | xeMergeTestLogs.cpp | 49 struct CommandLine struct 51 CommandLine(void) : flags(0) in CommandLine() function 55 vector<string> srcFilenames; 56 string dstFilename; 57 uint32_t flags;
|
H A D | xeTestLogCompare.cpp | 93 struct CommandLine struct 95 …CommandLine(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 D | xeExtractValues.cpp | 42 struct CommandLine struct 44 CommandLine(void) : statusCode(false) in CommandLine() function 48 string filename; 49 vector<string> tagNames; 50 bool statusCode;
|
H A D | xeBatchResultToJUnit.cpp | 41 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 D | xeExtractShaderPrograms.cpp | 43 struct CommandLine struct 45 CommandLine(void) in CommandLine() argument 49 string filename; 50 string dstPath;
|
H A D | xeBatchResultToXml.cpp | 72 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 D | glcTestRunnerMain.cpp | 37 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 D | command_line.cc | 171 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 D | command_line.cc | 156 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 D | CompilationDatabaseTest.cpp | 447 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 D | Tooling.cpp | 173 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 D | CompilationDatabase.cpp | 287 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local 297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
|
H A D | JSONCompilationDatabase.cpp | 33 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/ |
D | CommandFileParser.java | 66 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 D | CommandLine.java | 28 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 D | CommandLine.java | 29 public abstract class CommandLine { class 257 private CommandLine() {} in CommandLine() method in CommandLine
|
/aosp_15_r20/external/bazelbuild-kotlin-rules/tools/bin/ |
HD | source_jar_zipper_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deCommandLine.hpp | 424 class CommandLine class 427 CommandLine(void) in CommandLine() function in de::cmdline::detail::CommandLine
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuCommandLine.cpp | 948 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 D | nacl_cmd_line.h | 9 class CommandLine; variable
|
/aosp_15_r20/external/cronet/components/metrics/ |
H A D | metrics_switches.h | 9 class CommandLine; variable
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | process_startup_helper.h | 12 class CommandLine; variable
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/test/ |
D | multiprocess_test.h | 21 class CommandLine; variable
|
/aosp_15_r20/external/libchrome/base/test/ |
H A D | multiprocess_test.h | 18 class CommandLine; variable
|