Home
last modified time | relevance | path

Searched refs:set_debug (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_pep492.py148 self.loop.set_debug(True)
157 self.loop.set_debug(True)
208 self.loop.set_debug(True)
Dtest_base_events.py224 self.loop.set_debug(True)
272 loop.set_debug(debug)
353 self.loop.set_debug(True)
355 self.loop.set_debug(False)
367 self.loop.set_debug(True)
627 self.loop.set_debug(True)
965 self.loop.set_debug(True)
1813 self.loop.set_debug(True)
1841 self.loop.set_debug(True)
2016 self.loop.set_debug(True)
Dtest_futures.py266 self.loop.set_debug(True)
274 self.loop.set_debug(False)
480 self.loop.set_debug(True)
492 self.loop.set_debug(debug)
Dtest_tasks.py265 self.loop.set_debug(False)
318 self.loop.set_debug(False)
379 self.loop.set_debug(False)
397 self.loop.set_debug(True)
1980 self.loop.set_debug(True)
2094 self.loop.set_debug(True)
Dtest_queues.py386 loop.set_debug(True)
Dtest_events.py422 self.loop.set_debug(True)
2787 loop.set_debug(True)
3018 NotImplementedError, loop.set_debug, f)
/external/python/cpython3/Lib/test/
Dtest_gc.py236 gc.set_debug(debug | gc.DEBUG_SAVEALL)
239 gc.set_debug(debug)
765 gc.set_debug(0)
775 gc.set_debug(self.debug)
1030 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
1036 gc.set_debug(debug)
/external/ltp/pan/
Ddebug.h37 int set_debug( char * );
Dltp-scanner.c148 set_debug(optarg); in main()
Ddebug.c47 int set_debug(char *optarg) in set_debug() function
/external/python/cpython2/Lib/test/
Dtest_gc.py208 gc.set_debug(debug | gc.DEBUG_SAVEALL)
211 gc.set_debug(debug)
689 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
695 gc.set_debug(debug)
/external/python/cpython3/Lib/asyncio/
Drunners.py42 loop.set_debug(debug)
Devents.py572 def set_debug(self, enabled): member in AbstractEventLoop
Dbase_events.py373 self.set_debug(coroutines._is_debug_mode())
1796 def set_debug(self, enabled): member in BaseEventLoop
/external/python/cpython2/Doc/library/
Dgc.rst18 ``gc.set_debug(gc.DEBUG_LEAK)``. Notice that this includes
57 .. function:: set_debug(flags)
193 The following constants are provided for use with :func:`set_debug`:
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
Dresnet50_test.py157 gc.set_debug(gc.DEBUG_SAVEALL)
166 gc.set_debug(previous_gc_debug_flags)
/external/python/cpython3/Doc/library/
Dgc.rst19 ``gc.set_debug(gc.DEBUG_LEAK)``. Notice that this includes
54 .. function:: set_debug(flags)
263 The following constants are provided for use with :func:`set_debug`:
Dasyncio-dev.rst32 * Calling :meth:`loop.set_debug`.
Dasyncio-llapi-index.rst74 * - :meth:`loop.set_debug`
Dasyncio-eventloop.rst1136 .. method:: loop.set_debug(enabled: bool)
/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork_test.py448 gc.set_debug(gc.DEBUG_SAVEALL)
456 gc.set_debug(previous_gc_debug_flags)
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py761 gc.set_debug(gc.DEBUG_SAVEALL)
807 gc.set_debug(previous_debug_flags)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst780 * New debugging APIs: :meth:`loop.set_debug() <asyncio.loop.set_debug>`
/external/python/cpython3/Misc/
DHISTORY2281 BaseEventLoop.set_debug() and BaseEventLoop.get_debug().
26132 while they were still live. Fixed parsing in gc.set_debug() for
/external/python/cpython2/Misc/
DHISTORY8753 while they were still live. Fixed parsing in gc.set_debug() for