Lines Matching refs:pid
90 if len(out.pid) == 0:
97 ppe.submit(kill_it, p.pid).result()
98 out.pid = p.communicate()[0].strip().split()
100 print(out.pid)
105 for p in out.pid:
117 def check_single_process(pid, device, mkcmd, bit32, bit64): argument
120 name = device.shell('cat /proc/{}/cmdline'.format(pid).split())[0].strip('\0')
133 device.shell(['am', 'attach-agent', str(pid), mkcmd(target32)])
134 device.shell(['am', 'attach-agent', str(pid), mkcmd(target64)])
136 device.shell('kill -3 {}'.format(pid).split())
144 lc_cmd = "logcat -d -b main --pid={} -e '^\\t.*\\t.*\\t[0-9]*\\t[0-9]*$'".format(pid).split(' ')
158 print("pid: " + pid + " -> " + str(out))
163 print("failed on pid " + repr(pid) + " because " + repr(e))