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

  /device/google/marlin/
init.foreground.sh 6 PID=`pgrep -x spi6`
9 PID=`pgrep -x nanohub`
  /external/autotest/client/site_tests/security_RendererSandbox/
security_RendererSandbox.py 18 """Query pgrep for the pid of the renderer. Since this function is
22 pgrep = subprocess.Popen(['pgrep', '-f', '-l', 'type=renderer'],
24 procs = pgrep.communicate()[0].splitlines()
28 # This makes 'pgrep' above return the pid of the GPU process,
  /external/ltp/testcases/network/multicast/mc_commo/
mc_commo 38 tst_check_cmds netstat pgrep
54 pgrep -x mc_recv > /dev/null || \
68 tst_rhost_run -s -c "pgrep -x mc_send > /dev/null"
  /external/ltp/testcases/network/tcp_cmds/rwho/
rwho01 37 pgrep -x rwhod > /dev/null
41 LHOST_PID=$(pgrep -x rwhod)
46 tst_rhost_run -c "pgrep -x rwhod" > /dev/null
50 RHOST_PID=$(tst_rhost_run -c "pgrep -x rwhod")
  /external/ltp/tools/pounder21/test_scripts/
ramsnake 23 trap 'kill -9 `pgrep -P $$` 2> /dev/null; exit 0' 1 2 15
51 while [ `pgrep -P $$ | wc -l` -gt 1 ];
xterm_stress 53 OLD_XSERVERS=`pgrep -l X | grep -v Xprt | wc -l`
69 NEW_XSERVERS=`pgrep -l X | grep -v Xprt | wc -l`
71 export XPID=`pgrep -l X -n | grep -v Xprt | awk -F " " '{print $1}'`
149 XSERVERS=`pgrep -l X | grep -v Xprt | wc -l`
cpufreq 50 trap 'kill -9 `pgrep -P $$` `pgrep cpufreq.bin` 2> /dev/null; exit 0' 1 2 15
98 while [ `pgrep cpufreq.bin | wc -l` -gt 0 ]; do
  /external/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh 36 local pgrep_pid=$(pgrep -o $daemon)
  /external/ltp/testcases/network/stress/interface/
if-lib.sh 31 tst_check_cmds ip pgrep pkill
if-addr-adddel 96 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-mtu-change 97 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-route-adddel 92 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-route-addlarge 99 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-addr-addlarge 107 pgrep -x netstress > /dev/null || make_background_tcp_traffic
  /external/toybox/toys/posix/
ps.c 45 * TODO: pgrep -f only searches the amount of cmdline that fits in toybuf.
51 USE_PGREP(NEWTOY(pgrep, "?cld:u*U*t*s*P*g*G*fnovxL:[-no]", TOYFLAG_USR|TOYFLAG_BIN))
178 config PGREP
179 bool "pgrep"
182 usage: pgrep [-clfnovx] [-d DELIM] [-L SIGNAL] [PATTERN] [-G GID,] [-g PGRP,] [-P PPID,] [-s SID,] [-t TERM,] [-U UID,] [-u EUID,]
268 } pgrep;
    [all...]
  /external/lisa/src/shell/
lisa_shell 201 if [ -f "$PIDFILE" ] && pgrep -F $PIDFILE >/dev/null; then
235 if [ -f "$PIDFILE" ] && pgrep -F $PIDFILE >/dev/null; then
  /external/ltp/testcases/network/dhcp/
dhcp_lib.sh 22 [ "$(pgrep -x $dhcp_name)" ] || return 0
28 [ "$(pgrep -x $dhcp_name)" ] || return 0
35 [ "$(pgrep -x $dhcp_name)" ] && return 1 || return 0
41 tst_check_cmds cat $dhcp_name awk ip pgrep pkill dhclient
99 if [ "$(pgrep '$dhcp_name')" ]; then
  /external/netperf/doc/examples/
runemomniaggdemo.sh 6 pgrep -P 1 -f netperf > /dev/null
10 pgrep -P 1 -f netperf > /dev/null
  /system/core/logcat/
logpersist 144 pgrep -u ${log_uid} ${service%d}
  /external/ltp/testcases/kernel/controllers/freezer/
libcgroup_freezer 735 while pgrep -P $sample_proc ; do
740 ps -p $(pgrep -P $sample_proc) -o 'state=' | grep -v D && continue
  /external/toybox/generated/
globals.h 1265 } pgrep; member in union:ps_data::__anon35236
newtoys.h 172 USE_PGREP(NEWTOY(pgrep, "?cld:u*U*t*s*P*g*G*fnovxL:[-no]", TOYFLAG_USR|TOYFLAG_BIN))
flags.h     [all...]
  /external/autotest/server/
autoserv 276 pid = utils.run('pgrep servod').stdout
autoserv.py 276 pid = utils.run('pgrep servod').stdout

Completed in 1925 milliseconds