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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/mojo/embedder/
platform_channel_pair_posix.cc 12 #include "base/command_line.h"
63 const base::CommandLine& command_line) {
65 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
78 base::CommandLine* command_line,
80 DCHECK(command_line);
100 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
103 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
106 command_line->AppendSwitchASCII(kMojoPlatformChannelHandleSwitch,
platform_channel_pair_win.cc 11 #include "base/command_line.h"
76 const base::CommandLine& command_line) {
78 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
92 base::CommandLine* command_line,
94 DCHECK(command_line);
105 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
108 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
111 command_line->AppendSwitchASCII(
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_mutator.cc 5 #include "base/command_line.h"
33 const base::CommandLine& command_line = local
36 if (!command_line.HasSwitch(kFileToParse) ||
37 !command_line.HasSwitch(kFileToWrite) ||
38 !command_line.HasSwitch(kFlipsPerThousand)) {
45 string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse);
46 string file_to_write = command_line.GetSwitchValueASCII(kFileToWrite);
49 CHECK(base::StringToInt(command_line.GetSwitchValueASCII(kFlipsPerThousand),
hpack_example_generator.cc 6 #include "base/command_line.h"
35 const base::CommandLine& command_line = local
38 if (!command_line.HasSwitch(kFileToWrite) ||
39 !command_line.HasSwitch(kExampleCount)) {
45 string file_to_write = command_line.GetSwitchValueASCII(kFileToWrite);
48 base::StringToInt(command_line.GetSwitchValueASCII(kExampleCount),
  /external/chromium_org/sync/tools/testserver/
run_sync_testserver.cc 8 #include "base/command_line.h"
59 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
61 if (command_line->HasSwitch(switch_name)) {
62 std::string port_str = command_line->GetSwitchValueASCII(switch_name);
77 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
89 if (command_line->HasSwitch("help")) {
94 if (command_line->HasSwitch("sync-test")) {
98 if (command_line->HasSwitch("xmpp-test")) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.cc 7 #include "base/command_line.h"
24 base::Time GetOriginalProcessStartTime(const CommandLine& command_line) {
25 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) {
27 command_line.GetSwitchValueASCII(switches::kOriginalProcessStartTime);
42 StartupType GetStartupType(const CommandLine& command_line) {
45 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) {
46 return command_line.HasSwitch(switches::kFastStart) ?
109 void AppListService::RecordShowTimings(const CommandLine& command_line) {
110 base::Time start_time = GetOriginalProcessStartTime(command_line);
115 StartupType startup = GetStartupType(command_line);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
startup_helper_browsertest.cc 7 #include "base/command_line.h"
20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
21 command_line->AppendSwitch(switches::kNoStartupWindow);
46 CommandLine command_line(CommandLine::NO_PROGRAM);
48 command_line.AppendSwitchPath(switches::kValidateCrx, path);
52 bool result = helper.ValidateCrx(command_line, &error);
  /external/chromium_org/chrome/browser/net/
chrome_net_log.cc 9 #include "base/command_line.h"
22 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
26 if (command_line->HasSwitch(switches::kNetLogLevel)) {
28 command_line->GetSwitchValueASCII(switches::kNetLogLevel);
37 if (command_line->HasSwitch(switches::kLogNetLog)) {
39 command_line->GetSwitchValuePath(switches::kLogNetLog);
  /external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc 5 #include "base/command_line.h"
52 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
54 command_line.GetSwitchValueASCII(switches::kProcessType);
60 content::SetupCRT(command_line);
62 if (command_line.HasSwitch(switches::kEnableLogging))
70 content::MainFunctionParams main_params(command_line);
  /external/chromium_org/content/common/
sandbox_init_mac.cc 7 #include "base/command_line.h"
34 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
35 if (command_line.HasSwitch(switches::kNoSandbox))
39 command_line.GetSwitchValueASCII(switches::kProcessType);
49 command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir);
54 if (command_line.HasSwitch(switches::kDisableGpuSandbox))
  /external/e2fsprogs/ext2ed/
ext2_com.c 25 void type_ext2___super (char *command_line)
42 void type_ext2___cd (char *command_line)
55 ptr=parse_word (command_line,buffer);
73 void type_ext2___group (char *command_line)
87 ptr=parse_word (command_line,buffer);
main.c 198 char *ptr,command_line [80]; local
241 strcpy (command_line,ptr);
244 if (*command_line != 0)
245 add_history (command_line);
248 if (*command_line==0)
249 strcpy (command_line,last_command_line);
255 wprintw (command_win,command_line);
260 strcpy (last_command_line,command_line);
263 quit=dispatch (command_line);
299 char command_line [80] local
    [all...]
  /external/chromium_org/content/gpu/
gpu_main.cc 70 const CommandLine& command_line);
71 bool WarmUpSandbox(const CommandLine& command_line);
109 const CommandLine& command_line = parameters.command_line; local
110 if (command_line.HasSwitch(switches::kGpuStartupDialog)) {
129 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
130 std::string types = command_line.GetSwitchValueASCII(
156 if (command_line.HasSwitch(switches::kUseGL) &&
157 command_line.GetSwitchValueASCII(switches::kUseGL) ==
185 !command_line.HasSwitch(switches::kDisableGpuWatchdog) &
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 14 #include "base/command_line.h"
272 const CommandLine& command_line,
285 if (IncognitoModePrefs::ShouldLaunchIncognito(command_line,
288 } else if (command_line.HasSwitch(switches::kIncognito)) {
297 const bool silent_launch = command_line.HasSwitch(switches::kSilentLaunch);
300 StartupBrowserCreatorImpl lwp(cur_dir, command_line, this, is_first_run);
302 GetURLsFromCommandLine(command_line, cur_dir, profile);
355 const CommandLine& command_line,
384 if ((command_line.HasSwitch(switches::kRestoreLastSession) ||
390 IncognitoModePrefs::ShouldLaunchIncognito(command_line, prefs))
    [all...]
  /external/chromium_org/chrome/common/
crash_keys_unittest.cc 11 #include "base/command_line.h"
63 CommandLine command_line(CommandLine::NO_PROGRAM);
65 command_line.AppendSwitch(base::StringPrintf("--flag-%d", i));
66 crash_keys::SetSwitchesFromCommandLine(&command_line);
75 CommandLine command_line(CommandLine::NO_PROGRAM);
79 command_line.AppendSwitch(base::StringPrintf("--many-%d", i));
80 crash_keys::SetSwitchesFromCommandLine(&command_line);
90 CommandLine command_line(CommandLine::NO_PROGRAM);
92 command_line.AppendSwitch(base::StringPrintf("--fewer-%d", i));
93 crash_keys::SetSwitchesFromCommandLine(&command_line);
    [all...]
profiling.cc 9 #include "base/command_line.h"
49 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
50 if (command_line.HasSwitch(switches::kProfilingFile))
51 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
55 command_line.GetSwitchValueASCII(switches::kProcessType);
72 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
74 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
127 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
129 command_line.GetSwitchValueASCII(switches::kProcessType);
160 if (command_line.HasSwitch(switches::kProfilingAtStart))
170 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/apps/shell/browser/
default_shell_browser_main_delegate.cc 10 #include "base/command_line.h"
25 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
26 if (command_line->HasSwitch(kAppSwitch)) {
27 base::FilePath app_dir(command_line->GetSwitchValueNative(kAppSwitch));
  /external/chromium_org/chrome/browser/
chrome_security_exploit_browsertest.cc 5 #include "base/command_line.h"
33 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
44 command_line->AppendSwitchASCII(
51 command_line->AppendSwitch(switches::kDisableWebSecurity);
chrome_switches_browsertest.cc 5 #include "base/command_line.h"
19 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
25 command_line->AppendSwitchASCII(switches::kHostRules, host_rule);
28 command_line->AppendSwitch(switches::kNoProxyServer);
process_singleton_startup_lock.cc 42 const CommandLine& command_line,
48 std::make_pair(command_line.argv(), current_directory));
51 return original_callback_.Run(command_line, current_directory);
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_apitest.cc 6 #include "base/command_line.h"
17 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
18 ExtensionApiTest::SetUpCommandLine(command_line);
19 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.cc 7 #include "base/command_line.h"
31 CommandLine* command_line) {
32 if (command_line->HasSwitch(switches::kDisableSyncSyncedNotifications))
34 if (command_line->HasSwitch(switches::kEnableSyncSyncedNotifications))
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_app_list_sync_test.cc 6 #include "base/command_line.h"
36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
37 SyncTest::SetUpCommandLine(command_line);
38 command_line->AppendSwitch(app_list::switches::kEnableSyncAppList);
single_client_managed_user_settings_sync_test.cc 5 #include "base/command_line.h"
25 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
26 SyncTest::SetUpCommandLine(command_line);
27 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.h 43 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
97 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
107 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
116 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
121 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
127 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
150 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
162 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
174 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
180 virtual void SetUpCommandLine(base::CommandLine* command_line);
    [all...]

Completed in 1411 milliseconds

1 2 34 5 6 7 8 91011>>