Lines Matching refs:endswith
76 if affected_file_path.endswith('.py'):
103 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
157 sources = lambda x: (x.LocalPath().endswith('.h') or
158 x.LocalPath().endswith('.gypi') or
159 x.LocalPath().endswith('.gyp') or
160 x.LocalPath().endswith('.py') or
161 x.LocalPath().endswith('.sh') or
162 x.LocalPath().endswith('.m') or
163 x.LocalPath().endswith('.mm') or
164 x.LocalPath().endswith('.go') or
165 x.LocalPath().endswith('.c') or
166 x.LocalPath().endswith('.cc') or
167 x.LocalPath().endswith('.cpp'))