/third_party/python/Modules/ |
D | readline.c | 210 Py_RETURN_NONE; in readline_parse_and_bind() 241 Py_RETURN_NONE; in readline_read_init_file_impl() 271 Py_RETURN_NONE; in readline_read_history_file_impl() 311 Py_RETURN_NONE; in readline_write_history_file_impl() 353 Py_RETURN_NONE; in readline_append_history_file_impl() 376 Py_RETURN_NONE; in readline_set_history_length_impl() 412 Py_RETURN_NONE; in set_hook() 574 Py_RETURN_NONE; in readline_set_completer_delims() 641 Py_RETURN_NONE; in readline_remove_history_item_impl() 685 Py_RETURN_NONE; in readline_replace_history_item_impl() [all …]
|
D | _testinternalcapi.c | 65 Py_RETURN_NONE; in test_bswap() 102 Py_RETURN_NONE; in test_popcount() 141 Py_RETURN_NONE; in test_bit_length() 233 Py_RETURN_NONE; in test_hashtable() 264 Py_RETURN_NONE; in test_set_config() 279 Py_RETURN_NONE; in test_atomic_funcs() 364 Py_RETURN_NONE; in test_edit_cost()
|
D | overlapped.c | 259 Py_RETURN_NONE; in _overlapped_GetQueuedCompletionStatus_impl() 296 Py_RETURN_NONE; in _overlapped_PostQueuedCompletionStatus_impl() 382 Py_RETURN_NONE; in _overlapped_UnregisterWait_impl() 408 Py_RETURN_NONE; in _overlapped_UnregisterWaitEx_impl() 472 Py_RETURN_NONE; in _overlapped_SetEvent_impl() 496 Py_RETURN_NONE; in _overlapped_ResetEvent_impl() 544 Py_RETURN_NONE; in _overlapped_BindLocal_impl() 807 Py_RETURN_NONE; in _overlapped_Overlapped_cancel_impl() 821 Py_RETURN_NONE; in _overlapped_Overlapped_cancel_impl() 949 Py_RETURN_NONE; in do_ReadFile() [all …]
|
D | _testcapimodule.c | 84 Py_RETURN_NONE; in test_config() 137 Py_RETURN_NONE; in test_sizeof_c_types() 196 Py_RETURN_NONE; in test_gc_control() 248 Py_RETURN_NONE; in test_list_api() 312 Py_RETURN_NONE; in test_dict_iteration() 418 Py_RETURN_NONE; in test_lazy_hash_inheritance() 466 Py_RETURN_NONE; in test_lazy_hash_inheritance() 704 Py_RETURN_NONE; in test_long_and_overflow() 868 Py_RETURN_NONE; in test_long_long_and_overflow() 925 Py_RETURN_NONE; in test_long_as_unsigned_long_long_mask() [all …]
|
D | _curses_panel.c | 68 Py_RETURN_NONE; in PyCursesCheckERR() 308 Py_RETURN_NONE; in _curses_panel_panel_above_impl() 339 Py_RETURN_NONE; in _curses_panel_panel_below_impl() 433 Py_RETURN_NONE; in _curses_panel_panel_replace_impl() 550 Py_RETURN_NONE; in _curses_panel_bottom_panel_impl() 609 Py_RETURN_NONE; in _curses_panel_top_panel_impl() 635 Py_RETURN_NONE; in _curses_panel_update_panels_impl()
|
D | _asynciomodule.c | 554 Py_RETURN_NONE; in future_set_result() 604 Py_RETURN_NONE; in future_set_exception() 727 Py_RETURN_NONE; in future_add_done_callback() 891 Py_RETURN_NONE; in _asyncio_Future_exception_impl() 1214 Py_RETURN_NONE; in FutureObj_get_loop() 1229 Py_RETURN_NONE; in FutureObj_get_callbacks() 1277 Py_RETURN_NONE; in FutureObj_get_result() 1288 Py_RETURN_NONE; in FutureObj_get_exception() 1298 Py_RETURN_NONE; in FutureObj_get_source_traceback() 1308 Py_RETURN_NONE; in FutureObj_get_cancel_message() [all …]
|
D | _threadmodule.c | 215 Py_RETURN_NONE; in lock_PyThread_release_lock() 256 Py_RETURN_NONE; in lock__at_fork_reinit() 421 Py_RETURN_NONE; in rlock_release() 458 Py_RETURN_NONE; in rlock_acquire_restore() 550 Py_RETURN_NONE; in rlock__at_fork_reinit() 1037 Py_RETURN_NONE; in _localdummy_destroyed() 1053 Py_RETURN_NONE; in _localdummy_destroyed() 1207 Py_RETURN_NONE; in thread_PyThread_interrupt_main() 1504 Py_RETURN_NONE; in thread_excepthook() 1516 Py_RETURN_NONE; in thread_excepthook() [all …]
|
D | signalmodule.c | 441 Py_RETURN_NONE; in signal_pause_impl() 469 Py_RETURN_NONE; in signal_raise_signal_impl() 560 Py_RETURN_NONE; in signal_signal_impl() 595 Py_RETURN_NONE; in signal_getsignal_impl() 664 Py_RETURN_NONE; in signal_strsignal_impl() 671 Py_RETURN_NONE; in signal_strsignal_impl() 717 Py_RETURN_NONE; 1258 Py_RETURN_NONE; 1314 Py_RETURN_NONE; 1347 Py_RETURN_NONE;
|
D | faulthandler.c | 293 Py_RETURN_NONE; in faulthandler_dump_traceback_py() 552 Py_RETURN_NONE; in faulthandler_py_enable() 780 Py_RETURN_NONE; in faulthandler_dump_traceback_later() 788 Py_RETURN_NONE; in faulthandler_cancel_dump_traceback_later_py() 947 Py_RETURN_NONE; in faulthandler_register_py() 1067 Py_RETURN_NONE; in faulthandler_sigsegv() 1103 Py_RETURN_NONE; in faulthandler_fatal_error_c_thread() 1127 Py_RETURN_NONE; in faulthandler_sigabrt() 1211 Py_RETURN_NONE; in faulthandler_raise_exception()
|
D | atexitmodule.c | 195 Py_RETURN_NONE; in atexit_run_exitfuncs() 207 Py_RETURN_NONE; in atexit_clear() 249 Py_RETURN_NONE; in atexit_unregister()
|
D | syslogmodule.c | 154 Py_RETURN_NONE; in syslog_openlog() 199 Py_RETURN_NONE; in syslog_syslog() 213 Py_RETURN_NONE; in syslog_closelog()
|
D | termios.c | 217 Py_RETURN_NONE; in termios_tcsetattr_impl() 242 Py_RETURN_NONE; in termios_tcsendbreak_impl() 263 Py_RETURN_NONE; in termios_tcdrain_impl() 289 Py_RETURN_NONE; in termios_tcflush_impl() 315 Py_RETURN_NONE; in termios_tcflow_impl()
|
D | _testmultiphase.c | 59 Py_RETURN_NONE; in Example_demo() 180 Py_RETURN_NONE; in _testmultiphase_StateAccessType_increment_count_clinic_impl() 226 Py_RETURN_NONE; in _StateAccessType_increment_count_noclinic() 312 Py_RETURN_NONE; in call_state_registration_func() 328 Py_RETURN_NONE; in call_state_registration_func()
|
D | posixmodule.c | 1773 Py_RETURN_NONE; in posix_fildes_fd() 3163 Py_RETURN_NONE; in os_chdir_impl() 3337 Py_RETURN_NONE; in os_chmod_impl() 3372 Py_RETURN_NONE; in os_fchmod_impl() 3405 Py_RETURN_NONE; in os_lchmod_impl() 3456 Py_RETURN_NONE; in os_chflags_impl() 3488 Py_RETURN_NONE; in os_lchflags_impl() 3512 Py_RETURN_NONE; in os_chroot_impl() 3549 Py_RETURN_NONE; in os_sync_impl() local 3677 Py_RETURN_NONE; in os_chown_impl() [all …]
|
/third_party/python/PC/ |
D | msvcrtmodule.c | 93 Py_RETURN_NONE; in msvcrt_heapmin_impl() 131 Py_RETURN_NONE; in msvcrt_locking_impl() 317 Py_RETURN_NONE; in msvcrt_putch_impl() local 336 Py_RETURN_NONE; in msvcrt_putwch_impl() local 365 Py_RETURN_NONE; in msvcrt_ungetch_impl() 389 Py_RETURN_NONE; in msvcrt_ungetwch_impl()
|
D | _msi.c | 333 Py_RETURN_NONE; in _msi_FCICreate_impl() 432 Py_RETURN_NONE; in _msi_Database_Close_impl() 519 Py_RETURN_NONE; in _msi_Record_ClearData_impl() 540 Py_RETURN_NONE; in _msi_Record_SetString_impl() 561 Py_RETURN_NONE; in _msi_Record_SetStream_impl() 582 Py_RETURN_NONE; in _msi_Record_SetInteger_impl() 788 Py_RETURN_NONE; in _msi_SummaryInformation_SetProperty_impl() 807 Py_RETURN_NONE; in _msi_SummaryInformation_Persist_impl() 893 Py_RETURN_NONE; in _msi_View_Execute() 911 Py_RETURN_NONE; in _msi_View_Fetch_impl() [all …]
|
D | winsound.c | 123 Py_RETURN_NONE; in winsound_PlaySound_impl() 158 Py_RETURN_NONE; in winsound_Beep_impl() 186 Py_RETURN_NONE; in winsound_MessageBeep_impl()
|
D | winreg.c | 275 Py_RETURN_NONE; in winreg_HKEYType_Close_impl() 333 Py_RETURN_NONE; in winreg_HKEYType___exit___impl() 831 Py_RETURN_NONE; in winreg_CloseKey() 997 Py_RETURN_NONE; in winreg_DeleteKey_impl() 1058 Py_RETURN_NONE; in winreg_DeleteKeyEx_impl() 1088 Py_RETURN_NONE; in winreg_DeleteValue_impl() 1319 Py_RETURN_NONE; in winreg_FlushKey_impl() 1368 Py_RETURN_NONE; in winreg_LoadKey_impl() 1669 Py_RETURN_NONE; in winreg_SaveKey_impl() 1748 Py_RETURN_NONE; in winreg_SetValue_impl() [all …]
|
D | _testconsole.c | 86 Py_RETURN_NONE; in _testconsole_write_input_impl() 104 Py_RETURN_NONE; in _testconsole_read_output_impl()
|
/third_party/python/Python/ |
D | sysmodule.c | 454 Py_RETURN_NONE; in sys_addaudithook_impl() 471 Py_RETURN_NONE; in sys_addaudithook_impl() 493 Py_RETURN_NONE; in sys_audit() 525 Py_RETURN_NONE; in sys_audit() 541 Py_RETURN_NONE; in sys_breakpointhook() 612 Py_RETURN_NONE; in sys_breakpointhook() 717 Py_RETURN_NONE; in sys_displayhook() 750 Py_RETURN_NONE; in sys_displayhook() 771 Py_RETURN_NONE; in sys_excepthook_impl() 1042 Py_RETURN_NONE; in sys_settrace() [all …]
|
/third_party/python/Modules/_multiprocessing/ |
D | semaphore.c | 187 Py_RETURN_NONE; in _multiprocessing_SemLock_release_impl() 203 Py_RETURN_NONE; in _multiprocessing_SemLock_release_impl() 397 Py_RETURN_NONE; in _multiprocessing_SemLock_release_impl() 442 Py_RETURN_NONE; in _multiprocessing_SemLock_release_impl() 668 Py_RETURN_NONE; in _multiprocessing_SemLock__after_fork_impl() 795 Py_RETURN_NONE; in _PyMp_sem_unlink()
|
/third_party/python/Tools/peg_generator/peg_extension/ |
D | peg_extension.c | 115 Py_RETURN_NONE; in clear_memo_stats() 124 Py_RETURN_NONE; in get_memo_stats() 150 Py_RETURN_NONE; in dump_memo_stats()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 420 Py_RETURN_NONE; in Subscript() 496 Py_RETURN_NONE; in Subscript() 499 Py_RETURN_NONE; in Subscript() 516 Py_RETURN_NONE; in Subscript() 537 Py_RETURN_NONE; in Subscript() 556 Py_RETURN_NONE; in Subscript() 634 Py_RETURN_NONE; in Subscript()
|
/third_party/python/Modules/_sqlite/ |
D | connection.c | 386 Py_RETURN_NONE; in pysqlite_connection_close_impl() 441 Py_RETURN_NONE; in _pysqlite_connection_begin() 490 Py_RETURN_NONE; in pysqlite_connection_commit_impl() 540 Py_RETURN_NONE; in pysqlite_connection_rollback_impl() 934 Py_RETURN_NONE; in pysqlite_connection_create_function_impl() 973 Py_RETURN_NONE; in pysqlite_connection_create_aggregate_impl() 1117 Py_RETURN_NONE; in pysqlite_connection_set_authorizer_impl() 1148 Py_RETURN_NONE; in pysqlite_connection_set_progress_handler_impl() 1194 Py_RETURN_NONE; in pysqlite_connection_set_trace_callback_impl() 1229 Py_RETURN_NONE; in pysqlite_connection_enable_load_extension_impl() [all …]
|
/third_party/python/Objects/ |
D | fileobject.c | 363 Py_RETURN_NONE; in stdprinter_write() 390 Py_RETURN_NONE; in stdprinter_write() 414 Py_RETURN_NONE; in stdprinter_noop() 456 Py_RETURN_NONE; in get_encoding()
|