Home
last modified time | relevance | path

Searched refs:_unsupported (Results 1 – 9 of 9) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DPlaceholderForType.java53 return _unsupported(); in withTypeHandler()
58 return _unsupported(); in withContentTypeHandler()
63 return _unsupported(); in withValueHandler()
68 return _unsupported(); in withContentValueHandler()
73 return _unsupported(); in withContentType()
78 return _unsupported(); in withStaticTyping()
83 return _unsupported(); in refine()
89 return _unsupported(); in _narrow()
107 private <T> T _unsupported() { in _unsupported() method in PlaceholderForType
/external/python/cpython2/Lib/
D_pyio.py300 def _unsupported(self, name): member in IOBase
320 self._unsupported("seek")
332 self._unsupported("truncate")
450 self._unsupported("fileno")
587 self._unsupported("readinto")
594 self._unsupported("write")
636 self._unsupported("read")
640 self._unsupported("read1")
672 self._unsupported("write")
681 self._unsupported("detach")
[all …]
/external/python/cpython3/Lib/
D_pyio.py350 def _unsupported(self, name): member in IOBase
371 self._unsupported("seek")
383 self._unsupported("truncate")
513 self._unsupported("fileno")
659 self._unsupported("readinto")
667 self._unsupported("write")
709 self._unsupported("read")
715 self._unsupported("read1")
766 self._unsupported("write")
775 self._unsupported("detach")
[all …]
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp189 bool _unsupported; member in NArchive::NLzma::CHandler
228 if (_unsupported) v |= kpv_ErrorFlags_UnsupportedMethod; in GetArchiveProperty()
426 _unsupported = false; in Close()
551 _unsupported = true; in Extract()
587 else if (_unsupported) in Extract()
/external/python/cpython3/Tools/msi/
Ddistutils.command.bdist_wininst.py13 _unsupported = True variable in bdist_wininst
/external/python/cpython3/PC/layout/support/
Ddistutils.command.bdist_wininst.py14 _unsupported = True variable in bdist_wininst
/external/python/cpython3/Modules/_io/
Dtextio.c56 _unsupported(const char *message) in _unsupported() function
74 return _unsupported("detach"); in textiobase_detach()
87 return _unsupported("read"); in textiobase_read()
99 return _unsupported("readline"); in textiobase_readline()
111 return _unsupported("write"); in textiobase_write()
1370 _unsupported("It is not possible to set the encoding or newline " in _io_TextIOWrapper_reconfigure_impl()
1634 return _unsupported("not writable"); in _io_TextIOWrapper_write_impl()
1805 _unsupported("not readable"); in textiowrapper_read_chunk()
1930 return _unsupported("not readable"); in _io_TextIOWrapper_read_impl()
2458 _unsupported("underlying stream is not seekable"); in _io_TextIOWrapper_seek_impl()
[all …]
/external/python/cpython2/Modules/_io/
Dtextio.c25 _unsupported(const char *message) in _unsupported() function
41 return _unsupported("detach"); in textiobase_detach()
54 return _unsupported("read"); in textiobase_read()
66 return _unsupported("readline"); in textiobase_readline()
78 return _unsupported("write"); in textiobase_write()
/external/python/cpython3/Lib/distutils/command/
Dbdist_wininst.py61 _unsupported = (sys.platform != "win32") variable in bdist_wininst