Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/catapult_base/catapult_base/
Dcloud_storage_unittest.py156 self.assertFalse(cloud_storage.GetIfChanged(file_path,
160 self.assertTrue(cloud_storage.GetIfChanged(file_path,
164 self.assertFalse(cloud_storage.GetIfChanged(file_path,
168 self.assertTrue(cloud_storage.GetIfChanged(file_path,
188 orig_get_if_changed = cloud_storage.GetIfChanged
189 cloud_storage.GetIfChanged = IncrementFilesUpdated
201 cloud_storage.GetIfChanged = orig_get_if_changed
232 cloud_storage.GetIfChanged(file_path, 'foo')
Dcloud_storage.py311 def GetIfChanged(file_path, bucket): function
352 GetIfChanged(path_name, bucket)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dlinux_platform_backend.py132 changed = cloud_storage.GetIfChanged(
134 changed |= cloud_storage.GetIfChanged(
163 cloud_storage.GetIfChanged(bin_path, cloud_storage.INTERNAL_BUCKET)
Dwin_platform_backend.py70 cloud_storage.GetIfChanged(zip_path, bucket=cloud_storage.PUBLIC_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,
Dsystem_stub.py224 def GetIfChanged(self, local_path, bucket=None): member in CloudStorageModuleStub
248 self.GetIfChanged(path, bucket)
/external/chromium-trace/catapult/telemetry/telemetry/page/
D__init__.py39 cloud_storage.GetIfChanged(credentials_path, credentials_bucket)
Dshared_page_state.py474 cloud_storage.GetIfChanged(generated_profile_archive_path,
/external/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py84 cloud_storage.GetIfChanged(archive_path, self._bucket)