HomeSort by relevance Sort by last modified time
    Searched defs:_loop (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/arm/mach-tegra/
psci.S 82 _loop: wfi label
83 b _loop
  /external/python/cpython3/Lib/asyncio/
futures.py 55 _loop = None variable in class:Future
79 self._loop = events.get_event_loop()
81 self._loop = loop
83 if self._loop.get_debug():
107 self._loop.call_exception_handler(context)
121 return self._loop
149 self._loop.call_soon(callback, self, context=ctx)
204 self._loop.call_soon(fn, self, context=context)
274 # Otherwise fallbacks to using the old '_loop' property.
281 return fut._loop
    [all...]
events.py 35 __slots__ = ('_callback', '_args', '_cancelled', '_loop',
43 self._loop = loop
48 if self._loop.get_debug():
75 if self._loop.get_debug():
100 self._loop.call_exception_handler(context)
156 self._loop._timer_handle_cancelled(self)
626 _loop = None variable in class:BaseDefaultEventLoopPolicy._Local
637 if (self._local._loop is None and
642 if self._local._loop is None:
646 return self._local._loop
    [all...]
  /external/tensorflow/tensorflow/python/grappler/
layout_optimizer_test.py 116 def _loop(): function
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_tasks.py 145 self.assertIs(t._loop, self.loop)
151 self.assertIs(t._loop, loop)
163 self.assertIs(t._loop, self.loop)
168 self.assertIs(t._loop, loop)
2617 def _loop(self): member in class:BaseTaskIntrospectionTests.test__register_task_1.TaskLike
    [all...]

Completed in 330 milliseconds