HomeSort by relevance Sort by last modified time
    Searched refs:Py_CLEAR (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /external/python/cpython2/Modules/
cPickle.c 207 Py_CLEAR(*p);
327 Py_CLEAR(self->arg); \
    [all...]
_ssl.c     [all...]
itertoolsmodule.c 265 Py_CLEAR(gbo->currkey);
421 Py_CLEAR(tdo->it);
423 Py_CLEAR(tdo->values[i]);
577 Py_CLEAR(to->dataobj);
    [all...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 388 #ifndef Py_CLEAR
389 #define Py_CLEAR(op) \
callbacks.c 45 Py_CLEAR(self->converters);
46 Py_CLEAR(self->callable);
47 Py_CLEAR(self->restype);
_ctypes.c 198 Py_CLEAR(self->key);
199 Py_CLEAR(self->dict);
756 Py_CLEAR(dict->proto);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 207 Py_CLEAR(*p);
    [all...]
itertoolsmodule.c 267 Py_CLEAR(gbo->currkey);
408 Py_CLEAR(tdo->it);
410 Py_CLEAR(tdo->values[i]);
411 Py_CLEAR(tdo->nextlink);
561 Py_CLEAR(to->dataobj);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.c 231 Py_CLEAR(self->row_cast_map);
467 Py_CLEAR(self->next_row);
577 Py_CLEAR(self->statement);
712 Py_CLEAR(self->statement);
892 Py_CLEAR(self->statement);
1024 Py_CLEAR(self->statement);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 387 Py_CLEAR(stringobj);
401 Py_CLEAR(self->dict);
413 Py_CLEAR(self->dict);
bytesio.c 743 Py_CLEAR(self->dict);
807 Py_CLEAR(self->dict);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 778 Py_CLEAR(_PyIO_os_module);
779 Py_CLEAR(_PyIO_unsupported_operation);
fileio.c 112 Py_CLEAR(res);
375 Py_CLEAR(stringobj);
389 Py_CLEAR(self->dict);
401 Py_CLEAR(self->dict);
bytesio.c 753 Py_CLEAR(self->dict);
828 Py_CLEAR(self->dict);
  /external/python/cpython2/Modules/_io/
_iomodule.c 778 Py_CLEAR(_PyIO_os_module);
779 Py_CLEAR(_PyIO_unsupported_operation);
fileio.c 112 Py_CLEAR(res);
388 Py_CLEAR(stringobj);
402 Py_CLEAR(self->dict);
414 Py_CLEAR(self->dict);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
enumobject.c 309 Py_CLEAR(ro->seq);
funcobject.c 631 Py_CLEAR(cm->cm_callable);
787 Py_CLEAR(sm->sm_callable);
memoryobject.c 490 Py_CLEAR(self->base);
771 Py_CLEAR(self->base);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
enumobject.c 309 Py_CLEAR(ro->seq);
memoryobject.c 490 Py_CLEAR(self->base);
771 Py_CLEAR(self->base);
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 272 Py_CLEAR(self->values);
repeated_composite_container.cc 531 Py_CLEAR(self->child_messages);
532 Py_CLEAR(self->child_message_class);
  /external/python/cpython2/Objects/
enumobject.c 309 Py_CLEAR(ro->seq);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 267 Py_CLEAR(gbo->currkey);
423 Py_CLEAR(tdo->it);
425 Py_CLEAR(tdo->values[i]);
580 Py_CLEAR(to->dataobj);
    [all...]

Completed in 1857 milliseconds

1 23 4 5 6 7