Home
last modified time | relevance | path

Searched defs:_on_exit (Results 1 – 22 of 22) sorted by relevance

/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/
H A Dscope_builder.py147 def _on_exit(): function
165 def _on_exit(): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/
H A Dscope_builder.py147 def _on_exit(): function
165 def _on_exit(): function
/dports/devel/py-pyface/pyface-7.2.0/examples/
H A Ddialog.py59 def _on_exit(self): member in MainWindow
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/
H A Dscope_builder.py151 def _on_exit(): function
170 def _on_exit(): function
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/process/
H A Dtest_forkedfunc.py128 def _on_exit(): function
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/testing/process/
H A Dtest_forkedfunc.py128 def _on_exit(): function
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/testing/process/
H A Dtest_forkedfunc.py128 def _on_exit(): function
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/process/
H A Dtest_forkedfunc.py128 def _on_exit(): function
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/testing/process/
H A Dtest_forkedfunc.py132 def _on_exit(): function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/testing/process/
H A Dtest_forkedfunc.py128 def _on_exit(): function
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/testing/process/
H A Dtest_forkedfunc.py128 def _on_exit(): function
/dports/devel/py-py/py-1.9.0/testing/process/
H A Dtest_forkedfunc.py128 def _on_exit(): function
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/util/
H A Dratelimitutils.py185 def _on_exit(self, request_id: object) -> None: member in _PerHostRatelimiter
/dports/editors/py-pynvim/pynvim-0.4.3/pynvim/msgpack_rpc/event_loop/
H A Duv.py44 def _on_exit(self, handle, exit_status, term_signal): member in UvEventLoop
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dnanny.py528 async def _on_exit(self, exitcode): member in Nanny
715 def _on_exit(self, proc): member in WorkerProcess
H A Dprocess.py124 def _on_exit(self, exitcode): member in AsyncProcess
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/handles/
H A Dprocess.pyx324 cdef _on_exit(self, int64_t exit_status, int term_signal): member in UVProcess
364 cdef _on_exit(self, int64_t exit_status, int term_signal): member in UVProcessTransport
H A Dprocess.pxd41 cdef _on_exit(self, int64_t exit_status, int term_signal) member in UVProcess
/dports/sysutils/py-mitogen/mitogen-0.2.9/mitogen/
H A Dfakessh.py228 def _on_exit(self, msg, arg): member in Process
/dports/security/gputty/gputty-0.9.10/src/
H A Dgputty.c424 static void _on_exit(GtkWidget * widget, gpointer data) in _on_exit() function
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py73 _on_exit = False variable
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.c3169 PyObject *(*_on_exit)(struct __pyx_obj_6uvloop_4loop_UVProcess *, int64_t, int); member