Home
last modified time | relevance | path

Searched refs:PySequence_Length (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Modules/
D_posixsubprocess.c114 Py_ssize_t seq_idx, seq_len = PySequence_Length(fd_sequence); in _sanity_check_python_fd_sequence()
135 Py_ssize_t search_max = PySequence_Length(fd_sequence) - 1; in _is_fd_in_sorted_fd_sequence()
157 len = PySequence_Length(py_fds_to_keep); in make_inheritable()
216 Py_ssize_t num_fds_to_keep = PySequence_Length(py_fds_to_keep); in _close_fds_by_brute_force()
577 if (PySequence_Length(py_fds_to_keep) < 0) { in subprocess_fork_exec()
D_winapi.c1332 nhandles = PySequence_Length(handle_seq); in _winapi_WaitForMultipleObjects_impl()
D_lzmamodule.c362 num_filters = PySequence_Length(filterspecs); in parse_filter_chain_spec()
D_testbuffer.c358 PySequence_Length(item) == nmemb) { in pack_from_list()
440 PySequence_Length(item) == nmemb) { in pack_single()
/external/python/cpython2/Include/
Dabstract.h1063 #undef PySequence_Length
1064 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
1065 #define PySequence_Length PySequence_Size macro
/external/python/cpython3/Include/
Dabstract.h1047 #undef PySequence_Length
1048 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
1049 #define PySequence_Length PySequence_Size macro
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc92 auto length = PySequence_Length(obj); in InferShapeAndType()
170 if (TF_PREDICT_FALSE(s != PySequence_Length(obj))) { \
/external/python/cpython2/PC/os2vacpp/
Dpython.def353 PySequence_Length
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c144 nArgs = PySequence_Length(converters); in _CallPythonObject()
Dstgdict.c353 len = PySequence_Length(fields); in PyCStructUnionType_update_stgdict()
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c357 len = PySequence_Length(fields); in PyCStructUnionType_update_stgdict()
Dcallbacks.c225 nArgs = PySequence_Length(converters); in _CallPythonObject()
/external/python/cpython3/Doc/c-api/
Dsequence.rst16 Py_ssize_t PySequence_Length(PyObject *o)
/external/python/cpython3/PC/
Dpython3.def518 PySequence_Length=python36.PySequence_Length
/external/python/cpython2/Doc/c-api/
Dsequence.rst16 Py_ssize_t PySequence_Length(PyObject *o)
/external/python/cpython2/Objects/
Dabstract.c1874 #undef PySequence_Length
1876 PySequence_Length(PyObject *s) function
1880 #define PySequence_Length PySequence_Size macro
/external/python/cpython3/Objects/
Dabstract.c1487 #undef PySequence_Length
1489 PySequence_Length(PyObject *s) in PySequence_Length() function
1493 #define PySequence_Length PySequence_Size macro
/external/python/cpython2/PC/os2emx/
Dpython27.def162 "PySequence_Length"
/external/python/cpython3/Doc/faq/
Dextending.rst98 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc. as well
/external/python/cpython2/Modules/
D_csv.c1173 len = PySequence_Length(seq); in csv_writerow()
Ditertoolsmodule.c3511 Py_ssize_t tuplesize = PySequence_Length(args); in izip_new()
3847 Py_ssize_t tuplesize = PySequence_Length(args); in izip_longest_new()
/external/python/cpython2/Doc/faq/
Dextending.rst100 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc.) as well as
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c1596 for (i = 0; i < PySequence_Length(lines); i++) { in mbstreamwriter_writelines()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1662 for (i = 0; i < PySequence_Length(lines); i++) { in _multibytecodec_MultibyteStreamWriter_writelines()
/external/python/cpython3/Python/
Dbltinmodule.c2439 Py_ssize_t tuplesize = PySequence_Length(args); in zip_new()

12