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

  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 178 if (py_value != Py_None) {
203 if (py_value == Py_None) {
217 if (inner_py_value == Py_None) {
382 if (py_value == Py_None) {
401 if (inner_py_value == Py_None) {
512 if (attrs == Py_None) return;
553 if (attr_value == Py_None) {
    [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.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...]
  /external/python/cpython2/Include/
object.h     [all...]
  /external/python/cpython2/Modules/
flmodule.c 164 Py_INCREF(Py_None);
165 return Py_None;
172 Py_INCREF(Py_None);
173 return Py_None;
243 Py_INCREF(Py_None);
244 return Py_None;
414 Py_INCREF(Py_None);
415 return Py_None;
428 Py_INCREF(Py_None);
429 return Py_None;
    [all...]
  /external/python/cpython3/Include/
object.h     [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 248 milliseconds