/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | timingmodule.c | 46 {"start", (PyCFunction)start_timing, METH_NOARGS}, 47 {"finish", (PyCFunction)finish_timing, METH_NOARGS}, 48 {"seconds", (PyCFunction)seconds, METH_NOARGS}, 49 {"milli", (PyCFunction)milli, METH_NOARGS}, 50 {"micro", (PyCFunction)micro, METH_NOARGS},
|
D | fmmodule.c | 122 {"setfont", (PyCFunction)fh_setfont, METH_NOARGS}, 123 {"getfontname", (PyCFunction)fh_getfontname, METH_NOARGS}, 124 {"getcomment", (PyCFunction)fh_getcomment, METH_NOARGS}, 125 {"getfontinfo", (PyCFunction)fh_getfontinfo, METH_NOARGS}, 247 {"init", fm_init, METH_NOARGS}, 249 {"enumerate", fm_enumerate, METH_NOARGS}, 252 {"fontpath", fm_fontpath, METH_NOARGS},
|
D | flmodule.c | 253 {"delete_object", (PyCFunction)generic_delete_object, METH_NOARGS}, 254 {"show_object", (PyCFunction)generic_show_object, METH_NOARGS}, 255 {"hide_object", (PyCFunction)generic_hide_object, METH_NOARGS}, 256 {"redraw_object", (PyCFunction)generic_redraw_object, METH_NOARGS}, 258 {"freeze_object", (PyCFunction)generic_freeze_object, METH_NOARGS}, 259 {"unfreeze_object", (PyCFunction)generic_unfreeze_object, METH_NOARGS}, 261 {"activate_object", (PyCFunction)generic_activate_object, METH_NOARGS}, 262 {"deactivate_object", (PyCFunction)generic_deactivate_object, METH_NOARGS}, 707 METH_NOARGS}, 723 METH_NOARGS,} [all …]
|
D | threadmodule.c | 114 METH_NOARGS, release_doc}, 116 METH_NOARGS, release_doc}, 118 METH_NOARGS, locked_doc}, 120 METH_NOARGS, locked_doc}, 855 METH_NOARGS, allocate_doc}, 857 METH_NOARGS, allocate_doc}, 859 METH_NOARGS, exit_doc}, 861 METH_NOARGS, exit_doc}, 863 METH_NOARGS, interrupt_doc}, 865 METH_NOARGS, get_ident_doc}, [all …]
|
D | cStringIO.c | 491 {"flush", (PyCFunction)IO_flush, METH_NOARGS, IO_flush__doc__}, 493 {"isatty", (PyCFunction)IO_isatty, METH_NOARGS, IO_isatty__doc__}, 497 {"reset", (PyCFunction)IO_reset, METH_NOARGS, IO_reset__doc__}, 499 {"tell", (PyCFunction)IO_tell, METH_NOARGS, IO_tell__doc__}, 503 {"close", (PyCFunction)O_close, METH_NOARGS, O_close__doc__}, 598 {"flush", (PyCFunction)IO_flush, METH_NOARGS, IO_flush__doc__}, 600 {"isatty", (PyCFunction)IO_isatty, METH_NOARGS, IO_isatty__doc__}, 604 {"reset", (PyCFunction)IO_reset, METH_NOARGS, IO_reset__doc__}, 606 {"tell", (PyCFunction)IO_tell, METH_NOARGS, IO_tell__doc__}, 610 {"close", (PyCFunction)I_close, METH_NOARGS, O_close__doc__},
|
D | readline.c | 657 {"get_line_buffer", get_line_buffer, METH_NOARGS, doc_get_line_buffer}, 659 {"redisplay", redisplay, METH_NOARGS, doc_redisplay}, 668 METH_NOARGS, doc_get_current_history_length}, 672 METH_NOARGS, get_history_length_doc}, 674 {"get_completer", get_completer, METH_NOARGS, doc_get_completer}, 676 METH_NOARGS, doc_get_completion_type}, 677 {"get_begidx", get_begidx, METH_NOARGS, doc_get_begidx}, 678 {"get_endidx", get_endidx, METH_NOARGS, doc_get_endidx}, 686 METH_NOARGS, doc_get_completer_delims}, 697 {"clear_history", py_clear_history, METH_NOARGS, doc_clear_history},
|
D | _testcapimodule.c | 1644 {"test_config", (PyCFunction)test_config, METH_NOARGS}, 1645 {"test_datetime_capi", test_datetime_capi, METH_NOARGS}, 1646 {"test_list_api", (PyCFunction)test_list_api, METH_NOARGS}, 1647 {"test_dict_iteration", (PyCFunction)test_dict_iteration,METH_NOARGS}, 1648 {"test_lazy_hash_inheritance", (PyCFunction)test_lazy_hash_inheritance,METH_NOARGS}, 1649 {"test_broken_memoryview", (PyCFunction)test_broken_memoryview,METH_NOARGS}, 1650 {"test_long_api", (PyCFunction)test_long_api, METH_NOARGS}, 1652 METH_NOARGS}, 1653 {"test_long_numbits", (PyCFunction)test_long_numbits, METH_NOARGS}, 1654 {"test_k_code", (PyCFunction)test_k_code, METH_NOARGS}, [all …]
|
D | md5module.c | 147 {"digest", (PyCFunction)md5_digest, METH_NOARGS, digest_doc}, 148 {"hexdigest", (PyCFunction)md5_hexdigest, METH_NOARGS, hexdigest_doc}, 149 {"copy", (PyCFunction)md5_copy, METH_NOARGS, copy_doc},
|
D | _collectionsmodule.c | 1034 METH_NOARGS, clear_doc}, 1036 METH_NOARGS, copy_doc}, 1044 METH_NOARGS, pop_doc}, 1046 METH_NOARGS, popleft_doc}, 1048 METH_NOARGS, reduce_doc}, 1052 METH_NOARGS, reversed_doc}, 1054 METH_NOARGS, reverse_doc}, 1191 {"__length_hint__", (PyCFunction)dequeiter_len, METH_NOARGS, length_hint_doc}, 1416 {"copy", (PyCFunction)defdict_copy, METH_NOARGS, 1418 {"__copy__", (PyCFunction)defdict_copy, METH_NOARGS, [all …]
|
D | datetimemodule.c | 2146 {"total_seconds", (PyCFunction)delta_total_seconds, METH_NOARGS, 2149 {"__reduce__", (PyCFunction)delta_reduce, METH_NOARGS, 2723 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS, 2729 {"ctime", (PyCFunction)date_ctime, METH_NOARGS, 2738 {"timetuple", (PyCFunction)date_timetuple, METH_NOARGS, 2741 {"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS, 2745 {"isoformat", (PyCFunction)date_isoformat, METH_NOARGS, 2748 {"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS, 2752 {"toordinal", (PyCFunction)date_toordinal, METH_NOARGS, 2756 {"weekday", (PyCFunction)date_weekday, METH_NOARGS, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | iobase.c | 665 {"tell", iobase_tell, METH_NOARGS, iobase_tell_doc}, 667 {"flush", iobase_flush, METH_NOARGS, iobase_flush_doc}, 668 {"close", iobase_close, METH_NOARGS, iobase_close_doc}, 670 {"seekable", iobase_seekable, METH_NOARGS, iobase_seekable_doc}, 671 {"readable", iobase_readable, METH_NOARGS, iobase_readable_doc}, 672 {"writable", iobase_writable, METH_NOARGS, iobase_writable_doc}, 674 {"_checkClosed", _PyIOBase_check_closed, METH_NOARGS}, 675 {"_checkSeekable", _PyIOBase_check_seekable, METH_NOARGS}, 676 {"_checkReadable", _PyIOBase_check_readable, METH_NOARGS}, 677 {"_checkWritable", _PyIOBase_check_writable, METH_NOARGS}, [all …]
|
D | bufferedio.c | 142 {"detach", (PyCFunction)bufferediobase_detach, METH_NOARGS, bufferediobase_detach_doc}, 1536 {"detach", (PyCFunction)buffered_detach, METH_NOARGS}, 1537 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS}, 1538 {"close", (PyCFunction)buffered_close, METH_NOARGS}, 1539 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS}, 1540 {"readable", (PyCFunction)buffered_readable, METH_NOARGS}, 1541 {"writable", (PyCFunction)buffered_writable, METH_NOARGS}, 1542 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS}, 1543 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS}, 1550 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, [all …]
|
D | bytesio.c | 819 {"readable", (PyCFunction)return_true, METH_NOARGS, NULL}, 820 {"seekable", (PyCFunction)return_true, METH_NOARGS, NULL}, 821 {"writable", (PyCFunction)return_true, METH_NOARGS, NULL}, 822 {"close", (PyCFunction)bytesio_close, METH_NOARGS, close_doc}, 823 {"flush", (PyCFunction)bytesio_flush, METH_NOARGS, flush_doc}, 824 {"isatty", (PyCFunction)bytesio_isatty, METH_NOARGS, isatty_doc}, 825 {"tell", (PyCFunction)bytesio_tell, METH_NOARGS, tell_doc}, 833 {"getvalue", (PyCFunction)bytesio_getvalue, METH_NOARGS, getval_doc}, 836 {"__getstate__", (PyCFunction)bytesio_getstate, METH_NOARGS, NULL},
|
D | stringio.c | 811 {"close", (PyCFunction)stringio_close, METH_NOARGS, stringio_close_doc}, 812 {"getvalue", (PyCFunction)stringio_getvalue, METH_NOARGS, stringio_getvalue_doc}, 815 {"tell", (PyCFunction)stringio_tell, METH_NOARGS, stringio_tell_doc}, 820 {"seekable", (PyCFunction)stringio_seekable, METH_NOARGS}, 821 {"readable", (PyCFunction)stringio_readable, METH_NOARGS}, 822 {"writable", (PyCFunction)stringio_writable, METH_NOARGS}, 824 {"__getstate__", (PyCFunction)stringio_getstate, METH_NOARGS},
|
D | fileio.c | 1009 {"readall", (PyCFunction)fileio_readall, METH_NOARGS, readall_doc}, 1017 {"close", (PyCFunction)fileio_close, METH_NOARGS, close_doc}, 1018 {"seekable", (PyCFunction)fileio_seekable, METH_NOARGS, seekable_doc}, 1019 {"readable", (PyCFunction)fileio_readable, METH_NOARGS, readable_doc}, 1020 {"writable", (PyCFunction)fileio_writable, METH_NOARGS, writable_doc}, 1021 {"fileno", (PyCFunction)fileio_fileno, METH_NOARGS, fileno_doc}, 1022 {"isatty", (PyCFunction)fileio_isatty, METH_NOARGS, isatty_doc},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | iobase.c | 680 {"tell", iobase_tell, METH_NOARGS, iobase_tell_doc}, 682 {"flush", iobase_flush, METH_NOARGS, iobase_flush_doc}, 683 {"close", iobase_close, METH_NOARGS, iobase_close_doc}, 685 {"seekable", iobase_seekable, METH_NOARGS, iobase_seekable_doc}, 686 {"readable", iobase_readable, METH_NOARGS, iobase_readable_doc}, 687 {"writable", iobase_writable, METH_NOARGS, iobase_writable_doc}, 689 {"_checkClosed", _PyIOBase_check_closed, METH_NOARGS}, 690 {"_checkSeekable", _PyIOBase_check_seekable, METH_NOARGS}, 691 {"_checkReadable", _PyIOBase_check_readable, METH_NOARGS}, 692 {"_checkWritable", _PyIOBase_check_writable, METH_NOARGS}, [all …]
|
D | bufferedio.c | 142 {"detach", (PyCFunction)bufferediobase_detach, METH_NOARGS, bufferediobase_detach_doc}, 1563 {"detach", (PyCFunction)buffered_detach, METH_NOARGS}, 1564 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS}, 1565 {"close", (PyCFunction)buffered_close, METH_NOARGS}, 1566 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS}, 1567 {"readable", (PyCFunction)buffered_readable, METH_NOARGS}, 1568 {"writable", (PyCFunction)buffered_writable, METH_NOARGS}, 1569 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS}, 1570 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS}, 1577 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, [all …]
|
D | bytesio.c | 840 {"readable", (PyCFunction)return_not_closed, METH_NOARGS, readable_doc}, 841 {"seekable", (PyCFunction)return_not_closed, METH_NOARGS, seekable_doc}, 842 {"writable", (PyCFunction)return_not_closed, METH_NOARGS, writable_doc}, 843 {"close", (PyCFunction)bytesio_close, METH_NOARGS, close_doc}, 844 {"flush", (PyCFunction)bytesio_flush, METH_NOARGS, flush_doc}, 845 {"isatty", (PyCFunction)bytesio_isatty, METH_NOARGS, isatty_doc}, 846 {"tell", (PyCFunction)bytesio_tell, METH_NOARGS, tell_doc}, 854 {"getvalue", (PyCFunction)bytesio_getvalue, METH_NOARGS, getval_doc}, 857 {"__getstate__", (PyCFunction)bytesio_getstate, METH_NOARGS, NULL}, 859 {"__sizeof__", (PyCFunction)bytesio_sizeof, METH_NOARGS, NULL},
|
D | stringio.c | 824 {"close", (PyCFunction)stringio_close, METH_NOARGS, stringio_close_doc}, 825 {"getvalue", (PyCFunction)stringio_getvalue, METH_NOARGS, stringio_getvalue_doc}, 828 {"tell", (PyCFunction)stringio_tell, METH_NOARGS, stringio_tell_doc}, 833 {"seekable", (PyCFunction)stringio_seekable, METH_NOARGS, stringio_seekable_doc}, 834 {"readable", (PyCFunction)stringio_readable, METH_NOARGS, stringio_readable_doc}, 835 {"writable", (PyCFunction)stringio_writable, METH_NOARGS, stringio_writable_doc}, 837 {"__getstate__", (PyCFunction)stringio_getstate, METH_NOARGS},
|
D | fileio.c | 1032 {"readall", (PyCFunction)fileio_readall, METH_NOARGS, readall_doc}, 1040 {"close", (PyCFunction)fileio_close, METH_NOARGS, close_doc}, 1041 {"seekable", (PyCFunction)fileio_seekable, METH_NOARGS, seekable_doc}, 1042 {"readable", (PyCFunction)fileio_readable, METH_NOARGS, readable_doc}, 1043 {"writable", (PyCFunction)fileio_writable, METH_NOARGS, writable_doc}, 1044 {"fileno", (PyCFunction)fileio_fileno, METH_NOARGS, fileno_doc}, 1045 {"isatty", (PyCFunction)fileio_isatty, METH_NOARGS, isatty_doc},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cStringIO.c | 513 {"flush", (PyCFunction)IO_flush, METH_NOARGS, IO_flush__doc__}, 515 {"isatty", (PyCFunction)IO_isatty, METH_NOARGS, IO_isatty__doc__}, 519 {"reset", (PyCFunction)IO_reset, METH_NOARGS, IO_reset__doc__}, 521 {"tell", (PyCFunction)IO_tell, METH_NOARGS, IO_tell__doc__}, 525 {"close", (PyCFunction)O_close, METH_NOARGS, O_close__doc__}, 620 {"flush", (PyCFunction)IO_flush, METH_NOARGS, IO_flush__doc__}, 622 {"isatty", (PyCFunction)IO_isatty, METH_NOARGS, IO_isatty__doc__}, 626 {"reset", (PyCFunction)IO_reset, METH_NOARGS, IO_reset__doc__}, 628 {"tell", (PyCFunction)IO_tell, METH_NOARGS, IO_tell__doc__}, 632 {"close", (PyCFunction)I_close, METH_NOARGS, O_close__doc__},
|
D | md5module.c | 160 {"digest", (PyCFunction)md5_digest, METH_NOARGS, digest_doc}, 161 {"hexdigest", (PyCFunction)md5_hexdigest, METH_NOARGS, hexdigest_doc}, 162 {"copy", (PyCFunction)md5_copy, METH_NOARGS, copy_doc},
|
D | datetimemodule.c | 2146 {"total_seconds", (PyCFunction)delta_total_seconds, METH_NOARGS, 2149 {"__reduce__", (PyCFunction)delta_reduce, METH_NOARGS, 2723 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS, 2729 {"ctime", (PyCFunction)date_ctime, METH_NOARGS, 2738 {"timetuple", (PyCFunction)date_timetuple, METH_NOARGS, 2741 {"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS, 2745 {"isoformat", (PyCFunction)date_isoformat, METH_NOARGS, 2748 {"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS, 2752 {"toordinal", (PyCFunction)date_toordinal, METH_NOARGS, 2756 {"weekday", (PyCFunction)date_weekday, METH_NOARGS, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | sysmodule.c | 903 {"callstats", (PyCFunction)PyEval_GetCallStats, METH_NOARGS, 905 {"_clear_type_cache", sys_clear_type_cache, METH_NOARGS, 907 {"_current_frames", sys_current_frames, METH_NOARGS, 910 {"exc_info", sys_exc_info, METH_NOARGS, exc_info_doc}, 911 {"exc_clear", sys_exc_clear, METH_NOARGS, exc_clear_doc}, 916 METH_NOARGS, getdefaultencoding_doc}, 919 {"getdlopenflags", (PyCFunction)sys_getdlopenflags, METH_NOARGS, 923 {"getcounts", (PyCFunction)sys_getcounts, METH_NOARGS}, 930 METH_NOARGS, getfilesystemencoding_doc}, 936 {"gettotalrefcount", (PyCFunction)sys_gettotalrefcount, METH_NOARGS}, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | sysmodule.c | 921 {"callstats", (PyCFunction)PyEval_GetCallStats, METH_NOARGS, 923 {"_clear_type_cache", sys_clear_type_cache, METH_NOARGS, 925 {"_current_frames", sys_current_frames, METH_NOARGS, 928 {"exc_info", sys_exc_info, METH_NOARGS, exc_info_doc}, 929 {"exc_clear", sys_exc_clear, METH_NOARGS, exc_clear_doc}, 934 METH_NOARGS, getdefaultencoding_doc}, 937 {"getdlopenflags", (PyCFunction)sys_getdlopenflags, METH_NOARGS, 941 {"getcounts", (PyCFunction)sys_getcounts, METH_NOARGS}, 948 METH_NOARGS, getfilesystemencoding_doc}, 954 {"gettotalrefcount", (PyCFunction)sys_gettotalrefcount, METH_NOARGS}, [all …]
|