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

1 2 3

  /external/iputils/ninfod/
ninfod.sh.in 4 PID=/var/run/ninfod.pid
20 kill `cat $PID`
26 kill `cat $PID`
  /ndk/build/awk/
extract-pid.awk 16 # Extract the pid of a given package name. This assumes that the
39 PID=0
41 # The default column where we expect the PID to appear, this
58 if ($n == "PID") {
66 PID=$PID_COLUMN
72 print PID
  /external/strace/
strace-log-merge 8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
31 pid=$(printf "%-5s" $suffix)
35 sed "s/^/$pid /" < "$file"
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID
26 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
31 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
32 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
33 udhcpc -i $GIFNAME -p /var/run/udhcpc-$GIFNAME.pid \
41 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
45 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
    [all...]
p2p-action.sh 14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID
26 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
28 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
30 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
35 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
41 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
43 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAM
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdb_apk 39 PID=$($ADB shell ps | grep com.skia | awk '{print $2}')
40 echo "Attaching to pid: $PID"
41 $ADB shell /data/local/tmp/gdbserver :$PORT --attach $PID &
  /external/skia/platform_tools/android/bin/
android_gdb_apk 39 PID=$($ADB shell ps | grep com.skia | awk '{print $2}')
40 echo "Attaching to pid: $PID"
41 $ADB shell /data/local/tmp/gdbserver :$PORT --attach $PID &
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 111 // Keyed by PID
126 ABitReader *br, unsigned PID,
130 void parseAdaptationField(ABitReader *br, unsigned PID);
133 void updatePCR(unsigned PID, uint64_t PCR, size_t byteOffsetFromStart);
ATSParser.cpp 53 unsigned pid, ABitReader *br, status_t *err);
56 unsigned pid, unsigned continuity_counter,
108 unsigned pid() const { return mElementaryPID; } function in struct:android::ATSParser::Stream
109 void setPID(unsigned pid) { mElementaryPID = pid; }
190 unsigned pid, ABitReader *br, status_t *err) {
193 if (pid != mProgramMapPID) {
203 unsigned pid, unsigned continuity_counter,
208 ssize_t index = mStreams.indexOfKey(pid);
361 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type())
    [all...]
  /build/
envsetup.sh 851 # <pid> <procname>
860 echo "usage: qpid [[--exact] <process name|pid>"
874 function pid() function
885 local PID=`adb shell ps \
889 echo "$PID"
891 echo "usage: pid [--exact] <process name>"
927 # $1 = PID of process (e.g., $(pid mediaserver))
934 local PID=$1;
935 if [ -z "$PID" ]; the
    [all...]
  /external/llvm/lib/Support/
LockFileManager.cpp 34 // Read the owning host and PID out of the lock file. If it appears that the
48 int PID;
49 if (!PIDStr.getAsInteger(10, PID)) {
50 auto Owner = std::make_pair(std::string(Hostname), PID);
60 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) {
67 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
116 // We failed to write out PID, so make up an excuse, remove the
  /external/chromium_org/third_party/sqlite/src/src/
mutex_os2.c 164 PID pid; local
166 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
181 PID pid; local
184 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
192 PID pid; local
195 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
203 PID pid local
    [all...]
  /external/llvm/include/llvm/Support/
LockFileManager.h 66 static bool processStillExecuting(StringRef Hostname, int PID);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 11 typedef WORD PID;
55 STDMETHOD_(HRESULT,GetProgramIdentifier)(THIS_ PID *pPid) PURE;
58 STDMETHOD_(HRESULT,Initialize)(THIS_ MPEG_REQUEST_TYPE requestType,IMpeg2Data *pMpeg2Data,PMPEG_CONTEXT pContext,PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD timeout,HANDLE hDoneEvent) PURE;
72 #define ISectionList_Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent) (This)->lpVtbl->Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent)
93 STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionList **ppSectionList) PURE;
94 STDMETHOD_(HRESULT,GetStreamOfSections)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,HANDLE hDataReadyEvent,IMpeg2Stream **ppMpegStream) PURE
    [all...]
mpeg2structs.h 36 PID pid; member in struct:_DSMCC_ELEMENT
114 PID pid; member in struct:_MPE_ELEMENT
  /external/clang/lib/AST/
DeclPrinter.cpp 1023 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) {
1024 if (!PID->isThisDeclarationADefinition()) {
1025 Out << "@protocol " << *PID << ";\n";
1029 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1031 Out << "@protocol " << *PID;
1037 Out << "@protocol " << *PID << '\n';
1038 VisitDeclContext(PID, false);
1042 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
1043 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n"
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 116 for (auto *PID : IMD->property_impls()) {
117 if (PID->getPropertyImplementation() ==
119 ObjCPropertyDecl *PD = PID->getPropertyDecl();
128 SynthesizedProperties[PD] = PID;
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 37 unsigned PID, unsigned streamType, unsigned streamID);
39 unsigned PID() const;
88 unsigned PID, unsigned streamType, unsigned streamID)
90 mPID(PID),
130 unsigned TSPacketizer::Track::PID() const {
419 unsigned PID = PIDStart;
429 ++PID;
438 sp<Track> track = new Track(format, PID, streamType, streamID);
486 // PID
651 // PID = b0000000000000 (13 bits
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_download 108 for PID in $(ps -o 'pid=' -C 'Foundation_v8') ; do
109 kill $PID
  /external/skia/platform_tools/barelinux/bin/
arm64_download 108 for PID in $(ps -o 'pid=' -C 'Foundation_v8') ; do
109 kill $PID
  /external/chromium_org/build/android/
adb_gdb 98 PID=
144 --pid=*)
145 PID=$optarg
307 --pid=<pid> Specify application process pid.
612 # sub-shell commands we're going to launch, so take the PID of the launcher
620 GDBSERVER_PIDFILE="$TMPDIR"/gdbserver-$TMP_ID.pid
665 log "Killing previous gdbserver (PID=$GDB_PID)"
811 # Get the PID from the first argument or else find the PID of th
    [all...]
  /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);
  /ndk/
ndk-gdb 427 # Return the PID of a given package or program, or 0 if it doesn't run
429 # Out: PID number, or 0 if not running
432 adb_cmd shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1"
699 # Find the PID of the application being run
700 PID=$(get_pid_of "$PACKAGE_NAME")
701 log "Found running PID: $PID"
702 if [ $? != 0 -o "$PID" = "0" ] ; then
703 echo "ERROR: Could not extract PID of application on device/emulator."
731 run adb_cmd shell run-as $PACKAGE_NAME $DEVICE_GDBSERVER +$DEBUG_SOCKET --attach $PID
    [all...]
  /external/chromium-trace/
systrace.py 230 parts = data.split('USER PID PPID VSIZE RSS WCHAN PC NAME', 1)
  /external/clang/lib/CodeGen/
CGObjC.cpp 746 const ObjCPropertyImplDecl *PID) {
748 GenerateObjCAtomicGetterCopyHelperFunction(PID);
749 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
754 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn);
    [all...]

Completed in 1028 milliseconds

1 2 3