Home
last modified time | relevance | path

Searched defs:error_received (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dprotocols.py166 def error_received(self, exc): member in DatagramProtocol
/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc523 bool error_received = false; in TEST() local
561 bool* error_received, in WeakMathCalculatorImpl()
597 bool error_received = false; in TEST() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py1027 def error_received(self, exc): member in MyDatagramProto
Dtest_events.py132 def error_received(self, exc): member in MyDatagramProto