Searched refs:GetIfChanged (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
D | cloud_storage_unittest.py | 156 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')
|
D | cloud_storage.py | 311 def GetIfChanged(file_path, bucket): function 352 GetIfChanged(path_name, bucket)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | linux_platform_backend.py | 132 changed = cloud_storage.GetIfChanged( 134 changed |= cloud_storage.GetIfChanged( 163 cloud_storage.GetIfChanged(bin_path, cloud_storage.INTERNAL_BUCKET)
|
D | win_platform_backend.py | 70 cloud_storage.GetIfChanged(zip_path, bucket=cloud_storage.PUBLIC_BUCKET)
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | system_stub_unittest.py | 167 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,
|
D | system_stub.py | 224 def GetIfChanged(self, local_path, bucket=None): member in CloudStorageModuleStub 248 self.GetIfChanged(path, bucket)
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | __init__.py | 39 cloud_storage.GetIfChanged(credentials_path, credentials_bucket)
|
D | shared_page_state.py | 474 cloud_storage.GetIfChanged(generated_profile_archive_path,
|
/external/chromium-trace/catapult/telemetry/telemetry/wpr/ |
D | archive_info.py | 84 cloud_storage.GetIfChanged(archive_path, self._bucket)
|