/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/openssh/ |
opensshd.init.in | 16 PIDFILE=$piddir/sshd.pid 43 PID=`${CAT} ${PIDFILE}` 45 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then 46 ${KILL} ${PID} 48 echo "Unable to read PID file"
|
/external/openssh/regress/ |
reconfigure.sh | 18 PID=`$SUDO cat $PIDFILE` 20 $SUDO kill -HUP $PID
|
/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...] |
/device/lge/hammerhead/ |
thermal-engine-hammerhead.conf | 93 [PID-CPU0] 96 [PID-CPU1] 99 [PID-CPU2] 102 [PID-CPU3] 105 [PID-POPMEM]
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.h | 106 // Keyed by PID 121 ABitReader *br, unsigned PID, 125 void parseAdaptationField(ABitReader *br, unsigned PID); 128 void updatePCR(unsigned PID, uint64_t PCR, size_t byteOffsetFromStart);
|
ATSParser.cpp | 51 unsigned pid, ABitReader *br, status_t *err); 54 unsigned pid, unsigned continuity_counter, 105 unsigned pid() const { return mElementaryPID; } function in struct:android::ATSParser::Stream 106 void setPID(unsigned pid) { mElementaryPID = pid; } 187 unsigned pid, ABitReader *br, status_t *err) { 190 if (pid != mProgramMapPID) { 200 unsigned pid, unsigned continuity_counter, 205 ssize_t index = mStreams.indexOfKey(pid); 353 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type()) [all...] |
/external/llvm/include/llvm/Support/ |
LockFileManager.h | 57 static bool processStillExecuting(StringRef Hostname, int PID);
|
/external/llvm/lib/Support/ |
LockFileManager.cpp | 38 // 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 return std::make_pair(std::string(Hostname), PID); 57 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { 64 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH) 111 // 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/chromium_org/build/android/ |
adb_gdb | 98 PID= 144 --pid=*) 145 PID=$optarg 312 --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/clang/lib/AST/ |
DeclPrinter.cpp | 1020 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { 1021 if (!PID->isThisDeclarationADefinition()) { 1022 Out << "@protocol " << *PID << ";\n"; 1026 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); 1028 Out << "@protocol " << *PID; 1034 Out << "@protocol " << *PID << '\n'; 1035 VisitDeclContext(PID, false); 1039 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { 1040 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n" [all...] |
DeclObjC.cpp | 211 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); 212 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(), 213 E = PID->protocol_end(); I != E; ++I) [all...] |
/build/ |
envsetup.sh | 791 # <pid> <procname> 800 echo "usage: qpid [[--exact] <process name|pid>" 814 function pid() function 825 local PID=`adb shell ps \ 829 echo "$PID" 831 echo "usage: pid [--exact] <process name>" 846 local PID="$1" 848 local PIDLIST="$(pid $1)" 850 local PID="$PIDLIST" 857 echo "usage: stacks [pid|process name] [all...] |
/external/clang/lib/ARCMigrate/ |
TransZeroOutPropsInDealloc.cpp | 118 ObjCPropertyImplDecl *PID = *I; 119 if (PID->getPropertyImplementation() == 121 ObjCPropertyDecl *PD = PID->getPropertyDecl(); 130 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/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 | 423 # Return the PID of a given package or program, or 0 if it doesn't run 425 # Out: PID number, or 0 if not running 428 adb_cmd shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1" 660 # Find the PID of the application being run 661 PID=$(get_pid_of "$PACKAGE_NAME") 662 log "Found running PID: $PID" 663 if [ $? != 0 -o "$PID" = "0" ] ; then 664 echo "ERROR: Could not extract PID of application on device/emulator." 692 run adb_cmd shell run-as $PACKAGE_NAME lib/gdbserver +$DEBUG_SOCKET --attach $PID [all...] |
ndk-gdb.py | 411 # Return the PID of a given package or program, or 0 if it doesn't run 413 # Out: PID number, or 0 if not running 432 PID_column = columns.index('PID') 669 # Find the PID of the application being run 670 retcode,PID = get_pid_of(PACKAGE_NAME) 671 log('Found running PID: %d' % (PID)) 672 if retcode or PID == 0: 674 error('''Could not extract PID of application on device/emulator. 682 error('''Could not extract PID of application on device/emulator [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 743 const ObjCPropertyImplDecl *PID) { 745 GenerateObjCAtomicGetterCopyHelperFunction(PID); 746 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); 751 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn); [all...] |
/frameworks/av/media/libstagefright/ |
MPEG2TSWriter.cpp | 710 // PID = b0000000000000 (13 bits) 762 // PID = b0 0001 1110 0000 (13 bits) [0x1e0] 839 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex] 873 const unsigned PID = 0x1e0 + sourceIndex + 1; 901 *ptr++ = 0x40 | (PID >> 8); 902 *ptr++ = PID & 0xff; 945 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex] 958 *ptr++ = 0x00 | (PID >> 8); 959 *ptr++ = PID & 0xff;
|
/external/chromium_org/tools/stats_viewer/ |
stats_table.cs | 199 // Thread PID table
270 /// <param name="filter_pid">If a specific PID is being queried, filter to this PID. 0 means use all data.</param>
280 int pid = Marshal.ReadInt32((IntPtr)pid_offset);
281 if (filter_pid == 0 || filter_pid == pid)
319 /// pid</param>
523 /// Initialize the pid list.
533 int pid = Marshal.ReadInt32((IntPtr)pidOffset);
534 if (!pids_.Contains(pid))
535 pids_.Add(pid);
[all...] |
/external/clang/tools/libclang/ |
CursorVisitor.h | 223 bool VisitObjCProtocolDecl(ObjCProtocolDecl *PID);
|