Searched refs:gs_utils (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagepairset.py21 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)
H A Ddownload_actuals.py23 from py.utils import gs_utils namespace
96 dirs, _ = gs_utils.GSUtils().list_bucket_contents(bucket=GM_SUMMARIES_BUCKET)
H A Dimagediffdb.py31 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)
H A Dcompare_rendered_pictures.py28 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)
H A Dserver.py33 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()
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals.py21 from pyutils import gs_utils namespace
94 dirs, _ = gs_utils.list_bucket_contents(bucket=GM_SUMMARIES_BUCKET)
H A Dserver.py30 from pyutils import gs_utils namespace
299 gs_utils.download_file(

Completed in 464 milliseconds