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

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 180 Py_INCREF(Py_NotImplemented);
181 return Py_NotImplemented;
192 Py_INCREF(Py_NotImplemented);
193 return Py_NotImplemented;
  /external/python/cpython2/Modules/_sqlite/
row.c 199 Py_INCREF(Py_NotImplemented);
200 return Py_NotImplemented;
211 Py_INCREF(Py_NotImplemented);
212 return Py_NotImplemented;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 266 Py_INCREF(Py_NotImplemented);
267 return Py_NotImplemented;
datetimemodule.c     [all...]
  /external/python/cpython2/Modules/
xxmodule.c 266 Py_INCREF(Py_NotImplemented);
267 return Py_NotImplemented;
datetimemodule.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 266 Py_INCREF(Py_NotImplemented);
267 return Py_NotImplemented;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 266 Py_INCREF(Py_NotImplemented);
267 return Py_NotImplemented;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 240 Py_INCREF(Py_NotImplemented);
241 return Py_NotImplemented;
244 Py_INCREF(Py_NotImplemented);
245 return Py_NotImplemented;
abstract.c 940 if (x != Py_NotImplemented)
946 if (x != Py_NotImplemented)
952 if (x != Py_NotImplemented)
978 Py_INCREF(Py_NotImplemented);
979 return Py_NotImplemented;
998 if (result == Py_NotImplemented) {
1060 if (x != Py_NotImplemented)
1066 if (x != Py_NotImplemented)
1072 if (x != Py_NotImplemented)
1083 if (x != Py_NotImplemented)
    [all...]
setobject.c     [all...]
classobject.c     [all...]
typeobject.c 645 result = Py_NotImplemented;
668 result = Py_NotImplemented;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 240 Py_INCREF(Py_NotImplemented);
241 return Py_NotImplemented;
244 Py_INCREF(Py_NotImplemented);
245 return Py_NotImplemented;
abstract.c 940 if (x != Py_NotImplemented)
946 if (x != Py_NotImplemented)
952 if (x != Py_NotImplemented)
978 Py_INCREF(Py_NotImplemented);
979 return Py_NotImplemented;
998 if (result == Py_NotImplemented) {
1060 if (x != Py_NotImplemented)
1066 if (x != Py_NotImplemented)
1072 if (x != Py_NotImplemented)
1083 if (x != Py_NotImplemented)
    [all...]
setobject.c     [all...]
classobject.c     [all...]
typeobject.c 639 result = Py_NotImplemented;
662 result = Py_NotImplemented;
    [all...]
  /external/python/cpython2/Objects/
methodobject.c 240 Py_INCREF(Py_NotImplemented);
241 return Py_NotImplemented;
244 Py_INCREF(Py_NotImplemented);
245 return Py_NotImplemented;
abstract.c 940 if (x != Py_NotImplemented)
946 if (x != Py_NotImplemented)
952 if (x != Py_NotImplemented)
978 Py_INCREF(Py_NotImplemented);
979 return Py_NotImplemented;
998 if (result == Py_NotImplemented) {
1060 if (x != Py_NotImplemented)
1066 if (x != Py_NotImplemented)
1072 if (x != Py_NotImplemented)
1083 if (x != Py_NotImplemented)
    [all...]
setobject.c     [all...]
classobject.c     [all...]
typeobject.c 665 result = Py_NotImplemented;
688 result = Py_NotImplemented;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 118 /* Py_NotImplemented is defined in 2.1 and up. */
120 # ifndef Py_NotImplemented
121 # define Py_NotImplemented PyExc_RuntimeError
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c     [all...]

Completed in 444 milliseconds

1 2 3 4