Lines Matching refs:endswith
70 is_json = affected_file_path.endswith('.json')
72 affected_file_path.endswith('/METADATA'))
107 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
178 if (not f.LocalPath().endswith('.gn') and
179 not f.LocalPath().endswith('.gni')):
208 sources = lambda x: (x.LocalPath().endswith('.h') or
209 x.LocalPath().endswith('.py') or
210 x.LocalPath().endswith('.sh') or
211 x.LocalPath().endswith('.m') or
212 x.LocalPath().endswith('.mm') or
213 x.LocalPath().endswith('.go') or
214 x.LocalPath().endswith('.c') or
215 x.LocalPath().endswith('.cc') or
216 x.LocalPath().endswith('.cpp'))
330 if owner_email.endswith(suffix):
471 if cl.GetIssueOwner().endswith(suffix):