Home | History | Annotate | Download | only in skqp

Lines Matching refs:endswith

103     if affected_file_path.endswith('.py'):
131 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
202 if (not f.LocalPath().endswith('.gn') and
203 not f.LocalPath().endswith('.gni')):
220 sources = lambda x: (x.LocalPath().endswith('.h') or
221 x.LocalPath().endswith('.py') or
222 x.LocalPath().endswith('.sh') or
223 x.LocalPath().endswith('.m') or
224 x.LocalPath().endswith('.mm') or
225 x.LocalPath().endswith('.go') or
226 x.LocalPath().endswith('.c') or
227 x.LocalPath().endswith('.cc') or
228 x.LocalPath().endswith('.cpp'))
343 if owner_email.endswith(SERVICE_ACCOUNT_SUFFIX):