HomeSort by relevance Sort by last modified time
    Searched refs:parseCommandLine (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/rs/script_api/
Generator.cpp 157 static bool parseCommandLine(int argc, char* argv[], unsigned int* maxApiLevel,
193 if (!parseCommandLine(argc, argv, &maxApiLevel, &specFileNames)) {
  /external/deqp/external/openglcts/modules/runner/
glcTestRunnerMain.cpp 47 static bool parseCommandLine(CommandLine& cmdLine, int argc, const char* const* argv)
116 if (!parseCommandLine(cmdLine, argc, argv))
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
161 parseCommandLine(cmdLine, argc, argv);
xeExtractShaderPrograms.cpp 204 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
235 if (!parseCommandLine(cmdLine, argc, argv))
xeExtractValues.cpp 260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
291 if (!parseCommandLine(cmdLine, argc, argv))
xeMergeTestLogs.cpp 168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
202 if (!parseCommandLine(cmdLine, argc, argv))
xeTestLogCompare.cpp 367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
396 if (!parseCommandLine(cmdLine, argc, argv))
xeBatchResultToXml.cpp 88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
385 if (!parseCommandLine(cmdLine, argc, argv))
xeCommandLineExecutor.cpp 142 bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
669 if (!parseCommandLine(cmdLine, argc, argv))
  /external/jsoncpp/src/jsontestrunner/
main.cpp 197 int parseCommandLine(int argc,
231 int exitCode = parseCommandLine(argc, argv, features, path, parseOnly);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 109 args, vars, err := parseCommandLine(tokens)
226 // parseCommandLine parses a command and returns the pprof command to
228 func parseCommandLine(input []string) ([]string, variables, error) {
interactive_test.go 308 cmd, vars, err := parseCommandLine(strings.Fields(tc.input))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 109 args, vars, err := parseCommandLine(tokens)
226 // parseCommandLine parses a command and returns the pprof command to
228 func parseCommandLine(input []string) ([]string, variables, error) {
interactive_test.go 308 cmd, vars, err := parseCommandLine(strings.Fields(tc.input))
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 206 static ArchiveOperation parseCommandLine() {
807 ArchiveOperation Operation = parseCommandLine();
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 174 // parseCommandLine - Parse the command line options as presented and return the
177 ArchiveOperation parseCommandLine() {
483 // That check is enforced in parseCommandLine (above).
712 ArchiveOperation Operation = parseCommandLine();
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0/
builder-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/
builder-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha4/
builder-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha6/
builder-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha7/
builder-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta1/
builder-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta2/
builder-2.2.0-beta2.jar 

Completed in 672 milliseconds

1 2 3