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

1 2 3 45 6

  /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/ctypes/test/
test_pep3118.py 113 (c_char, "<c", None, c_char),
test_callbacks.py 91 self.check_type(c_char, "x")
92 self.check_type(c_char, "a")
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
126 p = (c_char * 27)(*s)
test_bitfields.py 28 func.argtypes = POINTER(BITS), c_char
127 result = self.fail_fields(("a", c_char, 1))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type 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:
  /external/vulkan-validation-layers/
vk-layer-introspect.py 41 _fields_ = [("c_layerName", ctypes.c_char * 256),
44 ("c_description", ctypes.c_char * 256)]
69 _fields_ = [("c_extensionName", ctypes.c_char * 256),
  /external/python/cpython2/Lib/ctypes/test/
test_slicing.py 70 dll.my_strdup.restype = POINTER(c_char)
127 p = (c_char * 27)(*s)
test_bitfields.py 29 func.argtypes = POINTER(BITS), c_char
128 result = self.fail_fields(("a", c_char, 1))
129 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
test_callbacks.py 93 self.check_type(c_char, "x")
94 self.check_type(c_char, "a")
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 91 self.check_type(c_char, "x")
92 self.check_type(c_char, "a")
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
126 p = (c_char * 27)(*s)
test_bitfields.py 28 func.argtypes = POINTER(BITS), c_char
127 result = self.fail_fields(("a", c_char, 1))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 91 self.check_type(c_char, "x")
92 self.check_type(c_char, "a")
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
126 p = (c_char * 27)(*s)
test_bitfields.py 28 func.argtypes = POINTER(BITS), c_char
127 result = self.fail_fields(("a", c_char, 1))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 91 self.check_type(c_char, "x")
92 self.check_type(c_char, "a")
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
126 p = (c_char * 27)(*s)
test_bitfields.py 28 func.argtypes = POINTER(BITS), c_char
127 result = self.fail_fields(("a", c_char, 1))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
  /external/autotest/client/common_lib/
smogcheck_tpm.py 29 c_char_p, addressof, c_char, pointer
96 ('tpmVendorID', c_char*4),
  /external/llvm/bindings/python/llvm/
object.py 81 from ctypes import c_char
466 library.LLVMGetSectionContents.restype = POINTER(c_char)
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 26 CHAR = ctypes.c_char
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 37 ('__mbstate8', c_char * 128),
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 37 ('__mbstate8', c_char * 128),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 37 ('__mbstate8', c_char * 128),
    [all...]

Completed in 624 milliseconds

1 2 3 45 6