Home
last modified time | relevance | path

Searched refs:_PyTuple_Resize (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Objects/
Dgenericaliasobject.c198 if (_PyTuple_Resize(dst, PyTuple_GET_SIZE(*dst) + count - 1) != 0) { in tuple_extend()
246 if (_PyTuple_Resize(&parameters, len) < 0) { in _Py_make_parameters()
261 if (_PyTuple_Resize(&parameters, iparam) < 0) { in _Py_make_parameters()
Dunionobject.c127 (void) _PyTuple_Resize(&tuple, pos); in merge()
Dstructseq.c419 if (_PyTuple_Resize(&keys, k) == -1) { in initialize_structseq_dict()
Dtupleobject.c915 _PyTuple_Resize(PyObject **pv, Py_ssize_t newsize) in _PyTuple_Resize() function
Dabstract.c2099 if (_PyTuple_Resize(&result, n) != 0) { in PySequence_Tuple()
2109 _PyTuple_Resize(&result, j) != 0) in PySequence_Tuple()
Dcodeobject.c568 if (_PyTuple_Resize(&localsplusnames, nlocalsplus) < 0 in PyCode_NewWithPosOnlyArgs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dtupleobject.h13 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dtupleobject.h13 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dtupleobject.h13 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dtupleobject.h13 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dtupleobject.h13 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/aosp_15_r20/external/python/cpython2/Include/
Dtupleobject.h45 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def463 _PyTuple_Resize
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dtuple.rst139 .. c:function:: int _PyTuple_Resize(PyObject **p, Py_ssize_t newsize)
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1836 _PyTuple_Resize:int:::
1837 _PyTuple_Resize:PyTupleObject**:p:+1:
1838 _PyTuple_Resize:int:new::
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dtuple.rst100 .. c:function:: int _PyTuple_Resize(PyObject **p, Py_ssize_t newsize)
/aosp_15_r20/external/python/cpython2/Objects/
Dtupleobject.c834 _PyTuple_Resize(PyObject **pv, Py_ssize_t newsize) in _PyTuple_Resize() function
Dabstract.c2227 if (_PyTuple_Resize(&result, n) != 0) {
2237 _PyTuple_Resize(&result, j) != 0)
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def566 "_PyTuple_Resize"
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2970 _PyTuple_Resize:int:::
2971 _PyTuple_Resize:PyObject**:p:0:
2972 _PyTuple_Resize:Py_ssize_t:new::
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c2932 return _PyTuple_Resize(&context->tuple, maxsize) >= 0; in _bump()
3005 if (_PyTuple_Resize(&context.tuple, context.size)) in _tkinter__flatten()
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c3345 return _PyTuple_Resize(&context->tuple, maxsize) >= 0; in _bump()
3431 if (_PyTuple_Resize(&context.tuple, context.size)) in Tkinter_Flatten()
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c2828 if (_PyTuple_Resize(&result, j) < 0) in filtertuple()
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.2.rst1121 * The :c:func:`_PyTuple_Resize` function has lost an unused parameter, so now it
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.2.rst1121 * The :c:func:`_PyTuple_Resize` function has lost an unused parameter, so now it

12