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

<<11121314151617181920>>

  /external/chromium_org/chrome/test/base/
in_process_browser_test.h 189 void PrepareTestCommandLine(base::CommandLine* command_line);
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_constants.cc 8 #include "base/command_line.h"
87 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
88 if (command_line->HasSwitch(switches::kDisablePolicyKeyVerification)) {
98 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
99 if (command_line->HasSwitch(switches::kFakeCloudPolicyType))
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 36 pid_t ForkRequest(const std::vector<std::string>& command_line,
  /external/chromium_org/content/public/test/
browser_test_base.h 55 virtual void SetUpCommandLine(base::CommandLine* command_line) {}
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.h 78 // |command_line|. Returns true on success.
79 virtual bool AddCommandLineArguments(base::CommandLine* command_line) const
  /external/chromium_org/remoting/host/win/
host_service.h 34 bool InitWithCommandLine(const base::CommandLine* command_line);
unprivileged_process_delegate.cc 13 #include "base/command_line.h"
293 base::CommandLine command_line(target_command_->argv());
294 command_line.AppendSwitchASCII(kDaemonPipeSwitchName, pipe_handle);
307 if (!LaunchProcessWithToken(command_line.GetProgram(),
308 command_line.GetCommandLineString(),
  /external/chromium_org/sandbox/win/src/
broker_services.h 51 const wchar_t* command_line,
target_process.h 49 const wchar_t* command_line,
  /external/chromium_org/ui/gl/
gl_implementation_win.cc 10 #include "base/command_line.h"
171 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
173 command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader";
175 if (!command_line->HasSwitch(switches::kSwiftShaderPath))
178 command_line->GetSwitchValuePath(switches::kSwiftShaderPath);
  /ndk/sources/host-tools/make-3.81/
job.h 49 unsigned int command_line; /* Index into above. */ member in struct:child
50 char *command_ptr; /* Ptr into command_lines[command_line]. */
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 422 char *command_line; local
497 command_line = make_command_line( shell_name, exec_path, argv);
499 command_line = make_command_line( shell_name, file_info.szPathName,
502 if ( command_line == NULL ) {
512 free( command_line );
542 command_line ? command_line : "NULL"));
545 command_line,
558 exec_path ? exec_path : "NULL", command_line);
560 free( command_line );
959 char* command_line; local
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 12 #include "base/command_line.h"
64 const wchar_t* command_line,
313 CommandLine command_line(CommandLine::NO_PROGRAM);
314 command_line.AppendArguments(parsed_command_line, false);
315 if (!command_line.HasSwitch(switches::kRestoreLastSession))
316 command_line.AppendSwitch(switches::kRestoreLastSession);
321 command_line.GetCommandLineString().c_str(),
328 ", command_line: " << command_line.GetCommandLineString();
  /external/chromium_org/chrome/common/
chrome_content_client.cc 7 #include "base/command_line.h"
393 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
397 if (command_line->HasSwitch(switches::kPpapiFlashPath))
401 command_line->HasSwitch(switches::kDisableBundledPpapiFlash);
431 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
432 if (command_line->HasSwitch(switches::kUserAgent))
433 return command_line->GetSwitchValueASCII(switches::kUserAgent);
437 if (command_line->HasSwitch(switches::kUseMobileUserAgent))
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 22 #include "base/command_line.h"
965 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
1739 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
1776 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
1833 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/media/
encrypted_media_istypesupported_browsertest.cc 9 #include "base/command_line.h"
171 void RegisterPepperCdm(CommandLine* command_line,
191 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
289 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
301 RegisterPepperCdm(command_line, adapter_file_name, pepper_name);
312 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
324 RegisterPepperCdm(command_line, adapter_file_name, pepper_name);
335 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
336 RegisterPepperCdm(command_line,
347 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE
    [all...]
  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 8 #include "base/command_line.h"
106 bool TestResultsTracker::Init(const CommandLine& command_line) {
115 if (!command_line.HasSwitch(kGTestOutputFlag))
118 std::string flag = command_line.GetSwitchValueASCII(kGTestOutputFlag);
123 command_line.GetSwitchValuePath(kGTestOutputFlag);
130 FilePath executable = command_line.GetProgram().BaseName();
  /external/chromium_org/chrome/browser/apps/
app_url_redirector_browsertest.cc 23 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
117 CommandLine* command_line) {
118 PlatformAppBrowserTest::SetUpCommandLine(command_line);
119 command_line->AppendSwitch(::switches::kDisablePopupBlocking);
120 command_line->AppendSwitchASCII(::switches::kPrerenderMode,
  /external/chromium_org/chrome/browser/chromeos/policy/
login_screen_default_policy_browsertest.cc 11 #include "base/command_line.h"
106 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
169 CommandLine* command_line) {
170 LoginScreenDefaultPolicyBrowsertestBase::SetUpCommandLine(command_line);
171 command_line->AppendSwitch(chromeos::switches::kLoginManager);
172 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_enabled_unittest.cc 5 #include "base/command_line.h"
71 CommandLine command_line(CommandLine::NO_PROGRAM);
125 CommandLine command_line(CommandLine::NO_PROGRAM);
134 &command_line, base::FilePath(), false);
226 CommandLine command_line(CommandLine::NO_PROGRAM);
237 &command_line, base::FilePath(), false);
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 8 #include "base/command_line.h"
227 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
228 return !command_line->HasSwitch(switches::kDisableDeviceDiscovery) &&
229 !command_line->HasSwitch(switches::kDisableDeviceDiscoveryNotifications);
234 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
235 return command_line->HasSwitch(switches::kEnableDeviceDiscoveryNotifications);
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 18 from telemetry.core import command_line namespace
37 class Help(command_line.OptparseCommand):
62 class List(command_line.OptparseCommand):
95 class Run(command_line.OptparseCommand):
189 if not issubclass(cls, command_line.Command):
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 16 #include "base/command_line.h"
213 CommandLine command_line(chrome_path);
217 command_line.AppendSwitchPath(switches::kUserDataDir, chrome_profile);
219 command_line.AppendSwitchPath(switches::kCloudPrintFile, xps_path);
220 command_line.AppendSwitchNative(switches::kCloudPrintFileType, kXpsMimeType);
221 command_line.AppendSwitchNative(switches::kCloudPrintJobTitle, job_title);
224 base::LaunchProcess(command_line, options, NULL);
245 CommandLine command_line(ie_path);
246 command_line.AppendArg(kChromeInstallUrl);
250 base::LaunchProcess(command_line, options, NULL)
    [all...]
  /external/chromium_org/chrome/browser/android/
dev_tools_server.cc 14 #include "base/command_line.h"
398 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
399 if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) {
400 socket_name_ = command_line.GetSwitchValueASCII(
410 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
411 if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) {
412 socket_name_ = command_line.GetSwitchValueASCII(
  /external/chromium_org/chrome/browser/extensions/
extension_system_impl.cc 9 #include "base/command_line.h"
220 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
224 bool allow_noisy_errors = !command_line->HasSwitch(switches::kNoErrorDialogs);
277 if (command_line->HasSwitch(switches::kLoadComponentExtension)) {
278 CommandLine::StringType path_list = command_line->GetSwitchValueNative(
309 if (command_line->HasSwitch(switches::kLoadExtension)) {
310 CommandLine::StringType path_list = command_line->GetSwitchValueNative(

Completed in 1130 milliseconds

<<11121314151617181920>>