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

  /external/chromium_org/tools/code_coverage/
coverage.py 125 collect_output=True)
143 collect_output=True)
166 collect_output=True)
217 (retcode, output) = proc.RunCommandFull(test_command, collect_output=True)
226 collect_output=True)
257 collect_output=True)
275 collect_output=True)
  /external/chromium_org/tools/python/google/
process_utils.py 40 def RunCommandFull(command, verbose=True, collect_output=False,
54 collect_output: if True, collects the output of the command as a list of
60 collect_output is False, the output will be [].
90 if collect_output:
136 def RunCommandsInParallel(commands, verbose=True, collect_output=False,
147 collect_output: if True, collects the output of the each command as a list
153 collect_output is False, the output will be [].

Completed in 1143 milliseconds