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

1 2 3 4 5 6 7

  /external/python/cpython2/Doc/includes/
typestruct.h 42 inquiry tp_clear;
69 inquiry tp_is_gc; /* For PyObject_IS_GC */
noddy4.c 183 (inquiry)Noddy_clear, /* tp_clear */
  /external/python/cpython3/Doc/includes/
typestruct.h 42 inquiry tp_clear;
67 inquiry tp_is_gc; /* For PyObject_IS_GC */
noddy4.c 166 (inquiry)Noddy_clear, /* tp_clear */
  /external/python/cpython3/Include/
moduleobject.h 82 inquiry m_clear;
object.h 172 typedef int (*inquiry)(PyObject *); typedef
254 inquiry nb_bool;
388 inquiry tp_clear;
414 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cellobject.c 137 (inquiry)cell_clear, /* tp_clear */
weakrefobject.c 369 (inquiry)gc_clear, /*tp_clear*/
634 (inquiry)proxy_nonzero, /*nb_nonzero*/
709 (inquiry)gc_clear, /* tp_clear */
744 (inquiry)gc_clear, /* tp_clear */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cellobject.c 137 (inquiry)cell_clear, /* tp_clear */
weakrefobject.c 358 (inquiry)gc_clear, /*tp_clear*/
623 (inquiry)proxy_nonzero, /*nb_nonzero*/
698 (inquiry)gc_clear, /* tp_clear */
733 (inquiry)gc_clear, /* tp_clear */
  /external/python/cpython2/Objects/
cellobject.c 137 (inquiry)cell_clear, /* tp_clear */
weakrefobject.c 371 (inquiry)gc_clear, /*tp_clear*/
636 (inquiry)proxy_nonzero, /*nb_nonzero*/
711 (inquiry)gc_clear, /* tp_clear */
746 (inquiry)gc_clear, /* tp_clear */
  /external/python/cpython3/Objects/
cellobject.c 171 (inquiry)cell_clear, /* tp_clear */
weakrefobject.c 375 (inquiry)gc_clear, /*tp_clear*/
620 (inquiry)proxy_bool, /*nb_bool*/
690 (inquiry)gc_clear, /* tp_clear */
724 (inquiry)gc_clear, /* tp_clear */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /external/python/cpython2/Include/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 157 typedef inquiry lenfunc;
pyopers.swg 129 %pybinoperator(__nonzero__, *::operator bool, inquiry, nb_nonzero);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
traceback.c 71 (inquiry)tb_clear, /* tp_clear */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
traceback.c 71 (inquiry)tb_clear, /* tp_clear */

Completed in 545 milliseconds

1 2 3 4 5 6 7