Searched refs:INTERNAL_BUCKET (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | system_stub_unittest.py | 31 self.cloud_storage.INTERNAL_BUCKET: 88 self.cloud_storage.INTERNAL_BUCKET, 'preset_internal_file.wpr')) 98 self.cloud_storage.INTERNAL_BUCKET, 'preset_internal_file.wpr')) 104 self.cloud_storage.INTERNAL_BUCKET, 'fake_file')) 197 self.cloud_storage.INTERNAL_BUCKET, 'preset_internal_file.wpr', 202 self.cloud_storage.INTERNAL_BUCKET) 205 self.cloud_storage.INTERNAL_BUCKET) 208 self.cloud_storage.INTERNAL_BUCKET, 'preset_internal_file.wpr') 211 self.cloud_storage.INTERNAL_BUCKET, 'success.wpr', 222 self.cloud_storage.INTERNAL_BUCKET, 'preset_internal_file.wpr', [all …]
|
D | system_stub.py | 102 INTERNAL_BUCKET = 'chrome-telemetry' variable in CloudStorageModuleStub 106 'internal': INTERNAL_BUCKET, 129 self.default_remote_paths = {CloudStorageModuleStub.INTERNAL_BUCKET:{}, 150 elif bucket == CloudStorageModuleStub.INTERNAL_BUCKET: 236 self, self.INTERNAL_BUCKET, remote_path, local_path, True)
|
/external/chromium-trace/catapult/telemetry/telemetry/story/ |
D | __init__.py | 15 INTERNAL_BUCKET = cloud_storage.INTERNAL_BUCKET variable
|
D | story_set_unittest.py | 61 cloud_storage_bucket=story.INTERNAL_BUCKET) 62 self.assertEqual(internal_story_set.bucket, story.INTERNAL_BUCKET)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | linux_platform_backend.py | 133 ipfw_bin, cloud_storage.INTERNAL_BUCKET) 135 ipfw_mod, cloud_storage.INTERNAL_BUCKET) 163 cloud_storage.GetIfChanged(bin_path, cloud_storage.INTERNAL_BUCKET)
|
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
D | cloud_storage.py | 29 INTERNAL_BUCKET = 'chrome-telemetry' variable 37 ('internal', INTERNAL_BUCKET),
|
/external/chromium-trace/catapult/telemetry/telemetry/wpr/ |
D | archive_info.py | 19 cloud_storage.INTERNAL_BUCKET)
|