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

<<111213

  /external/chromium_org/content/browser/service_worker/
service_worker_browsertest.cc 7 #include "base/command_line.h"
265 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
266 command_line->AppendSwitch(
735 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
736 command_line->AppendSwitch(switches::kEnableServiceWorkerSync);
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 15 #include "base/command_line.h"
420 const base::CommandLine* command_line = local
422 log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages);
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 14 #include "base/command_line.h"
199 const CommandLine& command_line,
259 const CommandLine& command_line,
261 : command_line_(command_line),
268 if (command_line.HasSwitch(kRMQFileName)) {
269 gcm_store_path_ = command_line.GetSwitchValuePath(kRMQFileName);
271 if (command_line.HasSwitch(kAndroidIdSwitch)) {
272 base::StringToUint64(command_line.GetSwitchValueASCII(kAndroidIdSwitch),
275 if (command_line.HasSwitch(kSecretSwitch)) {
276 base::StringToUint64(command_line.GetSwitchValueASCII(kSecretSwitch)
494 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /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/ash/display/
display_manager.cc 19 #include "base/command_line.h"
109 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
110 if (command_line->HasSwitch(switches::kAshUseFirstDisplayAsInternal))
244 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
245 if (!command_line->HasSwitch(switches::kAshHostWindowBounds))
248 command_line->GetSwitchValueASCII(switches::kAshHostWindowBounds);
258 command_line->HasSwitch(switches::kAshEnableSoftwareMirroring)) {
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 12 #include "base/command_line.h"
170 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
175 if (command_line.HasSwitch(switches::kHostResolverParallelism)) {
177 command_line.GetSwitchValueASCII(switches::kHostResolverParallelism);
189 if (command_line.HasSwitch(switches::kHostResolverRetryAttempts)) {
191 command_line.GetSwitchValueASCII(switches::kHostResolverRetryAttempts);
212 if (command_line.HasSwitch(switches::kEnableIPv6)) {
216 } else if (command_line.HasSwitch(switches::kDisableIPv6)) {
223 if (!command_line.HasSwitch(switches::kHostResolverRules))
229 command_line.GetSwitchValueASCII(switches::kHostResolverRules))
554 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
1087 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 11 #include "base/command_line.h"
413 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
415 !command_line->HasSwitch(switches::kDisablePreconnect),
416 !command_line->HasSwitch(switches::kDnsPrefetchDisable),
1310 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
profile_manager.cc 10 #include "base/command_line.h"
788 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
790 command_line->HasSwitch(switches::kSupervisedUserId);
793 command_line->GetSwitchValueASCII(switches::kSupervisedUserId);
824 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
825 if (!command_line.HasSwitch(switches::kTestType)) {
    [all...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 12 #include "base/command_line.h"
1723 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 7 #include "base/command_line.h"
352 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
353 if (command_line->HasSwitch(switches::kEnableBenchmarking))
355 if (command_line->HasSwitch(switches::kEnableNetBenchmarking))
357 if (command_line->HasSwitch(switches::kInstantProcess))
360 if (command_line->HasSwitch(switches::kPlaybackMode) ||
361 command_line->HasSwitch(switches::kRecordMode)) {
380 if (!command_line->HasSwitch(switches::kInstantProcess))
516 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
517 if (command_line->HasSwitch(switches::kInstantProcess)
1504 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 8 #include "base/command_line.h"
997 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.cc 30 #include "base/command_line.h"
1685 const base::CommandLine& command_line = local
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 9 #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->GetSwitchValueASCII
902 const base::CommandLine* command_line = local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 13 #include "base/command_line.h"
335 const base::CommandLine& command_line = local
339 !command_line.HasSwitch(switches::kDisableJavaScript);
341 !command_line.HasSwitch(switches::kDisableWebSecurity);
343 !command_line.HasSwitch(switches::kDisablePlugins);
345 !command_line.HasSwitch(switches::kDisableJava);
348 !command_line.HasSwitch(switches::kDisableRemoteFonts);
350 !command_line.HasSwitch(switches::kDisableXSLT);
352 !command_line.HasSwitch(switches::kDisableXSSAuditor);
354 !command_line.HasSwitch(switches::kDisableApplicationCache)
    [all...]
render_widget_host_unittest.cc 7 #include "base/command_line.h"
436 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
437 command_line->AppendSwitch(switches::kValidateInputEventStream);
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 13 #include "base/command_line.h"
483 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
484 if (command_line.HasSwitch(cc::switches::kEnableGpuBenchmarking))
488 command_line.HasSwitch(switches::kEnableImplSidePainting);
492 is_zero_copy_enabled_ = command_line.HasSwitch(switches::kEnableZeroCopy) &&
493 !command_line.HasSwitch(switches::kDisableZeroCopy);
495 is_one_copy_enabled_ = command_line.HasSwitch(switches::kEnableOneCopy);
497 if (command_line.HasSwitch(switches::kDisableLCDText)) {
499 } else if (command_line.HasSwitch(switches::kEnableLCDText)) {
510 command_line.HasSwitch(switches::kEnableGpuRasterization)
850 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/extensions/renderer/
dispatcher.cc 9 #include "base/command_line.h"
190 const CommandLine& command_line = *(CommandLine::ForCurrentProcess()); local
192 command_line.HasSwitch(extensions::switches::kExtensionProcess) ||
193 command_line.HasSwitch(::switches::kSingleProcess);
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 736 std::string command_line = local
757 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 699 String command_line = String::Format("%s %s \"%s\"", local
721 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/chromium_org/tools/traceline/traceline/
main.cc 1227 std::string command_line; local
    [all...]
  /external/gtest/src/
gtest-death-test.cc 736 std::string command_line = local
757 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 701 String command_line = String::Format("%s %s \"%s\"", local
723 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 699 String command_line = String::Format("%s %s \"%s\"", local
721 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 651 String command_line = String::Format("%s %s \"%s\"", local
673 const_cast<char*>(command_line.c_str()),
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 736 std::string command_line = local
757 const_cast<char*>(command_line.c_str()),
    [all...]

Completed in 924 milliseconds

<<111213