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

  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 350 # run_result, leaving old results.
351 run_result = {}
354 run_result = utils.run(command,
389 if run_result:
390 output_msgs['stdout'] = run_result.stdout.splitlines()
391 output_msgs['stderr'] = run_result.stderr.splitlines()
  /external/e2fsprogs/e2fsck/
unix.c 1335 int flags, run_result, was_changed; local
    [all...]
  /external/autotest/site_utils/
acts_lib.py 508 run_result=act_result,
526 run_result=None,
532 @param run_result: The raw i/o result of the test run.
537 self.run_result = run_result
560 if self.run_result:
561 logging.debug('ACTS Output:\n%s', self.run_result.stdout)

Completed in 174 milliseconds