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

  /external/selinux/policycoreutils/sepolicy/
policy.c 80 {"policy", (PyCFunction) wrap_policy, METH_VARARGS,
82 {"info", (PyCFunction) wrap_info, METH_VARARGS,
84 {"search", (PyCFunction) wrap_search, METH_VARARGS,
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 18 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *);
23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
39 PyCFunction ml_meth; /* The C function that implements it */
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 18 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *);
23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
39 PyCFunction ml_meth; /* The C function that implements it */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 18 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *);
23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
39 PyCFunction ml_meth; /* The C function that implements it */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 18 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *);
23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
39 PyCFunction ml_meth; /* The C function that implements it */
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
descriptor.cc 211 (PyCFunction)FindFieldByName,
215 (PyCFunction)FindExtensionByName,
repeated_composite_container.cc 706 { "add", (PyCFunction) Add, METH_VARARGS | METH_KEYWORDS,
708 { "extend", (PyCFunction) Extend, METH_O,
710 { "remove", (PyCFunction) Remove, METH_O,
712 { "sort", (PyCFunction) Sort, METH_VARARGS | METH_KEYWORDS,
714 { "MergeFrom", (PyCFunction) MergeFrom, METH_O,
repeated_scalar_container.cc 764 { "__deepcopy__", (PyCFunction)DeepCopy, METH_VARARGS,
766 { "__reduce__", (PyCFunction)Reduce, METH_NOARGS,
768 { "append", (PyCFunction)Append, METH_O,
770 { "extend", (PyCFunction)Extend, METH_O,
772 { "insert", (PyCFunction)Insert, METH_VARARGS,
774 { "remove", (PyCFunction)Remove, METH_O,
776 { "sort", (PyCFunction)Sort, METH_VARARGS | METH_KEYWORDS,
extension_dict.cc 285 #define EDMETHOD(name, args, doc) { #name, (PyCFunction)name, args, doc }
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 528 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
642 {(char *)"disown", (PyCFunction)SwigPyObject_disown, METH_NOARGS, (char *)"releases ownership of the pointer"},
643 {(char *)"acquire", (PyCFunction)SwigPyObject_acquire, METH_NOARGS, (char *)"acquires ownership of the pointer"},
644 {(char *)"own", (PyCFunction)SwigPyObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
645 {(char *)"append", (PyCFunction)SwigPyObject_append, METH_O, (char *)"appends another 'this' object"},
646 {(char *)"next", (PyCFunction)SwigPyObject_next, METH_NOARGS, (char *)"returns the next 'this' object"},
647 {(char *)"__repr__",(PyCFunction)SwigPyObject_repr, METH_NOARGS, (char *)"returns object representation"},
653 {(char *)"disown", (PyCFunction)SwigPyObject_disown, METH_VARARGS, (char *)"releases ownership of the pointer"},
654 {(char *)"acquire", (PyCFunction)SwigPyObject_acquire, METH_VARARGS, (char *)"aquires ownership of the pointer"},
655 {(char *)"own", (PyCFunction)SwigPyObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"}
    [all...]
pyinit.swg 357 (PyCFunction) SwigPyObject_own,
358 (PyCFunction) SwigPyObject_own
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 60 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 60 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS,
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c 1021 { "start", (PyCFunction) CTracer_start, METH_VARARGS,
1024 { "stop", (PyCFunction) CTracer_stop, METH_VARARGS,
1027 { "get_stats", (PyCFunction) CTracer_get_stats, METH_VARARGS,
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
rcssmin.c 1135 (PyCFunction)rcssmin_cssmin, METH_VARARGS | METH_KEYWORDS,
  /external/opencv3/modules/python/src2/
cv2.cpp 1223 {"setMouseCallback", (PyCFunction)pycvSetMouseCallback, METH_VARARGS | METH_KEYWORDS, "setMouseCallback(windowName, onMouse [, param]) -> None"},
    [all...]

Completed in 3917 milliseconds