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

1 2 34 5 6 7

  /external/python/cpython2/Modules/_io/
bytesio.c 753 Py_CLEAR(self->dict);
828 Py_CLEAR(self->dict);
  /external/python/cpython2/Objects/
funcobject.c 629 Py_CLEAR(cm->cm_callable);
787 Py_CLEAR(sm->sm_callable);
memoryobject.c 490 Py_CLEAR(self->base);
771 Py_CLEAR(self->base);
tupleobject.c 872 Py_CLEAR(v->ob_item[i]);
918 Py_CLEAR(free_list[0]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 590 Py_CLEAR(self->statement);
726 Py_CLEAR(self->statement);
1035 Py_CLEAR(self->statement);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c     [all...]
compile.c 452 Py_CLEAR(u->u_ste);
453 Py_CLEAR(u->u_name);
454 Py_CLEAR(u->u_consts);
455 Py_CLEAR(u->u_names);
456 Py_CLEAR(u->u_varnames);
457 Py_CLEAR(u->u_freevars);
458 Py_CLEAR(u->u_cellvars);
459 Py_CLEAR(u->u_private);
    [all...]
sysmodule.c 370 Py_CLEAR(frame->f_trace);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c     [all...]
compile.c 429 Py_CLEAR(u->u_ste);
430 Py_CLEAR(u->u_name);
431 Py_CLEAR(u->u_consts);
432 Py_CLEAR(u->u_names);
433 Py_CLEAR(u->u_varnames);
434 Py_CLEAR(u->u_freevars);
435 Py_CLEAR(u->u_cellvars);
436 Py_CLEAR(u->u_private);
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c     [all...]
compile.c 452 Py_CLEAR(u->u_ste);
453 Py_CLEAR(u->u_name);
454 Py_CLEAR(u->u_consts);
455 Py_CLEAR(u->u_names);
456 Py_CLEAR(u->u_varnames);
457 Py_CLEAR(u->u_freevars);
458 Py_CLEAR(u->u_cellvars);
459 Py_CLEAR(u->u_private);
    [all...]
sysmodule.c 370 Py_CLEAR(frame->f_trace);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 85 Py_CLEAR(fd2obj[i].obj);
1060 Py_CLEAR(elist);
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 74 Py_CLEAR(fd2obj[i].obj);
1049 Py_CLEAR(elist);
    [all...]
flmodule.c 100 Py_CLEAR(g->ob_callback);
101 Py_CLEAR(g->ob_callback_arg);
133 Py_CLEAR(g->ob_callback);
134 Py_CLEAR(g->ob_callback_arg);
    [all...]
_elementtree.c     [all...]
_hashopenssl.c 752 Py_CLEAR(key_obj);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
tupleobject.c 872 Py_CLEAR(v->ob_item[i]);
918 Py_CLEAR(free_list[0]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 802 * Py_CLEAR(op);
812 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
814 #define Py_CLEAR(op) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 790 * Py_CLEAR(op);
800 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
802 #define Py_CLEAR(op) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cStringIO.c 587 Py_CLEAR(self->pbuf);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 631 Py_CLEAR(cm->cm_callable);
  /external/python/cpython2/Include/
object.h 802 * Py_CLEAR(op);
812 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
814 #define Py_CLEAR(op) \
829 * As in case of Py_CLEAR "the obvious" code can be deadly:
    [all...]

Completed in 2456 milliseconds

1 2 34 5 6 7