Home
last modified time | relevance | path

Searched refs:GetIfChanged (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py161 self.assertFalse(cloud_storage.GetIfChanged(file_path,
165 self.assertTrue(cloud_storage.GetIfChanged(file_path,
169 self.assertFalse(cloud_storage.GetIfChanged(file_path,
173 self.assertTrue(cloud_storage.GetIfChanged(file_path,
193 orig_get_if_changed = cloud_storage.GetIfChanged
194 cloud_storage.GetIfChanged = IncrementFilesUpdated
206 cloud_storage.GetIfChanged = orig_get_if_changed
237 cloud_storage.GetIfChanged(file_path, 'foo')
261 cloud_storage.GetIfChanged(file_path, cloud_storage.PUBLIC_BUCKET)
271 cloud_storage.GetIfChanged(file_path, cloud_storage.PUBLIC_BUCKET)
Dcloud_storage.py402 def GetIfChanged(file_path, bucket): function
443 GetIfChanged(path_name, bucket)
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub_unittest.py167 self.assertFalse(self.cloud_storage.GetIfChanged(
173 self.assertTrue(self.cloud_storage.GetIfChanged(
176 self.assertFalse(self.cloud_storage.GetIfChanged(
200 self.cloud_storage.PermissionError, self.cloud_storage.GetIfChanged,
225 self.cloud_storage.CredentialsError, self.cloud_storage.GetIfChanged,
Dserially_executed_browser_test_case.py93 cloud_storage.GetIfChanged(archive_path, archive_bucket)
Dsystem_stub.py241 def GetIfChanged(self, local_path, bucket=None): member in CloudStorageModuleStub
265 self.GetIfChanged(path, bucket)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dlinux_platform_backend.py135 changed = cloud_storage.GetIfChanged(
137 changed |= cloud_storage.GetIfChanged(
Dwin_platform_backend.py75 cloud_storage.GetIfChanged(zip_path, bucket=cloud_storage.PUBLIC_BUCKET)
/external/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py86 cloud_storage.GetIfChanged(path, self._bucket)
/external/chromium-trace/catapult/telemetry/telemetry/page/
D__init__.py46 cloud_storage.GetIfChanged(credentials_path, credentials_bucket)