Searched refs:IterCmdOutputLines (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Ddexdump.py30 return cmd_helper.IterCmdOutputLines(args)
H A Dadb_wrapper.py292 return cmd_helper.IterCmdOutputLines(
508 return cmd_helper.IterCmdOutputLines(
/external/chromium-trace/catapult/devil/devil/utils/
H A Dcmd_helper_test.py88 """Test IterCmdOutputLines with some calls to the unix 'seq' command."""
92 cmd_helper.IterCmdOutputLines(['seq', '10']), 1):
98 cmd_helper.IterCmdOutputLines('seq 10 && false', shell=True), 1):
104 cmd_helper.IterCmdOutputLines('seq 10 && false', shell=True,
110 cmd_helper.IterCmdOutputLines('seq 10 && false', shell=True), 1):
H A Dcmd_helper.py281 def IterCmdOutputLines(args, timeout=None, cwd=None, shell=False, function

Completed in 75 milliseconds