/third_party/python/Modules/ |
D | xxsubtype.c | 67 {"getstate", (PyCFunction)spamlist_getstate, METH_VARARGS, 69 {"setstate", (PyCFunction)spamlist_setstate, METH_VARARGS, 74 METH_VARARGS | METH_KEYWORDS | METH_CLASS, 77 METH_VARARGS | METH_KEYWORDS | METH_STATIC, 172 {"getstate", (PyCFunction)spamdict_getstate, METH_VARARGS, 174 {"setstate", (PyCFunction)spamdict_setstate, METH_VARARGS, 256 {"bench", spam_bench, METH_VARARGS},
|
D | _testcapimodule.c | 5300 {"raise_exception", raise_exception, METH_VARARGS}, 5302 {"set_errno", set_errno, METH_VARARGS}, 5306 {"datetime_check_date", datetime_check_date, METH_VARARGS}, 5307 {"datetime_check_time", datetime_check_time, METH_VARARGS}, 5308 {"datetime_check_datetime", datetime_check_datetime, METH_VARARGS}, 5309 {"datetime_check_delta", datetime_check_delta, METH_VARARGS}, 5310 {"datetime_check_tzinfo", datetime_check_tzinfo, METH_VARARGS}, 5313 {"get_timezone_utc_capi", get_timezone_utc_capi, METH_VARARGS}, 5314 {"get_date_fromdate", get_date_fromdate, METH_VARARGS}, 5315 {"get_datetime_fromdateandtime", get_datetime_fromdateandtime, METH_VARARGS}, [all …]
|
D | ossaudiodev.c | 868 { "read", (PyCFunction)oss_read, METH_VARARGS }, 869 { "write", (PyCFunction)oss_write, METH_VARARGS }, 870 { "writeall", (PyCFunction)oss_writeall, METH_VARARGS }, 876 { "setfmt", (PyCFunction)oss_setfmt, METH_VARARGS }, 878 { "channels", (PyCFunction)oss_channels, METH_VARARGS }, 879 { "speed", (PyCFunction)oss_speed, METH_VARARGS }, 880 { "sync", (PyCFunction)oss_sync, METH_VARARGS }, 881 { "reset", (PyCFunction)oss_reset, METH_VARARGS }, 882 { "post", (PyCFunction)oss_post, METH_VARARGS }, 885 { "setparameters", (PyCFunction)oss_setparameters, METH_VARARGS }, [all …]
|
D | xxmodule.c | 60 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS, 326 {"roj", xx_roj, METH_VARARGS, 328 {"foo", xx_foo, METH_VARARGS, 330 {"new", xx_new, METH_VARARGS, 332 {"bug", xx_bug, METH_VARARGS,
|
D | overlapped.c | 1709 METH_VARARGS, Overlapped_getresult_doc}, 1713 METH_VARARGS, Overlapped_ReadFile_doc}, 1715 METH_VARARGS, Overlapped_ReadFileInto_doc}, 1717 METH_VARARGS, Overlapped_WSARecv_doc}, 1719 METH_VARARGS, Overlapped_WSARecvInto_doc}, 1721 METH_VARARGS, Overlapped_WriteFile_doc}, 1723 METH_VARARGS, Overlapped_WSASend_doc}, 1725 METH_VARARGS, Overlapped_AcceptEx_doc}, 1727 METH_VARARGS, Overlapped_ConnectEx_doc}, 1729 METH_VARARGS, Overlapped_DisconnectEx_doc}, [all …]
|
D | syslogmodule.c | 255 …{"openlog", (PyCFunction)(void(*)(void)) syslog_openlog, METH_VARARGS | METH_KEY… 257 {"syslog", syslog_syslog, METH_VARARGS}, 258 {"setlogmask", syslog_setlogmask, METH_VARARGS}, 259 {"LOG_MASK", syslog_log_mask, METH_VARARGS}, 260 {"LOG_UPTO", syslog_log_upto, METH_VARARGS},
|
D | _localemodule.c | 711 METH_VARARGS, setlocale__doc__}, 715 METH_VARARGS, strcoll__doc__}, 719 METH_VARARGS, strxfrm__doc__}, 726 METH_VARARGS, nl_langinfo__doc__}, 729 {"gettext",(PyCFunction)PyIntl_gettext,METH_VARARGS, 731 {"dgettext",(PyCFunction)PyIntl_dgettext,METH_VARARGS, 733 {"dcgettext",(PyCFunction)PyIntl_dcgettext,METH_VARARGS, 735 {"textdomain",(PyCFunction)PyIntl_textdomain,METH_VARARGS, 737 {"bindtextdomain",(PyCFunction)PyIntl_bindtextdomain,METH_VARARGS, 741 METH_VARARGS, bind_textdomain_codeset__doc__},
|
D | readline.c | 837 {"read_init_file", read_init_file, METH_VARARGS, doc_read_init_file}, 839 METH_VARARGS, doc_read_history_file}, 841 METH_VARARGS, doc_write_history_file}, 844 METH_VARARGS, doc_append_history_file}, 847 METH_VARARGS, doc_get_history_item}, 851 METH_VARARGS, set_history_length_doc}, 854 {"set_completer", set_completer, METH_VARARGS, doc_set_completer}, 863 {"set_auto_history", py_set_auto_history, METH_VARARGS, doc_set_auto_history}, 865 {"remove_history_item", py_remove_history, METH_VARARGS, doc_remove_history}, 866 {"replace_history_item", py_replace_history, METH_VARARGS, doc_replace_history}, [all …]
|
D | xxlimited.c | 73 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS, 224 {"roj", xx_roj, METH_VARARGS, 226 {"foo", xx_foo, METH_VARARGS, 228 {"new", xx_new, METH_VARARGS,
|
D | _threadmodule.c | 226 METH_VARARGS | METH_KEYWORDS, acquire_doc}, 228 METH_VARARGS | METH_KEYWORDS, acquire_doc}, 238 METH_VARARGS | METH_KEYWORDS, acquire_doc}, 240 METH_VARARGS, release_doc}, 507 METH_VARARGS | METH_KEYWORDS, rlock_acquire_doc}, 513 METH_VARARGS, rlock_acquire_restore_doc}, 517 METH_VARARGS | METH_KEYWORDS, rlock_acquire_doc}, 519 METH_VARARGS, rlock_release_doc}, 1496 METH_VARARGS, start_new_doc}, 1498 METH_VARARGS, start_new_doc}, [all …]
|
D | termios.c | 308 METH_VARARGS, termios_tcgetattr__doc__}, 310 METH_VARARGS, termios_tcsetattr__doc__}, 312 METH_VARARGS, termios_tcsendbreak__doc__}, 314 METH_VARARGS, termios_tcdrain__doc__}, 316 METH_VARARGS, termios_tcflush__doc__}, 318 METH_VARARGS, termios_tcflow__doc__},
|
D | timemodule.c | 1777 {"clock_gettime", time_clock_gettime, METH_VARARGS, clock_gettime_doc}, 1778 {"clock_gettime_ns",time_clock_gettime_ns, METH_VARARGS, clock_gettime_ns_doc}, 1781 {"clock_settime", time_clock_settime, METH_VARARGS, clock_settime_doc}, 1782 {"clock_settime_ns",time_clock_settime_ns, METH_VARARGS, clock_settime_ns_doc}, 1785 {"clock_getres", time_clock_getres, METH_VARARGS, clock_getres_doc}, 1788 {"pthread_getcpuclockid", time_pthread_getcpuclockid, METH_VARARGS, pthread_getcpuclockid_doc}, 1791 {"gmtime", time_gmtime, METH_VARARGS, gmtime_doc}, 1792 {"localtime", time_localtime, METH_VARARGS, localtime_doc}, 1793 {"asctime", time_asctime, METH_VARARGS, asctime_doc}, 1794 {"ctime", time_ctime, METH_VARARGS, ctime_doc}, [all …]
|
D | _cursesmodule.c | 2335 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS}, 2341 {"clearok", (PyCFunction)PyCursesWindow_clearok, METH_VARARGS}, 2358 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS}, 2361 {"idcok", (PyCFunction)PyCursesWindow_idcok, METH_VARARGS}, 2362 {"idlok", (PyCFunction)PyCursesWindow_idlok, METH_VARARGS}, 2364 {"immedok", (PyCFunction)PyCursesWindow_immedok, METH_VARARGS}, 2368 {"insdelln", (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS}, 2372 {"instr", (PyCFunction)PyCursesWindow_InStr, METH_VARARGS}, 2375 {"keypad", (PyCFunction)PyCursesWindow_keypad, METH_VARARGS}, 2376 {"leaveok", (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS}, [all …]
|
D | mmapmodule.c | 798 {"find", (PyCFunction) mmap_find_method, METH_VARARGS}, 799 {"rfind", (PyCFunction) mmap_rfind_method, METH_VARARGS}, 800 {"flush", (PyCFunction) mmap_flush_method, METH_VARARGS}, 802 {"madvise", (PyCFunction) mmap_madvise_method, METH_VARARGS}, 804 {"move", (PyCFunction) mmap_move_method, METH_VARARGS}, 805 {"read", (PyCFunction) mmap_read_method, METH_VARARGS}, 808 {"resize", (PyCFunction) mmap_resize_method, METH_VARARGS}, 809 {"seek", (PyCFunction) mmap_seek_method, METH_VARARGS}, 812 {"write", (PyCFunction) mmap_write_method, METH_VARARGS}, 813 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS}, [all …]
|
D | _peg_parser.c | 130 METH_VARARGS|METH_KEYWORDS, 136 METH_VARARGS|METH_KEYWORDS,
|
/third_party/python/Modules/_sqlite/ |
D | module.c | 253 METH_VARARGS | METH_KEYWORDS, module_connect_doc}, 255 METH_VARARGS | METH_KEYWORDS, module_complete_doc}, 258 METH_VARARGS | METH_KEYWORDS, module_enable_shared_cache_doc}, 261 METH_VARARGS, module_register_adapter_doc}, 263 METH_VARARGS, module_register_converter_doc}, 264 {"adapt", (PyCFunction)pysqlite_adapt, METH_VARARGS, 267 METH_VARARGS, enable_callback_tracebacks_doc},
|
D | connection.c | 1777 {"cursor", (PyCFunction)(void(*)(void))pysqlite_connection_cursor, METH_VARARGS|METH_KEYWORDS, 1785 …tion", (PyCFunction)(void(*)(void))pysqlite_connection_create_function, METH_VARARGS|METH_KEYWORDS, 1787 …ate", (PyCFunction)(void(*)(void))pysqlite_connection_create_aggregate, METH_VARARGS|METH_KEYWORDS, 1789 …{"set_authorizer", (PyCFunction)(void(*)(void))pysqlite_connection_set_authorizer, METH_VARARGS|ME… 1792 {"enable_load_extension", (PyCFunction)pysqlite_enable_load_extension, METH_VARARGS, 1794 {"load_extension", (PyCFunction)pysqlite_load_extension, METH_VARARGS, 1797 …, (PyCFunction)(void(*)(void))pysqlite_connection_set_progress_handler, METH_VARARGS|METH_KEYWORDS, 1799 …k", (PyCFunction)(void(*)(void))pysqlite_connection_set_trace_callback, METH_VARARGS|METH_KEYWORDS, 1801 {"execute", (PyCFunction)pysqlite_connection_execute, METH_VARARGS, 1803 {"executemany", (PyCFunction)pysqlite_connection_executemany, METH_VARARGS, [all …]
|
/third_party/python/PC/ |
D | _msi.c | 472 { "GetInteger", (PyCFunction)record_getinteger, METH_VARARGS, 474 { "GetString", (PyCFunction)record_getstring, METH_VARARGS, 476 { "SetString", (PyCFunction)record_setstring, METH_VARARGS, 478 { "SetStream", (PyCFunction)record_setstream, METH_VARARGS, 480 { "SetInteger", (PyCFunction)record_setinteger, METH_VARARGS, 665 { "GetProperty", (PyCFunction)summary_getproperty, METH_VARARGS, 669 { "SetProperty", (PyCFunction)summary_setproperty, METH_VARARGS, 812 { "Execute", (PyCFunction)view_execute, METH_VARARGS, 814 { "GetColumnInfo", (PyCFunction)view_getcolumninfo, METH_VARARGS, 818 { "Modify", (PyCFunction)view_modify, METH_VARARGS, [all …]
|
/third_party/python/Modules/_multiprocessing/ |
D | multiprocessing.c | 127 {"closesocket", multiprocessing_closesocket, METH_VARARGS, ""}, 128 {"recv", multiprocessing_recv, METH_VARARGS, ""}, 129 {"send", multiprocessing_send, METH_VARARGS, ""}, 132 {"sem_unlink", _PyMp_sem_unlink, METH_VARARGS, ""},
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 1802 {"__exit__", (PyCFunction)ctxmanager_restore_global, METH_VARARGS, NULL}, 4739 { "exp", (PyCFunction)(void(*)(void))dec_mpd_qexp, METH_VARARGS|METH_KEYWORDS, doc_exp }, 4740 { "ln", (PyCFunction)(void(*)(void))dec_mpd_qln, METH_VARARGS|METH_KEYWORDS, doc_ln }, 4741 { "log10", (PyCFunction)(void(*)(void))dec_mpd_qlog10, METH_VARARGS|METH_KEYWORDS, doc_log10 }, 4742 …{ "next_minus", (PyCFunction)(void(*)(void))dec_mpd_qnext_minus, METH_VARARGS|METH_KEYWORDS, doc_n… 4743 …{ "next_plus", (PyCFunction)(void(*)(void))dec_mpd_qnext_plus, METH_VARARGS|METH_KEYWORDS, doc_nex… 4744 …{ "normalize", (PyCFunction)(void(*)(void))dec_mpd_qreduce, METH_VARARGS|METH_KEYWORDS, doc_normal… 4745 …{ "to_integral", (PyCFunction)(void(*)(void))PyDec_ToIntegralValue, METH_VARARGS|METH_KEYWORDS, do… 4746 …{ "to_integral_exact", (PyCFunction)(void(*)(void))PyDec_ToIntegralExact, METH_VARARGS|METH_KEYWOR… 4747 …{ "to_integral_value", (PyCFunction)(void(*)(void))PyDec_ToIntegralValue, METH_VARARGS|METH_KEYWOR… [all …]
|
/third_party/libxml2/python/ |
D | libxml.c | 3825 {(char *) "name", libxml_name, METH_VARARGS, NULL}, 3826 {(char *) "children", libxml_children, METH_VARARGS, NULL}, 3827 {(char *) "properties", libxml_properties, METH_VARARGS, NULL}, 3828 {(char *) "last", libxml_last, METH_VARARGS, NULL}, 3829 {(char *) "prev", libxml_prev, METH_VARARGS, NULL}, 3830 {(char *) "next", libxml_next, METH_VARARGS, NULL}, 3831 {(char *) "parent", libxml_parent, METH_VARARGS, NULL}, 3832 {(char *) "type", libxml_type, METH_VARARGS, NULL}, 3833 {(char *) "doc", libxml_doc, METH_VARARGS, NULL}, 3834 {(char *) "xmlNewNode", libxml_xmlNewNode, METH_VARARGS, NULL}, [all …]
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 1979 {"set_errno", set_errno, METH_VARARGS}, 1982 {"_unpickle", unpickle, METH_VARARGS }, 1984 {"resize", resize, METH_VARARGS, "Resize the memory buffer of a ctypes instance"}, 1987 {"set_last_error", set_last_error, METH_VARARGS}, 1988 {"CopyComPointer", copy_com_pointer, METH_VARARGS, copy_com_pointer_doc}, 1989 {"FormatError", format_error, METH_VARARGS, format_error_doc}, 1990 {"LoadLibrary", load_library, METH_VARARGS, load_library_doc}, 1991 {"FreeLibrary", free_library, METH_VARARGS, free_library_doc}, 1992 {"_check_HRESULT", check_hresult, METH_VARARGS}, 1994 {"dlopen", py_dl_open, METH_VARARGS, [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | jam.cpp | 467 {"call", bjam_call, METH_VARARGS, in main() 469 {"import_rule", bjam_import_rule, METH_VARARGS, in main() 471 {"define_action", bjam_define_action, METH_VARARGS, in main() 473 {"variable", bjam_variable, METH_VARARGS, in main() 475 {"backtrace", bjam_backtrace, METH_VARARGS, in main() 477 {"caller", bjam_caller, METH_VARARGS, in main()
|
/third_party/python/Modules/clinic/ |
D | _cursesmodule.c.h | 24 {"addch", (PyCFunction)_curses_window_addch, METH_VARARGS, _curses_window_addch__doc__}, 96 {"addstr", (PyCFunction)_curses_window_addstr, METH_VARARGS, _curses_window_addstr__doc__}, 170 {"addnstr", (PyCFunction)_curses_window_addnstr, METH_VARARGS, _curses_window_addnstr__doc__}, 526 {"box", (PyCFunction)_curses_window_box, METH_VARARGS, _curses_window_box__doc__}, 569 {"delch", (PyCFunction)_curses_window_delch, METH_VARARGS, _curses_window_delch__doc__}, 620 {"derwin", (PyCFunction)_curses_window_derwin, METH_VARARGS, _curses_window_derwin__doc__}, 808 {"getch", (PyCFunction)_curses_window_getch, METH_VARARGS, _curses_window_getch__doc__}, 860 {"getkey", (PyCFunction)_curses_window_getkey, METH_VARARGS, _curses_window_getkey__doc__}, 908 {"get_wch", (PyCFunction)_curses_window_get_wch, METH_VARARGS, _curses_window_get_wch__doc__}, 959 {"hline", (PyCFunction)_curses_window_hline, METH_VARARGS, _curses_window_hline__doc__}, [all …]
|
/third_party/python/Tools/peg_generator/peg_extension/ |
D | peg_extension.c | 135 …{"parse_file", (PyCFunction)(void(*)(void))parse_file, METH_VARARGS|METH_KEYWORDS, "Parse a file."… 136 …{"parse_string", (PyCFunction)(void(*)(void))parse_string, METH_VARARGS|METH_KEYWORDS, "Parse a st…
|