Searched defs:commandLine (Results 1 - 12 of 12) sorted by relevance

/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/WebProcess/win/
H A DWebProcessMainWin.cpp60 int WebProcessMain(const CommandLine& commandLine) argument
72 const String& identifierString = commandLine["clientIdentifier"];
/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/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/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/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/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 137 milliseconds