Searched defs:cmdline (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/base/
H A Ddebug_message.cc14 LPWSTR cmdline = GetCommandLineW(); local
15 MessageBox(NULL, cmdline, L"Kr\x00d8m", MB_TOPMOST);
/external/chromium_org/apps/
H A Dload_and_launch_browsertest.cc37 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local
38 CommandLine new_cmdline(cmdline.GetProgram());
43 new_cmdline.CopySwitchesFrom(cmdline, kSwitchNames, arraysize(kSwitchNames));
74 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local
75 CommandLine new_cmdline(cmdline.GetProgram());
80 new_cmdline.CopySwitchesFrom(cmdline, kSwitchNames, arraysize(kSwitchNames));
/external/chromium_org/tools/gn/
H A Dcommand_check.cc71 const CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
72 bool force = cmdline->HasSwitch("force");
H A Dcommand_ls.cc73 const CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
74 bool all_toolchains = cmdline->HasSwitch("all-toolchains");
96 if (cmdline->HasSwitch("out")) {
H A Dgn_main.cc23 std::vector<std::string> GetArgs(const CommandLine& cmdline) { argument
24 CommandLine::StringVector in_args = cmdline.GetArgs();
44 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local
45 std::vector<std::string> args = GetArgs(cmdline);
48 if (cmdline.HasSwitch("help") || cmdline.HasSwitch("h")) {
51 } else if (cmdline.HasSwitch("version")) {
H A Dstandard_out.cc39 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); local
40 if (cmdline->HasSwitch(kSwitchNoColor)) {
54 if (cmdline->HasSwitch(kSwitchColor))
H A Dcommand_refs.cc217 const CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
218 bool tree = cmdline->HasSwitch("tree");
219 bool all = cmdline->HasSwitch("all");
220 bool all_toolchains = cmdline->HasSwitch("all-toolchains");
221 bool files = cmdline->HasSwitch("files");
H A Dtrace.h54 const std::string& cmdline() const { return cmdline_; } function in class:TraceItem
76 void SetCommandLine(const base::CommandLine& cmdline);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.py92 cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \
98 print '\n%s\n\n' % (cmdline)
102 os.system(cmdline)
95 CLASSPATH, string.join(sys.argv[1:], ' ')) variable
/external/chromium_org/chrome/test/base/
H A Dchrome_process_util_mac.cc22 std::vector<std::string> cmdline; local
23 cmdline.push_back("ps");
24 cmdline.push_back("-o");
25 cmdline.push_back("pid=,rss=,vsz="); // fields we need, no headings
30 cmdline.push_back("-p");
31 cmdline.push_back(base::StringPrintf("%d", *process_iter));
36 if (!base::GetAppOutput(CommandLine(cmdline), &ps_output))
/external/fio/
H A Dprofile.h33 * Called after parsing options, to prepare 'cmdline'
40 const char **cmdline; member in struct:profile_ops
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dalias.c26 int split_cmdline(char *cmdline, const char ***argv) argument
34 (*argv)[count++] = cmdline;
35 for (src = dst = 0; cmdline[src];) {
36 char c = cmdline[src];
38 cmdline[dst++] = 0;
39 while (cmdline[++src]
40 && isspace(cmdline[src]))
46 (*argv)[count++] = cmdline + dst;
56 c = cmdline[src];
60 return error("cmdline end
[all...]
/external/openssl/apps/
H A Dwinrand.c70 PSTR cmdline, int iCmdShow)
78 if (cmdline[0] == '\0')
81 filename = cmdline;
69 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR cmdline, int iCmdShow) argument
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_model.cc231 DiagnosticsModel* MakeDiagnosticsModel(const CommandLine& cmdline) { argument
233 cmdline.GetSwitchValuePath(switches::kUserDataDir);
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl_unittest.cc99 CommandLine* cmdline = CommandLine::ForCurrentProcess(); variable
100 cmdline->AppendSwitchASCII(switches::kAppsGalleryUpdateURL,
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Ddemo_mode_detector.cc107 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
108 DCHECK(cmdline);
115 if (!cmdline->HasSwitch(switches::kDerelictDetectionTimeout) ||
117 cmdline->GetSwitchValueASCII(switches::kDerelictDetectionTimeout),
125 if (!cmdline->HasSwitch(switches::kDerelictIdleTimeout) ||
127 cmdline->GetSwitchValueASCII(switches::kDerelictIdleTimeout),
135 if (!cmdline->HasSwitch(switches::kOobeTimerInterval) ||
137 cmdline->GetSwitchValueASCII(switches::kOobeTimerInterval),
/external/chromium_org/base/process/
H A Dlaunch_win.cc108 bool LaunchProcess(const string16& cmdline, argument
180 string16 writable_cmdline(cmdline);
198 DPLOG(ERROR) << "Command line:" << std::endl << UTF16ToUTF8(cmdline)
207 DPLOG(ERROR) << "Command line:" << std::endl << UTF16ToUTF8(cmdline)
235 bool LaunchProcess(const CommandLine& cmdline, argument
239 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL);
242 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process);
247 bool LaunchElevatedProcess(const CommandLine& cmdline, argument
250 const string16 file = cmdline.GetProgram().value();
251 const string16 arguments = cmdline
[all...]
/external/chromium_org/chrome/common/extensions/
H A Dchrome_extensions_client.cc309 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
310 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL))
311 return cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL);
/external/chromium_org/third_party/libxml/src/
H A Dxmlcatalog.c96 char *cmdline = NULL, *cur; local
105 cmdline = xmlShellReadline("> ");
106 if (cmdline == NULL)
112 cur = cmdline;
124 free(cmdline);
300 free(cmdline); /* not xmlFree here ! */
/external/chromium_org/tools/android/ps_ext/
H A Dps_ext.c113 char cmdline[64]; local
117 /* Read full process path / package from cmdline. */
118 sprintf(fpath, "/proc/%d/cmdline", pid);
122 cmdline[0] = '\0';
123 fgets(cmdline, sizeof(cmdline), f);
145 /* Prefer the cmdline when available, since it contains the package name. */
146 char const * const cmd = (strlen(cmdline) > 0) ? cmdline : proc_name;
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs152 private ProcessCategory DetermineProcessCategory(string imagePath, string[] cmdline) { argument
153 if (cmdline == null || cmdline.Length == 0)
160 if (cmdline.Contains("--type=renderer"))
162 else if (cmdline.Contains("--type=plugin") || cmdline.Contains("--type=ppapi"))
164 else if (cmdline.Contains("--type=gpu-process"))
166 else if (cmdline.Contains("--type=service"))
168 else if (cmdline.Any(arg => arg.StartsWith("-ServerName")))
/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.cc43 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
44 touch_events_disabled_ = cmdline->HasSwitch(switches::kTouchEvents) &&
45 cmdline->GetSwitchValueASCII(switches::kTouchEvents) ==
/external/libxml2/
H A Dxmlcatalog.c96 char *cmdline = NULL, *cur; local
105 cmdline = xmlShellReadline("> ");
106 if (cmdline == NULL)
112 cur = cmdline;
124 free(cmdline);
300 free(cmdline); /* not xmlFree here ! */
/external/oprofile/gui/
H A Doprof_start_util.cpp269 string cmdline = cmd; local
272 cmdline += " " + *cit + " ";
274 error += "\n\nCommand was :\n\n" + cmdline + "\n";
/external/qemu/hw/android/
H A Dandroid_mips.c67 unsigned int cmdline; local
110 cmdline = ram_size - TARGET_PAGE_SIZE;
124 sprintf (phys_ram_base+cmdline, "%s rd_start=0x" TARGET_FMT_lx " rd_size=%li",
128 strcpy (phys_ram_base+cmdline, kernel_cmdline);
131 env->active_tc.gpr[4] = PHYS_TO_VIRT(cmdline);/* a0 */

Completed in 480 milliseconds

123