HomeSort by relevance Sort by last modified time
    Searched full:gs_utils (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagepairset.py 21 from py.utils import gs_utils namespace
179 if gs_utils.GSUtils.is_gs_url(self._imageA_base_url):
183 if gs_utils.GSUtils.is_gs_url(self._imageB_base_url):
223 TODO(epoger): Create functionality like this within gs_utils.py instead of
230 bucket, path = gs_utils.GSUtils.split_gs_url(gs_url)
base_unittest.py 25 # library in gs_utils.py, within the common repo.
download_actuals.py 23 from py.utils import gs_utils namespace
96 dirs, _ = gs_utils.GSUtils().list_bucket_contents(bucket=GM_SUMMARIES_BUCKET)
compare_rendered_pictures.py 28 from py.utils import gs_utils namespace
481 if gs_utils.GSUtils.is_gs_url(source_dir):
482 (bucket, path) = gs_utils.GSUtils.split_gs_url(source_dir)
imagediffdb.py 31 from py.utils import gs_utils namespace
433 if gs_utils.GSUtils.is_gs_url(url):
434 (bucket, path) = gs_utils.GSUtils.split_gs_url(url)
server.py 33 from py.utils import gs_utils namespace
307 self._gs = gs_utils.GSUtils(boto_file_path=boto_file_path)
309 self._gs = gs_utils.GSUtils()
    [all...]
  /external/skia/gm/rebaseline_server/
download_actuals.py 21 from pyutils import gs_utils namespace
94 dirs, _ = gs_utils.list_bucket_contents(bucket=GM_SUMMARIES_BUCKET)
server.py 30 from pyutils import gs_utils namespace
299 gs_utils.download_file(

Completed in 249 milliseconds