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

  /external/autotest/client/virt/tests/
iozone_windows.py 22 results_path = os.path.join(test.resultsdir,
31 utils.open_write_close(results_path, results)
35 a = postprocessing.IOzoneAnalyzer(list_files=[results_path],
38 p = postprocessing.IOzonePlotter(results_file=results_path,
  /external/autotest/client/tests/connectathon/
connectathon.py 45 self.results_path = os.path.join(self.resultsdir,
55 utils.open_write_close(self.results_path, self.results)
  /external/autotest/client/tests/tiobench/
tiobench.py 36 results_path = os.path.join(self.resultsdir,
39 utils.open_write_close(results_path, results)
  /external/autotest/puppylab/
results_mocker.py 72 def _write(self, results_path, results):
73 """Write the content in results to the file in results_path.
75 @param results_path: The path to the results file.
78 logging.info('Writing results to %s', results_path)
79 with open(results_path, 'w') as results_file:
  /external/autotest/client/tests/iozone/
iozone.py 68 self.results_path = os.path.join(self.resultsdir,
73 utils.open_write_close(self.results_path, self.results)
162 a = postprocessing.IOzoneAnalyzer(list_files=[self.results_path],
165 p = postprocessing.IOzonePlotter(results_file=self.results_path,
  /external/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py 81 results_path = os.path.join(self.outputdir, 'summary.txt')
82 f = open(results_path, 'w+')
  /external/autotest/client/site_tests/graphics_Piglit/
graphics_Piglit.py 56 results_path = os.path.join(self.outputdir, 'cros-driver')
85 (run_path, results_path, self.outputdir))
  /external/autotest/client/tests/unixbench5/
unixbench5.py 51 self.results_path = os.path.join(self.resultsdir,
53 utils.open_write_close(self.results_path, self.report_data)
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 94 results_path = os.path.join(
97 f = open(results_path, 'w+')
  /external/v8/build/android/pylib/remote/device/
remote_device_test_run.py 109 self._DownloadTestResults(self._env.results_path)
181 def _DownloadTestResults(self, results_path):
185 to results_path if results_path is not set to None.
188 results_path: Path to download appurify results zipfile.
201 if results_path:
202 logging.info('Copying results to %s', results_path)
203 if not os.path.exists(os.path.dirname(results_path)):
204 os.makedirs(os.path.dirname(results_path))
205 shutil.copy(self._results_temp_dir + '/results', results_path)
    [all...]
remote_device_environment.py 82 self._results_path = device_json.get('results_path', None)
122 self._results_path, args.results_path, 'results_path')
335 def results_path(self): member in class:RemoteDeviceEnvironment
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 167 results_path = os.path.join(self.outputdir, 'summary.txt')
168 f = open(results_path, 'w+')
  /external/autotest/client/tests/ffsb/
ffsb.py 176 self.results_path = os.path.join(self.resultsdir,
181 utils.open_write_close(self.results_path, self.results)
  /external/autotest/server/
site_utils.py 550 results_path = 'hosts/%s/%s-%s' % (hostname, task_id, task_name.lower())
558 return results_path
572 return '%s/%s' % (results_path, uid)
autotest.py 251 results_path = os.path.join(autodir, 'results')
252 host.run('rm -rf %s/*' % utils.sh_escape(results_path),
    [all...]
  /external/v8/build/android/
resource_sizes.py 451 results_path = os.path.join(options.output_dir, 'results-chart.json')
452 logging.critical('Dumping json to %s', results_path)
453 with open(results_path, 'w') as json_file:
  /external/autotest/scheduler/
agent_task.py 271 results_path = execution_path + '/'
272 use_monitor.try_copy_to_results_repository(results_path)

Completed in 847 milliseconds