Home | History | Annotate | Download | only in cpplint

Lines Matching refs:extension

136     extensions=extension,extension,...
687 """File extension (excluding dot) matches a source file extension."""
1152 """Splits the file into the directory, basename, and extension.
1158 A tuple of (directory, basename, extension).
1169 def Extension(self):
1170 """File extension - text following the final period."""
1174 """File has no source file extension."""
1178 """File has a source file extension."""
1179 return _IsSourceExtension(self.Extension()[1:])
1985 headerfile = filename[0:len(filename) - len(fileinfo.Extension())] + '.h'
2526 struct ResultDetailsPageElementExtensionPoint : public Extension {
4307 file_extension: The extension (without the dot) of the filename.
4680 file_extension: The extension (without the dot) of the filename.
5433 filename_cc = filename_cc[:-len(fileinfo.Extension())]
5771 file_extension: The extension (dot not included) of the file.
5885 file_extension: The extension (dot not included) of the file.
6073 # When reading from stdin, the extension is unknown, so no cpplint tests
6074 # should rely on the extension.