Searched refs:parseCommandLine (Results 1 – 10 of 10) sorted by relevance
/external/deqp/executor/tools/ |
D | xeBatchResultToJUnit.cpp | 56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 161 parseCommandLine(cmdLine, argc, argv); in main()
|
D | xeMergeTestLogs.cpp | 168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 202 if (!parseCommandLine(cmdLine, argc, argv)) in main()
|
D | xeExtractShaderPrograms.cpp | 204 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 235 if (!parseCommandLine(cmdLine, argc, argv)) in main()
|
D | xeExtractValues.cpp | 260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 291 if (!parseCommandLine(cmdLine, argc, argv)) in main()
|
D | xeTestLogCompare.cpp | 367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 396 if (!parseCommandLine(cmdLine, argc, argv)) in main()
|
D | xeBatchResultToXml.cpp | 88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 385 if (!parseCommandLine(cmdLine, argc, argv)) in main()
|
D | xeCommandLineExecutor.cpp | 142 bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 669 if (!parseCommandLine(cmdLine, argc, argv)) in main()
|
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 197 int parseCommandLine(int argc, in parseCommandLine() function 231 int exitCode = parseCommandLine(argc, argv, features, path, parseOnly); in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-ar/ |
D | llvm-ar.cpp | 177 ArchiveOperation parseCommandLine() { in parseCommandLine() function 712 ArchiveOperation Operation = parseCommandLine(); in main()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 206 static ArchiveOperation parseCommandLine() { in parseCommandLine() function 807 ArchiveOperation Operation = parseCommandLine(); in ar_main()
|