Lines Matching refs:split
298 elements = out.split()
402 shlex.split('echo foo; echo bar >&2; exit 17'))
411 shlex.split('-x echo foo; echo bar >&2; exit 17'))
432 self.device.adb_cmd + shlex.split('shell echo $$; sleep 60'),
437 proc_query = shlex.split('ps {0} | grep {0}'.format(remote_pid))
477 shlex.split("sh -c 'echo hello; echo world'"))[0]
482 shlex.split(r'echo hello\;echo world'))[0].splitlines()
486 result = self.device.shell(shlex.split("'true && echo t'"))[0].strip()
489 shlex.split("sh -c 'true && echo t'"))[0].strip()
493 result = self.device.shell(shlex.split('FOO=a BAR=b echo t'))[0].strip()
496 shlex.split(r'echo -n 123\;uname'))[0].strip()
639 dev_md5, _ = device.shell([get_md5_prog(device), full_path])[0].split()
652 remote_path])[0].split()
819 [get_md5_prog(self.device), self.DEVICE_TEMP_FILE])[0].split()
1047 [get_md5_prog(self.device), device_full_path])[0].split()