HomeSort by relevance Sort by last modified time
    Searched refs:cmdline (Results 126 - 150 of 193) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 128 def InvokeAndWait(path, cmdline="", timeout=10, tick=1.):
133 cmdline: command line to pass to executable
158 cmdline, # application's command line
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 239 if ( open(FILE,"</proc/$process/cmdline") ) {
240 my $cmdline = <FILE>;
242 if ( (split(/\0/,$cmdline))[0] =~ /dnsmasq/ ) {
  /external/valgrind/main/coregrind/
vgdb.c 1051 char cmdline[1000]; local
    [all...]
  /external/chromium_org/chrome/browser/
about_flags.cc 124 const CommandLine& cmdline) {
128 std::find(cmdline.argv().begin(), cmdline.argv().end(),
131 std::find(cmdline.argv().begin(), cmdline.argv().end(),
133 if (first != cmdline.argv().end() && last != cmdline.argv().end())
137 first = std::find(cmdline.argv().begin(), cmdline.argv().end(),
139 last = std::find(cmdline.argv().begin(), cmdline.argv().end()
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 72 char cmdline[4096]; local
73 snprintf(filename, sizeof(filename), "/proc/%d/cmdline",
77 RAW_VLOG(0, "Failed to open /proc/self/cmdline");
81 size_t length = read(fd, cmdline, sizeof(cmdline) - 1);
85 if (cmdline[i] == '\0')
86 cmdline[i] = ' ';
87 cmdline[length] = '\0';
90 buffer->AppendString(cmdline, 0);
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 93 de::cmdline::parseType(val.c_str(), &intVal);
98 void registerOptions (de::cmdline::Parser& parser)
100 using de::cmdline::Option;
101 using de::cmdline::NamedValue;
166 void registerLegacyOptions (de::cmdline::Parser& parser)
168 using de::cmdline::Option;
653 * \param cmdLine Full command line string.
655 CommandLine::CommandLine (const std::string& cmdLine)
659 if (!parse(cmdLine))
687 de::cmdline::Parser parser
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 195 char cmdline[32]; local
198 strcpy(cmdline, "unknown");
200 sprintf(proc_path, "/proc/%d/cmdline", pid);
203 int rc = read(fd, cmdline, sizeof(cmdline)-1);
204 cmdline[rc] = 0;
209 ALOGD("setProcessGroup: vvv pid %d (%s)", pid, cmdline);
211 ALOGD("setProcessGroup: ^^^ pid %d (%s)", pid, cmdline);
962 snprintf(path, sizeof(path), "/proc/%d/cmdline", pid);
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 85 const CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
89 if (cmdline->HasSwitch(switches::kExtensionsInstallVerification)) {
90 std::string value = cmdline->GetSwitchValueASCII(
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.cc 426 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
428 cmdline->HasSwitch(switches::kSbDisableAutoUpdate) ||
429 cmdline->HasSwitch(switches::kDisableBackgroundNetworking);
database_manager.cc 229 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
231 !cmdline->HasSwitch(switches::kSbDisableDownloadProtection);
236 !cmdline->HasSwitch(switches::kDisableClientSidePhishingDetection);
246 !cmdline->HasSwitch(switches::kSbDisableExtensionBlacklist);
250 !cmdline->HasSwitch(switches::kSbDisableSideEffectFreeWhitelist);
    [all...]
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 50 base::CommandLine cmdline(exe);
51 cmdline.AppendArg(base::IntToString(action));
54 if (!base::LaunchProcess(cmdline, base::LaunchOptions(), &handle)) {
  /external/chromium_org/base/
logging.cc 489 std::wstring cmdline = base::UTF8ToWide(str); local
490 if (cmdline.empty())
498 if (CreateProcessW(prog_name, &cmdline[0], NULL, NULL, false, 0, NULL,
505 MessageBoxW(NULL, &cmdline[0], L"Fatal error",
  /external/chromium_org/tools/gn/
command_desc.cc 105 const CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
109 if (cmdline->HasSwitch("tree")) {
113 if (cmdline->HasSwitch("all")) {
126 if (cmdline->HasSwitch("all")) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.h 80 char *cmdline; member in struct:perf_session_env
  /external/valgrind/main/callgrind/
callgrind_control.in 37 $cmdline{$pid} = $cmd;
40 #print "Found PID $pid, cmd '$cmd{$pid}', cmdline '$cmdline{$pid}'.\n";
355 if ($pid >0) { print $pidstr.$cmdline{$pid}; }
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 70 bool LaunchProcess(const CommandLine& cmdline,
80 cmdline.GetCommandLineString());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 140 cmdline = cmd.split(' ')
141 interp = get_script_interp(cmdline[0], cygwin_path)
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 123 struct cmdline { struct
130 const struct cmdline *ca = a;
131 const struct cmdline *cb = b;
151 struct cmdline *cmdlines;
178 const struct cmdline *comm;
179 struct cmdline key;
198 * pevent_pid_is_registered - return if a pid has a cmdline registered
200 * @pid: The pid to check if it has a cmdline registered with.
202 * Returns 1 if the pid has a cmdline mapped to it
207 const struct cmdline *comm
234 const struct cmdline *cmdline; local
    [all...]
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 534 # |cmdline| will be [python-interpreter, script-file, other arguments...]
535 cmdline = psget(process.cmdline)
536 if len(cmdline) < 2:
538 if cmdline[0] == sys.executable and cmdline[1] == sys.argv[0]:
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 381 int cmdline, len, arglen; local
399 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid);
400 cmdline = open(path, O_RDONLY, 0);
401 if ( cmdline >= 0 ) {
402 len = read(cmdline, args, sizeof(args));
430 close(cmdline);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 354 int cmdline, len, arglen; local
367 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid);
368 cmdline = open(path, O_RDONLY, 0);
369 if ( cmdline >= 0 ) {
370 len = read(cmdline, args, sizeof(args));
380 close(cmdline);
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 214 bool RunProcessAndWait(const wchar_t* exe_path, const std::wstring& cmdline,
221 if (base::LaunchProcess(cmdline, options, &process)) {
226 << cmdline << "\".";
  /external/oprofile/pp/
opannotate.cpp 46 string cmdline; member in namespace:__anon12160
94 out << in_comment << "Command line: " << cmdline << '\n'
861 cmdline += string(argv[i]) + " ";
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 135 cmdline = cmd.split(' ')
136 interp = get_script_interp(cmdline[0], cygwin_path)
  /external/chromium_org/base/process/
launch_posix.cc 477 bool LaunchProcess(const CommandLine& cmdline,
480 return LaunchProcess(cmdline.argv(), options, process_handle);

Completed in 1017 milliseconds

1 2 3 4 56 7 8