HomeSort by relevance Sort by last modified time
    Searched defs:commandLine (Results 1 - 7 of 7) sorted by null

  /external/webkit/JavaScriptCore/os-win32/
WinMain.cpp 52 WCHAR* commandLine = lpCmdLine;
53 while (commandLine[0] != '\0') {
57 while (commandLine[0] == ' ')
58 ++commandLine;
60 if (commandLine[0] == '\"') {
61 ++commandLine;
65 while (commandLine[commandLineLength] != endChar && commandLine[commandLineLength] != '\0')
68 arguments.append(convertToUtf8(commandLine, commandLineLength));
70 commandLine += commandLineLength
    [all...]
  /cts/tools/vm-tests/src/util/build/
JavacBuildStep.java 57 String[] commandLine = new String[sourceFiles.size()+args];
58 commandLine[0] = "-classpath";
59 commandLine[1] = classPath;
60 commandLine[2] = "-d";
61 commandLine[3] = destPath;
66 System.arraycopy(files, 0, commandLine, args, files.length);
69 return Main.compile(commandLine, new PrintWriter(System.err)) == 0;
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 367 char *commandLine;
569 commandLine = (char*) malloc (appNameText[0] + prefs.command_line[0] + 2);
570 if ( commandLine == NULL ) {
581 SDL_memcpy(commandLine, appNameText + 1, appNameText[0]);
582 commandLine[appNameText[0]] = ' ';
583 SDL_memcpy(commandLine + appNameText[0] + 1, prefs.command_line + 1, prefs.command_line[0]);
584 commandLine[ appNameText[0] + 1 + prefs.command_line[0] ] = '\0';
587 nargs = ParseCommandLine (commandLine, NULL);
592 ParseCommandLine (commandLine, args);
597 free (commandLine);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 428 String commandLine = null;
430 commandLine = configuration.getAttribute(
435 if (commandLine != null) {
436 mEmulatorCLOptions.setText(commandLine);
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 100 milliseconds