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

12 3 4 5 6 7

  /external/python/cpython2/Modules/_io/
bufferedio.c 373 Py_CLEAR(self->raw);
384 Py_CLEAR(self->dict);
413 Py_CLEAR(self->raw);
414 Py_CLEAR(self->dict);
486 Py_CLEAR(res);
806 Py_CLEAR(res);
972 Py_CLEAR(res);
975 Py_CLEAR(res);
1017 Py_CLEAR(res);
1020 Py_CLEAR(res)
    [all...]
iobase.c 272 Py_CLEAR(self->dict);
296 Py_CLEAR(self->dict);
321 Py_CLEAR(res);
350 Py_CLEAR(res);
379 Py_CLEAR(res);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cellobject.c 93 Py_CLEAR(op->ob_ref);
genobject.c 38 Py_CLEAR(gen->gi_frame);
39 Py_CLEAR(gen->gi_code);
92 Py_CLEAR(f->f_back);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cellobject.c 93 Py_CLEAR(op->ob_ref);
genobject.c 38 Py_CLEAR(gen->gi_frame);
39 Py_CLEAR(gen->gi_code);
91 Py_CLEAR(f->f_back);
  /external/python/cpython2/Objects/
cellobject.c 93 Py_CLEAR(op->ob_ref);
genobject.c 38 Py_CLEAR(gen->gi_frame);
39 Py_CLEAR(gen->gi_code);
92 Py_CLEAR(f->f_back);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 311 Py_CLEAR(wr);
315 Py_CLEAR(dummy);
393 Py_CLEAR(self->args);
394 Py_CLEAR(self->kw);
395 Py_CLEAR(self->dummies);
396 Py_CLEAR(self->wr_callback);
_csv.c 41 #ifndef Py_CLEAR
42 #define Py_CLEAR(op) \
849 Py_CLEAR(self->dialect);
850 Py_CLEAR(self->input_iter);
851 Py_CLEAR(self->fields);
    [all...]
  /external/python/cpython2/Modules/
cdmodule.c 538 Py_CLEAR(self->ob_cdcallbacks[i].ob_cdcallback);
539 Py_CLEAR(self->ob_cdcallbacks[i].ob_cdcallbackarg);
589 Py_CLEAR(self->ob_cdcallbacks[type].ob_cdcallback);
591 Py_CLEAR(self->ob_cdcallbacks[type].ob_cdcallbackarg);
665 Py_CLEAR(self->ob_cdcallbacks[i].ob_cdcallback);
666 Py_CLEAR(self->ob_cdcallbacks[i].ob_cdcallbackarg);
threadmodule.c 311 Py_CLEAR(wr);
315 Py_CLEAR(dummy);
399 Py_CLEAR(self->args);
400 Py_CLEAR(self->kw);
401 Py_CLEAR(self->dummies);
402 Py_CLEAR(self->wr_callback);
_csv.c 41 #ifndef Py_CLEAR
42 #define Py_CLEAR(op) \
861 Py_CLEAR(self->dialect);
862 Py_CLEAR(self->input_iter);
863 Py_CLEAR(self->fields);
    [all...]
zlibmodule.c 522 Py_CLEAR(RetVal);
669 Py_CLEAR(RetVal);
708 Py_CLEAR(RetVal);
718 Py_CLEAR(RetVal);
731 Py_CLEAR(RetVal);
743 Py_CLEAR(RetVal);
931 Py_CLEAR(RetVal);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 500 Py_CLEAR(raw);
517 Py_CLEAR(buffer);
769 Py_CLEAR(_PyIO_os_module);
770 Py_CLEAR(_PyIO_unsupported_operation);
iobase.c 270 Py_CLEAR(self->dict);
294 Py_CLEAR(self->dict);
319 Py_CLEAR(res);
348 Py_CLEAR(res);
377 Py_CLEAR(res);
  /external/python/cpython2/Modules/_sqlite/
connection.c 314 Py_CLEAR(weakref);
380 Py_CLEAR(self->apsw_connection);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
traceback.c 44 Py_CLEAR(tb->tb_next);
45 Py_CLEAR(tb->tb_frame);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
traceback.c 44 Py_CLEAR(tb->tb_next);
45 Py_CLEAR(tb->tb_frame);
  /external/python/cpython2/Python/
traceback.c 44 Py_CLEAR(tb->tb_next);
45 Py_CLEAR(tb->tb_frame);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 270 Py_CLEAR(self->dict);
294 Py_CLEAR(self->dict);
319 Py_CLEAR(res);
348 Py_CLEAR(res);
377 Py_CLEAR(res);
  /external/python/cpython2/Modules/_ctypes/
stgdict.c 33 Py_CLEAR(self->proto);
34 Py_CLEAR(self->argtypes);
35 Py_CLEAR(self->converters);
36 Py_CLEAR(self->restype);
37 Py_CLEAR(self->checker);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 311 Py_CLEAR(weakref);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 41 #ifndef Py_CLEAR
42 #define Py_CLEAR(op) \
863 Py_CLEAR(self->dialect);
864 Py_CLEAR(self->input_iter);
865 Py_CLEAR(self->fields);
    [all...]
cPickle.c 207 Py_CLEAR(*p);
327 Py_CLEAR(self->arg); \
    [all...]

Completed in 464 milliseconds

12 3 4 5 6 7