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

  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 581 coverage_html = os.path.join(options.coverage_dir, 'coverage_html')
586 '--output', os.path.join(coverage_html, 'index.html')])
587 return coverage_html
644 coverage_html = GenerateJavaCoverageReport(options)
645 UploadHTML(options, '%s/java' % options.coverage_bucket, coverage_html,
647 shutil.rmtree(coverage_html, ignore_errors=True)
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]

Completed in 386 milliseconds