Home
last modified time | relevance | path

Searched refs:athrow (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/base/android/jni_generator/
DtestMotionEvent.javap678 13: athrow
695 9: athrow
713 9: athrow
743 9: athrow
775 9: athrow
803 9: athrow
835 9: athrow
857 9: athrow
874 9: athrow
891 9: athrow
[all …]
DtestMotionEvent.javap7842 13: athrow
858 9: athrow
876 9: athrow
905 9: athrow
936 9: athrow
963 9: athrow
994 9: athrow
1015 9: athrow
1031 9: athrow
1047 9: athrow
[all …]
DtestInputStream.javap66 13: athrow
83 9: athrow
101 9: athrow
119 9: athrow
137 9: athrow
158 9: athrow
177 9: athrow
198 9: athrow
216 9: athrow
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py335 await asg.athrow(GeneratorExit())
917 v = await g.athrow(FooEr)
961 await g.athrow(FooEr)
1001 await g.athrow(ValueError)
1018 v = await g.athrow(ZeroDivisionError)
1036 v = await g.athrow(ZeroDivisionError)
Dtest_collections.py1207 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen1
1218 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen3
1232 async def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.Gen
1237 async def athrow(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_AsyncGenerator.MinimalAGen
1238 await super().athrow(typ, val, tb)
1267 run_async(mgen.athrow(ValueError))
1271 async def athrow(self, *args): raise ValueError member in TestOneTrickPonyABCs.test_AsyncGenerator.FailOnClose
1278 async def athrow(self, *args): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.IgnoreGeneratorExit
Dtest_typing.py3486 def athrow(self, typ, val=None, tb=None): member in CollectionsAbcTests.test_subclassing_async_generator.G
/external/python/cpython3/Lib/
D_collections_abc.py216 async def athrow(self, typ, val=None, tb=None): member in AsyncGenerator
232 await self.athrow(GeneratorExit)
Dcontextlib.py193 await self.gen.athrow(typ, value, traceback)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b4.rst106 Fix asynchronous generators aclose() and athrow() to handle
D3.6.6rc1.rst7 Fix asynchronous generators to handle GeneratorExit in athrow() correctly
D3.9.0a1.rst1061 Prohibit parallel running of aclose() / asend() / athrow(). Fix ag_running
D3.7.0a1.rst1511 Fix asynchronous generators aclose() and athrow() to handle
D3.8.0a1.rst1144 Fix asynchronous generators to handle GeneratorExit in athrow() correctly
/external/python/cpython3/Doc/library/
Dcollections.abc.rst96 :class:`AsyncGenerator` :class:`AsyncIterator` ``asend``, ``athrow`` ``aclose``, ``__aiter__``…
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/issue_samples/
Dissue1003.java.txt1112 // 1584: athrow
/external/python/cpython3/Doc/whatsnew/
D3.9.rst260 :meth:`~agen.athrow` is now prohibited, and ``ag_running`` now reflects
/external/python/cpython3/Doc/reference/
Dexpressions.rst713 .. coroutinemethod:: agen.athrow(type[, value[, traceback]])
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx2629 texttt{athrow}
7000 control transfer instruction (for instance goto, return, or athrow).
12792 26: athrow