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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 40 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5291
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 28 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5398
setobject.h 56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 42 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5546
_functoolsmodule.c 98 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5446
142 pto->weakreflist = NULL;
152 if (pto->weakreflist != NULL)
347 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
socketmodule.h 135 PyObject *weakreflist; member in struct:__anon5544
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 39 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5603
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 40 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5705
setobject.h 56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sre.h 32 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5887
_functoolsmodule.c 98 PyObject *weakreflist; /* List of weak references */ member in struct:__anon5756
146 pto->weakreflist = NULL;
156 if (pto->weakreflist != NULL)
351 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
threadmodule.c 223 PyObject *weakreflist; /* List of weak references to self */ member in struct:__anon5892
229 if (self->weakreflist != NULL)
259 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist)
268 PyObject *weakreflist; /* List of weak references to self */ member in struct:__anon5893
416 if (self->weakreflist != NULL)
514 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
  /external/python/cpython2/Include/
fileobject.h 28 PyObject *weakreflist; /* List of weak references */ member in struct:__anon30097
setobject.h 56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
  /external/python/cpython2/Modules/
sre.h 42 PyObject *weakreflist; /* List of weak references */ member in struct:__anon30392
socketmodule.h 135 PyObject *weakreflist; member in struct:__anon30390
threadmodule.c 223 PyObject *weakreflist; /* List of weak references to self */ member in struct:__anon30401
229 if (self->weakreflist != NULL)
259 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist)
268 PyObject *weakreflist; /* List of weak references to self */ member in struct:__anon30402
422 if (self->weakreflist != NULL)
520 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 28 PyObject *weakreflist; /* List of weak references */ member in struct:__anon60594
setobject.h 56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 28 PyObject *weakreflist; /* List of weak references */ member in struct:__anon60716
setobject.h 56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 28 PyObject *weakreflist; /* List of weak references */ member in struct:__anon112528
setobject.h 56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 28 PyObject *weakreflist; /* List of weak references */ member in struct:__anon112651
setobject.h 56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject

Completed in 343 milliseconds

1 2 3