HomeSort by relevance Sort by last modified time
    Searched defs:Py_CLEAR (Results 1 - 16 of 16) sorted by null

  /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/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/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 215 #ifdef Py_CLEAR
216 #undef Py_CLEAR
218 #define Py_CLEAR(op) do { \
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_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/
_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...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 388 #ifndef Py_CLEAR
389 #define Py_CLEAR(op) \
  /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...]
  /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...]
  /external/python/cpython3/Include/
object.h 819 * Py_CLEAR(op);
829 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
831 #define Py_CLEAR(op) \
858 * As in case of Py_CLEAR "the obvious" code can be deadly:
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 800 * Py_CLEAR(op);
810 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
812 #define Py_CLEAR(op) \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 800 * Py_CLEAR(op);
810 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
812 #define Py_CLEAR(op) \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 800 * Py_CLEAR(op);
810 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
812 #define Py_CLEAR(op) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 800 * Py_CLEAR(op);
810 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
812 #define Py_CLEAR(op) \
    [all...]

Completed in 603 milliseconds