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

/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/LegacyProcess/
H A DChildProcessEntryPoint.h40 ChildProcessMainDelegate(const CommandLine& commandLine) argument
41 : m_commandLine(commandLine)
65 CommandLine commandLine; local
66 if (!commandLine.parse(argc, argv))
69 ChildProcessMainDelegateType delegate(commandLine);
/macosx-10.10/ICU-531.30/icuSources/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);
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/EntryPoint/mac/LegacyProcess/
H A DPluginProcessMain.mm49 PluginProcessMainDelegate(const CommandLine& commandLine)
50 : ChildProcessMainDelegate(commandLine)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm62 WebContentProcessMainDelegate(const CommandLine& commandLine)
63 : ChildProcessMainDelegate(commandLine)
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp251 CCommandLineInfo commandLine; local
299 ParseCommandLine( commandLine );
301 if ( commandLine.m_nShellCommand == CCommandLineInfo::AppRegister )
323 else if ( commandLine.m_nShellCommand == CCommandLineInfo::AppUnregister )
/macosx-10.10/apache-793/httpd/server/mpm/netware/
H A Dmpm_netware.c149 static int CommandLineInterpreter(scr_t screenID, const char *commandLine);
1183 static int CommandLineInterpreter(scr_t screenID, const char *commandLine) argument
1192 if (commandLine == NULL)
1194 if (strlen(commandLine) <= strlen(szCommand))
1197 apr_cpystrn(szcommandLine, commandLine, sizeof(szcommandLine));

Completed in 201 milliseconds