HomeSort by relevance Sort by last modified time
    Searched refs:PID (Results 1 - 14 of 14) sorted by null

  /ndk/build/awk/
extract-pid.awk 16 # Extract the pid of a given package name. This assumes that the
30 PID=0
44 # contains the package name, while the 2nd one contains the pid
47 PID=$2
51 print PID
  /frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.h 58 ABitReader *br, unsigned PID,
ATSParser.cpp 49 unsigned pid, unsigned payload_unit_start_indicator,
115 unsigned pid, unsigned payload_unit_start_indicator,
117 if (pid == mProgramMapPID) {
127 ssize_t index = mStreams.indexOfKey(pid);
604 ABitReader *br, unsigned PID,
606 if (PID == 0) {
618 PID, payload_unit_start_indicator, br)) {
625 LOGV("PID 0x%04x not handled.", PID);
649 unsigned PID = br->getBits(13)
    [all...]
  /ndk/
ndk-gdb 510 # Find the PID of the application being run
511 PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$PACKAGE_NAME`
512 log "Found running PID: $PID"
513 if [ $? != 0 -o "$PID" = "0" ] ; then
514 echo "ERROR: Could not extract PID of application on device/emulator."
537 GDBSERVER_PID=`echo $GDBSERVER_PS | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=lib/gdbserver`
545 run $ADB_CMD shell run-as $PACKAGE_NAME lib/gdbserver +$DEBUG_SOCKET --attach $PID &
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 44 my $dnsmasqpidfile = "/var/run/dnsmasq.pid"; # if this doesn't exist, will look for process in /proc
224 open(PID,"<$dnsmasqpidfile") || die "Could not open PID file \"$dnsmasqpidfile\": $!\n";
225 my $pid = <PID>;
226 close(PID);
227 chomp $pid;
228 if ( kill(0, $pid) ) {
229 kill(1, $pid);
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 553 // PID = b0000000000000 (13 bits)
600 // PID = b0 0001 1110 0000 (13 bits) [0x1e0]
677 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
711 const unsigned PID = 0x1e0 + sourceIndex + 1;
738 *ptr++ = 0x40 | (PID >> 8);
739 *ptr++ = PID & 0xff;
773 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
786 *ptr++ = 0x00 | (PID >> 8);
787 *ptr++ = PID & 0xff;
  /build/
envsetup.sh 725 function pid() function
729 local PID=`adb shell ps | fgrep $1 | sed -e 's/[^ ]* *\([0-9]*\).*/\1/'`
730 echo "$PID"
732 echo "usage: pid name"
740 adb shell echo '""' '>>' /data/anr/traces.txt && adb shell chmod 776 /data/anr/traces.txt && adb shell kill -3 $(pid system_server)
765 local PID
768 PID=`pid $3`
770 adb shell gdbserver $PORT --attach $PID &
777 echo " gdbserver $PORT --attach $PID"
    [all...]
  /external/qemu/
usb-linux.c 449 if (p->pid == USB_TOKEN_IN)
741 switch(p->pid) {
762 switch (p->pid) {
1680 char bus[10], addr[10], vid[10], pid[10]; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 668 form.PID.value=pbcId;
  /external/blktrace/doc/
blktrace.tex 491 -h & --hash-by-name & Hash processes by name, not by PID\\ \hline
    [all...]
  /external/iproute2/doc/
ip-cref.tex 297 \item \verb|netns PID|
299 --- move the device to the network namespace associated with the process PID.
    [all...]
  /external/sqlite/dist/
sqlite3.c 14898 PID pid; local
14911 PID pid; local
25759 int pid, fd; local
26064 int pid, fd, len; local
29084 DWORD pid = GetCurrentProcessId(); local
    [all...]
sqlite3.c.orig     [all...]
  /external/dbus/
configure     [all...]

Completed in 1264 milliseconds