| /external/chromium_org/chrome/browser/ |
| process_singleton.h | 19 #include "base/command_line.h" 65 const base::CommandLine& command_line, 107 const base::CommandLine& command_line, 111 const base::CommandLine& command_line,
|
| 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...] |
| /external/chromium_org/chrome/browser/supervised_user/ |
| supervised_user_resource_throttle_browsertest.cc | 7 #include "base/command_line.h" 37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 48 CommandLine* command_line) { 49 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| /external/chromium_org/chrome/browser/ui/views/profiles/ |
| profile_chooser_view_browsertest.cc | 7 #include "base/command_line.h" 41 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 61 CommandLine* command_line) { 62 command_line->AppendSwitch(switches::kNewAvatarMenu);
|
| /external/chromium_org/content/app/android/ |
| library_loader_hooks.cc | 13 #include "base/command_line.h" 78 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 80 if (command_line->HasSwitch(switches::kTraceStartup)) { 82 command_line->GetSwitchValueASCII(switches::kTraceStartup));
|
| /external/chromium_org/content/common/ |
| set_process_title.cc | 16 #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/ |
| render_process_impl.cc | 16 #include "base/command_line.h" 57 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 58 if (command_line.HasSwitch(switches::kJavaScriptFlags)) { 60 command_line.GetSwitchValueASCII(switches::kJavaScriptFlags));
|
| /external/chromium_org/content/shell/browser/ |
| shell_net_log.cc | 9 #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/media/video/capture/ |
| video_capture_device_factory.cc | 7 #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/ |
| multiprocess_test_helper.cc | 7 #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/sandbox/win/wow_helper/ |
| wow_helper.cc | 63 int wWinMain(HINSTANCE, HINSTANCE, wchar_t* command_line, int) { 65 if (!command_line) 69 DWORD process_id = wcstoul(command_line, &next, 0);
|
| /external/chromium_org/sync/test/ |
| local_sync_test_server.cc | 7 #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/ |
| executive_unittest.py | 76 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('cat'), input=encoded_tor, decode_output=False [all...] |
| /external/chromium_org/tools/set_default_handler/ |
| set_default_handler_main.cc | 12 #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/ |
| 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...] |
| /external/chromium_org/ash/display/ |
| display_layout_store.cc | 9 #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/base/test/ |
| test_process_killer_win.cc | 140 base::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/chromeos/login/ |
| oobe_browsertest.cc | 5 #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/ |
| 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/browser/net/ |
| proxy_service_factory.cc | 7 #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);
|
| /external/chromium_org/content/public/test/ |
| content_browser_test.cc | 7 #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/content/common/sandbox_linux/ |
| sandbox_seccomp_bpf_linux.cc | 16 #include "base/command_line.h" 169 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 171 if (command_line.HasSwitch(switches::kGpuSandboxAllowSysVShm)) { 185 bool StartBPFSandbox(const CommandLine& command_line, 210 bool StartBPFSandbox(const CommandLine& command_line, 227 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 228 if (!command_line.HasSwitch(switches::kNoSandbox) && 229 !command_line.HasSwitch(switches::kDisableSeccompFilterSandbox)) { 239 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 241 return !command_line.HasSwitch(switches::kDisableGpuSandbox) 267 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local [all...] |
| /external/chromium_org/content/app/ |
| content_main_runner.cc | 11 #include "base/command_line.h" 194 static base::ProcessId GetBrowserPid(const CommandLine& command_line) { 196 if (command_line.HasSwitch(switches::kProcessChannelID)) { 198 command_line.GetSwitchValueASCII(switches::kProcessChannelID); 209 static void InitializeStatsTable(const CommandLine& command_line) { 215 if (command_line.HasSwitch(switches::kEnableStatsTable)) { 233 static_cast<unsigned int>(GetBrowserPid(command_line))); 325 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 327 command_line.GetSwitchValueASCII(switches::kProcessType); 333 InitializeStatsTable(command_line); 610 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable 678 SetupCRT(command_line); variable 718 InitializeStatsTable(command_line); variable 749 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable 773 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable [all...] |
| /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/test/nacl/ |
| nacl_browsertest_util.cc | 8 #include "base/command_line.h" 206 void NaClBrowserTestBase::SetUpCommandLine(base::CommandLine* command_line) { 207 command_line->AppendSwitch(switches::kEnableNaCl); 323 base::CommandLine* command_line) { 324 NaClBrowserTestBase::SetUpCommandLine(command_line); 325 command_line->AppendSwitch(switches::kDisablePnacl); 333 base::CommandLine* command_line) { 334 NaClBrowserTestBase::SetUpCommandLine(command_line); 335 command_line->AppendSwitch(switches::kEnableNaClNonSfiMode); 352 base::CommandLine* command_line) { [all...] |