/development/ndk/platforms/android-9/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 179 int sched_getscheduler (pid_t pid); 181 int sched_setparam (pid_t pid, const struct sched_param *param); 182 int sched_getparam (pid_t pid, struct sched_param *param); 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 189 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/frameworks/base/core/java/android/content/ |
ContentService.java | 103 int pid = sorted.get(i); local 104 pw.print(" pid "); pw.print(pid); pw.print(": "); 105 pw.print(pidCounts.get(pid)); pw.println(" observers"); 508 public final int pid; field in class:ContentService.ObserverNode.ObserverEntry 517 pid = _pid; 534 pidCounts.put(pid, pidCounts.get(pid)+1); 535 pw.print(prefix); pw.print(name); pw.print(": pid="); 536 pw.print(pid); pw.print(" uid=") [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 203 int pid = -1; local 231 pid = Zygote.forkAndSpecialize(parsedArgs.uid, parsedArgs.gid, 245 if (pid == 0) { 255 // in parent...pid of < 0 means failure 258 return handleParentProc(pid, descriptors, serverPipeFd, parsedArgs); 542 * After the zygote process reads these it will write the pid of [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 179 int sched_getscheduler (pid_t pid); 181 int sched_setparam (pid_t pid, const struct sched_param *param); 182 int sched_getparam (pid_t pid, struct sched_param *param); 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 189 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 175 int sched_getscheduler (pid_t pid); 177 int sched_setparam (pid_t pid, const struct sched_param *param); 178 int sched_getparam (pid_t pid, struct sched_param *param); 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 183 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 179 int sched_getscheduler (pid_t pid); 181 int sched_setparam (pid_t pid, const struct sched_param *param); 182 int sched_getparam (pid_t pid, struct sched_param *param); 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 189 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data); 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); 179 int sched_getscheduler (pid_t pid); 181 int sched_setparam (pid_t pid, const struct sched_param *param); 182 int sched_getparam (pid_t pid, struct sched_param *param); 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval); 189 pid_t __wait4 (pid_t pid, int *status, int options, struct rusage *rusage);
|
/external/dnsmasq/src/ |
helper.c | 55 pid_t pid; local 61 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1) 67 if (pid != 0) 163 while ((pid = fork()) == -1 && (errno == EAGAIN || errno == ENOMEM)) 166 if (pid == -1) 170 if (pid != 0) 178 if (rc == pid)
|
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 425 pid_t pid = getpid(); local 427 hostUniq.length = htons(sizeof(pid)); 428 memcpy(hostUniq.payload, &pid, sizeof(pid)); 429 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE); 430 cursor += sizeof(pid) + TAG_HDR_SIZE; 431 plen += sizeof(pid) + TAG_HDR_SIZE;
|
/external/qemu/memcheck/ |
memcheck.c | 66 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n" 71 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc", 110 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n", 111 proc->image_path, proc->pid); 320 // Enable new PID allocation tracing. 378 memcheck_guest_libc_initialized(uint32_t pid) 380 ProcDesc* proc = get_process_from_pid(pid); 382 ME("memcheck: Unable to obtain process for libc_init pid=%u", pid); 392 T(PROC_LIBC_INIT, "memcheck: libc.so has been initialized for %s[pid=%u]\n" [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_unittest.py | 91 self.pid = None 94 self.driver._proc.pid = 1 101 self.assertTrue(self.pid is not None) 107 def kill_process(other, pid): 108 self.pid = pid 115 self.assertEquals(self.pid, 1)
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogFilter.java | 49 * pid used for filtering. Only valid if mMode is MODE_PID. 70 /** temp pid filtering */ 212 * Adds PID to the current filtering mode. 213 * @param pid 215 public void setPidMode(int pid) { 216 if (pid != -1) { 221 mPid = pid; 224 /** Returns the pid filter if valid, otherwise -1 */ 343 if ((mMode & MODE_PID) == MODE_PID && mPid != logMessage.data.pid) { 382 if (mTempPid != -1 && mTempPid != logMessage.data.pid) { [all...] |
/external/blktrace/ |
blkparse.c | 76 pid_t pid; member in struct:process_pid_map 534 static inline int ppm_hash_pid(pid_t pid) 536 return jhash_1word(pid, JHASH_RANDOM) & PPM_HASH_MASK; 539 static struct process_pid_map *find_ppm(pid_t pid) 541 const int hash_idx = ppm_hash_pid(pid); 546 if (ppm->pid == pid) 555 static struct process_pid_map *add_ppm_hash(pid_t pid, const char *name) 557 const int hash_idx = ppm_hash_pid(pid); 560 ppm = find_ppm(pid); [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-util-unix.c | 69 * @param print_pid_pipe pipe to print daemon's pid to, or -1 for none 142 _dbus_verbose ("pid file or pipe write failed: %s\n", 161 * @param pid our process ID 167 unsigned long pid, 194 if (fprintf (f, "%lu\n", pid) < 0) 222 * @param pid_to_write the pid to write out 234 _dbus_verbose ("writing pid file %s\n", _dbus_string_get_const_data (pidfile)); 239 _dbus_verbose ("pid file write failed\n"); 246 _dbus_verbose ("No pid file requested\n"); 251 DBusString pid; local [all...] |
/external/strace/ |
util.c | 622 * move `len' bytes of data from process `pid' 634 int pid = tcp->pid; 647 u.val = ptrace(PTRACE_PEEKDATA, pid, (char *) addr, 0); 663 u.val = ptrace(PTRACE_PEEKDATA, pid, (char *) addr, 0); 680 int pid = tcp->pid; 693 u.val = ptrace(PTRACE_PEEKDATA, pid, (char *) addr, 0); 703 u.val = ptrace(PTRACE_PEEKDATA, pid, (char *) addr, 0); 717 if (ptrace(PTRACE_READDATA, pid, [all...] |
/frameworks/base/core/java/android/view/ |
Surface.java | 245 int pid, int display, int w, int h, int format, int flags) 251 init(s,pid,null,display,w,h,format,flags); 256 int pid, String name, int display, int w, int h, int format, int flags) 262 init(s,pid,name,display,w,h,format,flags); 511 int pid, String name, int display, int w, int h, int format, int flags)
|
/frameworks/base/tools/localize/ |
Perforce.cpp | 24 pid_t pid; local 36 pid = fork(); 37 if (pid == -1) { 42 else if (pid == 0) { 86 waitpid(pid, &err, 0);
|