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

1 2 3 4 5

  /external/protobuf/python/google/protobuf/pyext/
descriptor_database.cc 84 PyObject_CallMethod(py_descriptor, "SerializeToString", NULL));
113 ScopedPyObjectPtr py_descriptor(PyObject_CallMethod(
122 PyObject_CallMethod(py_database_, "FindFileContainingSymbol", "s#",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 98 PyObject *adapted = PyObject_CallMethod(proto, "__adapt__", "O", obj);
113 PyObject *adapted = PyObject_CallMethod(obj, "__conform__","O", proto);
connection.c 277 ret = PyObject_CallMethod(self->apsw_connection, "close", "");
367 ret = PyObject_CallMethod(self->apsw_connection, "close", "");
763 function_result = PyObject_CallMethod(*aggregate_instance, "finalize", "");
    [all...]
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 98 PyObject *adapted = PyObject_CallMethod(proto, "__adapt__", "O", obj);
113 PyObject *adapted = PyObject_CallMethod(obj, "__conform__","O", proto);
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 526 return PyObject_CallMethod(self->decoder,
879 self->encoding = PyObject_CallMethod(
939 res = PyObject_CallMethod(buffer, "readable", NULL);
964 res = PyObject_CallMethod(buffer, "writable", NULL);
    [all...]
iobase.c 99 return PyObject_CallMethod(self, "seek", "ii", 0, 1);
470 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1);
510 b = PyObject_CallMethod(self, "read", "n", nreadahead);
602 PyObject *ret = PyObject_CallMethod(result, "extend", "O", self);
785 return PyObject_CallMethod(self, "readall", NULL);
826 PyObject *data = PyObject_CallMethod(self, "read",
_iomodule.c 430 PyObject *res = PyObject_CallMethod(raw, "isatty", NULL);
452 PyObject *res = PyObject_CallMethod(raw, "fileno", NULL);
534 close_result = PyObject_CallMethod(result, "close", NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 517 return PyObject_CallMethod(self->decoder,
863 self->encoding = PyObject_CallMethod(
923 res = PyObject_CallMethod(buffer, "readable", NULL);
948 res = PyObject_CallMethod(buffer, "writable", NULL);
    [all...]
iobase.c 99 return PyObject_CallMethod(self, "seek", "ii", 0, 1);
470 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1);
504 b = PyObject_CallMethod(self, "read", "n", nreadahead);
590 PyObject *ret = PyObject_CallMethod(result, "extend", "O", self);
770 return PyObject_CallMethod(self, "readall", NULL);
811 PyObject *data = PyObject_CallMethod(self, "read",
  /external/python/cpython2/Modules/_io/
textio.c 526 return PyObject_CallMethod(self->decoder,
879 self->encoding = PyObject_CallMethod(
950 res = PyObject_CallMethod(buffer, "readable", NULL);
974 res = PyObject_CallMethod(buffer, "writable", NULL);
    [all...]
iobase.c 101 return PyObject_CallMethod(self, "seek", "ii", 0, 1);
472 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1);
512 b = PyObject_CallMethod(self, "read", "n", nreadahead);
607 PyObject *ret = PyObject_CallMethod(result, "extend", "O", self);
790 return PyObject_CallMethod(self, "readall", NULL);
831 PyObject *data = PyObject_CallMethod(self, "read",
_iomodule.c 430 PyObject *res = PyObject_CallMethod(raw, "isatty", NULL);
452 PyObject *res = PyObject_CallMethod(raw, "fileno", NULL);
534 close_result = PyObject_CallMethod(result, "close", NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT
340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT
340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
    [all...]
  /external/python/cpython2/Include/
abstract.h 9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT
340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_bisectmodule.c 93 result = PyObject_CallMethod(list, "insert", "nO",
198 result = PyObject_CallMethod(list, "insert", "nO",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_bisectmodule.c 89 result = PyObject_CallMethod(list, "insert", "nO",
190 result = PyObject_CallMethod(list, "insert", "iO",
  /external/python/cpython2/Modules/
_bisectmodule.c 93 result = PyObject_CallMethod(list, "insert", "nO",
198 result = PyObject_CallMethod(list, "insert", "nO",
  /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...]

Completed in 814 milliseconds

1 2 3 4 5