Home | History | Annotate | Download | only in skia

Lines Matching refs:endswith

95     if affected_file_path.endswith('.py'):
122 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
176 sources = lambda x: (x.LocalPath().endswith('.h') or
177 x.LocalPath().endswith('.gypi') or
178 x.LocalPath().endswith('.gyp') or
179 x.LocalPath().endswith('.py') or
180 x.LocalPath().endswith('.sh') or
181 x.LocalPath().endswith('.m') or
182 x.LocalPath().endswith('.mm') or
183 x.LocalPath().endswith('.go') or
184 x.LocalPath().endswith('.c') or
185 x.LocalPath().endswith('.cc') or
186 x.LocalPath().endswith('.cpp'))