/aosp_15_r20/external/python/cpython3/Objects/ |
D | fileobject.c | 41 stream = _PyObject_CallMethod(io, &_Py_ID(open), "isisssO", fd, mode, in PyFile_FromFd() 66 result = _PyObject_CallMethod(f, &_Py_ID(readline), "i", n); in PyFile_GetLine() 516 f = _PyObject_CallMethod(iomod, &_Py_ID(open), "Os", path, "rb"); in PyFile_OpenCodeObject()
|
D | call.c | 662 _PyObject_CallMethod(PyObject *obj, PyObject *name, in _PyObject_CallMethod() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _bisectmodule.c | 145 result = _PyObject_CallMethod(a, state->str_insert, "nO", index, x); in _bisect_insort_right_impl() 272 result = _PyObject_CallMethod(a, state->str_insert, "nO", index, x); in _bisect_insort_left_impl()
|
D | arraymodule.c | 1491 b = _PyObject_CallMethod(f, state->str_read, "n", nbytes); in array_array_fromfile_impl()
|
D | itertoolsmodule.c | 1180 PyObject *res = _PyObject_CallMethod(it, &_Py_ID(__setstate__), in cycle_reduce()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | iobase.c | 113 return _PyObject_CallMethod(self, &_Py_ID(seek), "ii", 0, 1); in _io__IOBase_tell_impl() 593 b = _PyObject_CallMethod(self, &_Py_ID(read), "n", nreadahead); in _io__IOBase_readline_impl() 959 PyObject *data = _PyObject_CallMethod(self, &_Py_ID(read), in _io__RawIOBase_readall_impl()
|
D | textio.c | 574 return _PyObject_CallMethod(self->decoder, &_Py_ID(setstate), in _io_IncrementalNewlineDecoder_setstate() 1610 PyObject *newtext = _PyObject_CallMethod(text, &_Py_ID(replace), in _io_TextIOWrapper_write_impl() 2378 res = _PyObject_CallMethod(self->decoder, &_Py_ID(setstate), in _textiowrapper_decoder_setstate() 2490 res = _PyObject_CallMethod(self->buffer, &_Py_ID(seek), "ii", 0, 2); in _io_TextIOWrapper_seek_impl() 2556 PyObject *input_chunk = _PyObject_CallMethod(self->buffer, &_Py_ID(read), in _io_TextIOWrapper_seek_impl() 2723 PyObject *_decoded = _PyObject_CallMethod( \ in _io_TextIOWrapper_tell_impl() 2805 PyObject *decoded = _PyObject_CallMethod( in _io_TextIOWrapper_tell_impl()
|
D | bufferedio.c | 56 data = _PyObject_CallMethod(self, attr, "n", buffer->len); in _bufferediobase_readinto_generic()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | importdl.c | 81 modname = _PyObject_CallMethod(encoded, &_Py_ID(replace), "cc", '-', '_'); in get_encoded_name()
|
D | traceback.c | 455 binary = _PyObject_CallMethod(io, &_Py_ID(open), "Os", filename, "rb"); in display_source_line_with_margin() 484 fob = _PyObject_CallMethod(io, &_Py_ID(TextIOWrapper), in display_source_line_with_margin()
|
D | marshal.c | 728 res = _PyObject_CallMethod(p->readable, &_Py_ID(readinto), "N", mview); in r_string() 1756 data = _PyObject_CallMethod(file, &_Py_ID(read), "i", 0); in marshal_load()
|
D | pylifecycle.c | 2244 buf = _PyObject_CallMethod(io, &_Py_ID(open), "isiOOOO", in create_stdio() 2313 stream = _PyObject_CallMethod(io, &_Py_ID(TextIOWrapper), "OOOsOO", in create_stdio()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | abstract.h | 119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | tokenizer.c | 460 stream = _PyObject_CallMethod(io, &_Py_ID(open), "isisOOO", in fp_setreadl()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1132 …<elf-symbol name='_PyObject_CallMethod' type='func-type' binding='global-binding' visibility='defa… 7206 …_PyObject_CallMethod' mangled-name='_PyObject_CallMethod' filepath='Objects/call.c' line='662' col…
|