HomeSort by relevance Sort by last modified time
    Searched refs:METH_VARARGS (Results 1 - 25 of 461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
puremodule.c 826 {"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...]
cryptmodule.c 41 {"crypt", crypt_crypt, METH_VARARGS, crypt_crypt__doc__},
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},
_codecsmodule.c 1058 {"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...]
  /external/python/cpython2/Modules/
puremodule.c 826 {"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...]
sgimodule.c 45 {"nap", sgi_nap, METH_VARARGS},
46 {"_getpty", sgi__getpty, METH_VARARGS},
cryptmodule.c 41 {"crypt", crypt_crypt, METH_VARARGS, crypt_crypt__doc__},
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},
cdmodule.c 355 {"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...]
_codecsmodule.c 1058 {"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...]
  /external/autotest/utils/named_semaphore/
namedsem.c 91 {"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/cpython2/PC/
msvcrtmodule.c 378 {"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...]
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 16 {"generate", _uuid_generate, METH_VARARGS, "Generate UUID"},
  /external/python/cpython2/Mac/Modules/
gestaltmodule.c 47 {"gestalt", gestalt_gestalt, METH_VARARGS},
icgluemodule.c 339 {"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_ICFindPrefHandle__doc__},
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_ICEditPreferences__doc__},
348 {"ICParseURL", (PyCFunction)ici_ICParseURL, METH_VARARGS, ici_ICParseURL__doc__}
    [all...]
  /external/python/cpython3/Modules/clinic/
_cryptmodule.c.h 17 {"crypt", (PyCFunction)crypt_crypt, METH_VARARGS, crypt_crypt__doc__},
audioop.c.h 12 {"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...]
_codecsmodule.c.h 156 {"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_unicode_internal_decode__doc__},
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__doc__},
388 {"utf_16_be_decode", (PyCFunction)_codecs_utf_16_be_decode, METH_VARARGS, _codecs_utf_16_be_decode__doc__},
424 {"utf_16_ex_decode", (PyCFunction)_codecs_utf_16_ex_decode, METH_VARARGS, _codecs_utf_16_ex_decode__doc__},
460 {"utf_32_decode", (PyCFunction)_codecs_utf_32_decode, METH_VARARGS, _codecs_utf_32_decode__doc__}
    [all...]
_opcode.c.h 12 {"stack_effect", (PyCFunction)_opcode_stack_effect, METH_VARARGS, _opcode_stack_effect__doc__},
fcntlmodule.c.h 22 {"fcntl", (PyCFunction)fcntl_fcntl, METH_VARARGS, fcntl_fcntl__doc__},
79 {"ioctl", (PyCFunction)fcntl_ioctl, METH_VARARGS, fcntl_ioctl__doc__},
114 {"flock", (PyCFunction)fcntl_flock, METH_VARARGS, fcntl_flock__doc__},
164 {"lockf", (PyCFunction)fcntl_lockf, METH_VARARGS, fcntl_lockf__doc__},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
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},
_codecsmodule.c 1058 {"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...]
  /external/python/cpython3/Modules/
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},
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 384 {"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/python/cpython2/Mac/Modules/snd/
_Sndihooks.c 464 {"getChannelAvailable", (PyCFunction)sndih_getChannelAvailable, METH_VARARGS, sndih_getChannelAvailable__doc__},
465 {"getNumberChannels", (PyCFunction)sndih_getNumberChannels, METH_VARARGS, sndih_getNumberChannels__doc__},
466 {"setNumberChannels", (PyCFunction)sndih_setNumberChannels, METH_VARARGS, sndih_setNumberChannels__doc__},
467 {"getContinuous", (PyCFunction)sndih_getContinuous, METH_VARARGS, sndih_getContinuous__doc__},
468 {"setContinuous", (PyCFunction)sndih_setContinuous, METH_VARARGS, sndih_setContinuous__doc__},
469 {"getInputSourceNames", (PyCFunction)sndih_getInputSourceNames, METH_VARARGS, sndih_getInputSourceNames__doc__},
470 {"getInputSource", (PyCFunction)sndih_getInputSource, METH_VARARGS, sndih_getInputSource__doc__},
471 {"setInputSource", (PyCFunction)sndih_setInputSource, METH_VARARGS, sndih_setInputSource__doc__},
472 {"getPlayThruOnOff", (PyCFunction)sndih_getPlayThruOnOff, METH_VARARGS, sndih_getPlayThruOnOff__doc__},
473 {"setPlayThruOnOff", (PyCFunction)sndih_setPlayThruOnOff, METH_VARARGS, sndih_setPlayThruOnOff__doc__}
    [all...]

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>