HomeSort by relevance Sort by last modified time
    Searched full:cself (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;
  /external/python/cpython2/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;
  /external/hyphenation-patterns/hu/
hyph-hu.pat.txt     [all...]

Completed in 238 milliseconds