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

1 2

  /external/python/cpython3/Objects/clinic/
unicodeobject.c.h 20 {"maketrans", (PyCFunction)unicode_maketrans, METH_VARARGS|METH_STATIC, unicode_maketrans__doc__},
bytesobject.c.h 321 {"maketrans", (PyCFunction)bytes_maketrans, METH_VARARGS|METH_STATIC, bytes_maketrans__doc__},
bytearrayobject.c.h 91 {"maketrans", (PyCFunction)bytearray_maketrans, METH_VARARGS|METH_STATIC, bytearray_maketrans__doc__},
  /external/python/cpython3/Include/
methodobject.h 35 (((PyCFunctionObject *)func) -> m_ml -> ml_flags & METH_STATIC ? \
75 /* METH_CLASS and METH_STATIC are a little different; these control
79 #define METH_STATIC 0x0020
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 60 /* METH_CLASS and METH_STATIC are a little different; these control
64 #define METH_STATIC 0x0020
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 60 /* METH_CLASS and METH_STATIC are a little different; these control
64 #define METH_STATIC 0x0020
  /external/python/cpython2/Include/
methodobject.h 60 /* METH_CLASS and METH_STATIC are a little different; these control
64 #define METH_STATIC 0x0020
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 60 /* METH_CLASS and METH_STATIC are a little different; these control
64 #define METH_STATIC 0x0020
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 60 /* METH_CLASS and METH_STATIC are a little different; these control
64 #define METH_STATIC 0x0020
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 60 /* METH_CLASS and METH_STATIC are a little different; these control
64 #define METH_STATIC 0x0020
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 60 /* METH_CLASS and METH_STATIC are a little different; these control
64 #define METH_STATIC 0x0020
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
xxsubtype.c 77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxsubtype.c 77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
  /external/python/cpython2/Modules/
xxsubtype.c 77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
  /external/python/cpython3/Modules/
xxsubtype.c 77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
  /external/python/cpython3/Objects/
methodobject.c 95 flags = PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST);
174 flags = PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST);
moduleobject.c 141 (fdef->ml_flags & METH_STATIC)) {
144 " METH_CLASS or METH_STATIC");
  /external/python/cpython2/Modules/_multiprocessing/
win32_functions.c 13 {#func, (PyCFunction)win32_ ## func, METH_VARARGS | METH_STATIC, ""}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) {
  /external/python/cpython2/Objects/
methodobject.c 78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
modsupport.c 74 (ml->ml_flags & METH_STATIC)) {
77 " METH_CLASS or METH_STATIC");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
modsupport.c 74 (ml->ml_flags & METH_STATIC)) {
77 " METH_CLASS or METH_STATIC");
  /external/python/cpython2/Python/
modsupport.c 74 (ml->ml_flags & METH_STATIC)) {
77 " METH_CLASS or METH_STATIC");
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]

Completed in 1102 milliseconds

1 2