HomeSort by relevance Sort by last modified time
    Searched refs:PyWeakref_Check (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
weakrefobject.h 52 #define PyWeakref_Check(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
weakrefobject.h 55 #define PyWeakref_Check(op) \
  /external/python/cpython2/Include/
weakrefobject.h 52 #define PyWeakref_Check(op) \
  /external/python/cpython3/Include/
weakrefobject.h 54 #define PyWeakref_Check(op) \
  /prebuilts/gdb/darwin-x86/include/python2.7/
weakrefobject.h 55 #define PyWeakref_Check(op) \
  /prebuilts/gdb/linux-x86/include/python2.7/
weakrefobject.h 55 #define PyWeakref_Check(op) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
weakrefobject.h 55 #define PyWeakref_Check(op) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h 55 #define PyWeakref_Check(op) \
  /external/python/cpython3/Modules/
_weakref.c 41 if (!PyWeakref_Check(value)) {
gcmodule.c 706 assert(PyWeakref_Check(op));
    [all...]
  /external/python/cpython3/Objects/
weakrefobject.c 96 assert(PyWeakref_Check(self));
196 !PyWeakref_Check(self) ||
197 !PyWeakref_Check(other)) {
859 if (ref == NULL || !PyWeakref_Check(ref)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 94 assert(PyWeakref_Check(self));
879 if (ref == NULL || !PyWeakref_Check(ref)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 95 assert(PyWeakref_Check(self));
868 if (ref == NULL || !PyWeakref_Check(ref)) {
  /external/python/cpython2/Objects/
weakrefobject.c 94 assert(PyWeakref_Check(self));
881 if (ref == NULL || !PyWeakref_Check(ref)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 707 assert(PyWeakref_Check(op));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 656 assert(PyWeakref_Check(op));
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 707 assert(PyWeakref_Check(op));
    [all...]

Completed in 614 milliseconds