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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
future_builtins.c 72 {"hex", builtin_hex, METH_O, hex_doc},
73 {"oct", builtin_oct, METH_O, oct_doc},
74 {"ascii", builtin_ascii, METH_O, ascii_doc},
mathmodule.c     [all...]
_weakref.c 81 {"getweakrefcount", weakref_getweakrefcount, METH_O,
83 {"getweakrefs", weakref_getweakrefs, METH_O,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
future_builtins.c 72 {"hex", builtin_hex, METH_O, hex_doc},
73 {"oct", builtin_oct, METH_O, oct_doc},
74 {"ascii", builtin_ascii, METH_O, ascii_doc},
mathmodule.c     [all...]
_weakref.c 81 {"getweakrefcount", weakref_getweakrefcount, METH_O,
83 {"getweakrefs", weakref_getweakrefs, METH_O,
  /external/python/cpython2/Modules/
future_builtins.c 72 {"hex", builtin_hex, METH_O, hex_doc},
73 {"oct", builtin_oct, METH_O, oct_doc},
74 {"ascii", builtin_ascii, METH_O, ascii_doc},
mathmodule.c     [all...]
_weakref.c 81 {"getweakrefcount", weakref_getweakrefcount, METH_O,
83 {"getweakrefs", weakref_getweakrefs, METH_O,
  /external/python/cpython3/Modules/clinic/
pwdmodule.c.h 14 {"getpwuid", (PyCFunction)pwd_getpwuid, METH_O, pwd_getpwuid__doc__},
25 {"getpwnam", (PyCFunction)pwd_getpwnam, METH_O, pwd_getpwnam__doc__},
arraymodule.c.h 30 {"__deepcopy__", (PyCFunction)array_array___deepcopy__, METH_O, array_array___deepcopy____doc__},
39 {"count", (PyCFunction)array_array_count, METH_O, array_array_count__doc__},
48 {"index", (PyCFunction)array_array_index, METH_O, array_array_index__doc__},
57 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
96 {"extend", (PyCFunction)array_array_extend, METH_O, array_array_extend__doc__},
155 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__},
232 {"tofile", (PyCFunction)array_array_tofile, METH_O, array_array_tofile__doc__},
241 {"fromlist", (PyCFunction)array_array_fromlist, METH_O, array_array_fromlist__doc__},
270 {"fromstring", (PyCFunction)array_array_fromstring, METH_O, array_array_fromstring__doc__},
302 {"frombytes", (PyCFunction)array_array_frombytes, METH_O, array_array_frombytes__doc__}
    [all...]
_tkinter.c.h 11 {"eval", (PyCFunction)_tkinter_tkapp_eval, METH_O, _tkinter_tkapp_eval__doc__},
37 {"evalfile", (PyCFunction)_tkinter_tkapp_evalfile, METH_O, _tkinter_tkapp_evalfile__doc__},
63 {"record", (PyCFunction)_tkinter_tkapp_record, METH_O, _tkinter_tkapp_record__doc__},
89 {"adderrinfo", (PyCFunction)_tkinter_tkapp_adderrinfo, METH_O, _tkinter_tkapp_adderrinfo__doc__},
115 {"getint", (PyCFunction)_tkinter_tkapp_getint, METH_O, _tkinter_tkapp_getint__doc__},
123 {"getdouble", (PyCFunction)_tkinter_tkapp_getdouble, METH_O, _tkinter_tkapp_getdouble__doc__},
131 {"getboolean", (PyCFunction)_tkinter_tkapp_getboolean, METH_O, _tkinter_tkapp_getboolean__doc__},
139 {"exprstring", (PyCFunction)_tkinter_tkapp_exprstring, METH_O, _tkinter_tkapp_exprstring__doc__},
165 {"exprlong", (PyCFunction)_tkinter_tkapp_exprlong, METH_O, _tkinter_tkapp_exprlong__doc__},
191 {"exprdouble", (PyCFunction)_tkinter_tkapp_exprdouble, METH_O, _tkinter_tkapp_exprdouble__doc__}
    [all...]
cmathmodule.c.h 12 {"acos", (PyCFunction)cmath_acos, METH_O, cmath_acos__doc__},
54 {"acosh", (PyCFunction)cmath_acosh, METH_O, cmath_acosh__doc__},
96 {"asin", (PyCFunction)cmath_asin, METH_O, cmath_asin__doc__},
138 {"asinh", (PyCFunction)cmath_asinh, METH_O, cmath_asinh__doc__},
180 {"atan", (PyCFunction)cmath_atan, METH_O, cmath_atan__doc__},
222 {"atanh", (PyCFunction)cmath_atanh, METH_O, cmath_atanh__doc__},
264 {"cos", (PyCFunction)cmath_cos, METH_O, cmath_cos__doc__},
306 {"cosh", (PyCFunction)cmath_cosh, METH_O, cmath_cosh__doc__},
348 {"exp", (PyCFunction)cmath_exp, METH_O, cmath_exp__doc__},
390 {"log10", (PyCFunction)cmath_log10, METH_O, cmath_log10__doc__}
    [all...]
unicodedata.c.h 113 {"category", (PyCFunction)unicodedata_UCD_category, METH_O, unicodedata_UCD_category__doc__},
142 {"bidirectional", (PyCFunction)unicodedata_UCD_bidirectional, METH_O, unicodedata_UCD_bidirectional__doc__},
171 {"combining", (PyCFunction)unicodedata_UCD_combining, METH_O, unicodedata_UCD_combining__doc__},
206 {"mirrored", (PyCFunction)unicodedata_UCD_mirrored, METH_O, unicodedata_UCD_mirrored__doc__},
238 {"east_asian_width", (PyCFunction)unicodedata_UCD_east_asian_width, METH_O, unicodedata_UCD_east_asian_width__doc__},
267 {"decomposition", (PyCFunction)unicodedata_UCD_decomposition, METH_O, unicodedata_UCD_decomposition__doc__},
361 {"lookup", (PyCFunction)unicodedata_UCD_lookup, METH_O, unicodedata_UCD_lookup__doc__},
_weakref.c.h 12 {"getweakrefcount", (PyCFunction)_weakref_getweakrefcount, METH_O, _weakref_getweakrefcount__doc__},
spwdmodule.c.h 16 {"getspnam", (PyCFunction)spwd_getspnam, METH_O, spwd_getspnam__doc__},
binascii.c.h 12 {"a2b_uu", (PyCFunction)binascii_a2b_uu, METH_O, binascii_a2b_uu__doc__},
43 {"b2a_uu", (PyCFunction)binascii_b2a_uu, METH_O, binascii_b2a_uu__doc__},
75 {"a2b_base64", (PyCFunction)binascii_a2b_base64, METH_O, binascii_a2b_base64__doc__},
142 {"a2b_hqx", (PyCFunction)binascii_a2b_hqx, METH_O, binascii_a2b_hqx__doc__},
173 {"rlecode_hqx", (PyCFunction)binascii_rlecode_hqx, METH_O, binascii_rlecode_hqx__doc__},
205 {"b2a_hqx", (PyCFunction)binascii_b2a_hqx, METH_O, binascii_b2a_hqx__doc__},
237 {"rledecode_hqx", (PyCFunction)binascii_rledecode_hqx, METH_O, binascii_rledecode_hqx__doc__},
350 {"b2a_hex", (PyCFunction)binascii_b2a_hex, METH_O, binascii_b2a_hex__doc__},
384 {"hexlify", (PyCFunction)binascii_hexlify, METH_O, binascii_hexlify__doc__},
419 {"a2b_hex", (PyCFunction)binascii_a2b_hex, METH_O, binascii_a2b_hex__doc__}
    [all...]
signalmodule.c.h 14 {"alarm", (PyCFunction)signal_alarm, METH_O, signal_alarm__doc__},
112 {"getsignal", (PyCFunction)signal_getsignal, METH_O, signal_getsignal__doc__},
217 {"getitimer", (PyCFunction)signal_getitimer, METH_O, signal_getitimer__doc__},
310 {"sigwait", (PyCFunction)signal_sigwait, METH_O, signal_sigwait__doc__},
325 {"sigwaitinfo", (PyCFunction)signal_sigwaitinfo, METH_O, signal_sigwaitinfo__doc__},
  /external/python/cpython3/Objects/clinic/
dictobject.c.h 42 {"__contains__", (PyCFunction)dict___contains__, METH_O|METH_COEXIST, dict___contains____doc__},
  /external/python/cpython3/Python/clinic/
import.c.h 108 {"create_builtin", (PyCFunction)_imp_create_builtin, METH_O, _imp_create_builtin__doc__},
135 {"init_frozen", (PyCFunction)_imp_init_frozen, METH_O, _imp_init_frozen__doc__},
162 {"get_frozen_object", (PyCFunction)_imp_get_frozen_object, METH_O, _imp_get_frozen_object__doc__},
189 {"is_frozen_package", (PyCFunction)_imp_is_frozen_package, METH_O, _imp_is_frozen_package__doc__},
216 {"is_builtin", (PyCFunction)_imp_is_builtin, METH_O, _imp_is_builtin__doc__},
243 {"is_frozen", (PyCFunction)_imp_is_frozen, METH_O, _imp_is_frozen__doc__},
306 {"exec_dynamic", (PyCFunction)_imp_exec_dynamic, METH_O, _imp_exec_dynamic__doc__},
336 {"exec_builtin", (PyCFunction)_imp_exec_builtin, METH_O, _imp_exec_builtin__doc__},
bltinmodule.c.h 12 {"abs", (PyCFunction)builtin_abs, METH_O, builtin_abs__doc__},
23 {"all", (PyCFunction)builtin_all, METH_O, builtin_all__doc__},
34 {"any", (PyCFunction)builtin_any, METH_O, builtin_any__doc__},
48 {"ascii", (PyCFunction)builtin_ascii, METH_O, builtin_ascii__doc__},
60 {"bin", (PyCFunction)builtin_bin, METH_O, builtin_bin__doc__},
72 {"callable", (PyCFunction)builtin_callable, METH_O, builtin_callable__doc__},
112 {"chr", (PyCFunction)builtin_chr, METH_O, builtin_chr__doc__},
350 {"id", (PyCFunction)builtin_id, METH_O, builtin_id__doc__},
428 {"hash", (PyCFunction)builtin_hash, METH_O, builtin_hash__doc__},
440 {"hex", (PyCFunction)builtin_hex, METH_O, builtin_hex__doc__}
    [all...]
  /external/python/cpython3/Modules/
_stat.c 412 {"S_ISDIR", stat_S_ISDIR, METH_O, stat_S_ISDIR_doc},
413 {"S_ISCHR", stat_S_ISCHR, METH_O, stat_S_ISCHR_doc},
414 {"S_ISBLK", stat_S_ISBLK, METH_O, stat_S_ISBLK_doc},
415 {"S_ISREG", stat_S_ISREG, METH_O, stat_S_ISREG_doc},
416 {"S_ISFIFO", stat_S_ISFIFO, METH_O, stat_S_ISFIFO_doc},
417 {"S_ISLNK", stat_S_ISLNK, METH_O, stat_S_ISLNK_doc},
418 {"S_ISSOCK", stat_S_ISSOCK, METH_O, stat_S_ISSOCK_doc},
419 {"S_ISDOOR", stat_S_ISDOOR, METH_O, stat_S_ISDOOR_doc},
420 {"S_ISPORT", stat_S_ISPORT, METH_O, stat_S_ISPORT_doc},
421 {"S_ISWHT", stat_S_ISWHT, METH_O, stat_S_ISWHT_doc}
    [all...]
mathmodule.c     [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 468 { "Add", (PyCFunction)Add, METH_O,
470 { "AddSerializedFile", (PyCFunction)AddSerializedFile, METH_O,
475 { "AddFileDescriptor", (PyCFunction)AddFileDescriptor, METH_O,
477 { "AddDescriptor", (PyCFunction)AddDescriptor, METH_O,
479 { "AddEnumDescriptor", (PyCFunction)AddEnumDescriptor, METH_O,
482 { "FindFileByName", (PyCFunction)FindFileByName, METH_O,
484 { "FindMessageTypeByName", (PyCFunction)FindMessageByName, METH_O,
486 { "FindFieldByName", (PyCFunction)FindFieldByName, METH_O,
488 { "FindExtensionByName", (PyCFunction)FindExtensionByName, METH_O,
490 { "FindEnumTypeByName", (PyCFunction)FindEnumTypeByName, METH_O,
    [all...]
  /external/python/cpython3/PC/clinic/
msvcrtmodule.c.h 149 {"get_osfhandle", (PyCFunction)msvcrt_get_osfhandle, METH_O, msvcrt_get_osfhandle__doc__},
311 {"putch", (PyCFunction)msvcrt_putch, METH_O, msvcrt_putch__doc__},
338 {"putwch", (PyCFunction)msvcrt_putwch, METH_O, msvcrt_putwch__doc__},
369 {"ungetch", (PyCFunction)msvcrt_ungetch, METH_O, msvcrt_ungetch__doc__},
396 {"ungetwch", (PyCFunction)msvcrt_ungetwch, METH_O, msvcrt_ungetwch__doc__},
507 {"set_error_mode", (PyCFunction)msvcrt_set_error_mode, METH_O, msvcrt_set_error_mode__doc__},
541 {"SetErrorMode", (PyCFunction)msvcrt_SetErrorMode, METH_O, msvcrt_SetErrorMode__doc__},

Completed in 468 milliseconds

1 2 3 4 5 6 7 8 91011>>