HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 1 - 25 of 741) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/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...]
  /external/kernel-headers/original/linux/
config.h 4 * autoconf.h is now included via -imacros on the commandline
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.h 9 class CommandLine;
13 int DiagnosticsMain(const CommandLine& command_line);
  /external/chromium/chrome/browser/extensions/
extension_devtools_browsertest.h 11 class CommandLine;
17 virtual void SetUpCommandLine(CommandLine* command_line);
extension_webnavigation_apitest.cc 16 CommandLine::ForCurrentProcess()->AppendSwitch(
25 CommandLine::ForCurrentProcess()->AppendSwitch(
34 CommandLine::ForCurrentProcess()->AppendSwitch(
43 CommandLine::ForCurrentProcess()->AppendSwitch(
52 CommandLine::ForCurrentProcess()->AppendSwitch(
61 CommandLine::ForCurrentProcess()->AppendSwitch(
70 CommandLine::ForCurrentProcess()->AppendSwitch(
79 CommandLine::ForCurrentProcess()->AppendSwitch(
88 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_webrequest_apitest.cc 20 CommandLine::ForCurrentProcess()->AppendSwitch(
27 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/common/
nacl_cmd_line.h 9 class CommandLine;
14 void CopyNaClCommandLineArguments(CommandLine* cmd_line);
profiling.cc 20 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
43 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
62 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
76 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
107 const CommandLine& command_line = *CommandLine::ForCurrentProcess()
    [all...]
sandbox_policy.h 11 class CommandLine;
22 base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
switch_utils_unittest.cc 15 CommandLine cmd_line = CommandLine::FromString(
35 CommandLine cmd_line(arraysize(argv), argv);
38 std::map<std::string, CommandLine::StringType> switches =
  /external/chromium/base/
command_line.cc 23 CommandLine* CommandLine::current_process_commandline_ = NULL;
26 typedef CommandLine::StringType::value_type CharType;
93 bool IsSwitch(const CommandLine::StringType& parameter_string,
95 CommandLine::StringType* switch_value) {
100 CommandLine::StringType prefix(kSwitchPrefixes[i]);
107 CommandLine::StringType switch_native;
108 if (equals_position == CommandLine::StringType::npos) {
130 CommandLine::CommandLine(NoProgram no_program)
    [all...]
command_line.h 11 // There is a singleton read-only CommandLine that represents the command line
28 class BASE_API CommandLine {
43 explicit CommandLine(NoProgram no_program);
46 explicit CommandLine(const FilePath& program);
49 CommandLine(int argc, const char* const* argv);
50 explicit CommandLine(const StringVector& argv);
53 ~CommandLine();
55 // Initialize the current process CommandLine singleton. On Windows, ignores
61 // Destroys the current process CommandLine singleton. This is necessary if
67 // Get the singleton CommandLine representing the current process'
    [all...]
command_line_unittest.cc 25 CommandLine cl = CommandLine::FromString(
42 CommandLine cl(arraysize(argv), argv);
80 const std::vector<CommandLine::StringType>& args = cl.args();
83 std::vector<CommandLine::StringType>::const_iterator iter = args.begin();
107 CommandLine cl = CommandLine::FromString(L"");
111 CommandLine cl(0, NULL);
129 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program")));
159 // on the target CommandLine object and the switches from the sourc
    [all...]
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 21 explicit TestCommandLinePrefStore(CommandLine* cl)
46 CommandLine cl(CommandLine::NO_PROGRAM);
60 CommandLine cl(CommandLine::NO_PROGRAM);
70 CommandLine cl(CommandLine::NO_PROGRAM);
82 CommandLine cl(CommandLine::NO_PROGRAM);
112 CommandLine cl(CommandLine::NO_PROGRAM)
    [all...]
  /external/icu4c/common/
common.vcproj 405 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
414 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
423 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
432 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
469 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
478 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
487 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
496 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
525 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
534 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;
    [all...]
  /external/chromium/chrome/browser/first_run/
upgrade_util.h 9 class CommandLine;
13 void SetNewCommandLine(CommandLine* new_command_line);
21 bool RelaunchChromeBrowser(const CommandLine& command_line);
upgrade_util.cc 12 CommandLine* command_line;
18 void SetNewCommandLine(CommandLine* new_command_line) {
  /external/chromium/chrome/browser/resources/shared/js/cr/
command_line.js 6 * @fileoverview CommandLine class, parses out individual options from a
36 function CommandLine(commandLineString) {
44 CommandLine.prototype.toString = function() {
57 CommandLine.prototype.parseOptions_ = function(ary) {
81 var commandLine = null;
83 commandLine = new CommandLine(chrome.commandLineString);
86 'cr.commandLine');
90 CommandLine: CommandLine,
    [all...]
  /external/chromium/chrome/browser/
jankometer.h 9 class CommandLine;
18 void InstallJankometer(const CommandLine& parsed_command_line);
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.h 8 class CommandLine;
15 void ConfigurePrefetchAndPrerender(const CommandLine& command_line);
  /external/icu4c/i18n/
i18n.vcproj 417 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
426 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
435 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
444 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
461 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
470 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
479 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
488 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
513 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;"
522 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode&#x0D;&#x0A;
    [all...]
  /external/chromium/build/
output_dll_copy.rules 9 CommandLine="xcopy /R /C /Y $(InputPath) $(OutDir)"
  /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;
  /cts/tools/vm-tests-tf/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/webkit/Source/WebKit2/WebProcess/
WebKitMain.cpp 27 #include "CommandLine.h"
40 static int WebKitMain(const CommandLine& commandLine)
43 if (!ProcessLauncher::getProcessTypeFromString(commandLine["type"].utf8().data(), processType))
48 return WebProcessMain(commandLine);
51 return PluginProcessMain(commandLine);
68 CommandLine commandLine;
69 if (!commandLine.parse(argc, argv))
72 return WebKitMain(commandLine);
    [all...]

Completed in 3608 milliseconds

1 2 3 4 5 6 7 8 91011>>