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

  /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.2/Include/
object.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
flmodule.c 168 Py_INCREF(Py_None);
169 return Py_None;
176 Py_INCREF(Py_None);
177 return Py_None;
247 Py_INCREF(Py_None);
248 return Py_None;
418 Py_INCREF(Py_None);
419 return Py_None;
432 Py_INCREF(Py_None);
433 return Py_None;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 839 #define Py_None (&_Py_NoneStruct)
841 /* Macro for returning Py_None from a function */
842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 839 #define Py_None (&_Py_NoneStruct)
841 /* Macro for returning Py_None from a function */
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 839 #define Py_None (&_Py_NoneStruct)
841 /* Macro for returning Py_None from a function */
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 839 #define Py_None (&_Py_NoneStruct)
841 /* Macro for returning Py_None from a function */
842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c     [all...]

Completed in 586 milliseconds