/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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 | 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 | _bisectmodule.c | 215 METH_VARARGS|METH_KEYWORDS, bisect_right_doc}, 217 METH_VARARGS|METH_KEYWORDS, bisect_doc}, 219 METH_VARARGS|METH_KEYWORDS, insort_right_doc}, 221 METH_VARARGS|METH_KEYWORDS, insort_doc}, 223 METH_VARARGS|METH_KEYWORDS, bisect_left_doc}, 225 METH_VARARGS|METH_KEYWORDS, insort_left_doc},
|
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 | readline.c | 656 {"parse_and_bind", parse_and_bind, METH_VARARGS, doc_parse_and_bind}, 658 {"insert_text", insert_text, METH_VARARGS, doc_insert_text}, 660 {"read_init_file", read_init_file, METH_VARARGS, doc_read_init_file}, 662 METH_VARARGS, doc_read_history_file}, 664 METH_VARARGS, doc_write_history_file}, 666 METH_VARARGS, doc_get_history_item}, 670 METH_VARARGS, set_history_length_doc}, 673 {"set_completer", set_completer, METH_VARARGS, doc_set_completer}, 681 METH_VARARGS, doc_set_completer_delims}, 682 {"add_history", py_add_history, METH_VARARGS, doc_add_history}, [all …]
|
D | cStringIO.c | 492 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__}, 494 {"read", (PyCFunction)IO_read, METH_VARARGS, IO_read__doc__}, 495 {"readline", (PyCFunction)IO_readline, METH_VARARGS, IO_readline__doc__}, 496 {"readlines", (PyCFunction)IO_readlines,METH_VARARGS, IO_readlines__doc__}, 498 {"seek", (PyCFunction)IO_seek, METH_VARARGS, IO_seek__doc__}, 500 {"truncate", (PyCFunction)IO_truncate, METH_VARARGS, IO_truncate__doc__}, 504 {"write", (PyCFunction)O_write, METH_VARARGS, O_write__doc__}, 599 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__}, 601 {"read", (PyCFunction)IO_read, METH_VARARGS, IO_read__doc__}, 602 {"readline", (PyCFunction)IO_readline, METH_VARARGS, IO_readline__doc__}, [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,
|
D | imageop.c | 759 { "crop", imageop_crop, METH_VARARGS }, 760 { "scale", imageop_scale, METH_VARARGS }, 761 { "grey2mono", imageop_grey2mono, METH_VARARGS }, 762 { "grey2grey2", imageop_grey2grey2, METH_VARARGS }, 763 { "grey2grey4", imageop_grey2grey4, METH_VARARGS }, 764 { "dither2mono", imageop_dither2mono, METH_VARARGS }, 765 { "dither2grey2", imageop_dither2grey2, METH_VARARGS }, 766 { "mono2grey", imageop_mono2grey, METH_VARARGS }, 767 { "grey22grey", imageop_grey22grey, METH_VARARGS }, 768 { "grey42grey", imageop_grey42grey, METH_VARARGS }, [all …]
|
D | posixmodule.c | 8668 {"access", posix_access, METH_VARARGS, posix_access__doc__}, 8670 {"ttyname", posix_ttyname, METH_VARARGS, posix_ttyname__doc__}, 8672 {"chdir", posix_chdir, METH_VARARGS, posix_chdir__doc__}, 8674 {"chflags", posix_chflags, METH_VARARGS, posix_chflags__doc__}, 8676 {"chmod", posix_chmod, METH_VARARGS, posix_chmod__doc__}, 8678 {"fchmod", posix_fchmod, METH_VARARGS, posix_fchmod__doc__}, 8681 {"chown", posix_chown, METH_VARARGS, posix_chown__doc__}, 8684 {"lchmod", posix_lchmod, METH_VARARGS, posix_lchmod__doc__}, 8687 {"fchown", posix_fchown, METH_VARARGS, posix_fchown__doc__}, 8690 {"lchflags", posix_lchflags, METH_VARARGS, posix_lchflags__doc__}, [all …]
|
D | _localemodule.c | 657 METH_VARARGS, setlocale__doc__}, 661 METH_VARARGS, strcoll__doc__}, 663 METH_VARARGS, strxfrm__doc__}, 669 METH_VARARGS, nl_langinfo__doc__}, 672 {"gettext",(PyCFunction)PyIntl_gettext,METH_VARARGS, 674 {"dgettext",(PyCFunction)PyIntl_dgettext,METH_VARARGS, 676 {"dcgettext",(PyCFunction)PyIntl_dcgettext,METH_VARARGS, 678 {"textdomain",(PyCFunction)PyIntl_textdomain,METH_VARARGS, 680 {"bindtextdomain",(PyCFunction)PyIntl_bindtextdomain,METH_VARARGS, 684 METH_VARARGS, bind_textdomain_codeset__doc__},
|
D | _testcapimodule.c | 1643 {"raise_exception", raise_exception, METH_VARARGS}, 1661 {"getargs_tuple", getargs_tuple, METH_VARARGS}, 1663 METH_VARARGS|METH_KEYWORDS}, 1664 {"getargs_b", getargs_b, METH_VARARGS}, 1665 {"getargs_B", getargs_B, METH_VARARGS}, 1666 {"getargs_h", getargs_h, METH_VARARGS}, 1667 {"getargs_H", getargs_H, METH_VARARGS}, 1668 {"getargs_I", getargs_I, METH_VARARGS}, 1669 {"getargs_k", getargs_k, METH_VARARGS}, 1670 {"getargs_i", getargs_i, METH_VARARGS}, [all …]
|
D | _elementtree.c | 1446 {"clear", (PyCFunction) element_clear, METH_VARARGS}, 1448 {"get", (PyCFunction) element_get, METH_VARARGS}, 1449 {"set", (PyCFunction) element_set, METH_VARARGS}, 1451 {"find", (PyCFunction) element_find, METH_VARARGS}, 1452 {"findtext", (PyCFunction) element_findtext, METH_VARARGS}, 1453 {"findall", (PyCFunction) element_findall, METH_VARARGS}, 1455 {"append", (PyCFunction) element_append, METH_VARARGS}, 1456 {"extend", (PyCFunction) element_extend, METH_VARARGS}, 1457 {"insert", (PyCFunction) element_insert, METH_VARARGS}, 1458 {"remove", (PyCFunction) element_remove, METH_VARARGS}, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
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 | 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 | _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 | _localemodule.c | 657 METH_VARARGS, setlocale__doc__}, 661 METH_VARARGS, strcoll__doc__}, 663 METH_VARARGS, strxfrm__doc__}, 669 METH_VARARGS, nl_langinfo__doc__}, 672 {"gettext",(PyCFunction)PyIntl_gettext,METH_VARARGS, 674 {"dgettext",(PyCFunction)PyIntl_dgettext,METH_VARARGS, 676 {"dcgettext",(PyCFunction)PyIntl_dcgettext,METH_VARARGS, 678 {"textdomain",(PyCFunction)PyIntl_textdomain,METH_VARARGS, 680 {"bindtextdomain",(PyCFunction)PyIntl_bindtextdomain,METH_VARARGS, 684 METH_VARARGS, bind_textdomain_codeset__doc__},
|
D | binascii.c | 1471 {"a2b_uu", binascii_a2b_uu, METH_VARARGS, doc_a2b_uu}, 1472 {"b2a_uu", binascii_b2a_uu, METH_VARARGS, doc_b2a_uu}, 1473 {"a2b_base64", binascii_a2b_base64, METH_VARARGS, doc_a2b_base64}, 1474 {"b2a_base64", binascii_b2a_base64, METH_VARARGS, doc_b2a_base64}, 1475 {"a2b_hqx", binascii_a2b_hqx, METH_VARARGS, doc_a2b_hqx}, 1476 {"b2a_hqx", binascii_b2a_hqx, METH_VARARGS, doc_b2a_hqx}, 1477 {"b2a_hex", binascii_hexlify, METH_VARARGS, doc_hexlify}, 1478 {"a2b_hex", binascii_unhexlify, METH_VARARGS, doc_unhexlify}, 1479 {"hexlify", binascii_hexlify, METH_VARARGS, doc_hexlify}, 1480 {"unhexlify", binascii_unhexlify, METH_VARARGS, doc_unhexlify}, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 3702 {"access", edk2_access, METH_VARARGS, edk2_access__doc__}, 3704 {"ttyname", edk2_ttyname, METH_VARARGS, edk2_ttyname__doc__}, 3706 {"chdir", edk2_chdir, METH_VARARGS, edk2_chdir__doc__}, 3708 {"chflags", edk2_chflags, METH_VARARGS, edk2_chflags__doc__}, 3710 {"chmod", edk2_chmod, METH_VARARGS, edk2_chmod__doc__}, 3712 {"fchmod", edk2_fchmod, METH_VARARGS, edk2_fchmod__doc__}, 3715 {"chown", edk2_chown, METH_VARARGS, edk2_chown__doc__}, 3718 {"lchmod", edk2_lchmod, METH_VARARGS, edk2_lchmod__doc__}, 3721 {"fchown", edk2_fchown, METH_VARARGS, edk2_fchown__doc__}, 3724 {"lchflags", edk2_lchflags, METH_VARARGS, edk2_lchflags__doc__}, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 6804 {"access", posix_access, METH_VARARGS, posix_access__doc__}, 6806 {"ttyname", posix_ttyname, METH_VARARGS, posix_ttyname__doc__}, 6808 {"chdir", posix_chdir, METH_VARARGS, posix_chdir__doc__}, 6810 {"chflags", posix_chflags, METH_VARARGS, posix_chflags__doc__}, 6812 {"chmod", posix_chmod, METH_VARARGS, posix_chmod__doc__}, 6814 {"fchmod", posix_fchmod, METH_VARARGS, posix_fchmod__doc__}, 6817 {"chown", posix_chown, METH_VARARGS, posix_chown__doc__}, 6820 {"lchmod", posix_lchmod, METH_VARARGS, posix_lchmod__doc__}, 6823 {"fchown", posix_fchown, METH_VARARGS, posix_fchown__doc__}, 6826 {"lchflags", posix_lchflags, METH_VARARGS, posix_lchflags__doc__}, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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},
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/ |
D | EfiCompressor.c | 200 {"UefiDecompress", (PyCFunction)UefiDecompress, METH_VARARGS, DecompressDocs}, 201 {"UefiCompress", (PyCFunction)UefiCompress, METH_VARARGS, DecompressDocs}, 202 {"FrameworkDecompress", (PyCFunction)FrameworkDecompress, METH_VARARGS, DecompressDocs}, 203 {"FrameworkCompress", (PyCFunction)FrameworkCompress, METH_VARARGS, DecompressDocs},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | bltinmodule.c | 2604 {"__import__", (PyCFunction)builtin___import__, METH_VARARGS | METH_KEYWORDS, import_doc}, 2608 {"apply", builtin_apply, METH_VARARGS, apply_doc}, 2611 {"chr", builtin_chr, METH_VARARGS, chr_doc}, 2612 {"cmp", builtin_cmp, METH_VARARGS, cmp_doc}, 2613 {"coerce", builtin_coerce, METH_VARARGS, coerce_doc}, 2614 {"compile", (PyCFunction)builtin_compile, METH_VARARGS | METH_KEYWORDS, compile_doc}, 2615 {"delattr", builtin_delattr, METH_VARARGS, delattr_doc}, 2616 {"dir", builtin_dir, METH_VARARGS, dir_doc}, 2617 {"divmod", builtin_divmod, METH_VARARGS, divmod_doc}, 2618 {"eval", builtin_eval, METH_VARARGS, eval_doc}, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | bltinmodule.c | 2593 {"__import__", (PyCFunction)builtin___import__, METH_VARARGS | METH_KEYWORDS, import_doc}, 2597 {"apply", builtin_apply, METH_VARARGS, apply_doc}, 2600 {"chr", builtin_chr, METH_VARARGS, chr_doc}, 2601 {"cmp", builtin_cmp, METH_VARARGS, cmp_doc}, 2602 {"coerce", builtin_coerce, METH_VARARGS, coerce_doc}, 2603 {"compile", (PyCFunction)builtin_compile, METH_VARARGS | METH_KEYWORDS, compile_doc}, 2604 {"delattr", builtin_delattr, METH_VARARGS, delattr_doc}, 2605 {"dir", builtin_dir, METH_VARARGS, dir_doc}, 2606 {"divmod", builtin_divmod, METH_VARARGS, divmod_doc}, 2607 {"eval", builtin_eval, METH_VARARGS, eval_doc}, [all …]
|