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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 904 destructor basedealloc; local
929 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
939 assert(basedealloc);
940 basedealloc(self);
967 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
1025 * basedealloc knows about gc.
1029 assert(basedealloc);
1030 basedealloc(self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 891 destructor basedealloc; local
915 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
925 assert(basedealloc);
926 basedealloc(self);
951 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
1009 * basedealloc knows about gc.
1013 assert(basedealloc);
1014 basedealloc(self);
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 924 destructor basedealloc; local
949 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
959 assert(basedealloc);
960 basedealloc(self);
987 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
1045 * basedealloc knows about gc.
1049 assert(basedealloc);
1050 basedealloc(self);
    [all...]

Completed in 76 milliseconds