HomeSort by: relevance | last modified time | path
    Searched defs:Extension (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 795 """Splits the file into the directory, basename, and extension.
801 A tuple of (directory, basename, extension).
812 def Extension(self):
813 """File extension - text following the final period."""
817 """File has no source file extension."""
821 """File has a source file extension."""
822 return self.Extension()[1:] in ('c', 'cc', 'cpp', 'cxx')
1534 struct ResultDetailsPageElementExtensionPoint : public Extension {
2804 file_extension: The extension (without the dot) of the filename.
3154 file_extension: The extension (without the dot) of the filename
    [all...]
cpplint.py 795 """Splits the file into the directory, basename, and extension.
801 A tuple of (directory, basename, extension).
812 def Extension(self):
813 """File extension - text following the final period."""
817 """File has no source file extension."""
821 """File has a source file extension."""
822 return self.Extension()[1:] in ('c', 'cc', 'cpp', 'cxx')
1534 struct ResultDetailsPageElementExtensionPoint : public Extension {
2804 file_extension: The extension (without the dot) of the filename.
3154 file_extension: The extension (without the dot) of the filename
    [all...]

Completed in 31 milliseconds