Searched refs:METH_NOARGS (Results 1 - 25 of 148) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dtimingmodule.c46 {"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},
H A Dfmmodule.c122 {"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},
H A Dflmodule.c253 {"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...]
H A Dmd5module.c147 {"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},
H A Dthreadmodule.c114 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_do
[all...]
H A DcStringIO.c491 {"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_
[all...]
H A Dreadline.c657 {"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_histor
[all...]
H A D_testcapimodule.c1644 {"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...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Diobase.c680 {"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...]
H A Dbufferedio.c142 {"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...]
H A Dbytesio.c840 {"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, NUL
[all...]
H A Dstringio.c824 {"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},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Diobase.c665 {"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...]
H A Dbufferedio.c142 {"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...]
H A Dbytesio.c819 {"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},
H A Dfileio.c1009 {"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},
H A Dstringio.c811 {"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},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dmd5module.c160 {"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},
H A DcStringIO.c513 {"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_
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dmethodobject.h56 /* METH_NOARGS and METH_O must not be combined with the flags above. */
57 #define METH_NOARGS 0x0004 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dmethodobject.h56 /* METH_NOARGS and METH_O must not be combined with the flags above. */
57 #define METH_NOARGS 0x0004 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dsysmodule.c921 {"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...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dsysmodule.c903 {"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/Objects/
H A Dbytearrayobject.c2811 {"__alloc__", (PyCFunction)bytearray_alloc, METH_NOARGS, alloc_doc},
2812 {"__reduce__", (PyCFunction)bytearray_reduce, METH_NOARGS, reduce_doc},
2813 {"__sizeof__", (PyCFunction)bytearray_sizeof, METH_NOARGS, sizeof_doc},
2815 {"capitalize", (PyCFunction)stringlib_capitalize, METH_NOARGS,
2829 {"isalnum", (PyCFunction)stringlib_isalnum, METH_NOARGS,
2831 {"isalpha", (PyCFunction)stringlib_isalpha, METH_NOARGS,
2833 {"isdigit", (PyCFunction)stringlib_isdigit, METH_NOARGS,
2835 {"islower", (PyCFunction)stringlib_islower, METH_NOARGS,
2837 {"isspace", (PyCFunction)stringlib_isspace, METH_NOARGS,
2839 {"istitle", (PyCFunction)stringlib_istitle, METH_NOARGS,
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dbytearrayobject.c2803 {"__alloc__", (PyCFunction)bytearray_alloc, METH_NOARGS, alloc_doc},
2804 {"__reduce__", (PyCFunction)bytearray_reduce, METH_NOARGS, reduce_doc},
2805 {"__sizeof__", (PyCFunction)bytearray_sizeof, METH_NOARGS, sizeof_doc},
2807 {"capitalize", (PyCFunction)stringlib_capitalize, METH_NOARGS,
2821 {"isalnum", (PyCFunction)stringlib_isalnum, METH_NOARGS,
2823 {"isalpha", (PyCFunction)stringlib_isalpha, METH_NOARGS,
2825 {"isdigit", (PyCFunction)stringlib_isdigit, METH_NOARGS,
2827 {"islower", (PyCFunction)stringlib_islower, METH_NOARGS,
2829 {"isspace", (PyCFunction)stringlib_isspace, METH_NOARGS,
2831 {"istitle", (PyCFunction)stringlib_istitle, METH_NOARGS,
[all...]

Completed in 272 milliseconds

123456