Searched defs:IntHandler (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
H A Dsignalmodule.c96 static PyObject *IntHandler; variable
603 x = IntHandler = PyDict_GetItemString(d, "default_int_handler");
606 Py_INCREF(IntHandler);
623 Py_INCREF(IntHandler);
624 Py_SETREF(Handlers[SIGINT].func, IntHandler);
881 Py_XDECREF(IntHandler);
882 IntHandler = NULL;
/external/python/cpython3/Modules/
H A Dsignalmodule.c120 static PyObject *IntHandler; variable
1243 x = IntHandler = PyDict_GetItemString(d, "default_int_handler");
1246 Py_INCREF(IntHandler);
1263 Py_INCREF(IntHandler);
1264 Py_SETREF(Handlers[SIGINT].func, IntHandler);
1484 Py_CLEAR(IntHandler);
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 311 milliseconds