HomeSort by relevance Sort by last modified time
    Searched refs:pid (Results 376 - 400 of 790) sorted by null

<<11121314151617181920>>

  /dalvik/vm/
SignalCatcher.cpp 108 pid_t pid = getpid(); local
118 "\n\n----- pid %d at %04d-%02d-%02d %02d:%02d:%02d -----\n",
119 pid, ptm->tm_year + 1900, ptm->tm_mon+1, ptm->tm_mday,
124 fprintf(fp, "----- end %d -----\n", pid);
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 57 * @param print_pid_fd file descriptor to print daemon's pid to, or -1 for none
75 * @param pid our process ID
81 unsigned long pid,
102 "Could not create PID file %s: %s",
108 if (snprintf (pidstr, sizeof (pidstr), "%lu\n", pid) < 0)
111 "Failed to format PID for \"%s\": %s", cfilename,
162 * @param pid_to_write the pid to write out
174 _dbus_verbose ("writing pid file %s\n", _dbus_string_get_const_data (pidfile));
179 _dbus_verbose ("pid file write failed\n");
186 _dbus_verbose ("No pid file requested\n")
191 DBusString pid; local
    [all...]
  /external/qemu/hw/
usb.c 169 switch(p->pid) {
190 switch (p->pid) {
227 p.pid = msg;
  /frameworks/base/include/media/
IAudioFlinger.h 48 pid_t pid,
61 pid_t pid,
151 virtual sp<IEffect> createEffect(pid_t pid,
  /frameworks/base/tools/preload/
Root.java 42 /** pid -> Proc */
55 Proc process = processes.get(record.pid);
116 Proc proc = processes.get(record.pid);
121 proc = new Proc(parent, record.pid);
  /hardware/msm7k/libgralloc/
mapper.cpp 114 if (hnd->pid != getpid()) {
132 if (hnd->pid != getpid()) {
153 if (hnd->pid != getpid()) {
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_utils.c 165 * RCM server. The name is based on the pid so that eacj process gets a
176 OMX_S32 pid = 0; local
179 pid = getpid();
180 /*Using pid as the server name, thus limiting to only 1 server per process.
182 name is 32 so only pid can fit into the name */
183 sprintf(cServerName, "%ld", pid);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
InfoPanel.java 145 pid; local
155 pid = (cd.getPid() != 0) ?
166 item.setText(1, pid);
  /sdk/emulator/qtools/
coverage.cpp 104 CallStackType *pStack = stacks[event.pid];
108 pStack = new CallStackType(event.pid, kNumStackFrames, trace);
109 stacks[event.pid] = pStack;
read_trace.cpp 142 sim_time, event.pid, addr, insn, insn2, buf, disasm);
145 sim_time, event.pid, addr, insn, buf, disasm);
151 sim_time, event.pid, addr, insn, buf, disasm);
stack_dump.cpp 128 CallStackType *pStack = stacks[event.pid];
132 pStack = new CallStackType(event.pid, kNumStackFrames, trace);
133 stacks[event.pid] = pStack;
  /system/core/adb/
framebuffer_service.c 63 pid_t pid = fork();
64 if (pid < 0) goto done;
66 if (pid == 0) {
  /system/core/toolbox/
lsusb.c 169 uint16_t vid, pid; local
173 pid = usb_device_get_product_id(dev);
178 printf("%s: %04x:%04x %s %s %s\n", dev_name, vid, pid,
  /external/netperf/
netcpu_looper.c 107 "child %d asking for CPU %d as pid %d with %d CPUs\n",
128 "bind_to_processor: child %d asking for CPU %d as pid %d with %d CPUs\n",
189 "Looper child %d is born, pid %d\n",
227 int pid,prio; local
230 pid = getpid();
234 setpri(pid, prio);
237 int pid,prio;
240 pid = getpid();
241 schedctl(NDPRI, pid, prio);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 73 msg("Server pid: #{pids.inspect}")
117 pid = $1.to_i
119 if pid != Process.pid
145 pids.each do |pid|
146 msg("Killing #{pid}")
148 Process.kill("INT", pid)
150 Process.kill("KILL", pid)
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 353 public int checkPermission(String permission, int pid, int uid) {
369 String permission, int pid, int uid, String message) {
394 public int checkUriPermission(Uri uri, int pid, int uid, int modeFlags) {
410 String writePermission, int pid, int uid, int modeFlags) {
416 Uri uri, int pid, int uid, int modeFlags, String message) {
434 int pid, int uid, int modeFlags, String message) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 191 PathId pid = list.get(i); local
194 Path parent = pid.path.getParent();
196 imageList.add(pid);
198 videoList.add(pid);
212 PathId pid = list.get(i); local
216 int startId = Integer.parseInt(pid.path.getSuffix());
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 170 public int pid; /* generating process's pid */ field in class:EventContainer
179 * @param entry the LogEntry from which pid, tid, and time info is copied.
188 pid = entry.pid;
197 EventContainer(int tag, int pid, int tid, int sec, int nsec, Object data) {
202 this.pid = pid;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayGraph.java 133 // get the TimeSeries for this pid
134 TimeSeries timeSeries = map.get(event.pid);
172 map.put(event.pid, timeSeries);
210 // get the TimeSeries for this pid
211 TimeSeries timeSeries = map.get(event.pid);
227 map.put(event.pid, timeSeries);
331 * Return the series label for this event. This only contains the pid information.
344 event.getValueAsString(descriptor.seriesValueIndex), event.pid);
348 return Integer.toString(event.pid);
  /bionic/libthread_db/include/
thread_db.h 69 pid_t pid; member in struct:__anon631
75 pid_t pid; member in struct:__anon632
  /bionic/linker/
linker_debug.h 144 #define DEBUG_DUMP_PHDR(phdr, name, pid) do { \
145 DEBUG("%5d %s (phdr = 0x%08x)\n", (pid), (name), (unsigned)(phdr)); \
  /development/ndk/platforms/android-9/include/
thread_db.h 71 pid_t pid; member in struct:__anon1306
77 pid_t pid; member in struct:__anon1307
  /external/blktrace/
blktrace_api.h 59 __BLK_TN_PROCESS = 0, /* establish pid/name mapping */
102 __u32 pid; /* who did it */ member in struct:blk_io_trace
128 __u32 pid; member in struct:blk_user_trace_setup
  /external/blktrace/btt/
mmap.c 65 tp->pid = be32_to_cpu(t->pid);

Completed in 1758 milliseconds

<<11121314151617181920>>