HomeSort by relevance Sort by last modified time
    Searched refs:c_char (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /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/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/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/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/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:
  /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'))
  /external/autotest/client/common_lib/
smogcheck_tpm.py 29 c_char_p, addressof, c_char, pointer namespace
96 ('tpmVendorID', c_char*4),
  /external/llvm/bindings/python/llvm/
object.py 81 from ctypes import c_char namespace
466 library.LLVMGetSectionContents.restype = POINTER(c_char)
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 26 CHAR = ctypes.c_char
  /external/opencv3/modules/ts/misc/
run.py 109 from ctypes import c_long , c_int , c_uint , c_char , c_ubyte , c_char_p , c_void_p namespace
121 ( 'szExeFile' , c_char * 260 ) ,
134 ( 'szModule' , c_char * 256 ),
135 ( 'szExePath' , c_char * 260 ) ]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 37 ('__mbstate8', c_char * 128),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 37 ('__mbstate8', c_char * 128),
    [all...]

Completed in 1207 milliseconds

1 2 34 5