Home
last modified time | relevance | path

Searched refs:_PyObject_CallMethod (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dfileobject.c41 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()
Dcall.c662 _PyObject_CallMethod(PyObject *obj, PyObject *name, in _PyObject_CallMethod() function
/aosp_15_r20/external/python/cpython3/Modules/
D_bisectmodule.c145 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()
Darraymodule.c1491 b = _PyObject_CallMethod(f, state->str_read, "n", nbytes); in array_array_fromfile_impl()
Ditertoolsmodule.c1180 PyObject *res = _PyObject_CallMethod(it, &_Py_ID(__setstate__), in cycle_reduce()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Diobase.c113 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()
Dtextio.c574 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()
Dbufferedio.c56 data = _PyObject_CallMethod(self, attr, "n", buffer->len); in _bufferediobase_readinto_generic()
/aosp_15_r20/external/python/cpython3/Python/
Dimportdl.c81 modname = _PyObject_CallMethod(encoded, &_Py_ID(replace), "cc", '-', '_'); in get_encoded_name()
Dtraceback.c455 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()
Dmarshal.c728 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()
Dpylifecycle.c2244 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/
Dabstract.h119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dabstract.h119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dabstract.h119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dabstract.h119 PyAPI_FUNC(PyObject *) _PyObject_CallMethod(PyObject *obj,
/aosp_15_r20/external/python/cpython3/Parser/
Dtokenizer.c460 stream = _PyObject_CallMethod(io, &_Py_ID(open), "isisOOO", in fp_setreadl()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi1132 …<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…