Home
last modified time | relevance | path

Searched refs:METH_VARARGS (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/python/cpython2/Modules/
Dpuremodule.c826 {"pure_logfile_printf", pure_pure_logfile_printf, METH_VARARGS},
827 {"pure_printf", pure_pure_printf, METH_VARARGS},
828 {"pure_printf_with_banner", pure_pure_printf_with_banner, METH_VARARGS},
831 {"purify_all_inuse", pure_purify_all_inuse, METH_VARARGS},
832 {"purify_all_leaks", pure_purify_all_leaks, METH_VARARGS},
833 {"purify_new_inuse", pure_purify_new_inuse, METH_VARARGS},
834 {"purify_new_leaks", pure_purify_new_leaks, METH_VARARGS},
835 {"purify_clear_inuse", pure_purify_clear_inuse, METH_VARARGS},
836 {"purify_clear_leaks", pure_purify_clear_leaks, METH_VARARGS},
837 {"purify_all_fds_inuse", pure_purify_all_fds_inuse, METH_VARARGS},
[all …]
D_codecsmodule.c1058 {"lookup", codec_lookup, METH_VARARGS,
1060 {"encode", codec_encode, METH_VARARGS,
1062 {"decode", codec_decode, METH_VARARGS,
1064 {"escape_encode", escape_encode, METH_VARARGS},
1065 {"escape_decode", escape_decode, METH_VARARGS},
1067 {"utf_8_encode", utf_8_encode, METH_VARARGS},
1068 {"utf_8_decode", utf_8_decode, METH_VARARGS},
1069 {"utf_7_encode", utf_7_encode, METH_VARARGS},
1070 {"utf_7_decode", utf_7_decode, METH_VARARGS},
1071 {"utf_16_encode", utf_16_encode, METH_VARARGS},
[all …]
D_cursesmodule.c1564 {"addch", (PyCFunction)PyCursesWindow_AddCh, METH_VARARGS},
1565 {"addnstr", (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS},
1566 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS},
1567 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS},
1568 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
1569 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
1570 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS},
1571 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
1572 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS},
1573 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS},
[all …]
Dcdmodule.c355 {"allowremoval", (PyCFunction)CD_allowremoval, METH_VARARGS},
356 {"bestreadsize", (PyCFunction)CD_bestreadsize, METH_VARARGS},
357 {"close", (PyCFunction)CD_close, METH_VARARGS},
358 {"eject", (PyCFunction)CD_eject, METH_VARARGS},
359 {"getstatus", (PyCFunction)CD_getstatus, METH_VARARGS},
360 {"gettrackinfo", (PyCFunction)CD_gettrackinfo, METH_VARARGS},
361 {"msftoblock", (PyCFunction)CD_msftoblock, METH_VARARGS},
362 {"play", (PyCFunction)CD_play, METH_VARARGS},
363 {"playabs", (PyCFunction)CD_playabs, METH_VARARGS},
364 {"playtrack", (PyCFunction)CD_playtrack, METH_VARARGS},
[all …]
D_testcapimodule.c2486 {"raise_exception", raise_exception, METH_VARARGS},
2487 {"set_errno", set_errno, METH_VARARGS},
2512 {"get_args", get_args, METH_VARARGS},
2513 {"get_kwargs", (PyCFunction)get_kwargs, METH_VARARGS|METH_KEYWORDS},
2514 {"getargs_tuple", getargs_tuple, METH_VARARGS},
2516 METH_VARARGS|METH_KEYWORDS},
2517 {"getargs_b", getargs_b, METH_VARARGS},
2518 {"getargs_B", getargs_B, METH_VARARGS},
2519 {"getargs_h", getargs_h, METH_VARARGS},
2520 {"getargs_H", getargs_H, METH_VARARGS},
[all …]
Dalmodule.c517 {"SetWidth", (PyCFunction)alc_SetWidth, METH_VARARGS, alc_SetWidth__doc__},
518 {"GetWidth", (PyCFunction)alc_GetWidth, METH_VARARGS, alc_GetWidth__doc__},
519 {"SetSampFmt", (PyCFunction)alc_SetSampFmt, METH_VARARGS, alc_SetSampFmt__doc__},
520 {"GetSampFmt", (PyCFunction)alc_GetSampFmt, METH_VARARGS, alc_GetSampFmt__doc__},
521 {"SetChannels", (PyCFunction)alc_SetChannels, METH_VARARGS, alc_SetChannels__doc__},
522 {"GetChannels", (PyCFunction)alc_GetChannels, METH_VARARGS, alc_GetChannels__doc__},
523 {"SetFloatMax", (PyCFunction)alc_SetFloatMax, METH_VARARGS, alc_SetFloatMax__doc__},
524 {"GetFloatMax", (PyCFunction)alc_GetFloatMax, METH_VARARGS, alc_GetFloatMax__doc__},
525 {"SetDevice", (PyCFunction)alc_SetDevice, METH_VARARGS, alc_SetDevice__doc__},
526 {"GetDevice", (PyCFunction)alc_GetDevice, METH_VARARGS, alc_GetDevice__doc__},
[all …]
Dxxsubtype.c67 {"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_bsddb.c8703 {"append", (PyCFunction)DB_append, METH_VARARGS|METH_KEYWORDS},
8704 {"associate", (PyCFunction)DB_associate, METH_VARARGS|METH_KEYWORDS},
8705 {"close", (PyCFunction)DB_close, METH_VARARGS},
8707 {"compact", (PyCFunction)DB_compact, METH_VARARGS|METH_KEYWORDS},
8709 {"consume", (PyCFunction)DB_consume, METH_VARARGS|METH_KEYWORDS},
8710 {"consume_wait", (PyCFunction)DB_consume_wait, METH_VARARGS|METH_KEYWORDS},
8711 {"cursor", (PyCFunction)DB_cursor, METH_VARARGS|METH_KEYWORDS},
8712 {"delete", (PyCFunction)DB_delete, METH_VARARGS|METH_KEYWORDS},
8716 METH_VARARGS|METH_KEYWORDS},
8718 {"get", (PyCFunction)DB_get, METH_VARARGS|METH_KEYWORDS},
[all …]
Dreadline.c671 {"parse_and_bind", parse_and_bind, METH_VARARGS, doc_parse_and_bind},
673 {"insert_text", insert_text, METH_VARARGS, doc_insert_text},
675 {"read_init_file", read_init_file, METH_VARARGS, doc_read_init_file},
677 METH_VARARGS, doc_read_history_file},
679 METH_VARARGS, doc_write_history_file},
681 METH_VARARGS, doc_get_history_item},
685 METH_VARARGS, set_history_length_doc},
688 {"set_completer", set_completer, METH_VARARGS, doc_set_completer},
696 METH_VARARGS, doc_set_completer_delims},
697 {"add_history", py_add_history, METH_VARARGS, doc_add_history},
[all …]
Dossaudiodev.c758 { "read", (PyCFunction)oss_read, METH_VARARGS },
759 { "write", (PyCFunction)oss_write, METH_VARARGS },
760 { "writeall", (PyCFunction)oss_writeall, METH_VARARGS },
766 { "setfmt", (PyCFunction)oss_setfmt, METH_VARARGS },
768 { "channels", (PyCFunction)oss_channels, METH_VARARGS },
769 { "speed", (PyCFunction)oss_speed, METH_VARARGS },
770 { "sync", (PyCFunction)oss_sync, METH_VARARGS },
771 { "reset", (PyCFunction)oss_reset, METH_VARARGS },
772 { "post", (PyCFunction)oss_post, METH_VARARGS },
775 { "setparameters", (PyCFunction)oss_setparameters, METH_VARARGS },
[all …]
DcStringIO.c514 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__},
516 {"read", (PyCFunction)IO_read, METH_VARARGS, IO_read__doc__},
517 {"readline", (PyCFunction)IO_readline, METH_VARARGS, IO_readline__doc__},
518 {"readlines", (PyCFunction)IO_readlines,METH_VARARGS, IO_readlines__doc__},
520 {"seek", (PyCFunction)IO_seek, METH_VARARGS, IO_seek__doc__},
522 {"truncate", (PyCFunction)IO_truncate, METH_VARARGS, IO_truncate__doc__},
526 {"write", (PyCFunction)O_write, METH_VARARGS, O_write__doc__},
621 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__},
623 {"read", (PyCFunction)IO_read, METH_VARARGS, IO_read__doc__},
624 {"readline", (PyCFunction)IO_readline, METH_VARARGS, IO_readline__doc__},
[all …]
/external/python/cpython2/PC/
Dmsvcrtmodule.c378 {"heapmin", msvcrt_heapmin, METH_VARARGS, heapmin_doc},
379 {"locking", msvcrt_locking, METH_VARARGS, locking_doc},
380 {"setmode", msvcrt_setmode, METH_VARARGS, setmode_doc},
381 {"open_osfhandle", msvcrt_open_osfhandle, METH_VARARGS, open_osfhandle_doc},
382 {"get_osfhandle", msvcrt_get_osfhandle, METH_VARARGS, get_osfhandle_doc},
383 {"kbhit", msvcrt_kbhit, METH_VARARGS, kbhit_doc},
384 {"getch", msvcrt_getch, METH_VARARGS, getch_doc},
385 {"getche", msvcrt_getche, METH_VARARGS, getche_doc},
386 {"putch", msvcrt_putch, METH_VARARGS, putch_doc},
387 {"ungetch", msvcrt_ungetch, METH_VARARGS, ungetch_doc},
[all …]
D_subprocess.c119 {"Detach", (PyCFunction) sp_handle_detach, METH_VARARGS},
120 {"Close", (PyCFunction) sp_handle_close, METH_VARARGS},
612 {"GetStdHandle", sp_GetStdHandle, METH_VARARGS, GetStdHandle_doc},
613 {"GetCurrentProcess", sp_GetCurrentProcess, METH_VARARGS,
615 {"DuplicateHandle", sp_DuplicateHandle, METH_VARARGS,
617 {"CreatePipe", sp_CreatePipe, METH_VARARGS, CreatePipe_doc},
618 {"CreateProcess", sp_CreateProcess, METH_VARARGS, CreateProcess_doc},
619 {"TerminateProcess", sp_TerminateProcess, METH_VARARGS,
621 {"GetExitCodeProcess", sp_GetExitCodeProcess, METH_VARARGS,
623 {"WaitForSingleObject", sp_WaitForSingleObject, METH_VARARGS,
[all …]
/external/python/cpython3/Modules/
D_cursesmodule.c1990 {"addnstr", (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS},
1991 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS},
1992 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS},
1993 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
1994 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
1995 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS},
1996 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
1997 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS},
1998 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS},
1999 {"box", (PyCFunction)PyCursesWindow_Box, METH_VARARGS},
[all …]
D_testcapimodule.c4031 {"raise_exception", raise_exception, METH_VARARGS},
4033 {"set_errno", set_errno, METH_VARARGS},
4039 {"dict_getitem_knownhash", dict_getitem_knownhash, METH_VARARGS},
4055 {"parse_tuple_and_keywords", parse_tuple_and_keywords, METH_VARARGS},
4069 {"get_args", get_args, METH_VARARGS},
4070 {"get_kwargs", (PyCFunction)get_kwargs, METH_VARARGS|METH_KEYWORDS},
4071 {"getargs_tuple", getargs_tuple, METH_VARARGS},
4073 METH_VARARGS|METH_KEYWORDS},
4075 METH_VARARGS|METH_KEYWORDS},
4078 METH_VARARGS|METH_KEYWORDS},
[all …]
Dxxsubtype.c67 {"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},
Dossaudiodev.c875 { "read", (PyCFunction)oss_read, METH_VARARGS },
876 { "write", (PyCFunction)oss_write, METH_VARARGS },
877 { "writeall", (PyCFunction)oss_writeall, METH_VARARGS },
883 { "setfmt", (PyCFunction)oss_setfmt, METH_VARARGS },
885 { "channels", (PyCFunction)oss_channels, METH_VARARGS },
886 { "speed", (PyCFunction)oss_speed, METH_VARARGS },
887 { "sync", (PyCFunction)oss_sync, METH_VARARGS },
888 { "reset", (PyCFunction)oss_reset, METH_VARARGS },
889 { "post", (PyCFunction)oss_post, METH_VARARGS },
892 { "setparameters", (PyCFunction)oss_setparameters, METH_VARARGS },
[all …]
/external/python/cpython3/Modules/clinic/
D_codecsmodule.c.h156 … {"escape_decode", (PyCFunction)_codecs_escape_decode, METH_VARARGS, _codecs_escape_decode__doc__},
190 … {"escape_encode", (PyCFunction)_codecs_escape_encode, METH_VARARGS, _codecs_escape_encode__doc__},
219 …{"unicode_internal_decode", (PyCFunction)_codecs_unicode_internal_decode, METH_VARARGS, _codecs_un…
248 {"utf_7_decode", (PyCFunction)_codecs_utf_7_decode, METH_VARARGS, _codecs_utf_7_decode__doc__},
283 {"utf_8_decode", (PyCFunction)_codecs_utf_8_decode, METH_VARARGS, _codecs_utf_8_decode__doc__},
318 … {"utf_16_decode", (PyCFunction)_codecs_utf_16_decode, METH_VARARGS, _codecs_utf_16_decode__doc__},
353 …{"utf_16_le_decode", (PyCFunction)_codecs_utf_16_le_decode, METH_VARARGS, _codecs_utf_16_le_decode…
388 …{"utf_16_be_decode", (PyCFunction)_codecs_utf_16_be_decode, METH_VARARGS, _codecs_utf_16_be_decode…
424 …{"utf_16_ex_decode", (PyCFunction)_codecs_utf_16_ex_decode, METH_VARARGS, _codecs_utf_16_ex_decode…
460 … {"utf_32_decode", (PyCFunction)_codecs_utf_32_decode, METH_VARARGS, _codecs_utf_32_decode__doc__},
[all …]
Daudioop.c.h12 {"getsample", (PyCFunction)audioop_getsample, METH_VARARGS, audioop_getsample__doc__},
48 {"max", (PyCFunction)audioop_max, METH_VARARGS, audioop_max__doc__},
82 {"minmax", (PyCFunction)audioop_minmax, METH_VARARGS, audioop_minmax__doc__},
116 {"avg", (PyCFunction)audioop_avg, METH_VARARGS, audioop_avg__doc__},
150 {"rms", (PyCFunction)audioop_rms, METH_VARARGS, audioop_rms__doc__},
184 {"findfit", (PyCFunction)audioop_findfit, METH_VARARGS, audioop_findfit__doc__},
223 {"findfactor", (PyCFunction)audioop_findfactor, METH_VARARGS, audioop_findfactor__doc__},
262 {"findmax", (PyCFunction)audioop_findmax, METH_VARARGS, audioop_findmax__doc__},
297 {"avgpp", (PyCFunction)audioop_avgpp, METH_VARARGS, audioop_avgpp__doc__},
331 {"maxpp", (PyCFunction)audioop_maxpp, METH_VARARGS, audioop_maxpp__doc__},
[all …]
/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c464 …{"getChannelAvailable", (PyCFunction)sndih_getChannelAvailable, METH_VARARGS, sndih_getCh…
465 …{"getNumberChannels", (PyCFunction)sndih_getNumberChannels, METH_VARARGS, sndih_getNumberChan…
466 …{"setNumberChannels", (PyCFunction)sndih_setNumberChannels, METH_VARARGS, sndih_setNumberChan…
467 …{"getContinuous", (PyCFunction)sndih_getContinuous, METH_VARARGS, sndih_getContinuous…
468 …{"setContinuous", (PyCFunction)sndih_setContinuous, METH_VARARGS, sndih_setContinuous…
469 …{"getInputSourceNames", (PyCFunction)sndih_getInputSourceNames, METH_VARARGS, sndih_getIn…
470 …{"getInputSource", (PyCFunction)sndih_getInputSource, METH_VARARGS, sndih_getInputSourc…
471 …{"setInputSource", (PyCFunction)sndih_setInputSource, METH_VARARGS, sndih_setInputSourc…
472 …{"getPlayThruOnOff", (PyCFunction)sndih_getPlayThruOnOff, METH_VARARGS, sndih_getPlayThruOn…
473 …{"setPlayThruOnOff", (PyCFunction)sndih_setPlayThruOnOff, METH_VARARGS, sndih_setPlayThruOn…
[all …]
/external/python/cpython2/Mac/Modules/
Dicgluemodule.c339 {"ICGetSeed", (PyCFunction)ici_ICGetSeed, METH_VARARGS, ici_ICGetSeed__doc__},
340 {"ICBegin", (PyCFunction)ici_ICBegin, METH_VARARGS, ici_ICBegin__doc__},
341 …{"ICFindPrefHandle", (PyCFunction)ici_ICFindPrefHandle, METH_VARARGS, ici_ICFindPrefHandl…
342 {"ICSetPref", (PyCFunction)ici_ICSetPref, METH_VARARGS, ici_ICSetPref__doc__},
343 {"ICCountPref", (PyCFunction)ici_ICCountPref, METH_VARARGS, ici_ICCountPref__doc__},
344 {"ICGetIndPref", (PyCFunction)ici_ICGetIndPref, METH_VARARGS, ici_ICGetIndPref__doc__},
345 {"ICDeletePref", (PyCFunction)ici_ICDeletePref, METH_VARARGS, ici_ICDeletePref__doc__},
346 {"ICEnd", (PyCFunction)ici_ICEnd, METH_VARARGS, ici_ICEnd__doc__},
347 …{"ICEditPreferences", (PyCFunction)ici_ICEditPreferences, METH_VARARGS, ici_ICEditPreferenc…
348 {"ICParseURL", (PyCFunction)ici_ICParseURL, METH_VARARGS, ici_ICParseURL__doc__},
[all …]
DNav.c274 …{"NavTranslateFile", (PyCFunction)nav_NavTranslateFile, METH_VARARGS, nav_NavTranslateFil…
275 …{"NavCompleteSave", (PyCFunction)nav_NavCompleteSave, METH_VARARGS, nav_NavCompleteSave…
892 …{"NavGetFile", (PyCFunction)nav_NavGetFile, METH_VARARGS|METH_KEYWORDS, nav_NavGetFile…
893 …{"NavPutFile", (PyCFunction)nav_NavPutFile, METH_VARARGS|METH_KEYWORDS, nav_NavPutFile__doc…
894 …{"NavAskSaveChanges", (PyCFunction)nav_NavAskSaveChanges, METH_VARARGS|METH_KEYWORDS, nav…
895 …{"NavCustomAskSaveChanges", (PyCFunction)nav_NavCustomAskSaveChanges, METH_VARARGS|METH_K…
896 …{"NavAskDiscardChanges", (PyCFunction)nav_NavAskDiscardChanges, METH_VARARGS|METH_KEYWORDS,…
897 …{"NavChooseFile", (PyCFunction)nav_NavChooseFile, METH_VARARGS|METH_KEYWORDS, nav_NavChoo…
898 …{"NavChooseFolder", (PyCFunction)nav_NavChooseFolder, METH_VARARGS|METH_KEYWORDS, nav…
899 …{"NavChooseVolume", (PyCFunction)nav_NavChooseVolume, METH_VARARGS|METH_KEYWORDS, nav…
[all …]
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c384 {"unlink", riscos_remove, METH_VARARGS},
385 {"remove", riscos_remove, METH_VARARGS},
386 {"rename", riscos_rename, METH_VARARGS},
387 {"system", riscos_system, METH_VARARGS},
388 {"rmdir", riscos_remove, METH_VARARGS},
389 {"chdir", riscos_chdir, METH_VARARGS},
391 {"expand", riscos_expand, METH_VARARGS},
392 {"mkdir", riscos_mkdir, METH_VARARGS},
393 {"listdir", riscos_listdir, METH_VARARGS},
394 {"stat", riscos_stat, METH_VARARGS},
[all …]
/external/autotest/utils/named_semaphore/
Dnamedsem.c91 {"sem_open", namedsem_sem_open, METH_VARARGS, "Execute sem_open()."},
92 {"sem_close", namedsem_sem_close, METH_VARARGS, "Execute sem_close()."},
93 {"sem_unlink", namedsem_sem_unlink, METH_VARARGS, "Execute sem_unlink()."},
94 {"sem_wait", namedsem_sem_wait, METH_VARARGS, "Execute sem_wait()."},
95 {"sem_post", namedsem_sem_post, METH_VARARGS, "Execute sem_post()."},
96 {"sem_getvalue", namedsem_sem_getvalue, METH_VARARGS, "Execute sem_getvalue()."},
/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h83 {"format", (PyCFunction)builtin_format, METH_VARARGS, builtin_format__doc__},
188 {"divmod", (PyCFunction)builtin_divmod, METH_VARARGS, builtin_divmod__doc__},
224 {"eval", (PyCFunction)builtin_eval, METH_VARARGS, builtin_eval__doc__},
262 {"exec", (PyCFunction)builtin_exec, METH_VARARGS, builtin_exec__doc__},
317 {"hasattr", (PyCFunction)builtin_hasattr, METH_VARARGS, builtin_hasattr__doc__},
361 {"setattr", (PyCFunction)builtin_setattr, METH_VARARGS, builtin_setattr__doc__},
395 {"delattr", (PyCFunction)builtin_delattr, METH_VARARGS, builtin_delattr__doc__},
504 {"pow", (PyCFunction)builtin_pow, METH_VARARGS, builtin_pow__doc__},
541 {"input", (PyCFunction)builtin_input, METH_VARARGS, builtin_input__doc__},
585 {"sum", (PyCFunction)builtin_sum, METH_VARARGS, builtin_sum__doc__},
[all …]

12345678910>>...12