HomeSort by relevance Sort by last modified time
    Searched refs:c_char_p (Results 126 - 150 of 164) sorted by null

1 2 3 4 56 7

  /external/clang/bindings/python/clang/
cindex.py 150 _fields_ = [("spelling", c_char_p), ("free", c_int)]
    [all...]
  /external/capstone/bindings/python/capstone/
__init__.py 305 ('mnemonic', ctypes.c_char_p),
321 _setup_prototype(_cs, "cs_reg_name", ctypes.c_char_p, ctypes.c_size_t, ctypes.c_uint)
322 _setup_prototype(_cs, "cs_insn_name", ctypes.c_char_p, ctypes.c_size_t, ctypes.c_uint)
323 _setup_prototype(_cs, "cs_group_name", ctypes.c_char_p, ctypes.c_size_t, ctypes.c_uint)
330 _setup_prototype(_cs, "cs_strerror", ctypes.c_char_p, ctypes.c_int)
  /external/autotest/client/cros/graphics/
drm.py 63 ("name", c_char_p),
65 ("date", c_char_p),
67 ("desc", c_char_p),
  /external/python/cpython2/Lib/ctypes/
__init__.py 240 class c_char_p(_SimpleCData): class in inherits:_SimpleCData
250 _check_size(c_char_p, "P")
270 POINTER(c_char).from_param = c_char_p.from_param
  /external/python/cpython3/Lib/ctypes/
__init__.py 235 class c_char_p(_SimpleCData): class in inherits:_SimpleCData
239 _check_size(c_char_p, "P")
267 POINTER(c_char).from_param = c_char_p.from_param
wintypes.py 37 LPCSTR = LPSTR = ctypes.c_char_p
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 243 class c_char_p(_SimpleCData): class in inherits:_SimpleCData
253 _check_size(c_char_p, "P")
273 POINTER(c_char).from_param = c_char_p.from_param
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 243 class c_char_p(_SimpleCData): class in inherits:_SimpleCData
253 _check_size(c_char_p, "P")
273 POINTER(c_char).from_param = c_char_p.from_param
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 243 class c_char_p(_SimpleCData): class in inherits:_SimpleCData
253 _check_size(c_char_p, "P")
273 POINTER(c_char).from_param = c_char_p.from_param
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 243 class c_char_p(_SimpleCData): class in inherits:_SimpleCData
253 _check_size(c_char_p, "P")
273 POINTER(c_char).from_param = c_char_p.from_param
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 101 self.check_type(c_char_p, "abc")
102 self.check_type(c_char_p, "def")
test_slicing.py 106 class allocated_c_char_p(c_char_p):
test_bitfields.py 118 result = self.fail_fields(("a", c_char_p, 1))
119 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char_p'))
test_functions.py 170 f.restype = c_char_p
  /external/python/cpython3/Lib/ctypes/test/
test_callbacks.py 95 self.check_type(c_char_p, "abc")
96 self.check_type(c_char_p, "def")
test_slicing.py 100 class allocated_c_char_p(c_char_p):
test_bitfields.py 117 result = self.fail_fields(("a", c_char_p, 1))
118 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char_p'))
test_functions.py 170 f.restype = c_char_p
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 24 PCTSTR = ctypes.c_char_p
  /external/tensorflow/tensorflow/tools/test/
gpu_info_lib.py 148 rc = libcudart.cudaDeviceGetPCIBusId(ct.c_char_p(pci_bus_id), 13, i)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_slicing.py 105 class allocated_c_char_p(c_char_p):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_slicing.py 105 class allocated_c_char_p(c_char_p):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 105 class allocated_c_char_p(c_char_p):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 105 class allocated_c_char_p(c_char_p):
  /external/sonivox/jet_tools/JetCreator/
eas.py 108 EAS_METADATA_CBFUNC = CFUNCTYPE(c_int, c_int, c_char_p, c_ulong)
208 LOG_FUNC_TYPE = CFUNCTYPE(c_int, c_int, c_char_p)
545 ('buildGUID', c_char_p)]
    [all...]

Completed in 843 milliseconds

1 2 3 4 56 7