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

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
sqlitecompat.h 42 /* define Py_CLEAR for pre-2.4 versions of Python */
43 #ifndef Py_CLEAR
44 #define Py_CLEAR(op) \
  /external/python/cpython2/Modules/_sqlite/
sqlitecompat.h 42 /* define Py_CLEAR for pre-2.4 versions of Python */
43 #ifndef Py_CLEAR
44 #define Py_CLEAR(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 106 Py_CLEAR(interp->codec_search_path);
107 Py_CLEAR(interp->codec_search_cache);
108 Py_CLEAR(interp->codec_error_registry);
109 Py_CLEAR(interp->modules);
110 Py_CLEAR(interp->modules_reloading);
111 Py_CLEAR(interp->sysdict);
112 Py_CLEAR(interp->builtins);
237 Py_CLEAR(tstate->frame);
239 Py_CLEAR(tstate->dict);
240 Py_CLEAR(tstate->async_exc);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 107 Py_CLEAR(interp->codec_search_path);
108 Py_CLEAR(interp->codec_search_cache);
109 Py_CLEAR(interp->codec_error_registry);
110 Py_CLEAR(interp->modules);
111 Py_CLEAR(interp->modules_reloading);
112 Py_CLEAR(interp->sysdict);
113 Py_CLEAR(interp->builtins);
235 Py_CLEAR(tstate->frame);
237 Py_CLEAR(tstate->dict);
238 Py_CLEAR(tstate->async_exc);
    [all...]
  /external/python/cpython2/Python/
pystate.c 106 Py_CLEAR(interp->codec_search_path);
107 Py_CLEAR(interp->codec_search_cache);
108 Py_CLEAR(interp->codec_error_registry);
109 Py_CLEAR(interp->modules);
110 Py_CLEAR(interp->modules_reloading);
111 Py_CLEAR(interp->sysdict);
112 Py_CLEAR(interp->builtins);
237 Py_CLEAR(tstate->frame);
239 Py_CLEAR(tstate->dict);
240 Py_CLEAR(tstate->async_exc)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
iterobject.c 187 Py_CLEAR(it->it_callable);
188 Py_CLEAR(it->it_sentinel);
193 Py_CLEAR(it->it_callable);
194 Py_CLEAR(it->it_sentinel);
exceptions.c 66 Py_CLEAR(self->message);
76 Py_CLEAR(self->dict);
77 Py_CLEAR(self->args);
78 Py_CLEAR(self->message);
283 Py_CLEAR(self->dict);
311 Py_CLEAR(self->args);
352 Py_CLEAR(self->message);
524 Py_CLEAR(self->code);
536 Py_CLEAR(self->code);
612 Py_CLEAR(self->myerrno); /* replacing */
    [all...]
frameobject.c 40 Py_CLEAR(f->NAME); \
460 Py_CLEAR(*p);
471 Py_CLEAR(f->f_locals);
472 Py_CLEAR(f->f_trace);
473 Py_CLEAR(f->f_exc_type);
474 Py_CLEAR(f->f_exc_value);
475 Py_CLEAR(f->f_exc_traceback);
536 Py_CLEAR(f->f_exc_type);
537 Py_CLEAR(f->f_exc_value);
538 Py_CLEAR(f->f_exc_traceback);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
iterobject.c 187 Py_CLEAR(it->it_callable);
188 Py_CLEAR(it->it_sentinel);
193 Py_CLEAR(it->it_callable);
194 Py_CLEAR(it->it_sentinel);
exceptions.c 66 Py_CLEAR(self->message);
76 Py_CLEAR(self->dict);
77 Py_CLEAR(self->args);
78 Py_CLEAR(self->message);
283 Py_CLEAR(self->dict);
310 Py_CLEAR(self->args);
524 Py_CLEAR(self->code);
536 Py_CLEAR(self->code);
612 Py_CLEAR(self->myerrno); /* replacing */
616 Py_CLEAR(self->strerror); /* replacing */
    [all...]
frameobject.c 40 Py_CLEAR(f->NAME); \
458 Py_CLEAR(*p);
469 Py_CLEAR(f->f_locals);
470 Py_CLEAR(f->f_trace);
471 Py_CLEAR(f->f_exc_type);
472 Py_CLEAR(f->f_exc_value);
473 Py_CLEAR(f->f_exc_traceback);
534 Py_CLEAR(f->f_exc_type);
535 Py_CLEAR(f->f_exc_value);
536 Py_CLEAR(f->f_exc_traceback);
    [all...]
  /external/python/cpython2/Objects/
iterobject.c 192 Py_CLEAR(it->it_callable);
193 Py_CLEAR(it->it_sentinel);
198 Py_CLEAR(it->it_callable);
199 Py_CLEAR(it->it_sentinel);
exceptions.c 74 Py_CLEAR(self->dict);
75 Py_CLEAR(self->args);
76 Py_CLEAR(self->message);
348 Py_CLEAR(self->message);
534 Py_CLEAR(self->code);
633 Py_CLEAR(self->myerrno);
634 Py_CLEAR(self->strerror);
635 Py_CLEAR(self->filename);
830 Py_CLEAR(self->myerrno);
831 Py_CLEAR(self->strerror)
    [all...]
