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

<<21222324252627282930>>

  /external/chromium_org/content/public/browser/
browser_message_filter.cc 9 #include "base/command_line.h"
202 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
203 if (command_line->HasSwitch(switches::kDisableKillAfterBadIPC))
  /external/chromium_org/tools/site_compare/commands/
compare2.py 16 import command_line namespace
89 raise command_line.ParseError("Browser filename must be an executable")
  /external/chromium_org/tools/site_compare/
site_compare.py 21 import command_line # command-line parsing namespace
163 cmdline = command_line.CommandLine()
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 402 const char **command_line; local
405 command_line = malloc((argc + 2) * sizeof(const char *));
406 command_line[0] = "";
407 command_line[1] = script;
409 command_line[i] = argv[i - 2];
414 if (perl_parse(my_perl, xs_init, argc + 2, (char **)command_line,
432 free(command_line);
436 free(command_line);
  /external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc 6 #include "base/command_line.h"
97 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
99 command_line->AppendSwitch(
190 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
193 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile,
profile_shortcut_manager_win.h 66 base::CommandLine* command_line,
  /external/chromium_org/chrome/common/
crash_keys.cc 7 #include "base/command_line.h"
311 void SetSwitchesFromCommandLine(const CommandLine* command_line) {
312 DCHECK(command_line);
313 if (!command_line)
316 const CommandLine::StringVector& argv = command_line->argv();
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 12 #include "base/command_line.h"
256 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
257 if (command_line.HasSwitch(switches::kEnableWatchdog)) {
265 if (command_line.HasSwitch(switches::kEnableShowModalDialog))
291 if (!command_line.HasSwitch(switches::kSingleProcess))
  /external/chromium_org/chromeos/dbus/
session_manager_client.h 72 virtual void RestartJob(int pid, const std::string& command_line) = 0;
  /external/chromium_org/content/plugin/
plugin_channel.cc 8 #include "base/command_line.h"
248 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
249 log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages);
320 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
321 base::FilePath path = command_line->GetSwitchValuePath(switches::kPluginPath);
  /external/chromium_org/extensions/browser/
extensions_browser_client.h 61 virtual bool AreExtensionsDisabled(const base::CommandLine& command_line,
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 7 #include "base/command_line.h"
57 void SetupWithCommandLine(const CommandLine& command_line) {
59 info_ = new FeatureInfo(command_line);
63 const char* extensions, const CommandLine& command_line) {
67 info_ = new FeatureInfo(command_line);
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 52 // as a result. Arguments 'instance', 'command_line' and 'show_cmd' can be
57 wchar_t* command_line,
  /external/chromium_org/sandbox/win/src/
interceptors_64.cc 175 LPCWSTR application_name, LPWSTR command_line,
182 return TargetCreateProcessW(orig_fn, application_name, command_line,
190 LPCSTR application_name, LPSTR command_line,
197 return TargetCreateProcessA(orig_fn, application_name, command_line,
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 19 #include "base/command_line.h"
380 CommandLine command_line(argc, argv);
381 CommandLine::StringVector server_args = command_line.GetArgs();
382 if (tools::HasHelpSwitch(command_line) || server_args.empty()) {
411 if (!tools::HasNoSpawnDaemonSwitch(command_line))
  /external/lldb/include/lldb/API/
SBCommandInterpreter.h 86 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader_browsertest.cc 10 #include "base/command_line.h"
234 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
235 command_line->AppendSwitch(chromeos::switches::kLoginManager);
236 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
preferences_browsertest.cc 44 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
45 LoginManagerTest::SetUpCommandLine(command_line);
46 command_line->AppendSwitch(switches::kStubCrosSettings);
  /external/chromium_org/chrome/browser/chromeos/login/
reset_browsertest.cc 91 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
92 LoginManagerTest::SetUpCommandLine(command_line);
93 command_line->AppendSwitch(switches::kFirstExecAfterBoot);
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_test_utils.cc 8 #include "base/command_line.h"
166 scoped_ptr<base::CommandLine>* command_line) {
203 command_line->reset(new base::CommandLine(options));
204 WallpaperManager::Get()->SetCommandLineForTesting(command_line->get());
  /external/chromium_org/chrome/browser/chromeos/policy/
browser_policy_connector_chromeos.cc 8 #include "base/command_line.h"
73 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
74 if (command_line->HasSwitch(
76 return command_line->GetSwitchValueASCII(
user_cloud_policy_manager_factory_chromeos.cc 8 #include "base/command_line.h"
118 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
147 command_line->HasSwitch(chromeos::switches::kLoginUser) &&
148 !command_line->HasSwitch(chromeos::switches::kLoginPassword);
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_channel_apitest.cc 6 #include "base/command_line.h"
84 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
85 ExtensionApiTest::SetUpCommandLine(command_line);
86 command_line->AppendSwitchASCII(
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_apitest.cc 36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
37 ExtensionApiTest::SetUpCommandLine(command_line);
38 command_line->AppendSwitch(switches::kDisablePluginsDiscovery);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_watch_apitest.cc 82 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
83 ExtensionApiTest::SetUpCommandLine(command_line);
84 command_line->AppendSwitchASCII(

Completed in 1443 milliseconds

<<21222324252627282930>>