HomeSort by relevance Sort by last modified time
    Searched refs:__exception (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 319 struct __exception struct
332 extern int matherr (struct __exception *__exc) throw ();
  /external/python/cpython3/Lib/test/test_asyncio/
test_futures.py 36 __exception = None variable in class:DuckFuture
50 or self.__exception is not None)
54 if self.__exception is not None:
55 raise self.__exception
60 return self.__exception
70 self.__exception = exception

Completed in 93 milliseconds