Home
last modified time | relevance | path

Searched refs:affected_file (Results 1 – 4 of 4) sorted by relevance

/external/v8/
DPRESUBMIT.py80 def FilterFile(affected_file): argument
82 affected_file,
162 def FilterFile(affected_file): argument
166 affected_file,
226 def FilterFile(affected_file): argument
230 affected_file,
266 def FilterFile(affected_file): argument
271 affected_file,
357 def FilterFile(affected_file): argument
359 affected_file,
[all …]
/external/skia/
DPRESUBMIT.py68 for affected_file in input_api.AffectedFiles(None):
69 affected_file_path = affected_file.LocalPath()
105 for affected_file in input_api.AffectedSourceFiles(None):
106 affected_file_path = affected_file.LocalPath()
137 for affected_file in input_api.AffectedSourceFiles(source_file_filter):
138 if 'third_party' in affected_file.LocalPath():
140 contents = input_api.ReadFile(affected_file, 'rb')
143 '%s is missing a correct copyright header.' % affected_file))
366 for affected_file in input_api.AffectedFiles():
367 affected_file_path = affected_file.LocalPath()
[all …]
/external/skqp/
DPRESUBMIT.py68 for affected_file in input_api.AffectedFiles(None):
69 affected_file_path = affected_file.LocalPath()
105 for affected_file in input_api.AffectedSourceFiles(None):
106 affected_file_path = affected_file.LocalPath()
137 for affected_file in input_api.AffectedSourceFiles(source_file_filter):
138 if 'third_party' in affected_file.LocalPath():
140 contents = input_api.ReadFile(affected_file, 'rb')
143 '%s is missing a correct copyright header.' % affected_file))
366 for affected_file in input_api.AffectedFiles():
367 affected_file_path = affected_file.LocalPath()
[all …]
/external/pdfium/
DPRESUBMIT.py236 def FileFilterIncludeOrder(affected_file): argument
238 return input_api.FilterSourceFile(affected_file, black_list=black_list)