Home
last modified time | relevance | path

Searched refs:FileBase (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Drexec.py32 class FileBase: class
39 class FileWrapper(FileBase):
57 class FileDelegate(FileBase):
63 for m in FileBase.ok_file_methods + ('close',):
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp113 uint32_t FileBase = getVersion() >= 5 ? 0 : 1; in dump() local
116 OS << format("file_names[%3u]:\n", I + FileBase); in dump()