/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
D | cpuhotplug_testsuite.sh | 64 PID=$1 65 ps --pid ${PID} --no-header | grep ${PID} 76 PID=$1 77 kill -9 $PID > /dev/null 2>&1
|
D | cpuhotplug_hotplug.sh | 54 PID="$1" 57 `taskset -p ${MASK} ${PID} > /dev/null 2>&1`
|
/third_party/jerryscript/tools/ |
D | rss-measure.sh | 31 SUM=`ps -o rss $PID | grep [0-9]` 33 …SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r… 53 PID=$! 55 while kill -0 "$PID" > /dev/null 2>&1; 62 wait "$PID" || exit 1
|
/third_party/protobuf/php/tests/ |
D | multirequest.sh | 22 PID=`ps | grep "php" | awk '{print $1}'` 23 echo $PID 25 if [[ -z "$PID" ]] 30 kill $PID
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | FDRTraceExpander.cpp | 44 CurrentRecord.PId = PID; in visit() 59 CurrentRecord.PId = PID; in visit() 74 CurrentRecord.PId = PID; in visit() 91 PID = R.pid(); in visit() 100 PID = R.tid(); in visit() 117 CurrentRecord.PId = PID; in visit()
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
D | run_memctl_test.sh | 143 PID[$i]=$!; 170 echo ${PID[$i]} >>/dev/memctl/group_2/tasks; 205 kill -SIGUSR1 ${PID[$i]}; 214 kill -SIGUSR2 ${PID[$i]}; 227 kill -SIGUSR1 ${PID[$i]}; 250 wait ${PID[$i]};
|
/third_party/ltp/doc/ |
D | namespaces-helper-tools.txt | 14 ** PID of the daemonized child process is printed on the stdout 20 ** enters the namespace(s) of a process specified by a PID 23 ** moves a network interface to the namespace of a process specified by a PID 37 # Creates a new network and ipc namespace and stores the PID of the daemonized 43 # Executes command 'ip a' inside the namespace specified by PID in myns variable 48 # Moves interface veth1 into the namespace specified by PID in myns variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | 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
|
D | p2p-action.sh | 14 PID=`cat $PF` 15 if [ $PID -gt 0 ]; then 16 if ps $PID | grep -q $NAME; then 17 kill $PID
|
/third_party/elfutils/tests/ |
D | run-stack-d-test.sh | 78 PID 13654 - core 88 PID 13654 - core 99 PID 13654 - core 108 PID 13654 - core
|
D | run-stack-demangled-test.sh | 47 PID 13654 - core 57 PID 13654 - core 69 PID 13654 - core 83 PID 13654 - core
|
D | run-stack-i-test.sh | 45 PID 13654 - core 59 PID 13654 - core
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | 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
|
D | p2p-action.sh | 14 PID=`cat $PF` 15 if [ $PID -gt 0 ]; then 16 if ps $PID | grep -q $NAME; then 17 kill $PID
|
/third_party/skia/platform_tools/android/bin/ |
D | android_gdb_app | 44 PID=$($ADB shell ps | grep ${activityShort} | awk '{print $2}') 45 echo "Attaching to pid: $PID" 46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 66 int PID; in readLockFile() local 67 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile() 68 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() 109 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument 116 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
D | run_cpuctl_test.sh | 120 PID[$i]=$!; 182 PID[$TASK_NUM]=$!; 242 PID[$TASK_NUM]=$!; 291 wait ${PID[$i]};
|
D | run_cpuctl_stress_test.sh | 173 PID[$TASK_NUM]=$!; 251 PID[$TASK_NUM]=$!; 318 PID[$TASK_NUM]=$!; 364 wait ${PID[$i]};
|
/third_party/libinput/quirks/ |
D | 30-vendor-logitech.quirks | 62 # MX Master has a different PID on bluetooth 81 # MX Master 2S has a different PID on bluetooth 92 # MX Master 3 has a different PID on bluetooth
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 134 const char *PID = (const char*)P->getPassID(); in isIRPrintingPass() local 136 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass() 137 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()
|
/third_party/ltp/testcases/network/xinetd/ |
D | xinetd_tests.sh | 30 log_on_success = HOST PID 41 log_on_success = HOST PID
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | camconditionalaccess.c | 224 guint16 PID = GST_READ_UINT16_BE (buffer); in handle_conditional_access_pmt_reply() local 226 GST_INFO ("PID 0x%x CA_enable : %d (0x%x)", PID, in handle_conditional_access_pmt_reply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LockFileManager.h | 67 static bool processStillExecuting(StringRef Hostname, int PID);
|
/third_party/node/deps/openssl/openssl/util/ |
D | unlocal_shlib.com.in | 12 $ OPENSSL_NAMES := OPENSSL_NAMES_'F$GETJPI("","PID")'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | FDRTraceExpander.h | 26 int32_t PID = 0; variable
|