Home
last modified time | relevance | path

Searched refs:INTERNAL_BUCKET (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub_unittest.py31 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 …]
Dsystem_stub.py102 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__.py15 INTERNAL_BUCKET = cloud_storage.INTERNAL_BUCKET variable
Dstory_set_unittest.py61 cloud_storage_bucket=story.INTERNAL_BUCKET)
62 self.assertEqual(internal_story_set.bucket, story.INTERNAL_BUCKET)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dlinux_platform_backend.py133 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/
Dcloud_storage.py29 INTERNAL_BUCKET = 'chrome-telemetry' variable
37 ('internal', INTERNAL_BUCKET),
/external/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py19 cloud_storage.INTERNAL_BUCKET)