HomeSort by relevance Sort by last modified time
    Searched defs:Py_RETURN_NONE (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 111 #if !defined(Py_RETURN_NONE)
112 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
560 Py_RETURN_NONE;
582 Py_RETURN_NONE;
785 Py_RETURN_NONE;
804 Py_RETURN_NONE;
815 Py_RETURN_NONE;
1064 Py_RETURN_NONE;
1187 Py_RETURN_NONE;
1227 Py_RETURN_NONE;
    [all...]
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
_elementtree.c 111 #if !defined(Py_RETURN_NONE)
112 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
567 Py_RETURN_NONE;
589 Py_RETURN_NONE;
791 Py_RETURN_NONE;
810 Py_RETURN_NONE;
826 Py_RETURN_NONE;
1091 Py_RETURN_NONE;
1219 Py_RETURN_NONE;
1270 Py_RETURN_NONE;
    [all...]
posixmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 681 Py_RETURN_NONE;
706 Py_RETURN_NONE;
850 Py_RETURN_NONE;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h     [all...]
  /external/python/cpython2/Include/
object.h     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 680 Py_RETURN_NONE;
705 Py_RETURN_NONE;
849 Py_RETURN_NONE;
    [all...]

Completed in 1239 milliseconds