Searched defs:PUBLIC_BUCKET (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set.py13 PUBLIC_BUCKET = cloud_storage.PUBLIC_BUCKET variable
83 if (bucket_name in [PUBLIC_BUCKET, PARTNER_BUCKET, INTERNAL_BUCKET]):
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py21 PUBLIC_BUCKET = 'chromium-telemetry' variable
27 'public': PUBLIC_BUCKET,
217 buckets = [PUBLIC_BUCKET, PARTNER_BUCKET, INTERNAL_BUCKET]
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py140 PUBLIC_BUCKET = 'chromium-telemetry' variable in class:CloudStorageModuleStub
144 'public': PUBLIC_BUCKET,

Completed in 1870 milliseconds