/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 141 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension() 160 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
|
D | message_factory.cc | 87 owned_pool.reset(PyObject_CallFunction( in New()
|
/third_party/python/Modules/_io/ |
D | _iomodule.c | 386 raw = PyObject_CallFunction(RawIO_class, "OsOO", in _io_open_impl() 465 buffer = PyObject_CallFunction(Buffered_class, "Oi", raw, buffering); in _io_open_impl() 480 wrapper = PyObject_CallFunction((PyObject *)&PyTextIOWrapper_Type, in _io_open_impl() 710 state->unsupported_operation = PyObject_CallFunction( in PyInit__io()
|
D | bufferedio.c | 641 err = PyObject_CallFunction(PyExc_BlockingIOError, "isn", in _set_BlockingIOError() 2115 self->reader = (buffered *) PyObject_CallFunction( in _io_BufferedRWPair___init___impl() 2120 self->writer = (buffered *) PyObject_CallFunction( in _io_BufferedRWPair___init___impl()
|
D | fileio.c | 403 fdobj = PyObject_CallFunction(opener, "Oi", nameobj, flags);
|
/third_party/python/Include/ |
D | abstract.h | 139 # define PyObject_CallFunction _PyObject_CallFunction_SizeT macro 182 PyAPI_FUNC(PyObject *) PyObject_CallFunction(PyObject *callable,
|
/third_party/python/Modules/_ssl/ |
D | debughelpers.c | 70 res = PyObject_CallFunction( in _PySSL_msg_callback()
|
/third_party/python/Modules/ |
D | _lsprof.c | 518 sinfo = PyObject_CallFunction((PyObject*) collect->state->stats_subentry_type, in statsForSubEntry() 556 info = PyObject_CallFunction((PyObject*) collect->state->stats_entry_type, in statsForEntry()
|
D | readline.c | 1064 r = PyObject_CallFunction(readlinestate_global->completion_display_matches_hook, in on_completion_display_matches_hook() 1117 r = PyObject_CallFunction(readlinestate_global->completer, "Ni", t, state); in on_completion()
|
D | _functoolsmodule.c | 1305 return PyObject_CallFunction(self->cache_info_type, "nnOn", in lru_cache_cache_info() 1309 return PyObject_CallFunction(self->cache_info_type, "nnnn", in lru_cache_cache_info()
|
D | _winapi.c | 1965 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl() 1990 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl()
|
D | itertoolsmodule.c | 3720 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce() 3734 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce() 3738 it = PyObject_CallFunction((PyObject *)Py_TYPE(lz), "NO", in accumulate_reduce()
|
/third_party/python/Modules/_sqlite/ |
D | cache.c | 231 data = PyObject_CallFunction(self->factory, "O", key); in pysqlite_cache_get()
|
D | cursor.c | 362 … converted = PyObject_CallFunction(self->connection->text_factory, "y#", text, nbytes); in _pysqlite_fetch_one_row() 800 next_row = PyObject_CallFunction(self->row_factory, "OO", self, next_row_tuple); in pysqlite_cursor_iternext()
|
D | connection.c | 140 …self->statement_cache = (pysqlite_Cache*)PyObject_CallFunction((PyObject*)pysqlite_CacheType, "Oi"… in pysqlite_connection_init() 984 …ret = PyObject_CallFunction((PyObject*)user_arg, "issss", action, arg1, arg2, dbname, access_attem… in _authorizer_callback() 1721 PyObject *res = PyObject_CallFunction(progress, "iii", rc, in pysqlite_connection_backup_impl()
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 976 return PyObject_CallFunction(restype, "i", *(int *)result); in GetResult() 1905 result = PyObject_CallFunction((PyObject *)Py_TYPE(&PyCPointer_Type), in POINTER() 1923 result = PyObject_CallFunction((PyObject *)Py_TYPE(&PyCPointer_Type), in POINTER()
|
/third_party/python/Objects/ |
D | exceptions.c | 2122 return PyObject_CallFunction(PyExc_UnicodeEncodeError, "su#nns", in PyUnicodeEncodeError_Create() 2238 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create() 2336 return PyObject_CallFunction(PyExc_UnicodeTranslateError, "u#nns", in PyUnicodeTranslateError_Create() 2345 return PyObject_CallFunction(PyExc_UnicodeTranslateError, "Onns", in _PyUnicodeTranslateError_Create()
|
D | call.c | 500 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() function
|
/third_party/python/Python/ |
D | codecs.c | 281 ret = PyObject_CallFunction(inccodec, "s", errors); in codec_makeincrementalcodec() 319 streamcodec = PyObject_CallFunction(codeccls, "Os", stream, errors); in codec_getstreamcodec()
|
D | pythonrun.c | 382 PyObject *loader = PyObject_CallFunction(loader_type, in set_main_loader()
|
D | errors.c | 1153 result = PyObject_CallFunction((PyObject *)&PyType_Type, "sOO", in PyErr_NewException()
|
/third_party/python/Doc/c-api/ |
D | call.rst | 205 | :c:func:`PyObject_CallFunction` | ``PyObject *`` | format | --- | 275 .. c:function:: PyObject* PyObject_CallFunction(PyObject *callable, const char *format, ...)
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1597 PyObject_CallFunction:PyObject*::+1: 1598 PyObject_CallFunction:PyObject*:callable_object:0: 1599 PyObject_CallFunction:const char*:format:: 1600 PyObject_CallFunction::...::
|
D | stable_abi.dat | 471 function,PyObject_CallFunction,3.2,
|
/third_party/python/PC/ |
D | python3dll.c | 427 EXPORT_FUNC(PyObject_CallFunction)
|