HomeSort by relevance Sort by last modified time
    Searched refs:ppid (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/core/java/android/view/
IAssetAtlas.aidl 32 * parent process id. If the atlas' ppid does not match, this
35 boolean isCompatible(int ppid);
  /external/chromium_org/chrome/browser/
process_info_snapshot_mac_unittest.cc 35 EXPECT_EQ(0, static_cast<int64>(proc_info.ppid));
62 base::ProcessId ppid = static_cast<base::ProcessId>(getppid()); local
65 EXPECT_NE(static_cast<int64>(ppid), 0);
69 pid_list.push_back(ppid);
77 EXPECT_EQ(ppid, proc_info.ppid);
88 ASSERT_TRUE(snapshot.GetProcInfo(ppid, &proc_info));
89 EXPECT_EQ(ppid, proc_info.pid);
90 EXPECT_NE(static_cast<int64>(proc_info.ppid), 0);
process_info_snapshot.h 50 base::ProcessId ppid; member in struct:ProcessInfoSnapshot::ProcInfoEntry
  /external/chromium_org/chrome/tools/
chrome-process-identifier.sh 40 ppid="$(ps h --format ppid --pid "$pid" 2>/dev/null)"
41 [ -n "$ppid" ] || {
43 ls -l "/proc/$ppid/exe" 2>/dev/null|egrep -q '/chrome( .deleted.)?$' &&
44 pid="$ppid" || break
53 for child in $(ps h --format pid --ppid $1); do
74 seccomp="$(ps h --format pid --ppid $child|xargs)"
138 for i in $(ps h --format pid --ppid 1); do
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 69 int pid, ppid, uid = -1, euid = -1; local
103 sscanf(buf, "%d (%15c", &ppid, cmd);
104 sscanf(tmp+2, "%c %d", &state, &ppid);
107 if (pid == 2 || ppid == 2)
153 "ppid", "pid", "name", "command",
170 printf("%-5d %-5d %-10s %-16s ", ppid, pid,
173 printf("%-5d %-5d %-10d %-16s ", ppid, pid,
proc-llist.h 33 pid_t ppid; // parent process ID member in struct:_lnode
netcap.c 59 int pid, ppid; local
89 sscanf(buf, "%d (%15c", &ppid, cmd);
90 sscanf(tmp+2, "%c %d", &state, &ppid);
93 if (pid == 2 || ppid == 2)
194 node.ppid = ppid;
220 "ppid", "pid", "acct", "command", "type", "port",
237 printf("%-5d %-5d %-10s", n->ppid, n->pid, tacct);
239 printf("%-5d %-5d %-10d", n->ppid, n->pid, last_uid);
proc-llist.c 47 newnode->ppid = node->ppid;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h 537 virtual HRESULT WINAPI get_Application(IDispatch **ppid) = 0;
538 virtual HRESULT WINAPI get_Parent(IDispatch **ppid) = 0;
542 virtual HRESULT WINAPI get_GetLink(IDispatch **ppid) = 0;
543 virtual HRESULT WINAPI get_GetFolder(IDispatch **ppid) = 0;
565 HRESULT (WINAPI *get_Application)(FolderItem *This,IDispatch **ppid);
566 HRESULT (WINAPI *get_Parent)(FolderItem *This,IDispatch **ppid);
570 HRESULT (WINAPI *get_GetLink)(FolderItem *This,IDispatch **ppid);
571 HRESULT (WINAPI *get_GetFolder)(FolderItem *This,IDispatch **ppid);
595 #define FolderItem_get_Application(This,ppid) (This)->lpVtbl->get_Application(This,ppid)
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.h 46 uint32_t tsn, uint32_t ppid,
52 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, stream_no, stream_seq, flags, dm) do { \
58 (_ctl)->sinfo_ppid = ppid; \
  /external/valgrind/main/memcheck/tests/
client-msg-as-xml.stderr.exp 16 <ppid>...</ppid>
long_namespace_xml.stderr.exp 16 <ppid>...</ppid>
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread.c 18 self->ppid = -1;
88 self->ppid = parent->tid;
thread.h 17 pid_t ppid; member in struct:thread
build-id.c 56 event->fork.ppid, event->fork.ptid);
  /frameworks/base/tools/preload/
Record.java 80 final int ppid; field in class:Record
128 ppid = Integer.parseInt(parts[0]);
  /system/core/toolbox/
ps.c 47 int ppid; local
92 ppid = atoi(nexttok(&ptr));
139 ppid = pid;
160 printf("%-30s %-9s %-5d %-5d %s\n", macline, user, pid, ppid, cmdline[0] ? cmdline : name);
164 printf("%-9s %-5d %-5d %-6d %-5d", user, pid, ppid, vss / 1024, rss * 4);
281 printf("LABEL USER PID PPID NAME\n");
283 printf("USER PID PPID VSIZE RSS %s%s %s WCHAN PC %sNAME\n",
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 16 <ppid>...</ppid>
  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 17 <ppid>...</ppid>
  /external/lldb/source/Host/linux/
Host.cpp 47 lldb::pid_t ppid; // Parent Process ID member in struct:ProcessStatInfo
122 int ppid = LLDB_INVALID_PROCESS_ID; local
124 // Read state and ppid.
125 sscanf (filename_end + 1, " %c %d", &state, &ppid);
127 stat_info.ppid = ppid;
360 stat_info.ppid = LLDB_INVALID_PROCESS_ID;
424 process_info.SetParentProcessID (stat_info.ppid);
  /external/chromium_org/tools/valgrind/
valgrind_test.py 486 for ppid in ppids:
489 f = open(self.log_dir + ("/testcase.%d.name" % ppid))
499 print " Below is the report for valgrind wrapper PID=%d." % ppid
504 print " by searching the above log for 'PID=%d'" % ppid
508 if re.search("\.%d\.[0-9]+$" % ppid, f)]
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 77 int ppid; member in struct:per_pid
205 static void pid_fork(int pid, int ppid, u64 timestamp)
209 pp = find_create_pid(ppid);
210 p->ppid = ppid;
288 pid_fork(event->fork.pid, event->fork.ppid, event->fork.time);
618 /* sort by ppid first, then by pid, lowest to highest */
635 if (cursor->ppid > p->ppid ||
636 (cursor->ppid == p->ppid && cursor->pid > p->pid))
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 248 pid_t clone_pid = sys_gettid(), ppid = sys_getppid(); local
278 local_itoa(strrchr(strcpy(proc_self_task, "/proc/"), '\000'), ppid);
456 found_parent |= pid == ppid;
519 * notably, it does not share the same pid and ppid; and if it terminates,
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 248 pid_t clone_pid = sys_gettid(), ppid = sys_getppid(); local
278 local_itoa(strrchr(strcpy(proc_self_task, "/proc/"), '\000'), ppid);
456 found_parent |= pid == ppid;
519 * notably, it does not share the same pid and ppid; and if it terminates,
  /external/elfutils/0.153/backends/
linux-core-note.c 126 FIELD (identity, PID_T, ppid, 'd'),
161 FIELD (identity, PID_T, ppid, 'd'),

Completed in 1110 milliseconds

1 2 3