Home
last modified time | relevance | path

Searched defs:UnsupportedOperation (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_memoryio.py402 UnsupportedOperation = pyio.UnsupportedOperation variable in PyBytesIOTest
635 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOTest
653 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOPickleTest
665 UnsupportedOperation = io.UnsupportedOperation variable in CBytesIOTest
712 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOTest
760 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOPickleTest
/external/python/cpython3/Lib/test/
Dtest_memoryio.py433 UnsupportedOperation = pyio.UnsupportedOperation variable in PyBytesIOTest
696 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOTest
713 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOPickleTest
725 UnsupportedOperation = io.UnsupportedOperation variable in CBytesIOTest
812 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOTest
859 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOPickleTest
Dtest_io.py252 UnsupportedOperation = io.UnsupportedOperation variable in CMockUnseekableIO
255 UnsupportedOperation = pyio.UnsupportedOperation variable in PyMockUnseekableIO
/external/rust/crates/serde-xml-rs/src/
Derror.rs13 UnsupportedOperation { operation: String }, enumerator
/external/crosvm/disk/src/
Ddisk.rs130 UnsupportedOperation, enumerator
/external/python/cpython3/Lib/
D_pyio.py333 UnsupportedOperation = io.UnsupportedOperation variable
335 class UnsupportedOperation(OSError, ValueError): class
/external/python/cpython2/Lib/
D_pyio.py260 class UnsupportedOperation(ValueError, IOError): class