Home
last modified time | relevance | path

Searched refs:parseCommandLine (Results 1 – 10 of 10) sorted by relevance

/external/deqp/executor/tools/
DxeBatchResultToJUnit.cpp56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
161 parseCommandLine(cmdLine, argc, argv); in main()
DxeMergeTestLogs.cpp168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
202 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeExtractShaderPrograms.cpp204 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
235 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeExtractValues.cpp260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
291 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeTestLogCompare.cpp367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
396 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeBatchResultToXml.cpp88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
385 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeCommandLineExecutor.cpp142 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/
Dmain.cpp197 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/
Dllvm-ar.cpp177 ArchiveOperation parseCommandLine() { in parseCommandLine() function
712 ArchiveOperation Operation = parseCommandLine(); in main()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp206 static ArchiveOperation parseCommandLine() { in parseCommandLine() function
807 ArchiveOperation Operation = parseCommandLine(); in ar_main()