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 | 141 bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function 668 if (!parseCommandLine(cmdLine, argc, argv)) in main()
|
/external/opencv3/samples/cpp/ |
D | openni_capture.cpp | 100 static void parseCommandLine( int argc, char* argv[], bool& isColorizeDisp, bool& isFixedMaxDisp, i… in parseCommandLine() function 188 …parseCommandLine( argc, argv, isColorizeDisp, isFixedMaxDisp, imageMode, retrievedImageFlags, file… 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/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 192 static ArchiveOperation parseCommandLine() { in parseCommandLine() function 757 ArchiveOperation Operation = parseCommandLine(); in ar_main()
|