HomeSort by relevance Sort by last modified time
    Searched full:ppid (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.h 49 pid_t ppid; // parent process member in struct:google_breakpad::ThreadInfo
  /art/build/
Android.common_path.mk 39 ART_HOST_TEST_DIR := $(TMPDIR)/test-art-$(shell echo $$PPID)
41 ART_HOST_TEST_DIR := /tmp/test-art-$(shell echo $$PPID)
  /external/elfutils/tests/
run-readelf-vmcoreinfo.sh 30 pid: 3519, ppid: 0, pgrp: 0, sid: 0
48 pid: 0, ppid: 0, pgrp: 0, sid: 0
  /external/tcpdump/
print-sctp.c 609 uint32_t ppid; local
637 ppid = EXTRACT_32BITS(&dataHdrPtr->payloadtype);
641 ND_PRINT((ndo, "[PPID %s] ",
642 tok2str(PayloadProto_idents, "0x%x", ppid)));
645 isforces = (ppid == SCTP_PPID_FORCES_HP) ||
646 (ppid == SCTP_PPID_FORCES_MP) ||
647 (ppid == SCTP_PPID_FORCES_LP);
664 switch (ppid) {
  /external/toybox/toys/posix/
ulimit.c 29 Default is ulimit -P $PPID -Sf" (show soft filesize of your shell).
40 -v Virtual memory size -P PID to affect (default $PPID)
  /external/valgrind/drd/tests/
fp_race_xml.stderr.exp-mips32-be 16 <ppid>...</ppid>
fp_race_xml.stderr.exp-mips32-le 16 <ppid>...</ppid>
bar_bad_xml.stderr.exp 16 <ppid>...</ppid>
  /external/valgrind/helgrind/tests/
filter_xml 32 "<ppid>(.*)</ppid>" => "...",
tc06_two_races_xml.stderr.exp 16 <ppid>...</ppid>
  /frameworks/base/tools/preload/
Record.java 80 final int ppid; field in class:Record
128 ppid = Integer.parseInt(parts[0]);
Root.java 120 Proc parent = processes.get(record.ppid);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 42 String[] psCommand = onDevice ? new String[] { "ps", "--ppid", pid }
43 : new String[] { "ps", "S", "--ppid", pid };
  /system/extras/perfprofd/quipper/
perf_parser.h 235 // |ppid| from which to copy mappings.
239 uint32_t *ppid = NULL);
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 327 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){
328 if (PPID.ID < 0) {
329 unsigned Index = -PPID.ID - 1;
335 if (PPID.ID == 0)
337 unsigned Index = PPID.ID - 1;
  /system/extras/simpleperf/
thread_tree.cpp 61 void ThreadTree::ForkThread(int pid, int tid, int ppid, int ptid) {
62 ThreadEntry* parent = FindThreadOrNew(ppid, ptid);
240 thread_tree->ForkThread(r.data.pid, r.data.tid, r.data.ppid, r.data.ptid);
thread_tree.h 68 void ForkThread(int pid, int tid, int ppid, int ptid);
record.cpp 300 PrintIndented(indent, "pid %u, ppid %u, tid %u, ptid %u\n", data.pid, data.ppid, data.tid,
663 ForkRecord CreateForkRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, uint32_t ppid,
669 record.data.ppid = ppid;
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper_unittest.cc 116 EXPECT_EQ(getpid(), info.ppid);
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 41 u32 pid, ppid; member in struct:fork_event
  /external/elfutils/backends/
linux-core-note.c 155 FIELD (identity, PID_T, ppid, 'd'),
190 FIELD (identity, PID_T, ppid, 'd'),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 337 * u32 pid, ppid;
358 * u32 pid, ppid;
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 138 // Get the PPID to use for the terminating fragment of this type.
155 SctpDataMediaChannel::PayloadProtocolIdentifier ppid,
158 switch (ppid) {
224 const SctpDataMediaChannel::PayloadProtocolIdentifier ppid = local
228 if (!GetDataMediaType(ppid, &type) && !(flags & MSG_NOTIFICATION)) {
230 LOG(LS_ERROR) << "Received an unknown PPID " << ppid
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h     [all...]
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 440 for ppid in ppids:
443 f = open("%s/testcase.%s.name" % (self.log_dir, ppid))
449 print " Below is the report for drmemory wrapper PID=%s." % ppid
455 print " by searching the above log for 'PID=%s'" % ppid
458 (self.log_dir, ppid))

Completed in 491 milliseconds

1 23 4 5 6 7 8 9