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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/
unload_browsertest.cc 9 #include "base/command_line.h"
116 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
121 command_line->AppendSwitch(switches::kDisablePopupBlocking);
419 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
420 UnloadTest::SetUpCommandLine(command_line);
421 command_line->AppendSwitch(switches::kEnableFastUnload);
  /external/lldb/source/API/
SBCommandInterpreter.cpp 111 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history)
117 m_opaque_ptr, command_line, result.get(), add_to_history);
120 if (command_line && m_opaque_ptr)
122 m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref());
137 m_opaque_ptr, command_line, result.get(), sstr.GetData(), add_to_history, result.GetStatus());
  /external/chromium_org/chrome/installer/util/
install_util_unittest.cc 8 #include "base/command_line.h"
35 CommandLine command_line(CommandLine::NO_PROGRAM);
46 InstallUtil::MakeUninstallCommand(param.first, param.second, &command_line);
47 EXPECT_EQ(param.first, command_line.GetProgram().value());
49 EXPECT_TRUE(command_line.GetSwitches().empty());
51 EXPECT_EQ(2U, command_line.GetSwitches().size());
52 EXPECT_TRUE(command_line.HasSwitch("do-something"));
53 EXPECT_TRUE(command_line.HasSwitch("silly"));
  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 9 #include "base/command_line.h"
