HomeSort by relevance Sort by last modified time
    Searched defs:command_line (Results 151 - 175 of 317) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome_elf/
chrome_elf_util.cc 205 wchar_t* command_line = GetCommandLine(); local
206 bool has_process_type_flag = command_line && wcsstr(command_line, L"--type");
  /external/chromium_org/chromeos/tools/onc_validator/
onc_validator.cc 9 #include "base/command_line.h"
112 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
113 CommandLine::StringVector args = command_line.GetArgs();
125 command_line.HasSwitch(kSwitchErrorOnUnknownField),
126 command_line.HasSwitch(kSwitchErrorOnWrongRecommended),
127 command_line.HasSwitch(kSwitchErrorOnMissingField),
128 command_line.HasSwitch(kSwitchManagedOnc));
130 if (command_line.HasSwitch(kSwitchUserPolicy))
132 else if (command_line.HasSwitch(kSwitchDevicePolicy))
134 else if (command_line.HasSwitch(kSwitchUserImport)
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_service_url.cc 9 #include "base/command_line.h"
36 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
38 command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox));
44 if (command_line->HasSwitch(::switches::kReduceSecurityForTesting))
55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
57 command_line.GetSwitchValueASCII(switches::kWalletServiceUrl);
75 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
77 command_line.GetSwitchValueASCII(switches::kWalletSecureServiceUrl);
86 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
88 command_line.HasSwitch(switches::kWalletServiceUrl)
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_auth_request_handler.cc 8 #include "base/command_line.h"
41 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
42 return command_line.HasSwitch(
207 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
209 command_line.GetSwitchValueASCII(switches::kDataReductionProxyKey);
  /external/chromium_org/components/policy/core/browser/
browser_policy_connector.cc 10 #include "base/command_line.h"
237 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
238 if (command_line->HasSwitch(switches::kDeviceManagementUrl))
239 return command_line->GetSwitchValueASCII(switches::kDeviceManagementUrl);
  /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/gpu/
compositor_util.cc 7 #include "base/command_line.h"
45 const base::CommandLine& command_line = local
54 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) ||
64 command_line.HasSwitch(switches::kDisableGpuCompositing),
73 command_line.HasSwitch(switches::kDisableExperimentalWebGL),
80 command_line.HasSwitch(switches::kDisableFlash3d),
88 command_line.HasSwitch(switches::kDisableFlashStage3d),
98 command_line.HasSwitch(switches::kDisableFlashStage3d),
107 command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode),
117 command_line.HasSwitch(switches::kDisableWebRtcHWEncoding)
245 const base::CommandLine& command_line = local
264 const base::CommandLine& command_line = local
274 const base::CommandLine& command_line = local
    [all...]
  /external/chromium_org/content/browser/
site_instance_impl.cc 7 #include "base/command_line.h"
344 const base::CommandLine& command_line = local
346 if (command_line.HasSwitch(switches::kEnableStrictSiteIsolation) ||
347 command_line.HasSwitch(switches::kSitePerProcess)) {
  /external/chromium_org/content/common/sandbox_linux/
bpf_gpu_policy_linux.cc 19 #include "base/command_line.h"
76 const base::CommandLine& command_line = local
81 !command_line.HasSwitch(switches::kDisableVaapiAcceleratedVideoEncode);
83 return !command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode) ||
sandbox_seccomp_bpf_linux.cc 14 #include "base/command_line.h"
158 const base::CommandLine& command_line = local
161 if (command_line.HasSwitch(switches::kGpuSandboxAllowSysVShm)) {
175 bool StartBPFSandbox(const base::CommandLine& command_line,
199 bool StartBPFSandbox(const base::CommandLine& command_line,
216 const base::CommandLine& command_line = local
218 if (!command_line.HasSwitch(switches::kNoSandbox) &&
219 !command_line.HasSwitch(switches::kDisableSeccompFilterSandbox)) {
229 const base::CommandLine& command_line = local
232 return !command_line.HasSwitch(switches::kDisableGpuSandbox)
258 const base::CommandLine& command_line = local
    [all...]
  /external/chromium_org/content/public/test/
browser_test_base.cc 8 #include "base/command_line.h"
171 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
175 command_line->AppendSwitchASCII(
180 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
182 command_line->AppendSwitch(switches::kDomAutomationController);
186 command_line->AppendSwitch(switches::kLogGpuControlListDecisions);
189 command_line->AppendSwitch(switches::kDisableGpu);
191 command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
198 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
201 if (command_line->HasSwitch(switches::kDisableGLDrawingForTests))
    [all...]
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 8 #include "base/command_line.h"
126 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
127 if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) {
138 if (command_line.HasSwitch(switches::kDumpRenderTree)) {
141 command_line.AppendSwitch(switches::kProcessPerTab);
142 command_line.AppendSwitch(switches::kEnableLogging);
143 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles);
144 command_line.AppendSwitchASCII(switches::kUseGL,
146 command_line.AppendSwitch(switches::kSkipGpuDataLoading);
147 command_line.AppendSwitchASCII(switches::kTouchEvents
    [all...]
  /external/chromium_org/content/shell/browser/
shell_devtools_delegate.cc 10 #include "base/command_line.h"
88 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
91 if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) {
92 socket_name = command_line.GetSwitchValueASCII(
101 if (command_line.HasSwitch(switches::kRemoteDebuggingPort)) {
104 command_line.GetSwitchValueASCII(switches::kRemoteDebuggingPort);
  /external/chromium_org/extensions/shell/browser/
shell_desktop_controller.cc 10 #include "base/command_line.h"
282 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
283 if (command_line->HasSwitch(switches::kAppShellHostWindowBounds)) {
285 command_line->GetSwitchValueASCII(switches::kAppShellHostWindowBounds);
  /external/chromium_org/google_apis/
google_api_keys.cc 9 #include "base/command_line.h"
80 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
87 command_line);
95 command_line);
102 command_line);
116 command_line);
123 command_line);
131 command_line);
138 command_line);
146 command_line);
    [all...]
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 11 #include "base/command_line.h"
241 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
242 std::string filename = command_line->GetSwitchValueASCII("file");
280 if (command_line->HasSwitch("use-gl")) {
289 CreateDataSource(filename), command_line->HasSwitch("streaming")));
297 paint_cb, command_line->HasSwitch("audio"));
  /external/chromium_org/mojo/shell/
