Searched refs:command_line (Results 201 - 225 of 915) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_resource_throttle_browsertest.cc7 #include "base/command_line.h"
37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
48 CommandLine* command_line) {
49 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
47 SetUpCommandLine( CommandLine* command_line) argument
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.h43 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
97 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
107 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
116 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
121 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
127 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
150 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
162 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
174 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
180 virtual void SetUpCommandLine(base::CommandLine* command_line);
[all...]
/external/chromium_org/content/app/android/
H A Dlibrary_loader_hooks.cc13 #include "base/command_line.h"
75 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
77 if (command_line->HasSwitch(switches::kTraceStartup)) {
79 command_line->GetSwitchValueASCII(switches::kTraceStartup));
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_unittest.cc7 #include "base/command_line.h"
39 const base::CommandLine& command_line = local
41 if (command_line.HasSwitch(switches::kSitePerProcess) ||
42 command_line.HasSwitch(switches::kEnableStrictSiteIsolation))
/external/chromium_org/content/common/
H A Dset_process_title.cc16 #include "base/command_line.h"
73 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
74 for (size_t i = 1; i < command_line->argv().size(); ++i) {
77 title += command_line->argv()[i];
/external/chromium_org/content/renderer/
H A Drender_process_impl.cc16 #include "base/command_line.h"
52 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
53 if (command_line.HasSwitch(switches::kJavaScriptFlags)) {
55 command_line.GetSwitchValueASCII(switches::kJavaScriptFlags));
/external/chromium_org/content/shell/browser/
H A Dshell_net_log.cc9 #include "base/command_line.h"
26 dict->SetString("command_line",
37 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
39 if (command_line->HasSwitch(switches::kLogNetLog)) {
41 command_line->GetSwitchValuePath(switches::kLogNetLog);
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_apitest.cc18 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
19 ExtensionApiTest::SetUpCommandLine(command_line);
26 command_line->AppendSwitch(
/external/chromium_org/media/video/capture/
H A Dvideo_capture_device_factory.cc7 #include "base/command_line.h"
27 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
30 if (command_line->HasSwitch(switches::kUseFakeDeviceForMediaStream)) {
31 if (command_line->HasSwitch(switches::kUseFileForFakeVideoCapture)) {
/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper.cc7 #include "base/command_line.h"
36 base::CommandLine command_line(
40 &command_line, &handle_passing_info);
53 base::SpawnMultiProcessTestChild(test_child_main, command_line, options);
/external/chromium_org/remoting/tools/
H A Drun_webapp_unittest.py79 command_line = ""
87 command_line = BuildCommandLine(args.chrome_path, args.module, args.coverage)
88 os.system(command_line)
/external/chromium_org/sandbox/win/wow_helper/
H A Dwow_helper.cc63 int wWinMain(HINSTANCE, HINSTANCE, wchar_t* command_line, int) { argument
65 if (!command_line)
69 DWORD process_id = wcstoul(command_line, &next, 0);
/external/chromium_org/sync/test/
H A Dlocal_sync_test_server.cc7 #include "base/command_line.h"
35 base::CommandLine* command_line) const {
36 if (!LocalTestServer::AddCommandLineArguments(command_line))
40 command_line->AppendArg("--xmpp-port=" + xmpp_port_str);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_unittest.py76 def command_line(cmd, *args): function
115 executive.run_command(command_line('echo', 'foo'))
116 executive.run_command(tuple(command_line('echo', 'foo')))
120 executive.run_command(command_line('echo', 1))
121 executive.popen(command_line('echo', 1), stdout=executive.PIPE).wait()
127 executive.popen(args=command_line('echo', 1), stdout=executive.PIPE).wait()
148 output = executive.run_command(command_line('cat'), input=unicode_tor_input)
151 output = executive.run_command(command_line('echo', unicode_tor_input))
154 output = executive.run_command(command_line('echo', unicode_tor_input), decode_output=False)
158 output = executive.run_command(command_line('ca
[all...]
/external/chromium_org/tools/set_default_handler/
H A Dset_default_handler_main.cc12 #include "base/command_line.h"
41 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
42 base::string16 protocol(command_line->GetSwitchValueNative(kSwitchProtocol));
46 base::string16 program(command_line->GetSwitchValueNative(kSwitchProgram));
/external/e2fsprogs/ext2ed/
H A Dfile_com.c50 void type_file___inode (char *command_line) argument
56 void type_file___show (char *command_line) argument
65 void type_file___nextblock (char *command_line) argument
71 ptr=parse_word (command_line,buffer);
93 void type_file___next (char *command_line) argument
99 ptr=parse_word (command_line,buffer);
116 void type_file___offset (char *command_line) argument
122 ptr=parse_word (command_line,buffer);
143 void type_file___prev (char *command_line) argument
149 ptr=parse_word (command_line,buffe
166 type_file___prevblock(char *command_line) argument
194 type_file___block(char *command_line) argument
225 type_file___display(char *command_line) argument
396 type_file___remember(char *command_line) argument
436 type_file___set(char *command_line) argument
499 type_file___writedata(char *command_line) argument
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_layout_store.cc9 #include "base/command_line.h"
16 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
17 if (command_line->HasSwitch(switches::kAshSecondaryDisplayLayout)) {
18 std::string value = command_line->GetSwitchValueASCII(
40 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
41 if (!command_line->HasSwitch(switches::kAshSecondaryDisplayLayout))
/external/chromium_org/chrome/browser/chromeos/login/
H A Doobe_browsertest.cc5 #include "base/command_line.h"
35 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
36 command_line->AppendSwitch(chromeos::switches::kLoginManager);
37 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
38 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
39 command_line->AppendSwitchASCII(
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_canary_test.cc44 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
46 ASSERT_TRUE(command_line->HasSwitch(kPasswordFileForTest));
48 command_line->GetSwitchValuePath(kPasswordFileForTest);
60 command_line->GetSwitchValuePath(kOverrideUserDataDir);
62 command_line->AppendSwitchPath(switches::kUserDataDir,
/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.cc7 #include "base/command_line.h"
94 const CommandLine& command_line,
101 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver);
102 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
114 if (command_line.HasSwitch(switches::kNumPacThreads)) {
115 std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads);
89 CreateProxyService( net::NetLog* net_log, net::URLRequestContext* context, net::NetworkDelegate* network_delegate, net::ProxyConfigService* proxy_config_service, const CommandLine& command_line, bool quick_check_enabled) argument
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl_private.cc9 #include "base/command_line.h"
116 const base::CommandLine& command_line = local
155 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas),
156 command_line.HasSwitch(switches::kDisableGpu),
157 command_line.HasSwitch(switches::kDisableExperimentalWebGL), };
327 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
328 if (command_line->HasSwitch(switches::kDisableGpu))
498 const base::CommandLine* command_line = local
500 if (command_line->HasSwitch(switches::kSkipGpuDataLoading))
504 if (command_line
902 const base::CommandLine* command_line = local
[all...]
/external/chromium_org/content/public/test/
H A Dcontent_browser_test.cc7 #include "base/command_line.h"
64 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
65 command_line->AppendSwitch(switches::kContentBrowserTest);
67 SetUpCommandLine(command_line);
72 if (command_line->HasSwitch(switches::kSingleProcess)) {
89 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath,
/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.cc7 #include "base/command_line.h"
41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) { argument
43 ExtensionBrowserTest::SetUpCommandLine(command_line);
181 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
182 CommandLine::StringVector args = command_line->GetArgs();
183 CommandLine::StringVector argv = command_line->argv();
186 command_line->InitFromArgv(argv);
191 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
194 command_line->AppendArgPath(test_doc);
256 CommandLine* command_line) {
255 SetUpCommandLine( CommandLine* command_line) argument
[all...]
/external/chromium_org/sandbox/win/tools/launcher/
H A Dlauncher.cc89 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/
H A Dprocess_info_snapshot_mac.cc11 #include "base/command_line.h"
133 CommandLine command_line(kProgram);
136 command_line.AppendArg("-o");
137 command_line.AppendArg("pid=,rss=,vsz=");
141 command_line.AppendArg("-p");
142 command_line.AppendArg(base::Int64ToString(static_cast<int64>(*it)));
147 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
196 CommandLine command_line(kProgram);
199 command_line.AppendArg("-stats");
200 command_line
[all...]

Completed in 958 milliseconds

1234567891011>>