Home
last modified time | relevance | path

Searched refs:command_line (Results 1 – 25 of 170) sorted by relevance

1234567

/external/e2fsprogs/ext2ed/
Dext2ed.h258 extern void help (char *command_line);
259 extern void set (char *command_line);
260 extern void set_device (char *command_line);
261 extern void set_offset (char *command_line);
262 extern void set_type (char *command_line);
263 extern void show (char *command_line);
264 extern void pgup (char *command_line);
265 extern void pgdn (char *command_line);
266 extern void redraw (char *command_line);
267 extern void remember (char *command_line);
[all …]
Dmain.c198 char *ptr,command_line [80]; in parser() local
241 strcpy (command_line,ptr); in parser()
244 if (*command_line != 0) in parser()
245 add_history (command_line); in parser()
248 if (*command_line==0) in parser()
249 strcpy (command_line,last_command_line); in parser()
255 wprintw (command_win,command_line); in parser()
260 strcpy (last_command_line,command_line); in parser()
263 quit=dispatch (command_line); in parser()
299 char command_line [80]; in parser() local
[all …]
Dgroup_com.c21 void type_ext2_group_desc___next (char *command_line) in type_ext2_group_desc___next() argument
27 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___next()
37 void type_ext2_group_desc___prev (char *command_line) in type_ext2_group_desc___prev() argument
43 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___prev()
53 void type_ext2_group_desc___entry (char *command_line) in type_ext2_group_desc___entry() argument
59 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___entry()
79 void type_ext2_group_desc___gocopy (char *command_line) in type_ext2_group_desc___gocopy() argument
85 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___gocopy()
107 void type_ext2_group_desc___show (char *command_line) in type_ext2_group_desc___show() argument
115 show (command_line); in type_ext2_group_desc___show()
[all …]
Dinodebitmap_com.c26 void type_ext2_inode_bitmap___entry (char *command_line) in type_ext2_inode_bitmap___entry() argument
32 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___entry()
48 void type_ext2_inode_bitmap___next (char *command_line) in type_ext2_inode_bitmap___next() argument
54 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___next()
64 void type_ext2_inode_bitmap___prev (char *command_line) in type_ext2_inode_bitmap___prev() argument
70 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___prev()
80 void type_ext2_inode_bitmap___allocate (char *command_line) in type_ext2_inode_bitmap___allocate() argument
86 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___allocate()
106 void type_ext2_inode_bitmap___deallocate (char *command_line) in type_ext2_inode_bitmap___deallocate() argument
112 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___deallocate()
[all …]
Dblockbitmap_com.c32 void type_ext2_block_bitmap___entry (char *command_line) in type_ext2_block_bitmap___entry() argument
47 ptr=parse_word (command_line,buffer); /* Get the requested entry */ in type_ext2_block_bitmap___entry()
69 void type_ext2_block_bitmap___next (char *command_line) in type_ext2_block_bitmap___next() argument
81 ptr=parse_word (command_line,buffer); in type_ext2_block_bitmap___next()
91 void type_ext2_block_bitmap___prev (char *command_line) in type_ext2_block_bitmap___prev() argument
97 ptr=parse_word (command_line,buffer); in type_ext2_block_bitmap___prev()
107 void type_ext2_block_bitmap___allocate (char *command_line) in type_ext2_block_bitmap___allocate() argument
121 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */ in type_ext2_block_bitmap___allocate()
142 void type_ext2_block_bitmap___deallocate (char *command_line) in type_ext2_block_bitmap___deallocate() argument
150 ptr=parse_word (command_line,buffer); in type_ext2_block_bitmap___deallocate()
[all …]
Dfile_com.c50 void type_file___inode (char *command_line) in type_file___inode() argument
56 void type_file___show (char *command_line) in type_file___show() argument
65 void type_file___nextblock (char *command_line) in type_file___nextblock() argument
71 ptr=parse_word (command_line,buffer); in type_file___nextblock()
93 void type_file___next (char *command_line) in type_file___next() argument
99 ptr=parse_word (command_line,buffer); in type_file___next()
116 void type_file___offset (char *command_line) in type_file___offset() argument
122 ptr=parse_word (command_line,buffer); in type_file___offset()
143 void type_file___prev (char *command_line) in type_file___prev() argument
149 ptr=parse_word (command_line,buffer); in type_file___prev()
[all …]
Dgeneral_com.c24 void help (char *command_line) in help() argument
32 ptr=parse_word (command_line,argument); in help()
148 void set_device (char *command_line) in set_device() argument
153 ptr=parse_word (command_line,new_device); in set_device()
201 void set_offset (char *command_line) in set_offset() argument
213 ptr=parse_word (command_line,new_offset_buffer); in set_offset()
357 void set (char *command_line) in set() argument
372 hex_set (command_line); in set()
376 ptr=parse_word (command_line,buffer); in set()
426 void hex_set (char *command_line) in hex_set() argument
[all …]
Ddir_com.c175 void type_dir___cd (char *command_line) in type_dir___cd() argument
225 ptr=parse_word (command_line,dir_name); in type_dir___cd()
335 void type_dir___entry (char *command_line) in type_dir___entry() argument
349 ptr=parse_word (command_line,buffer); in type_dir___entry()
388 void type_dir___followinode (char *command_line) in type_dir___followinode() argument
410 void type_dir___inode (char *command_line) in type_dir___inode() argument
424 void type_dir___show (char *command_line) in type_dir___show() argument
476 void type_dir___next (char *command_line) in type_dir___next() argument
488 ptr=parse_word (command_line,buffer); in type_dir___next()
499 void type_dir___prev (char *command_line) in type_dir___prev() argument
[all …]
Dext2_com.c25 void type_ext2___super (char *command_line) in type_ext2___super() argument
42 void type_ext2___cd (char *command_line) in type_ext2___cd() argument
55 ptr=parse_word (command_line,buffer); in type_ext2___cd()
73 void type_ext2___group (char *command_line) in type_ext2___group() argument
87 ptr=parse_word (command_line,buffer); in type_ext2___group()
/external/chromium/chrome/browser/
Dabout_flags_unittest.cc170 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST_F() local
171 command_line.AppendSwitch("foo"); in TEST_F()
173 EXPECT_TRUE(command_line.HasSwitch("foo")); in TEST_F()
174 EXPECT_FALSE(command_line.HasSwitch(kSwitch1)); in TEST_F()
176 ConvertFlagsToSwitches(&prefs_, &command_line); in TEST_F()
178 EXPECT_TRUE(command_line.HasSwitch("foo")); in TEST_F()
179 EXPECT_TRUE(command_line.HasSwitch(kSwitch1)); in TEST_F()
202 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST_F() local
203 command_line.AppendSwitch("foo"); in TEST_F()
204 ConvertFlagsToSwitches(&prefs_, &command_line); in TEST_F()
[all …]
/external/chromium/chrome/common/
Dprofiling.cc20 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in GetProfileName() local
21 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName()
22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName()
26 command_line.GetSwitchValueASCII(switches::kProcessType); in GetProfileName()
43 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in FlushProfilingData() local
45 command_line.GetSwitchValueASCII(switches::kProfilingFlush); in FlushProfilingData()
62 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in ProcessStarted() local
64 command_line.GetSwitchValueASCII(switches::kProcessType); in ProcessStarted()
66 if (command_line.HasSwitch(switches::kProfilingAtStart)) { in ProcessStarted()
68 command_line.GetSwitchValueASCII(switches::kProfilingAtStart); in ProcessStarted()
[all …]
Dlogging_chrome.cc130 LoggingDestination DetermineLogMode(const CommandLine& command_line) { in DetermineLogMode() argument
144 if (command_line.HasSwitch(kInvertLoggingSwitch)) in DetermineLogMode()
151 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr") in DetermineLogMode()
215 FilePath GetSessionLogFile(const CommandLine& command_line) { in GetSessionLogFile() argument
225 command_line.GetSwitchValuePath(switches::kLoginProfile); in GetSessionLogFile()
231 void RedirectChromeLogging(const CommandLine& command_line) { in RedirectChromeLogging() argument
237 FilePath log_path = GetSessionLogFile(command_line); in RedirectChromeLogging()
246 command_line.HasSwitch(switches::kEnableDCHECK) ? in RedirectChromeLogging()
253 DetermineLogMode(command_line), in RedirectChromeLogging()
267 void InitChromeLogging(const CommandLine& command_line, in InitChromeLogging() argument
[all …]
/external/chromium/chrome/browser/tab_contents/
Drender_view_host_delegate_helper.cc254 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in GetWebkitPrefs() local
256 !command_line.HasSwitch(switches::kDisableDevTools); in GetWebkitPrefs()
258 !command_line.HasSwitch(switches::kDisableJavaScript) && in GetWebkitPrefs()
261 !command_line.HasSwitch(switches::kDisableWebSecurity) && in GetWebkitPrefs()
264 !command_line.HasSwitch(switches::kDisablePlugins) && in GetWebkitPrefs()
267 !command_line.HasSwitch(switches::kDisableJava) && in GetWebkitPrefs()
272 command_line.HasSwitch(switches::kEnableFastback); in GetWebkitPrefs()
274 !command_line.HasSwitch(switches::kDisableRemoteFonts); in GetWebkitPrefs()
276 !command_line.HasSwitch(switches::kDisableXSSAuditor); in GetWebkitPrefs()
278 !command_line.HasSwitch(switches::kDisableApplicationCache); in GetWebkitPrefs()
[all …]
/external/chromium/net/tools/dump_cache/
Ddump_cache.cc74 int LaunchSlave(const CommandLine& command_line, in LaunchSlave() argument
77 std::wstring hacked_command_line = command_line.command_line_string(); in LaunchSlave()
82 bool do_upgrade = command_line.HasSwitch(kUpgrade); in LaunchSlave()
83 bool do_convert_to_text = command_line.HasSwitch(kDumpToFiles); in LaunchSlave()
117 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in main() local
118 std::wstring input_path = command_line.GetSwitchValueNative(kInputPath); in main()
126 std::wstring output_path = command_line.GetSwitchValueNative(kOutputPath); in main()
131 if (command_line.HasSwitch(kUpgrade)) in main()
133 if (command_line.HasSwitch(kDumpToFiles)) in main()
147 if (command_line.HasSwitch(kSlave)) { in main()
[all …]
/external/chromium/base/debug/
Ddebug_on_start_win.cc22 bool DebugOnStart::FindArgument(wchar_t* command_line, const char* argument_c) { in FindArgument() argument
28 int command_line_len = lstrlen(command_line); in FindArgument()
30 wchar_t first_char = command_line[0]; in FindArgument()
31 wchar_t last_char = command_line[argument_len+1]; in FindArgument()
35 command_line[argument_len+1] = 0; in FindArgument()
37 if (lstrcmpi(command_line+1, argument) == 0) { in FindArgument()
39 command_line[argument_len+1] = last_char; in FindArgument()
43 command_line[argument_len+1] = last_char; in FindArgument()
46 ++command_line; in FindArgument()
/external/chromium/chrome/browser/sync/notifier/
Dsync_notifier_factory.cc46 const CommandLine& command_line, in CreateDefaultSyncNotifier() argument
55 if (command_line.HasSwitch(switches::kSyncNotificationHost)) { in CreateDefaultSyncNotifier()
56 std::string value(command_line.GetSwitchValueASCII( in CreateDefaultSyncNotifier()
67 command_line.HasSwitch(switches::kSyncTrySsltcpFirstForXmpp); in CreateDefaultSyncNotifier()
72 command_line.HasSwitch(switches::kSyncInvalidateXmppLogin); in CreateDefaultSyncNotifier()
78 command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection); in CreateDefaultSyncNotifier()
83 if (command_line.HasSwitch(switches::kSyncNotificationMethod)) { in CreateDefaultSyncNotifier()
85 command_line.GetSwitchValueASCII(switches::kSyncNotificationMethod)); in CreateDefaultSyncNotifier()
105 const CommandLine& command_line, in CreateSyncNotifier() argument
107 return CreateDefaultSyncNotifier(command_line, in CreateSyncNotifier()
/external/chromium/chrome/browser/first_run/
Dupgrade_util.cc12 CommandLine* command_line; variable
19 command_line = new_command_line; in SetNewCommandLine()
23 if (command_line) { in RelaunchChromeBrowserWithNewCommandLineIfNeeded()
24 if (!RelaunchChromeBrowser(*command_line)) { in RelaunchChromeBrowserWithNewCommandLineIfNeeded()
29 delete command_line; in RelaunchChromeBrowserWithNewCommandLineIfNeeded()
30 command_line = NULL; in RelaunchChromeBrowserWithNewCommandLineIfNeeded()
/external/chromium/net/tools/testserver/
Drun_testserver.cc26 CommandLine* command_line = CommandLine::ForCurrentProcess(); in main() local
38 if (command_line->GetSwitchCount() == 0 || in main()
39 command_line->HasSwitch("help")) { in main()
45 if (command_line->HasSwitch("https")) { in main()
47 } else if (command_line->HasSwitch("ftp")) { in main()
49 } else if (command_line->HasSwitch("sync")) { in main()
53 FilePath doc_root = command_line->GetSwitchValuePath("doc-root"); in main()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_browsertest.cc64 virtual void SetUpCommandLine(CommandLine* command_line) { in SetUpCommandLine() argument
65 command_line->AppendSwitchASCII(switches::kLoginUser, "TestUser@gmail.com"); in SetUpCommandLine()
66 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
67 command_line->AppendSwitch(switches::kNoFirstRun); in SetUpCommandLine()
73 virtual void SetUpCommandLine(CommandLine* command_line) { in SetUpCommandLine() argument
74 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
75 command_line->AppendSwitch(switches::kNoFirstRun); in SetUpCommandLine()
/external/chromium/chrome/browser/ui/
Dbrowser_init_browsertest.cc112 CommandLine command_line(CommandLine::NO_PROGRAM); in IN_PROC_BROWSER_TEST_F() local
113 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); in IN_PROC_BROWSER_TEST_F()
115 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F()
141 CommandLine command_line(CommandLine::NO_PROGRAM); in IN_PROC_BROWSER_TEST_F() local
142 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); in IN_PROC_BROWSER_TEST_F()
143 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F()
171 CommandLine command_line(CommandLine::NO_PROGRAM); in IN_PROC_BROWSER_TEST_F() local
172 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); in IN_PROC_BROWSER_TEST_F()
173 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F()
200 CommandLine command_line(CommandLine::NO_PROGRAM); in IN_PROC_BROWSER_TEST_F() local
[all …]
Dbrowser_init.cc361 SessionStartupPref GetSessionStartupPref(const CommandLine& command_line, in GetSessionStartupPref() argument
364 if (command_line.HasSwitch(switches::kRestoreLastSession)) in GetSessionStartupPref()
366 if (command_line.HasSwitch(switches::kIncognito) && in GetSessionStartupPref()
519 bool BrowserInit::LaunchBrowser(const CommandLine& command_line, in LaunchBrowser() argument
538 if (command_line.HasSwitch(switches::kIncognito) && in LaunchBrowser()
543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this); in LaunchBrowser()
545 command_line, cur_dir, profile); in LaunchBrowser()
622 const CommandLine& command_line) in LaunchWithProfile() argument
624 command_line_(command_line), in LaunchWithProfile()
631 const CommandLine& command_line, in LaunchWithProfile() argument
[all …]
/external/chromium/chrome/browser/chromeos/
Dname_value_pairs_parser.cc69 CommandLine command_line(argc, argv); in GetSingleValueFromTool() local
73 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) { in GetSingleValueFromTool()
74 LOG(WARNING) << "Error excuting: " << command_line.command_line_string(); in GetSingleValueFromTool()
87 CommandLine command_line(argc, argv); in ParseNameValuePairsFromTool() local
91 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) { in ParseNameValuePairsFromTool()
92 LOG(WARNING) << "Error excuting: " << command_line.command_line_string(); in ParseNameValuePairsFromTool()
97 << command_line.command_line_string(); in ParseNameValuePairsFromTool()
/external/chromium/net/test/
Dtest_server.cc344 bool TestServer::AddCommandLineArguments(CommandLine* command_line) const { in AddCommandLineArguments()
345 command_line->AppendSwitchASCII("port", in AddCommandLineArguments()
347 command_line->AppendSwitchPath("data-dir", document_root_); in AddCommandLineArguments()
350 command_line->AppendArg("--log-to-console"); in AddCommandLineArguments()
354 command_line->AppendArg("-f"); in AddCommandLineArguments()
356 command_line->AppendArg("--sync"); in AddCommandLineArguments()
366 command_line->AppendSwitchPath("https", certificate_path); in AddCommandLineArguments()
369 command_line->AppendSwitch("ssl-client-auth"); in AddCommandLineArguments()
380 command_line->AppendSwitchPath("ssl-client-ca", *it); in AddCommandLineArguments()
385 command_line->AppendSwitchASCII(kBulkCipherSwitch, "rc4"); in AddCommandLineArguments()
[all …]
/external/chromium/chrome/browser/profiles/
Dprofile_manager.cc118 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in GetCurrentProfileDir() local
122 if (command_line.HasSwitch(switches::kLoginProfile)) { in GetCurrentProfileDir()
123 profile_dir = command_line.GetSwitchValuePath(switches::kLoginProfile); in GetCurrentProfileDir()
144 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in GetDefaultProfile() local
151 if (!command_line.HasSwitch(switches::kTestType) || in GetDefaultProfile()
152 command_line.HasSwitch(switches::kLoginProfile)) { in GetDefaultProfile()
339 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in Observe() local
340 if (!command_line.HasSwitch(switches::kTestType)) { in Observe()
356 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in DoFinalInit() local
360 (!command_line.HasSwitch(switches::kTestType) || in DoFinalInit()
[all …]
/external/chromium/chrome/browser/prefs/
Dpref_service_unittest.cc221 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() local
222 command_line.AppendSwitchASCII(switches::kProxyBypassList, "123"); in TEST()
223 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
237 builder.WithCommandLine(&command_line); in TEST()
249 builder.WithCommandLine(&command_line); in TEST()
261 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() local
262 command_line.AppendSwitchASCII(switches::kProxyBypassList, "123"); in TEST()
263 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
273 builder.WithCommandLine(&command_line); in TEST()
286 builder.WithCommandLine(&command_line); in TEST()
[all …]

1234567