context.cc 9 #include "base/command_line.h"
70 base::CommandLine* command_line) {
76 std::string handlers_spec = command_line->GetSwitchValueASCII(
180 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
182 if (command_line->HasSwitch(switches::kEnableMultiprocess))
189 InitContentHandlers(dynamic_application_loader, command_line);
209 if (command_line->HasSwitch(switches::kSpy)) {
212 command_line->GetSwitchValueASCII(switches::kSpy)));
  /external/chromium_org/remoting/host/
daemon_process.cc 12 #include "base/command_line.h"
261 const base::CommandLine* command_line = local
267 if (command_line->HasSwitch(kHostConfigSwitchName)) {
268 config_path = command_line->GetSwitchValuePath(kHostConfigSwitchName);
host_main.cc 13 #include "base/command_line.h"
98 base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
102 command_line.AppendSwitchNative(i->first, i->second);
106 command_line.AppendArgNative(*i);
114 command_line.GetCommandLineString();
192 const base::CommandLine* command_line = local
194 if (command_line->HasSwitch(kHelpSwitchName) ||
195 command_line->HasSwitch(kQuestionSwitchName)) {
196 Usage(command_line->GetProgram());
200 if (command_line->HasSwitch(kVersionSwitchName))
    [all...]
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 8 #include "base/command_line.h"
104 const base::CommandLine* command_line = local
107 if (command_line->HasSwitch(kParentWindowSwitchName)) {
109 command_line->GetSwitchValueASCII(kParentWindowSwitchName);
125 if (command_line->HasSwitch(kElevatingSwitchName)) {
131 DCHECK(command_line->HasSwitch(kInputSwitchName));
132 DCHECK(command_line->HasSwitch(kOutputSwitchName));
136 command_line->GetSwitchValueNative(kInputSwitchName);
139 command_line->GetSwitchValueNative(kOutputSwitchName);
  /external/chromium_org/sync/tools/
sync_listen_notifications.cc 10 #include "base/command_line.h"
114 const CommandLine& command_line,
120 if (command_line.HasSwitch(kHostPortSwitch)) {
123 command_line.GetSwitchValueASCII(kHostPortSwitch));
129 command_line.HasSwitch(kTrySslTcpFirstSwitch);
134 command_line.HasSwitch(kAllowInsecureConnectionSwitch);
159 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
160 std::string email = command_line.GetSwitchValueASCII(kEmailSwitch);
161 std::string token = command_line.GetSwitchValueASCII(kTokenSwitch);
183 command_line,
    [all...]
  /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/third_party/webrtc/base/
flags.cc 268 LPTSTR command_line = ::GetCommandLine(); local
270 LPWSTR *wide_argv = ::CommandLineToArgvW(command_line, &argc_);
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 17 import command_line namespace
93 raise command_line.ParseError("Browser filename must be an executable")
timeload.py 18 import command_line namespace

Completed in 1439 milliseconds

1 2 3 4 5 67 8 91011>>