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

1 2 3 45 6 7

  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_memfunctions.py 40 self.assertEqual(cast(a, c_char_p).value, "abcdef")
test_pointers.py 140 func.restype = c_char_p
141 argv = (c_char_p * 2)()
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 40 self.assertEqual(cast(a, c_char_p).value, "abcdef")
test_pointers.py 140 func.restype = c_char_p
141 argv = (c_char_p * 2)()
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 40 self.assertEqual(cast(a, c_char_p).value, "abcdef")
test_pointers.py 140 func.restype = c_char_p
141 argv = (c_char_p * 2)()
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
  /system/iot/attestation/at-factory-tool/
serialmapperwin.py 83 ctypes.c_char_p('USB'),
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_osx.py 58 cf.CFStringCreateWithCString.argtypes = [ctypes.c_void_p, ctypes.c_char_p, ctypes.c_int32]
62 cf.CFStringGetCStringPtr.restype = ctypes.c_char_p
  /external/python/cpython2/Lib/ctypes/test/
test_pointers.py 145 func.restype = c_char_p
146 argv = (c_char_p * 2)()
test_unicode.py 87 func.argtypes = [ctypes.c_char_p]
88 func.restype = ctypes.c_char_p
test_loading.py 105 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
  /external/python/cpython3/Lib/ctypes/test/
test_pointers.py 148 func.restype = c_char_p
149 argv = (c_char_p * 2)()
test_loading.py 105 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pointers.py 140 func.restype = c_char_p
141 argv = (c_char_p * 2)()
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
  /system/sepolicy/tests/
policy.py 326 lib.get_allow_rule.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p];
329 lib.load_policy.argtypes = [c_char_p]
350 lib.get_type.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p]
353 lib.init_type_iter.argtypes = [c_void_p, c_char_p, c_bool]
361 lib.get_genfs.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p]
  /external/python/cpython2/Lib/ctypes/
wintypes.py 36 LPCSTR = LPSTR = c_char_p
  /external/scapy/scapy/modules/
winpcapy.py 52 STRING = c_char_p
600 ("buffer",c_char_p)]
606 ("username",c_char_p),
607 ("password",c_char_p)]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 40 LPCSTR = LPSTR = c_char_p
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 40 LPCSTR = LPSTR = c_char_p
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 40 LPCSTR = LPSTR = c_char_p
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 40 LPCSTR = LPSTR = c_char_p

Completed in 1184 milliseconds

1 2 3 45 6 7