frameobject.c 40 Py_CLEAR(f->NAME); \
458 Py_CLEAR(*p);
469 Py_CLEAR(f->f_locals);
470 Py_CLEAR(f->f_trace);
471 Py_CLEAR(f->f_exc_type);
472 Py_CLEAR(f->f_exc_value);
473 Py_CLEAR(f->f_exc_traceback);
534 Py_CLEAR(f->f_exc_type);
535 Py_CLEAR(f->f_exc_value);
536 Py_CLEAR(f->f_exc_traceback)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 493 Py_CLEAR(self->readnl);
494 Py_CLEAR(self->writenl);
495 Py_CLEAR(self->decoder);
509 Py_CLEAR(self->dict);
522 Py_CLEAR(self->readnl);
523 Py_CLEAR(self->writenl);
524 Py_CLEAR(self->decoder);
525 Py_CLEAR(self->dict);
581 Py_CLEAR(self->readnl);
582 Py_CLEAR(self->writenl);
    [all...]
textio.c 234 Py_CLEAR(self->decoder);
235 Py_CLEAR(self->errors);
854 Py_CLEAR(self->buffer);
855 Py_CLEAR(self->encoding);
856 Py_CLEAR(self->encoder);
857 Py_CLEAR(self->decoder);
858 Py_CLEAR(self->readnl);
859 Py_CLEAR(self->decoded_chars);
860 Py_CLEAR(self->pending_bytes);
861 Py_CLEAR(self->snapshot);
    [all...]
bufferedio.c 374 Py_CLEAR(self->raw);
385 Py_CLEAR(self->dict);
414 Py_CLEAR(self->raw);
415 Py_CLEAR(self->dict);
487 Py_CLEAR(res);
807 Py_CLEAR(res);
973 Py_CLEAR(res);
976 Py_CLEAR(res);
1018 Py_CLEAR(res);
1021 Py_CLEAR(res);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 493 Py_CLEAR(self->readnl);
494 Py_CLEAR(self->writenl);
495 Py_CLEAR(self->decoder);
509 Py_CLEAR(self->dict);
522 Py_CLEAR(self->readnl);
523 Py_CLEAR(self->writenl);
524 Py_CLEAR(self->decoder);
525 Py_CLEAR(self->dict);
581 Py_CLEAR(self->readnl);
582 Py_CLEAR(self->writenl);
    [all...]
textio.c 234 Py_CLEAR(self->decoder);
235 Py_CLEAR(self->errors);
838 Py_CLEAR(self->buffer);
839 Py_CLEAR(self->encoding);
840 Py_CLEAR(self->encoder);
841 Py_CLEAR(self->decoder);
842 Py_CLEAR(self->readnl);
843 Py_CLEAR(self->decoded_chars);
844 Py_CLEAR(self->pending_bytes);
845 Py_CLEAR(self->snapshot);
    [all...]
bufferedio.c 374 Py_CLEAR(self->raw);
385 Py_CLEAR(self->dict);
403 Py_CLEAR(self->raw);
404 Py_CLEAR(self->dict);
740 Py_CLEAR(res);
766 Py_CLEAR(res);
840 Py_CLEAR(res);
943 Py_CLEAR(res);
953 Py_CLEAR(res);
956 Py_CLEAR(res);
    [all...]
  /external/python/cpython2/Modules/_io/
stringio.c 493 Py_CLEAR(self->readnl);
494 Py_CLEAR(self->writenl);
495 Py_CLEAR(self->decoder);
509 Py_CLEAR(self->dict);
522 Py_CLEAR(self->readnl);
523 Py_CLEAR(self->writenl);
524 Py_CLEAR(self->decoder);
525 Py_CLEAR(self->dict);
581 Py_CLEAR(self->readnl);
582 Py_CLEAR(self->writenl)
    [all...]
textio.c 234 Py_CLEAR(self->decoder);
235 Py_CLEAR(self->errors);
854 Py_CLEAR(self->buffer);
855 Py_CLEAR(self->encoding);
856 Py_CLEAR(self->encoder);
857 Py_CLEAR(self->decoder);
858 Py_CLEAR(self->readnl);
859 Py_CLEAR(self->decoded_chars);
860 Py_CLEAR(self->pending_bytes);
861 Py_CLEAR(self->snapshot)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 573 Py_CLEAR(chunks);
847 Py_CLEAR(s->encoding);
848 Py_CLEAR(s->strict);
849 Py_CLEAR(s->object_hook);
850 Py_CLEAR(s->pairs_hook);
851 Py_CLEAR(s->parse_float);
852 Py_CLEAR(s->parse_int);
853 Py_CLEAR(s->parse_constant);
914 Py_CLEAR(key);
915 Py_CLEAR(val);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 584 Py_CLEAR(chunks);
870 Py_CLEAR(s->encoding);
871 Py_CLEAR(s->strict);
872 Py_CLEAR(s->object_hook);
873 Py_CLEAR(s->pairs_hook);
874 Py_CLEAR(s->parse_float);
875 Py_CLEAR(s->parse_int);
876 Py_CLEAR(s->parse_constant);
937 Py_CLEAR(key);
938 Py_CLEAR(val);
    [all...]
  /external/python/cpython2/Modules/
_json.c 600 Py_CLEAR(chunks);
874 Py_CLEAR(s->encoding);
875 Py_CLEAR(s->strict);
876 Py_CLEAR(s->object_hook);
877 Py_CLEAR(s->pairs_hook);
878 Py_CLEAR(s->parse_float);
879 Py_CLEAR(s->parse_int);
880 Py_CLEAR(s->parse_constant);
944 Py_CLEAR(key);
945 Py_CLEAR(val)
    [all...]

Completed in 484 milliseconds

1 2 3 4 5 6 7