OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashes_in_cloud_storage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/test/gpu/page_sets/
PRESUBMIT.py
28
hashes_in_cloud_storage
= cloud_storage.List(cloud_storage.INTERNAL_BUCKET)
29
hashes_in_cloud_storage
+= cloud_storage.List(cloud_storage.PUBLIC_BUCKET)
40
if file_hash in
hashes_in_cloud_storage
:
/external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py
36
hashes_in_cloud_storage
= cloud_storage.List(cloud_storage.INTERNAL_BUCKET)
37
hashes_in_cloud_storage
+= cloud_storage.List(cloud_storage.PUBLIC_BUCKET)
48
if file_hash in
hashes_in_cloud_storage
:
Completed in 32 milliseconds