Lines Matching refs:endswith
52 is_json = affected_file_path.endswith('.json')
54 affected_file_path.endswith('/METADATA'))
89 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
150 if (f.LocalPath().endswith('.gn') or
151 f.LocalPath().endswith('.gni')):
182 if f.LocalPath().endswith('.md'):
261 sources = lambda x: (x.LocalPath().endswith('.h') or
262 x.LocalPath().endswith('.py') or
263 x.LocalPath().endswith('.sh') or
264 x.LocalPath().endswith('.m') or
265 x.LocalPath().endswith('.mm') or
266 x.LocalPath().endswith('.go') or
267 x.LocalPath().endswith('.c') or
268 x.LocalPath().endswith('.cc') or
269 x.LocalPath().endswith('.cpp'))
369 if change.author_email.endswith(suffix):