HomeSort by relevance Sort by last modified time
    Searched defs:ctypes (Results 1 - 17 of 17) sorted by null

  /external/python/cpython3/Lib/ctypes/test/
__init__.py 6 ctypes = support.import_module('ctypes') variable
7 ctypes_symbols = dir(ctypes)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winsound.py 10 ctypes = test_support.import_module('ctypes') variable
18 if ctypes.windll.winmm.mixerGetNumDevs() is 0:
  /external/python/cpython3/Lib/test/
test_venv.py 23 import ctypes
25 ctypes = None variable
442 # Issue #26610: pip/pep425tags.py requires ctypes
443 @unittest.skipUnless(ctypes, 'pip requires ctypes')
test_code.py 111 import ctypes
113 ctypes = None variable
266 if check_impl_detail(cpython=True) and ctypes is not None:
267 py = ctypes.pythonapi
268 freefunc = ctypes.CFUNCTYPE(None,ctypes.c_voidp)
272 RequestCodeExtraIndex.restype = ctypes.c_ssize_t
275 SetExtra.argtypes = (ctypes.py_object, ctypes.c_ssize_t, ctypes.c_voidp
    [all...]
test_buffer.py 35 import ctypes
37 ctypes = None variable
    [all...]
test_codecs.py 13 import ctypes
15 ctypes = None variable
18 SIZEOF_WCHAR_T = ctypes.sizeof(ctypes.c_wchar)
    [all...]
test_subprocess.py 24 import ctypes
26 ctypes = None variable
28 import ctypes.util
    [all...]
test_ssl.py 23 import ctypes
25 ctypes = None variable
    [all...]
  /external/skia/gm/
showmiplevels.cpp 270 const SkColorType ctypes[] = { local
276 for (auto ctype : ctypes) {
  /external/skqp/gm/
showmiplevels.cpp 270 const SkColorType ctypes[] = { local
276 for (auto ctype : ctypes) {
  /external/pcre/dist2/src/
pcre2_substitute.c 512 const uint8_t *ctypes = code->tables + ctypes_offset; local
513 while (MAX_255(next) && (ctypes[next] & ctype_word) != 0)
pcre2_dfa_match.c 525 const uint8_t *ctypes, *lcc, *fcc; local
554 ctypes = mb->tables + ctypes_offset;
    [all...]
pcre2_intmodedep.h 718 const uint8_t *ctypes; /* Points to table of type maps */ member in struct:compile_block
856 const uint8_t *ctypes; \/* Points to table of type maps *\/ member in struct:match_block
    [all...]
pcre2_jit_compile.c 444 sljit_sw ctypes; member in struct:compiler_common
    [all...]
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
OperationBuilder.java 220 int[] ctypes = new int[value.length]; local
222 ctypes[i] = value[i].c();
226 setAttrTypeList(unsafeNativeHandle, name, ctypes);
  /art/runtime/mirror/
var_handle.cc 1554 ObjPtr<Class> ctypes[2] = { GetCoordinateType0(), GetCoordinateType1() }; local
    [all...]
  /external/python/cpython2/Lib/test/
test_subprocess.py 16 import ctypes
18 ctypes = None variable
20 import ctypes.util
    [all...]

Completed in 569 milliseconds