Home
last modified time | relevance | path

Searched defs:ctypes (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Doc/whatsnew/
D3.2.rst2004 ctypes section in New, Improved, and Deprecated Modules
D3.8.rst742 ctypes section in Improved Modules
D3.13.rst800 ctypes section in Improved Modules
/external/pcre/src/
Dpcre2_substitute.c603 const uint8_t *ctypes = code->tables + ctypes_offset; in pcre2_substitute() local
Dpcre2_dfa_match.c538 const uint8_t *ctypes, *lcc, *fcc; in internal_dfa_match() local
Dpcre2_intmodedep.h727 const uint8_t *ctypes; /* Points to table of type maps */ member
875 const uint8_t *ctypes; /* Points to table of type maps */ member
Dpcre2_jit_compile.c475 sljit_sw ctypes; member
/external/python/cpython3/Lib/test/
Dtest_genericalias.py24 ctypes = None variable
Dtest_venv.py36 ctypes = None variable
Dtest_code.py141 ctypes = None variable
Dtest_buffer.py42 ctypes = None variable
Dtest_codecs.py26 ctypes = None variable
Dtest_ssl.py37 ctypes = None variable
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DGraphOperationBuilder.java200 int[] ctypes = new int[value.length]; in setAttr() local