162 FeatureInfo::FeatureInfo(const CommandLine& command_line) {
163 InitializeBasicState(command_line);
166 void FeatureInfo::InitializeBasicState(const CommandLine& command_line) {
167 if (command_line.HasSwitch(switches::kGpuDriverBugWorkarounds)) {
168 std::string types = command_line.GetSwitchValueASCII(
173 !command_line.HasSwitch(switches::kDisableShaderNameHashing);
176 (command_line.GetSwitchValueASCII(switches::kUseGL) == "swiftshader");
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc 12 #include "base/command_line.h"
603 base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
604 command_line.AppendSwitch(kElevatingSwitchName);
605 command_line.AppendSwitchASCII(kInputSwitchName, input_pipe_name);
606 command_line.AppendSwitchASCII(kOutputSwitchName, output_pipe_name);
611 command_line.AppendSwitchNative(i->first, i->second);
615 command_line.AppendArgNative(*i);
621 command_line.GetCommandLineString();
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-python.c 472 const char **command_line; local
477 command_line = malloc((argc + 1) * sizeof(const char *));
478 command_line[0] = script;
480 command_line[i] = argv[i - 1];
486 PySys_SetArgv(argc + 1, (char **)command_line);
508 free(command_line);
513 free(command_line);
  /external/chromium_org/chrome/browser/apps/
app_browsertest.cc 11 #include "base/command_line.h"
186 CommandLine* command_line = CommandLine::ForCurrentProcess();
187 command_line->AppendArgPath(path);
491 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
495 command_line->AppendArgPath(relative_test_doc);
506 params.command_line = *CommandLine::ForCurrentProcess();
690 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
691 command_line->AppendArgPath(temp_dir.path().AppendASCII("new_file.txt"));
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 5 #include "base/command_line.h"
129 const CommandLine& command_line) {
132 command_line.GetSwitchValueASCII(switches::kDisableSyncTypes);
138 const CommandLine& command_line) {
140 if (command_line.HasSwitch(switches::kEnableSyncSyncedNotifications)) {
155 CommandLine* command_line,
162 command_line_(command_line),
  /external/chromium_org/content/common/
sandbox_win.cc 10 #include "base/command_line.h"
374 // command_line as needed.
375 void ProcessDebugFlags(CommandLine* command_line) {
377 std::string type = command_line->GetSwitchValueASCII(switches::kProcessType);
383 command_line->AppendSwitch(switches::kWaitForDebugger);
385 command_line->AppendSwitchASCII(switches::kWaitForDebuggerChildren, value);
582 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
583 if (command_line.HasSwitch(switches::kDisableDirectWrite))
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_policy_browsertest.cc 12 #include "base/command_line.h"
176 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
181 command_line->AppendSwitch(switches::kLoginManager);
182 command_line->AppendSwitch(switches::kForceLoginManagerInTests);
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_apitest.cc 271 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
272 command_line->AppendSwitch(chromeos::switches::kLoginManager);
273 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile,
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
enterprise_platform_keys_apitest_nss.cc 109 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
110 ExtensionApiTest::SetUpCommandLine(command_line);
113 command_line->AppendSwitch(
  /external/chromium_org/chrome/browser/extensions/
chrome_app_api_browsertest.cc 7 #include "base/command_line.h"
90 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
91 ExtensionBrowserTest::SetUpCommandLine(command_line);
92 command_line->AppendSwitchASCII(switches::kAppsCheckoutURL,
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_getmediadevices_browsertest.cc 5 #include "base/command_line.h"
50 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
52 EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream));
55 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.cc 7 #include "base/command_line.h"
178 void ConfigurePrerender(const CommandLine& command_line) {
186 if (command_line.HasSwitch(switches::kPrerenderMode)) {
188 command_line.GetSwitchValueASCII(switches::kPrerenderMode);
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc 11 #include "base/command_line.h"
83 const base::CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
84 if (command_line.HasSwitch(switches::kDisableSessionCrashedBubble))
86 if (command_line.HasSwitch(switches::kEnableSessionCrashedBubble))
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.cc 9 #include "base/command_line.h"
307 void NetInternalsTest::SetUpCommandLine(CommandLine* command_line) {
308 WebUIBrowserTest::SetUpCommandLine(command_line);
310 command_line->AppendSwitchASCII(switches::kPrerenderMode,
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_browsertest.cc 10 #include "base/command_line.h"
54 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
55 command_line->AppendSwitch(switches::kSingleProcess);
58 command_line->AppendSwitch(switches::kDisableGpu);
  /external/chromium_org/content/browser/
plugin_service_impl_browsertest.cc 9 #include "base/command_line.h"
143 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
147 command_line->AppendSwitchPath(switches::kExtraPluginDir,
155 command_line->AppendSwitch("always-authorize-plugins");
  /external/chromium_org/content/renderer/
resource_fetcher_browsertest.cc 9 #include "base/command_line.h"
134 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
135 command_line->AppendSwitch(switches::kSingleProcess);
138 command_line->AppendSwitch(switches::kDisableGpu);
  /external/chromium_org/remoting/host/
daemon_process.cc 12 #include "base/command_line.h"
262 const base::CommandLine* command_line = local
268 if (command_line->HasSwitch(kHostConfigSwitchName)) {
269 config_path = command_line->GetSwitchValuePath(kHostConfigSwitchName);
  /external/chromium_org/remoting/host/win/
host_service.cc 17 #include "base/command_line.h"
68 bool HostService::InitWithCommandLine(const base::CommandLine* command_line) {
69 base::CommandLine::StringVector args = command_line->GetArgs();
77 command_line->HasSwitch(kConsoleSwitchName)) {
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 406 base::string16 command_line(chrome.GetCommandLineString());
408 AtlTrace("Formatted command line is %ls\n", command_line.c_str());
412 const_cast<LPWSTR>(command_line.c_str()),
  /external/chromium_org/apps/
launcher.cc 10 #include "base/command_line.h"
393 const CommandLine& command_line,
418 CommandLine::StringVector args = command_line.GetArgs();
423 if (args.empty() || (command_line.HasSwitch(switches::kTestType) &&
429 base::FilePath file_path(command_line.GetArgs()[0]);
  /external/chromium_org/apps/shell/browser/
shell_extensions_browser_client.h 27 virtual bool AreExtensionsDisabled(const base::CommandLine& command_line,

Completed in 1712 milliseconds

<<21222324252627282930>>