OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_hash
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/test/gpu/page_sets/
PRESUBMIT.py
39
file_hash
= f.read(1024).rstrip()
40
if
file_hash
in hashes_in_cloud_storage:
45
if not re.match('^([A-Za-z0-9]{40})$',
file_hash
):
53
if cloud_storage.GetHash(file_path) !=
file_hash
:
59
cloud_storage.Insert(cloud_storage.INTERNAL_BUCKET,
file_hash
, file_path)
/external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py
47
file_hash
= f.read(1024).rstrip()
48
if
file_hash
in hashes_in_cloud_storage:
53
if not re.match('^([A-Za-z0-9]{40})$',
file_hash
):
61
if cloud_storage.GetHash(file_path) !=
file_hash
:
67
cloud_storage.Insert(cloud_storage.INTERNAL_BUCKET,
file_hash
, file_path)
/build/tools/
generate-notice-files.py
93
def combine_notice_files_html(
file_hash
, input_dir, output_filename):
94
"""Combine notice files in
FILE_HASH
and output a HTML version to OUTPUT_FILENAME."""
102
for value in
file_hash
.values():
119
sorted_filenames = sorted(itertools.chain.from_iterable(
file_hash
.values()))
130
for value in
file_hash
.values():
151
def combine_notice_files_text(
file_hash
, input_dir, output_filename, file_title):
152
"""Combine notice files in
FILE_HASH
and output a text version to OUTPUT_FILENAME."""
157
for value in
file_hash
.values():
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py
105
def
file_hash
(self, source, cu):
member in class:HtmlReporter
122
this_hash = self.
file_hash
(source, cu)
123
that_hash = self.status.
file_hash
(flat_rootname)
288
def
file_hash
(self, fname):
member in class:HtmlStatus
Completed in 202 milliseconds