/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 114 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.c | 1332 nhandles = PySequence_Length(handle_seq); in _winapi_WaitForMultipleObjects_impl()
|
D | _lzmamodule.c | 362 num_filters = PySequence_Length(filterspecs); in parse_filter_chain_spec()
|
D | _testbuffer.c | 358 PySequence_Length(item) == nmemb) { in pack_from_list() 440 PySequence_Length(item) == nmemb) { in pack_single()
|
/external/python/cpython2/Include/ |
D | abstract.h | 1063 #undef PySequence_Length 1064 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o); 1065 #define PySequence_Length PySequence_Size macro
|
/external/python/cpython3/Include/ |
D | abstract.h | 1047 #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/ |
D | py_seq_tensor.cc | 92 auto length = PySequence_Length(obj); in InferShapeAndType() 170 if (TF_PREDICT_FALSE(s != PySequence_Length(obj))) { \
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 353 PySequence_Length
|
/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 144 nArgs = PySequence_Length(converters); in _CallPythonObject()
|
D | stgdict.c | 353 len = PySequence_Length(fields); in PyCStructUnionType_update_stgdict()
|
/external/python/cpython2/Modules/_ctypes/ |
D | stgdict.c | 357 len = PySequence_Length(fields); in PyCStructUnionType_update_stgdict()
|
D | callbacks.c | 225 nArgs = PySequence_Length(converters); in _CallPythonObject()
|
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 16 Py_ssize_t PySequence_Length(PyObject *o)
|
/external/python/cpython3/PC/ |
D | python3.def | 518 PySequence_Length=python36.PySequence_Length
|
/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 16 Py_ssize_t PySequence_Length(PyObject *o)
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1874 #undef PySequence_Length 1876 PySequence_Length(PyObject *s) function 1880 #define PySequence_Length PySequence_Size macro
|
/external/python/cpython3/Objects/ |
D | abstract.c | 1487 #undef PySequence_Length 1489 PySequence_Length(PyObject *s) in PySequence_Length() function 1493 #define PySequence_Length PySequence_Size macro
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 162 "PySequence_Length"
|
/external/python/cpython3/Doc/faq/ |
D | extending.rst | 98 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc. as well
|
/external/python/cpython2/Modules/ |
D | _csv.c | 1173 len = PySequence_Length(seq); in csv_writerow()
|
D | itertoolsmodule.c | 3511 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/ |
D | extending.rst | 100 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc.) as well as
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 1596 for (i = 0; i < PySequence_Length(lines); i++) { in mbstreamwriter_writelines()
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 1662 for (i = 0; i < PySequence_Length(lines); i++) { in _multibytecodec_MultibyteStreamWriter_writelines()
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 2439 Py_ssize_t tuplesize = PySequence_Length(args); in zip_new()
|