HomeSort by relevance Sort by last modified time
    Searched refs:c_char (Results 101 - 125 of 170) sorted by null

1 2 3 45 6 7

  /external/python/cpython3/Lib/ctypes/test/
test_python_api.py 71 PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
test_arrays.py 49 CharArray = ARRAY(c_char, 3)
99 sz = (c_char * 3).from_address(addressof(p))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pickling.py 70 pickle.dumps(c_char("x"))
test_python_api.py 72 PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
test_pep3118.py 113 (c_char, "<c", None, c_char),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pickling.py 70 pickle.dumps(c_char("x"))
test_python_api.py 72 PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
test_pep3118.py 113 (c_char, "<c", None, c_char),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pickling.py 70 pickle.dumps(c_char("x"))
test_python_api.py 72 PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
test_pep3118.py 113 (c_char, "<c", None, c_char),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pickling.py 70 pickle.dumps(c_char("x"))
test_python_api.py 72 PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
test_pep3118.py 113 (c_char, "<c", None, c_char),
  /device/linaro/hikey/installer/hikey960/
mkdtimg 20 from ctypes import sizeof, Structure, c_char, c_int
74 _fields_ = [('magic', c_char * 4),
  /external/autotest/client/site_tests/kernel_CryptoAPI/
kernel_CryptoAPI.py 36 ('salg_type', ctypes.c_char * 14),
39 ('salg_name', ctypes.c_char * 64),
  /external/python/cpython2/Lib/ctypes/test/
test_pep3118.py 117 (c_char, "<c", None, c_char),
  /external/python/cpython2/Lib/multiprocessing/
sharedctypes.py 49 'c': ctypes.c_char,
140 if obj._type_ is ctypes.c_char:
  /external/python/cpython3/Lib/multiprocessing/
sharedctypes.py 26 'c': ctypes.c_char, 'u': ctypes.c_wchar,
109 if obj._type_ is ctypes.c_char:
  /external/tensorflow/tensorflow/tools/test/
gpu_info_lib.py 50 ("name", ct.c_char * 256),
114 ("__future_buffer", ct.c_char * 4096)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 49 'c': ctypes.c_char, 'u': ctypes.c_wchar,
135 if obj._type_ is ctypes.c_char:
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
sharedctypes.py 49 'c': ctypes.c_char, 'u': ctypes.c_wchar,
135 if obj._type_ is ctypes.c_char:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 49 'c': ctypes.c_char, 'u': ctypes.c_wchar,
135 if obj._type_ is ctypes.c_char:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 49 'c': ctypes.c_char, 'u': ctypes.c_wchar,
135 if obj._type_ is ctypes.c_char:
  /system/extras/simpleperf/scripts/
simpleperf_report_lib.py 133 _fields_ = [('data', ct.POINTER(ct.c_char)),
304 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))
324 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))

Completed in 516 milliseconds

1 2 3 45 6 7