/external/python/cpython2/Modules/ |
D | 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 …]
|
D | _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 …]
|
D | _cursesmodule.c | 1564 {"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 …]
|
D | 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 …]
|
D | _testcapimodule.c | 2486 {"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 …]
|
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 | almodule.c | 517 {"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 …]
|
D | readline.c | 671 {"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 …]
|
D | _bsddb.c | 8703 {"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 …]
|
D | ossaudiodev.c | 758 { "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 …]
|
D | fmmodule.c | 121 {"scalefont", (PyCFunction)fh_scalefont, METH_VARARGS}, 127 {"getwholemetrics", (PyCFunction)fh_getwholemetrics, METH_VARARGS}, 129 {"getstrwidth", (PyCFunction)fh_getstrwidth, METH_VARARGS}, 248 {"findfont", fm_findfont, METH_VARARGS}, 250 {"prstr", fm_prstr, METH_VARARGS}, 251 {"setpath", fm_setpath, METH_VARARGS},
|
D | _bisectmodule.c | 220 METH_VARARGS|METH_KEYWORDS, bisect_right_doc}, 222 METH_VARARGS|METH_KEYWORDS, bisect_right_doc}, 224 METH_VARARGS|METH_KEYWORDS, insort_right_doc}, 226 METH_VARARGS|METH_KEYWORDS, insort_right_doc}, 228 METH_VARARGS|METH_KEYWORDS, bisect_left_doc}, 230 METH_VARARGS|METH_KEYWORDS, insort_left_doc},
|
D | cStringIO.c | 514 {"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 …]
|
D | imageop.c | 762 { "crop", imageop_crop, METH_VARARGS }, 763 { "scale", imageop_scale, METH_VARARGS }, 764 { "grey2mono", imageop_grey2mono, METH_VARARGS }, 765 { "grey2grey2", imageop_grey2grey2, METH_VARARGS }, 766 { "grey2grey4", imageop_grey2grey4, METH_VARARGS }, 767 { "dither2mono", imageop_dither2mono, METH_VARARGS }, 768 { "dither2grey2", imageop_dither2grey2, METH_VARARGS }, 769 { "mono2grey", imageop_mono2grey, METH_VARARGS }, 770 { "grey22grey", imageop_grey22grey, METH_VARARGS }, 771 { "grey42grey", imageop_grey42grey, METH_VARARGS }, [all …]
|
D | audioop.c | 1626 { "max", audioop_max, METH_VARARGS }, 1627 { "minmax", audioop_minmax, METH_VARARGS }, 1628 { "avg", audioop_avg, METH_VARARGS }, 1629 { "maxpp", audioop_maxpp, METH_VARARGS }, 1630 { "avgpp", audioop_avgpp, METH_VARARGS }, 1631 { "rms", audioop_rms, METH_VARARGS }, 1632 { "findfit", audioop_findfit, METH_VARARGS }, 1633 { "findmax", audioop_findmax, METH_VARARGS }, 1634 { "findfactor", audioop_findfactor, METH_VARARGS }, 1635 { "cross", audioop_cross, METH_VARARGS }, [all …]
|
D | xxmodule.c | 60 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS, 323 {"roj", xx_roj, METH_VARARGS, 325 {"foo", xx_foo, METH_VARARGS, 327 {"new", xx_new, METH_VARARGS, 329 {"bug", xx_bug, METH_VARARGS,
|
/external/python/cpython2/PC/ |
D | 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 …]
|
D | _subprocess.c | 119 {"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 …]
|
D | _winreg.c | 508 {"Close", PyHKEY_CloseMethod, METH_VARARGS, PyHKEY_Close_doc}, 509 {"Detach", PyHKEY_DetachMethod, METH_VARARGS, PyHKEY_Detach_doc}, 511 {"__exit__", PyHKEY_Exit, METH_VARARGS, NULL}, 1747 {"CloseKey", PyCloseKey, METH_VARARGS, CloseKey_doc}, 1748 {"ConnectRegistry", PyConnectRegistry, METH_VARARGS, ConnectRegistry_doc}, 1749 {"CreateKey", PyCreateKey, METH_VARARGS, CreateKey_doc}, 1750 {"CreateKeyEx", PyCreateKeyEx, METH_VARARGS, CreateKeyEx_doc}, 1751 {"DeleteKey", PyDeleteKey, METH_VARARGS, DeleteKey_doc}, 1752 {"DeleteKeyEx", PyDeleteKeyEx, METH_VARARGS, DeleteKeyEx_doc}, 1753 {"DeleteValue", PyDeleteValue, METH_VARARGS, DeleteValue_doc}, [all …]
|
/external/python/cpython2/Mac/Modules/snd/ |
D | _Sndihooks.c | 464 …{"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/ |
D | 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_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 …]
|
D | Nav.c | 274 …{"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/ |
D | 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/autotest/utils/named_semaphore/ |
D | 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/Modules/_sqlite/ |
D | module.c | 236 METH_VARARGS | METH_KEYWORDS, module_connect_doc}, 238 METH_VARARGS | METH_KEYWORDS, module_complete_doc}, 241 METH_VARARGS | METH_KEYWORDS, module_enable_shared_cache_doc}, 244 METH_VARARGS, module_register_adapter_doc}, 246 METH_VARARGS, module_register_converter_doc}, 247 {"adapt", (PyCFunction)pysqlite_adapt, METH_VARARGS, 250 METH_VARARGS, enable_callback_tracebacks_doc},
|