HomeSort by relevance Sort by last modified time
    Searched refs:reprfunc (Results 1 - 8 of 8) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
python.c 112 .tp_repr = (reprfunc)pyrf_mmap_event__repr,
147 .tp_repr = (reprfunc)pyrf_task_event__repr,
176 .tp_repr = (reprfunc)pyrf_comm_event__repr,
207 .tp_repr = (reprfunc)pyrf_throttle_event__repr,
242 .tp_repr = (reprfunc)pyrf_lost_event__repr,
272 .tp_repr = (reprfunc)pyrf_read_event__repr,
304 .tp_repr = (reprfunc)pyrf_sample_event__repr,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 313 typedef PyObject *(*reprfunc)(PyObject *); typedef
336 reprfunc tp_repr;
348 reprfunc tp_str;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 313 typedef PyObject *(*reprfunc)(PyObject *); typedef
336 reprfunc tp_repr;
348 reprfunc tp_str;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 159 (reprfunc) swig_varlink_repr, /* tp_repr */
165 (reprfunc) swig_varlink_str, /* tp_str */
pyrun.swg 748 (reprfunc)SwigPyObject_repr, /* tp_repr */
927 (reprfunc)SwigPyPacked_repr, /* tp_repr */
933 (reprfunc)SwigPyPacked_str, /* tp_str */
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 624 reprfunc = Signature("T", "O") # typedef PyObject *(*reprfunc)(PyObject *); variable
752 MethodSlot(reprfunc, "tp_repr", "__repr__"),
760 MethodSlot(reprfunc, "tp_str", "__str__"),
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c 626 (reprfunc) __Pyx_CyFunction_repr, /*tp_repr*/
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 293 (reprfunc)CMessageStr, // tp_str
    [all...]

Completed in 5607 milliseconds