Home
last modified time | relevance | path

Searched refs:_unsupported (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp182 bool _unsupported; member
218 if (_unsupported) v |= kpv_ErrorFlags_UnsupportedMethod; in GetArchiveProperty()
408 _unsupported = false;
533 _unsupported = true;
569 else if (_unsupported)
/third_party/python/Lib/
H A D_pyio.py365 def _unsupported(self, name): member in IOBase
386 self._unsupported("seek")
398 self._unsupported("truncate")
528 self._unsupported("fileno")
674 self._unsupported("readinto")
682 self._unsupported("write")
724 self._unsupported("read")
730 self._unsupported("read1")
781 self._unsupported("write")
790 self._unsupported("detac
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c37 _unsupported(const char *message) in _unsupported() function
55 return _unsupported("detach"); in textiobase_detach()
68 return _unsupported("read"); in textiobase_read()
80 return _unsupported("readline"); in textiobase_readline()
92 return _unsupported("write"); in textiobase_write()
1333 _unsupported("It is not possible to set the encoding or newline " in _io_TextIOWrapper_reconfigure_impl()
1599 return _unsupported("not writable"); in _io_TextIOWrapper_write_impl()
1782 _unsupported("not readable"); in textiowrapper_read_chunk()
1907 return _unsupported("not readable"); in _io_TextIOWrapper_read_impl()
2438 _unsupported("underlyin in _io_TextIOWrapper_seek_impl()
[all...]

Completed in 6 milliseconds