Home
last modified time | relevance | path

Searched defs:Py_RETURN_NONE (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/PC/
Dmsvcrtmodule.c317 Py_RETURN_NONE; in msvcrt_putch_impl() local
336 Py_RETURN_NONE; in msvcrt_putwch_impl() local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h189 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h227 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None macro
/external/python/cpython3/Include/
Dobject.h613 #define Py_RETURN_NONE return Py_NewRef(Py_None) macro
/external/python/cpython3/Modules/
D_tkinter.c1719 Py_RETURN_NONE; in _tkinter_tkapp_adderrorinfo_impl() local
2736 Py_RETURN_NONE; in _tkinter_tkapp_createfilehandler_impl() local
2765 Py_RETURN_NONE; in _tkinter_tkapp_deletefilehandler() local
Dmmapmodule.c221 Py_RETURN_NONE; in mmap_close_method() local
Dposixmodule.c3549 Py_RETURN_NONE; in os_sync_impl() local
9232 Py_RETURN_NONE; in os_closerange_impl() local
D_testcapimodule.c1988 Py_RETURN_NONE; in test_widechar() local
/external/python/cpython2/Include/
Dobject.h877 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None macro
/external/python/cpython2/Modules/
D_elementtree.c112 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None macro
Dposixmodule.c6683 Py_RETURN_NONE; in posix_closerange() local