Home
last modified time | relevance | path

Searched refs:_exceptions (Results 1 – 15 of 15) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineExceptionHandler.kt41 private val _exceptions = mutableListOf<Throwable>() in cleanupTestCoroutines() constant
45 synchronized(_exceptions) { in cleanupTestCoroutines()
46 _exceptions += exception in cleanupTestCoroutines()
52 get() = synchronized(_exceptions) { _exceptions.toList() } in cleanupTestCoroutines()
56 synchronized(_exceptions) { in cleanupTestCoroutines()
57 val exception = _exceptions.firstOrNull() ?: return in cleanupTestCoroutines()
59 _exceptions.drop(1).forEach { it.printStackTrace() } in cleanupTestCoroutines()
/external/chromium-trace/catapult/tracing/tracing/trace_data/
Dtrace_data.py121 self._exceptions = []
218 if self._exceptions:
221 '\n'.join(self._exceptions))
283 self._exceptions.append(traceback.format_exc())
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py119 self._exceptions = multiprocessing.Queue()
125 self._exceptions.put(e)
138 exception = self._exceptions.get(block=False)
/external/python/cpython2/Lib/xml/sax/
D__init__.py24 from _exceptions import SAXException, SAXNotRecognizedException, \
Dxmlreader.py6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
Dexpatreader.py8 from xml.sax._exceptions import *
/external/python/cpython3/Lib/xml/sax/
D__init__.py24 from ._exceptions import SAXException, SAXNotRecognizedException, \
Dxmlreader.py6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException
Dexpatreader.py8 from xml.sax._exceptions import *
/external/python/cpython3/Lib/
Dcontextlib.py358 self._exceptions = exceptions
373 return exctype is not None and issubclass(exctype, self._exceptions)
/external/python/setuptools/setuptools/
Dsandbox.py399 self._exceptions = [
440 for exception in self._exceptions
/external/python/pyopenssl/doc/
Dinternals.rst10 .. _exceptions:
/external/libxml2/python/
Ddrv_libxml2.py60 from xml.sax._exceptions import *
/external/python/cpython3/Doc/reference/
Dexecutionmodel.rst209 .. _exceptions:
/external/python/cpython2/Doc/reference/
Dexecutionmodel.rst184 .. _exceptions: