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

1 2 3 4 5 6 7 8 910

  /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) \
  /external/python/cpython3/Objects/
accu.c 82 Py_CLEAR(acc->small);
84 Py_CLEAR(acc->large);
113 Py_CLEAR(acc->small);
114 Py_CLEAR(acc->large);
iterobject.c 228 Py_CLEAR(it->it_callable);
229 Py_CLEAR(it->it_sentinel);
234 Py_CLEAR(it->it_callable);
235 Py_CLEAR(it->it_sentinel);
  /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...]
  /external/python/cpython3/Python/
pystate.c 121 Py_CLEAR(interp->codec_search_path);
122 Py_CLEAR(interp->codec_search_cache);
123 Py_CLEAR(interp->codec_error_registry);
124 Py_CLEAR(interp->modules);
125 Py_CLEAR(interp->modules_by_index);
126 Py_CLEAR(interp->sysdict);
127 Py_CLEAR(interp->builtins);
128 Py_CLEAR(interp->builtins_copy);
129 Py_CLEAR(interp->importlib);
130 Py_CLEAR(interp->import_func)
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 152 Py_CLEAR(fut->fut_loop);
160 Py_CLEAR(res);
167 Py_CLEAR(res);
351 Py_CLEAR(fut->fut_loop);
352 Py_CLEAR(fut->fut_callbacks);
353 Py_CLEAR(fut->fut_result);
354 Py_CLEAR(fut->fut_exception);
355 Py_CLEAR(fut->fut_source_tb);
356 Py_CLEAR(fut->dict);
845 Py_CLEAR(context)
    [all...]
_json.c 391 Py_CLEAR(chunk); \
394 Py_CLEAR(chunk); \
562 Py_CLEAR(chunks);
688 Py_CLEAR(s->strict);
689 Py_CLEAR(s->object_hook);
690 Py_CLEAR(s->object_pairs_hook);
691 Py_CLEAR(s->parse_float);
692 Py_CLEAR(s->parse_int);
693 Py_CLEAR(s->parse_constant);
694 Py_CLEAR(s->memo)
    [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...]
  /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...]
  /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);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 177 #ifdef Py_CLEAR
178 #undef Py_CLEAR
180 #define Py_CLEAR(op) do { \
  /external/python/cpython3/Programs/
_freeze_importlib.c 100 Py_CLEAR(code);
131 Py_CLEAR(marshalled);
  /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...]
  /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...]
  /external/python/cpython3/Modules/_io/
stringio.c 619 Py_CLEAR(self->readnl);
620 Py_CLEAR(self->writenl);
621 Py_CLEAR(self->decoder);
635 Py_CLEAR(self->dict);
649 Py_CLEAR(self->readnl);
650 Py_CLEAR(self->writenl);
651 Py_CLEAR(self->decoder);
652 Py_CLEAR(self->dict);
734 Py_CLEAR(self->readnl);
735 Py_CLEAR(self->writenl)
    [all...]
textio.c 281 Py_CLEAR(self->decoder);
282 Py_CLEAR(self->errors);
852 Py_CLEAR(self->buffer);
853 Py_CLEAR(self->encoding);
854 Py_CLEAR(self->encoder);
855 Py_CLEAR(self->decoder);
856 Py_CLEAR(self->readnl);
857 Py_CLEAR(self->decoded_chars);
858 Py_CLEAR(self->pending_bytes);
859 Py_CLEAR(self->snapshot)
    [all...]

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 910