HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 226 - 250 of 868) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc 12 #include "base/command_line.h"
43 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
44 string16 protocol(command_line->GetSwitchValueNative(kSwitchProtocol));
48 string16 program(command_line->GetSwitchValueNative(kSwitchProgram));
  /external/e2fsprogs/ext2ed/
file_com.c 50 void type_file___inode (char *command_line)
56 void type_file___show (char *command_line)
65 void type_file___nextblock (char *command_line)
71 ptr=parse_word (command_line,buffer);
93 void type_file___next (char *command_line)
99 ptr=parse_word (command_line,buffer);
116 void type_file___offset (char *command_line)
122 ptr=parse_word (command_line,buffer);
143 void type_file___prev (char *command_line)
149 ptr=parse_word (command_line,buffer)
    [all...]
general_com.c 24 void help (char *command_line)
32 ptr=parse_word (command_line,argument);
148 void set_device (char *command_line)
153 ptr=parse_word (command_line,new_device);
201 void set_offset (char *command_line)
213 ptr=parse_word (command_line,new_offset_buffer);
357 void set (char *command_line)
372 hex_set (command_line);
376 ptr=parse_word (command_line,buffer);
426 void hex_set (char *command_line)
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.h 44 // WM_COPYDATA message). |command_line| holds the command line we need to
63 // Launches a browser window associated with |profile|. |command_line| should
67 bool LaunchBrowser(const CommandLine& command_line, Profile* profile,
101 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line);
102 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line,
212 const CommandLine& command_line,
216 static bool ProcessCmdLineImpl(const CommandLine& command_line,
  /external/chromium_org/ash/display/
display_layout_store.cc 9 #include "base/command_line.h"
17 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
18 if (command_line->HasSwitch(switches::kAshSecondaryDisplayLayout)) {
19 std::string value = command_line->GetSwitchValueASCII(
41 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
42 if (!command_line->HasSwitch(switches::kAshSecondaryDisplayLayout))
  /external/chromium_org/base/test/
test_process_killer_win.cc 140 string16 command_line; local
141 if (GetCommandLineForProcess(entry.pid(), &command_line)) {
143 std::search(command_line.begin(),
144 command_line.end(),
148 found = (it != command_line.end());
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_canary_test.cc 43 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
45 ASSERT_TRUE(command_line->HasSwitch(kPasswordFileForTest));
47 command_line->GetSwitchValuePath(kPasswordFileForTest);
59 command_line->GetSwitchValuePath(kOverrideUserDataDir);
61 command_line->AppendSwitchPath(switches::kUserDataDir,
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.h 44 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
100 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
114 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
120 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
146 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
  /external/chromium_org/sandbox/win/tools/launcher/
launcher.cc 89 ATL::CString command_line; local
121 if (command_line.GetLength()) {
122 command_line += L' ';
124 command_line += argv[i];
128 if (!command_line.GetLength()) {
134 wprintf(L"\nLaunching command line: \"%ls\"\n", command_line.GetBuffer());
138 command_line.GetBuffer(),
  /external/chromium_org/chrome/browser/
process_info_snapshot_mac.cc 11 #include "base/command_line.h"
132 CommandLine command_line(kProgram);
135 command_line.AppendArg("-o");
136 command_line.AppendArg("pid=,rss=,vsz=");
140 command_line.AppendArg("-p");
141 command_line.AppendArg(base::Int64ToString(static_cast<int64>(*it)));
146 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
192 CommandLine command_line(kProgram);
195 command_line.AppendArg("-stats");
196 command_line.AppendArg("pid," // Process I
    [all...]
chrome_browser_main.cc 16 #include "base/command_line.h"
202 void HandleTestParameters(const CommandLine& command_line) {
204 if (command_line.HasSwitch(switches::kBrowserAssertTest)) {
209 if (command_line.HasSwitch(switches::kBrowserCrashTest)) {
304 const CommandLine& command_line) {
305 if (command_line.HasSwitch(switches::kProfileDirectory)) {
307 command_line.GetSwitchValuePath(switches::kProfileDirectory));
312 if (command_line.HasSwitch(switches::kShowAppList))
383 void RegisterComponentsForUpdate(const CommandLine& command_line) {
397 if (!command_line.HasSwitch(switches::kDisableCRLSets)
599 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
663 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
1104 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 130 self.command_line = []
179 if self.command_line:
184 self.command_line.append(type_cmd)
185 self.command_line.append('--port=%d' % self.host_port)
190 self.command_line.append('--startup-pipe=%d' % self.pipe_out)
191 self.command_line.append('--host=%s' % self.arguments['host'])
195 self.command_line.append('--data-dir=%s' % data_dir)
198 self.command_line.append('--log-to-console')
200 self.command_line.append('--auth-token=%s' % self.arguments['auth-token'])
202 self.command_line.append('--https'
    [all...]
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 389 void ProxyLauncher::PrepareTestCommandline(CommandLine* command_line,
400 command_line->AppendArgNative(flags[i]);
410 command_line->AppendArg(flags[i]);
415 command_line->AppendSwitch(switches::kNoDefaultBrowserCheck);
418 command_line->AppendSwitchASCII(switches::kTestType, kUITestType);
422 if (command_line->GetSwitchValuePath(switches::kUserDataDir).empty()) {
423 command_line->AppendSwitchPath(switches::kUserDataDir, user_data_dir());
427 command_line->AppendSwitchASCII(switches::kTestingChannelID,
431 command_line->AppendSwitch(switches::kNoErrorDialogs);
433 command_line->AppendSwitch(switches::kNoSandbox)
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 11 #include "base/command_line.h"
233 static base::ProcessId GetBrowserPid(const CommandLine& command_line) {
236 if (command_line.HasSwitch(switches::kProcessChannelID)) {
239 command_line.GetSwitchValueASCII(switches::kProcessChannelID);
267 static void InitializeStatsTable(const CommandLine& command_line) {
273 if (command_line.HasSwitch(switches::kEnableStatsTable)) {
278 static_cast<unsigned int>(GetBrowserPid(command_line)));
369 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
371 command_line.GetSwitchValueASCII(switches::kProcessType);
377 if (command_line.HasSwitch(switches::kUserAgent))
624 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
677 SetupCRT(command_line); variable
708 InitializeStatsTable(command_line); variable
751 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
774 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
    [all...]
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 5 #include "base/command_line.h"
65 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
66 command_line->AppendSwitch(switches::kDisablePopupBlocking);
67 command_line->AppendSwitchASCII(switches::kWindowSize, "400,300");
227 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
228 GpuFeatureTest::SetUpCommandLine(command_line);
229 command_line->AppendSwitch(switches::kDisableAcceleratedCompositing);
285 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
286 GpuFeatureTest::SetUpCommandLine(command_line);
289 command_line->AppendSwitch(switches::kDisableExperimentalWebGL)
    [all...]
  /external/chromium_org/chrome/browser/net/
proxy_browsertest.cc 5 #include "base/command_line.h"
90 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
91 command_line->AppendSwitchASCII(switches::kProxyServer,
160 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
162 command_line->AppendSwitchASCII(switches::kProxyPacUrl, http_server_.GetURL(
182 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
183 command_line->AppendSwitchASCII(switches::kProxyPacUrl,
212 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
214 command_line->AppendSwitchASCII(
235 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE
    [all...]
  /external/chromium/net/test/
test_server.cc 18 #include "base/command_line.h"
344 bool TestServer::AddCommandLineArguments(CommandLine* command_line) const {
345 command_line->AppendSwitchASCII("port",
347 command_line->AppendSwitchPath("data-dir", document_root_);
350 command_line->AppendArg("--log-to-console");
354 command_line->AppendArg("-f");
356 command_line->AppendArg("--sync");
366 command_line->AppendSwitchPath("https", certificate_path);
369 command_line->AppendSwitch("ssl-client-auth");
380 command_line->AppendSwitchPath("ssl-client-ca", *it)
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_kde.cc 9 #include "base/command_line.h"
99 bool file_operation, bool multiple_selection, CommandLine* command_line);
160 CommandLine command_line(cmd_vector);
162 return base::GetAppOutput(command_line, &dummy);
270 CommandLine command_line(cmd_vector);
273 params.multiple_selection, &command_line);
277 base::GetAppOutputWithExitCode(command_line, &output, &exit_code);
297 CommandLine* command_line) {
298 CHECK(command_line);
303 command_line->AppendSwitchNative
    [all...]
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 13 #include "base/command_line.h"
152 CommandLine command_line(CommandLine::NO_PROGRAM);
153 command_line.ParseFromString(lpCmdLine);
155 LOG(INFO) << command_line.GetCommandLineString();
158 *pnRetCode = ParseCommandLine(command_line, &is_service);
196 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) {
202 command_line.GetSwitchValuePath(switches::kUserDataDir);
206 if (command_line.HasSwitch(kStopSwitch))
209 if (command_line.HasSwitch(kUninstallSwitch))
212 if (command_line.HasSwitch(kInstallSwitch))
    [all...]
  /external/chromium_org/ui/shell_dialogs/gtk/
select_file_dialog_impl_kde.cc 9 #include "base/command_line.h"
105 bool file_operation, bool multiple_selection, CommandLine* command_line);
254 CommandLine command_line(cmd_vector);
257 params.multiple_selection, &command_line);
261 base::GetAppOutputWithExitCode(command_line, &output, &exit_code);
277 CommandLine* command_line) {
278 CHECK(command_line);
283 command_line->AppendSwitchNative(
288 command_line->AppendSwitchNative("--title", title);
291 command_line->AppendSwitch("--multiple")
    [all...]
  /external/chromium_org/ui/gfx/
gtk_util.cc 12 #include "base/command_line.h"
59 static void CommonInitFromCommandLine(const CommandLine& command_line,
61 const std::vector<std::string>& args = command_line.argv();
78 void GtkInitFromCommandLine(const CommandLine& command_line) {
79 CommonInitFromCommandLine(command_line, gtk_init);
82 void GdkInitFromCommandLine(const CommandLine& command_line) {
83 CommonInitFromCommandLine(command_line, gdk_init);
  /external/chromium/chrome/browser/extensions/
window_open_apitest.cc 5 #include "base/command_line.h"
104 virtual void SetUpCommandLine(CommandLine* command_line) {
105 ExtensionApiTest::SetUpCommandLine(command_line);
106 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
  /external/chromium_org/chrome/browser/chromeos/login/
captive_portal_window_browsertest.cc 5 #include "base/command_line.h"
70 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
71 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
72 command_line->AppendSwitch(chromeos::switches::kLoginManager);
user_adding_screen_browsertest.cc 35 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
36 LoginManagerTest::SetUpCommandLine(command_line);
37 command_line->AppendSwitch(::switches::kMultiProfiles);
  /external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
cloud_print_private_apitest.cc 26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
27 ExtensionApiTest::SetUpCommandLine(command_line);
28 command_line->AppendSwitchASCII(switches::kCloudPrintServiceURL,

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 91011>>