HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_CallMethod (Results 1 - 25 of 120) 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);
connection.c 280 ret = PyObject_CallMethod(self->apsw_connection, "close", "");
378 ret = PyObject_CallMethod(self->apsw_connection, "close", "");
775 function_result = PyObject_CallMethod(*aggregate_instance, "finalize", "");
    [all...]
  /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",
_iomodule.c 428 PyObject *res = PyObject_CallMethod(raw, "isatty", NULL);
450 PyObject *res = PyObject_CallMethod(raw, "fileno", NULL);
  /external/python/cpython2/Modules/_io/
textio.c 526 return PyObject_CallMethod(self->decoder,
881 self->encoding = PyObject_CallMethod(
953 res = PyObject_CallMethod(buffer, "readable", NULL);
977 res = PyObject_CallMethod(buffer, "writable", NULL);
    [all...]
iobase.c 101 return PyObject_CallMethod(self, "seek", "ii", 0, 1);
480 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1);
520 b = PyObject_CallMethod(self, "read", "n", nreadahead);
616 PyObject *ret = PyObject_CallMethod(result, "extend", "O", self);
812 return PyObject_CallMethod(self, "readall", NULL);
853 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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
descrobject.c 753 return PyObject_CallMethod(pp->dict, "get", "(OO)", key, def);
777 return PyObject_CallMethod(pp->dict, "iterkeys", NULL);
783 return PyObject_CallMethod(pp->dict, "itervalues", NULL);
789 return PyObject_CallMethod(pp->dict, "iteritems", NULL);
794 return PyObject_CallMethod(pp->dict, "copy", NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
descrobject.c 716 return PyObject_CallMethod(pp->dict, "get", "(OO)", key, def);
740 return PyObject_CallMethod(pp->dict, "iterkeys", NULL);
746 return PyObject_CallMethod(pp->dict, "itervalues", NULL);
752 return PyObject_CallMethod(pp->dict, "iteritems", NULL);
757 return PyObject_CallMethod(pp->dict, "copy", NULL);
    [all...]
  /external/python/cpython2/Objects/
descrobject.c 753 return PyObject_CallMethod(pp->dict, "get", "(OO)", key, def);
777 return PyObject_CallMethod(pp->dict, "iterkeys", NULL);
783 return PyObject_CallMethod(pp->dict, "itervalues", NULL);
789 return PyObject_CallMethod(pp->dict, "iteritems", NULL);
794 return PyObject_CallMethod(pp->dict, "copy", NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 47 rv = PyObject_CallMethod(m, "GetErrorString", "i", err);
124 rv = PyObject_CallMethod(fs, "as_pathname", "");

Completed in 1211 milliseconds

1 2 3 4 5