Searched refs:commandLine (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/JavaScriptCore/os-win32/
H A DWinMain.cpp52 WCHAR* commandLine = lpCmdLine; local
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
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dcommand_line.js81 var commandLine = null;
83 commandLine = new CommandLine(chrome.commandLineString);
86 'cr.commandLine');
91 commandLine: commandLine
/external/webkit/Source/WebKit2/WebProcess/
H A DWebKitMain.cpp40 static int WebKitMain(const CommandLine& commandLine) argument
43 if (!ProcessLauncher::getProcessTypeFromString(commandLine["type"].utf8().data(), processType))
48 return WebProcessMain(commandLine);
51 return PluginProcessMain(commandLine);
68 CommandLine commandLine; local
69 if (!commandLine.parse(argc, argv))
72 return WebKitMain(commandLine);
168 CommandLine commandLine; local
169 if (!commandLine.parse(lpstrCmdLine))
172 return WebKitMain(commandLine);
[all...]
/external/webkit/Source/WebKit2/PluginProcess/qt/
H A DPluginProcessMainQt.cpp44 int PluginProcessMain(const CommandLine& commandLine) argument
46 String serviceName = commandLine["servicename"];
/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginProcessMainMac.mm51 int PluginProcessMain(const CommandLine& commandLine)
57 String serviceName = commandLine["servicename"];
69 String localization = commandLine["localization"];
/external/webkit/Source/WebKit2/WebProcess/win/
H A DWebProcessMainWin.cpp60 int WebProcessMain(const CommandLine& commandLine) argument
72 const String& identifierString = commandLine["clientIdentifier"];
/external/webkit/Source/WebKit2/WebProcess/mac/
H A DWebProcessMainMac.mm59 int WebProcessMain(const CommandLine& commandLine)
63 String serviceName = commandLine["servicename"];
75 String localization = commandLine["localization"];
/external/webkit/Source/WebKit2/UIProcess/Launcher/win/
H A DProcessLauncherWin.cpp75 String commandLine(pathStr);
80 append(commandLineVector, commandLine);
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java87 CommandLine commandLine;
90 commandLine = parser.parse(options, args);
123 String[] remainingArgs = commandLine.getArgs();
125 Option[] options = commandLine.getOptions();
145 outputDirectory = commandLine.getOptionValue("o");
166 String[] values = commandLine.getOptionValues('r');
198 String bcp = commandLine.getOptionValue("c");
216 dumpFileName = commandLine.getOptionValue("D", inputDexFileName + ".dump");
223 outputDexFileName = commandLine.getOptionValue("W");
/external/icu4c/test/perf/perldriver/
H A DPerfFramework.pm123 my $commandLine;
125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
129 #my $commandLine = "$program -i 5 -p $NUMPASSES $locAndData @argsAndTest";
130 my @res = measure1($commandLine);
/external/webkit/Tools/WebKitLauncherWin/
H A DWebKitLauncherWin.cpp68 int APIENTRY _tWinMain(HINSTANCE instance, HINSTANCE, LPTSTR commandLine, int) argument
89 if (!CreateProcess(browserExe, commandLine, 0, 0, FALSE, NORMAL_PRIORITY_CLASS | CREATE_UNICODE_ENVIRONMENT, 0, path, &startupInfo, &processInfo))
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c367 char *commandLine; local
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...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Exec.java218 StringBuilder commandLine;
220 commandLine = new StringBuilder(args.get(0));
222 commandLine.append(" ");
223 commandLine.append(args.get(i));
225 System.out.println("Exec: " + commandLine.toString());
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java92 CommandLine commandLine;
95 commandLine = parser.parse(options, args);
112 String[] remainingArgs = commandLine.getArgs();
114 Option[] options = commandLine.getOptions();
134 outputDexFile = commandLine.getOptionValue("o");
140 dumpFileName = commandLine.getOptionValue("D", outputDexFile + ".dump");
/external/chromium/chrome/browser/resources/options/
H A Dpersonal_options.js83 if (cr.commandLine.options['--bwsi']) {
214 return cr.commandLine.options['--bwsi'];
H A Dbrowser_options.js124 if (cr.commandLine.options['--bwsi']) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 971 milliseconds