Searched refs:parseCommandLine (Results 1 - 9 of 9) sorted by relevance

/external/deqp/executor/tools/
H A DxeBatchResultToJUnit.cpp56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
161 parseCommandLine(cmdLine, argc, argv);
H A DxeExtractShaderPrograms.cpp204 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
235 if (!parseCommandLine(cmdLine, argc, argv))
H A DxeExtractValues.cpp260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
291 if (!parseCommandLine(cmdLine, argc, argv))
H A DxeMergeTestLogs.cpp168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
202 if (!parseCommandLine(cmdLine, argc, argv))
H A DxeTestLogCompare.cpp367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
396 if (!parseCommandLine(cmdLine, argc, argv))
H A DxeBatchResultToXml.cpp88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
385 if (!parseCommandLine(cmdLine, argc, argv))
H A DxeCommandLineExecutor.cpp141 bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function in namespace:__anon3723
668 if (!parseCommandLine(cmdLine, argc, argv))
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp197 int parseCommandLine(int argc, function
231 int exitCode = parseCommandLine(argc, argv, features, path, parseOnly);
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp192 static ArchiveOperation parseCommandLine() { function
757 ArchiveOperation Operation = parseCommandLine();

Completed in 552 milliseconds