/third_party/python/Modules/ |
D | _testcapimodule.c | 5624 {"raise_exception", raise_exception, METH_VARARGS}, 5626 {"set_errno", set_errno, METH_VARARGS}, 5630 {"datetime_check_date", datetime_check_date, METH_VARARGS}, 5631 {"datetime_check_time", datetime_check_time, METH_VARARGS}, 5632 {"datetime_check_datetime", datetime_check_datetime, METH_VARARGS}, 5633 {"datetime_check_delta", datetime_check_delta, METH_VARARGS}, 5634 {"datetime_check_tzinfo", datetime_check_tzinfo, METH_VARARGS}, 5637 {"get_timezone_utc_capi", get_timezone_utc_capi, METH_VARARGS}, 5638 {"get_date_fromdate", get_date_fromdate, METH_VARARGS}, 5639 {"get_datetime_fromdateandtime", get_datetime_fromdateandtime, METH_VARARGS}, [all …]
|
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 | 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 | 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 | xxlimited_35.c | 75 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS, 227 {"roj", xx_roj, METH_VARARGS, 229 {"foo", xx_foo, METH_VARARGS, 231 {"new", xx_new, METH_VARARGS,
|
D | _threadmodule.c | 263 METH_VARARGS | METH_KEYWORDS, acquire_doc}, 265 METH_VARARGS | METH_KEYWORDS, acquire_doc}, 275 METH_VARARGS | METH_KEYWORDS, acquire_doc}, 277 METH_VARARGS, release_doc}, 557 METH_VARARGS | METH_KEYWORDS, rlock_acquire_doc}, 563 METH_VARARGS, rlock_acquire_restore_doc}, 567 METH_VARARGS | METH_KEYWORDS, rlock_acquire_doc}, 569 METH_VARARGS, rlock_release_doc}, 1551 METH_VARARGS, start_new_doc}, 1553 METH_VARARGS, start_new_doc}, [all …]
|
D | timemodule.c | 1814 {"clock_gettime", time_clock_gettime, METH_VARARGS, clock_gettime_doc}, 1815 {"clock_gettime_ns",time_clock_gettime_ns, METH_VARARGS, clock_gettime_ns_doc}, 1818 {"clock_settime", time_clock_settime, METH_VARARGS, clock_settime_doc}, 1819 {"clock_settime_ns",time_clock_settime_ns, METH_VARARGS, clock_settime_ns_doc}, 1822 {"clock_getres", time_clock_getres, METH_VARARGS, clock_getres_doc}, 1825 {"pthread_getcpuclockid", time_pthread_getcpuclockid, METH_VARARGS, pthread_getcpuclockid_doc}, 1828 {"gmtime", time_gmtime, METH_VARARGS, gmtime_doc}, 1829 {"localtime", time_localtime, METH_VARARGS, localtime_doc}, 1830 {"asctime", time_asctime, METH_VARARGS, asctime_doc}, 1831 {"ctime", time_ctime, METH_VARARGS, ctime_doc}, [all …]
|
D | _cursesmodule.c | 2484 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS}, 2490 {"clearok", (PyCFunction)PyCursesWindow_clearok, METH_VARARGS}, 2507 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS}, 2510 {"idcok", (PyCFunction)PyCursesWindow_idcok, METH_VARARGS}, 2511 {"idlok", (PyCFunction)PyCursesWindow_idlok, METH_VARARGS}, 2513 {"immedok", (PyCFunction)PyCursesWindow_immedok, METH_VARARGS}, 2517 {"insdelln", (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS}, 2521 {"instr", (PyCFunction)PyCursesWindow_InStr, METH_VARARGS}, 2524 {"keypad", (PyCFunction)PyCursesWindow_keypad, METH_VARARGS}, 2525 {"leaveok", (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS}, [all …]
|
D | mmapmodule.c | 827 {"find", (PyCFunction) mmap_find_method, METH_VARARGS}, 828 {"rfind", (PyCFunction) mmap_rfind_method, METH_VARARGS}, 829 {"flush", (PyCFunction) mmap_flush_method, METH_VARARGS}, 831 {"madvise", (PyCFunction) mmap_madvise_method, METH_VARARGS}, 833 {"move", (PyCFunction) mmap_move_method, METH_VARARGS}, 834 {"read", (PyCFunction) mmap_read_method, METH_VARARGS}, 837 {"resize", (PyCFunction) mmap_resize_method, METH_VARARGS}, 838 {"seek", (PyCFunction) mmap_seek_method, METH_VARARGS}, 841 {"write", (PyCFunction) mmap_write_method, METH_VARARGS}, 842 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS}, [all …]
|
D | faulthandler.c | 1220 (PyCFunction)(void(*)(void))faulthandler_py_enable, METH_VARARGS|METH_KEYWORDS, 1228 (PyCFunction)(void(*)(void))faulthandler_dump_traceback_py, METH_VARARGS|METH_KEYWORDS, 1233 (PyCFunction)(void(*)(void))faulthandler_dump_traceback_later, METH_VARARGS|METH_KEYWORDS, 1244 (PyCFunction)(void(*)(void))faulthandler_register_py, METH_VARARGS|METH_KEYWORDS, 1250 (PyCFunction)(void(*)(void))faulthandler_unregister_py, METH_VARARGS|METH_KEYWORDS, 1257 {"_sigsegv", faulthandler_sigsegv, METH_VARARGS, 1271 {"_raise_exception", faulthandler_raise_exception, METH_VARARGS,
|
D | _testmultiphase.c | 65 {"demo", (PyCFunction)Example_demo, METH_VARARGS, 346 {"foo", testexport_foo, METH_VARARGS, 349 METH_VARARGS, call_state_registration_func_doc}, 498 {"bar", nonmodule_bar, METH_VARARGS, nonmodule_bar_doc},
|
D | socketmodule.c | 4920 {"getsockopt", (PyCFunction)sock_getsockopt, METH_VARARGS, 4923 {"ioctl", (PyCFunction)sock_ioctl, METH_VARARGS, 4927 {"share", (PyCFunction)sock_share, METH_VARARGS, 4930 {"listen", (PyCFunction)sock_listen, METH_VARARGS, 4932 {"recv", (PyCFunction)sock_recv, METH_VARARGS, 4934 {"recv_into", (PyCFunction)(void(*)(void))sock_recv_into, METH_VARARGS | METH_KEYWORDS, 4936 {"recvfrom", (PyCFunction)sock_recvfrom, METH_VARARGS, 4938 {"recvfrom_into", (PyCFunction)(void(*)(void))sock_recvfrom_into, METH_VARARGS | METH_KEYWORDS, 4940 {"send", (PyCFunction)sock_send, METH_VARARGS, 4942 {"sendall", (PyCFunction)sock_sendall, METH_VARARGS, [all …]
|
D | _xxsubinterpretersmodule.c | 2562 METH_VARARGS | METH_KEYWORDS, create_doc}, 2564 METH_VARARGS | METH_KEYWORDS, destroy_doc}, 2572 METH_VARARGS | METH_KEYWORDS, is_running_doc}, 2574 METH_VARARGS | METH_KEYWORDS, run_string_doc}, 2577 METH_VARARGS | METH_KEYWORDS, is_shareable_doc}, 2582 METH_VARARGS | METH_KEYWORDS, channel_destroy_doc}, 2586 METH_VARARGS | METH_KEYWORDS, channel_list_interpreters_doc}, 2588 METH_VARARGS | METH_KEYWORDS, channel_send_doc}, 2590 METH_VARARGS | METH_KEYWORDS, channel_recv_doc}, 2592 METH_VARARGS | METH_KEYWORDS, channel_close_doc}, [all …]
|
D | nismodule.c | 472 METH_VARARGS | METH_KEYWORDS, 475 METH_VARARGS | METH_KEYWORDS, 478 METH_VARARGS | METH_KEYWORDS,
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 1801 {"__exit__", (PyCFunction)ctxmanager_restore_global, METH_VARARGS, NULL}, 4750 { "exp", (PyCFunction)(void(*)(void))dec_mpd_qexp, METH_VARARGS|METH_KEYWORDS, doc_exp }, 4751 { "ln", (PyCFunction)(void(*)(void))dec_mpd_qln, METH_VARARGS|METH_KEYWORDS, doc_ln }, 4752 { "log10", (PyCFunction)(void(*)(void))dec_mpd_qlog10, METH_VARARGS|METH_KEYWORDS, doc_log10 }, 4753 …{ "next_minus", (PyCFunction)(void(*)(void))dec_mpd_qnext_minus, METH_VARARGS|METH_KEYWORDS, doc_n… 4754 …{ "next_plus", (PyCFunction)(void(*)(void))dec_mpd_qnext_plus, METH_VARARGS|METH_KEYWORDS, doc_nex… 4755 …{ "normalize", (PyCFunction)(void(*)(void))dec_mpd_qreduce, METH_VARARGS|METH_KEYWORDS, doc_normal… 4756 …{ "to_integral", (PyCFunction)(void(*)(void))PyDec_ToIntegralValue, METH_VARARGS|METH_KEYWORDS, do… 4757 …{ "to_integral_exact", (PyCFunction)(void(*)(void))PyDec_ToIntegralExact, METH_VARARGS|METH_KEYWOR… 4758 …{ "to_integral_value", (PyCFunction)(void(*)(void))PyDec_ToIntegralValue, METH_VARARGS|METH_KEYWOR… [all …]
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 1998 {"set_errno", set_errno, METH_VARARGS}, 2001 {"_unpickle", unpickle, METH_VARARGS }, 2003 {"resize", resize, METH_VARARGS, "Resize the memory buffer of a ctypes instance"}, 2006 {"set_last_error", set_last_error, METH_VARARGS}, 2007 {"CopyComPointer", copy_com_pointer, METH_VARARGS, copy_com_pointer_doc}, 2008 {"FormatError", format_error, METH_VARARGS, format_error_doc}, 2009 {"LoadLibrary", load_library, METH_VARARGS, load_library_doc}, 2010 {"FreeLibrary", free_library, METH_VARARGS, free_library_doc}, 2011 {"_check_HRESULT", check_hresult, METH_VARARGS}, 2013 {"dlopen", py_dl_open, METH_VARARGS, [all …]
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | python.c | 687 {"attach", (PyCFunction)pymelem_attach, METH_VARARGS, NULL}, 688 {"detach", (PyCFunction)pymelem_detach, METH_VARARGS, NULL}, 691 {"opsIsActive", (PyCFunction)pymelem_ignore1, METH_VARARGS, NULL}, 692 {"opsIsMono", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL}, 693 {"opsIsChannel", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL}, 694 {"opsIsEnumerated", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL}, 695 {"opsIsEnumCnt", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL}, 697 {"opsGetDB", (PyCFunction)pymelem_error, METH_VARARGS, NULL}, 699 {"eventInfo", (PyCFunction)pymelem_event_info, METH_VARARGS, NULL}, 700 {"eventValue", (PyCFunction)pymelem_event_value, METH_VARARGS, NULL}, [all …]
|
/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__}, 501 {"box", (PyCFunction)_curses_window_box, METH_VARARGS, _curses_window_box__doc__}, 544 {"delch", (PyCFunction)_curses_window_delch, METH_VARARGS, _curses_window_delch__doc__}, 595 {"derwin", (PyCFunction)_curses_window_derwin, METH_VARARGS, _curses_window_derwin__doc__}, 763 {"getch", (PyCFunction)_curses_window_getch, METH_VARARGS, _curses_window_getch__doc__}, 815 {"getkey", (PyCFunction)_curses_window_getkey, METH_VARARGS, _curses_window_getkey__doc__}, 863 {"get_wch", (PyCFunction)_curses_window_get_wch, METH_VARARGS, _curses_window_get_wch__doc__}, 914 {"hline", (PyCFunction)_curses_window_hline, METH_VARARGS, _curses_window_hline__doc__}, [all …]
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 516 { "__deepcopy__", DeepCopy, METH_VARARGS, in Subscript() 518 { "add", (PyCFunction)AddMethod, METH_VARARGS | METH_KEYWORDS, in Subscript() 522 { "insert", Insert, METH_VARARGS, in Subscript() 526 { "pop", Pop, METH_VARARGS, in Subscript() 530 { "sort", (PyCFunction)Sort, METH_VARARGS | METH_KEYWORDS, in Subscript()
|
/third_party/python/Modules/_io/ |
D | iobase.c | 803 {"seek", iobase_seek, METH_VARARGS, iobase_seek_doc}, 805 {"truncate", iobase_truncate, METH_VARARGS, iobase_truncate_doc}, 822 {"__exit__", iobase_exit, METH_VARARGS}, 1029 {"readinto", rawiobase_readinto, METH_VARARGS}, 1030 {"write", rawiobase_write, METH_VARARGS},
|
/third_party/python/Tools/peg_generator/peg_extension/ |
D | peg_extension.c | 154 …{"parse_file", (PyCFunction)(void(*)(void))parse_file, METH_VARARGS|METH_KEYWORDS, "Parse a file."… 155 …{"parse_string", (PyCFunction)(void(*)(void))parse_string, METH_VARARGS|METH_KEYWORDS, "Parse a st…
|
/third_party/python/Objects/ |
D | methodobject.c | 48 switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS | in PyCMethod_New() 51 case METH_VARARGS: in PyCMethod_New() 52 case METH_VARARGS | METH_KEYWORDS: in PyCMethod_New() 531 if (!(flags & METH_VARARGS)) { in cfunction_call()
|
/third_party/python/Modules/_xxtestfuzz/ |
D | _xxtestfuzz.c | 28 {"run", (PyCFunction)_fuzz_run, METH_VARARGS, ""},
|
/third_party/selinux/libselinux/src/ |
D | audit2why.c | 441 {"init", init, METH_VARARGS, 443 {"analyze", analyze, METH_VARARGS, 445 {"finish", finish, METH_VARARGS,
|