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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pytypemaps.swg 93 PyObject *robj = PyObject_CallMethod($result, (char *)"__deref__", NULL);
std_multimap.i 25 SwigVar_PyObject items = PyObject_CallMethod(obj,(char *)"items",NULL);
std_map.i 97 SwigVar_PyObject items = PyObject_CallMethod(obj,(char *)"items",NULL);
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT
340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT
340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT
340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT
340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
    [all...]
  /external/libxml2/python/
libxml.c 935 result = PyObject_CallMethod(handler, (char *) "startElement",
938 result = PyObject_CallMethod(handler, (char *) "start",
959 PyObject_CallMethod(handler, (char *) "startDocument", NULL);
978 PyObject_CallMethod(handler, (char *) "endDocument", NULL);
1000 result = PyObject_CallMethod(handler, (char *) "endElement",
1006 result = PyObject_CallMethod(handler, (char *) "end",
1025 result = PyObject_CallMethod(handler, (char *) "reference",
1050 result = PyObject_CallMethod(handler, (char *) "characters",
1053 result = PyObject_CallMethod(handler, (char *) "data",
1079 PyObject_CallMethod(handler
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
repeated_composite_container.cc 522 ScopedPyObjectPtr res(PyObject_CallMethod(self->child_messages,
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c 210 self->data_stack_index = PyObject_CallMethod(weakref, "WeakKeyDictionary", NULL);
    [all...]

Completed in 876 milliseconds