Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineExceptionHandler.kt53 private val _exceptions = mutableListOf<Throwable>() in cleanupTestCoroutines() constant in kotlinx.coroutines.test.TestCoroutineExceptionHandler
63 _exceptions += exception in cleanupTestCoroutines()
68 get() = synchronized(_lock) { _exceptions.toList() } in cleanupTestCoroutines()
73 val exception = _exceptions.firstOrNull() ?: return in cleanupTestCoroutines()
75 _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.py421 self._exceptions = exceptions
436 return exctype is not None and issubclass(exctype, self._exceptions)
/external/python/setuptools/setuptools/
Dsandbox.py435 self._exceptions = [
475 filepath.startswith(exception) 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.rst219 .. _exceptions:
/external/python/cpython2/Doc/reference/
Dexecutionmodel.rst184 .. _exceptions: