Searched defs:parseCommandLine (Results 1 - 11 of 11) sorted by last modified time

/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp176 // parseCommandLine - Parse the command line options as presented and return the
179 static ArchiveOperation parseCommandLine() { function
931 ArchiveOperation Operation = parseCommandLine();
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp206 parseCommandLine( int argc, const char *argv[], function
245 int exitCode = parseCommandLine( argc, argv, features, path, parseOnly );
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp206 // parseCommandLine Read through the command line, and save all
216 void parseCommandLine(int argc, char **argv) function
394 parseCommandLine(argc, argv);
/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 DxeBatchResultToXml.cpp88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
385 if (!parseCommandLine(cmdLine, argc, argv))
H A DxeCommandLineExecutor.cpp125 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) function
493 if (!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))
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp206 // parseCommandLine Read through the command line, and save all
216 void parseCommandLine(int argc, char **argv) function
394 parseCommandLine(argc, argv);

Completed in 3339 milliseconds