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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_checkretval.py 3 from ctypes import *
test_macholib.py 36 from ctypes.macholib.dyld import dyld_find
test_repr.py 1 from ctypes import *
test_sizes.py 3 from ctypes import *
test_values.py 6 from ctypes import *
75 from ctypes import _pointer_type_cache
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_checkretval.py 3 from ctypes import *
test_macholib.py 36 from ctypes.macholib.dyld import dyld_find
test_repr.py 1 from ctypes import *
test_sizes.py 3 from ctypes import *
test_values.py 6 from ctypes import *
75 from ctypes import _pointer_type_cache
  /external/python/cpython2/Lib/ctypes/test/
test_values.py 7 from ctypes import *
75 from ctypes import _pointer_type_cache
test_loading.py 1 from ctypes import *
4 from ctypes.util import find_library
5 from ctypes.test import is_resource_enabled
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_values.py 6 from ctypes import *
75 from ctypes import _pointer_type_cache
test_loading.py 1 from ctypes import *
4 from ctypes.util import find_library
5 from ctypes.test import is_resource_enabled
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_values.py 6 from ctypes import *
75 from ctypes import _pointer_type_cache
test_loading.py 1 from ctypes import *
4 from ctypes.util import find_library
5 from ctypes.test import is_resource_enabled
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 313 import ctypes
314 kernel32 = ctypes.windll.kernel32
315 buf = ctypes.create_string_buffer("", 100)
700 import ctypes
701 from ctypes import wintypes
708 PeekNamedPipe = ctypes.windll.kernel32.PeekNamedPipe
711 ctypes.POINTER(ctypes.c_char), # stdout buf
713 ctypes.POINTER(wintypes.DWORD), # bytes read
714 ctypes.POINTER(wintypes.DWORD), # bytes avail
    [all...]
  /external/python/cpython2/Lib/test/
test_os.py 314 import ctypes
315 kernel32 = ctypes.windll.kernel32
316 buf = ctypes.create_string_buffer("", 100)
775 import ctypes
776 from ctypes import wintypes
783 PeekNamedPipe = ctypes.windll.kernel32.PeekNamedPipe
786 ctypes.POINTER(ctypes.c_char), # stdout buf
788 ctypes.POINTER(wintypes.DWORD), # bytes read
789 ctypes.POINTER(wintypes.DWORD), # bytes avai
    [all...]
  /external/v8/tools/
ll_prof.py 32 import ctypes
335 "ia32": ctypes.c_uint32,
336 "arm": ctypes.c_uint32,
337 "mips": ctypes.c_uint32,
338 "x64": ctypes.c_uint64,
339 "arm64": ctypes.c_uint64
359 ("name_size", ctypes.c_int32),
361 ("code_size", ctypes.c_int32)])
380 self.log_pos += ctypes.sizeof(event)
406 self.log_pos += ctypes.sizeof(event
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_os.py 314 import ctypes
315 kernel32 = ctypes.windll.kernel32
316 buf = ctypes.create_string_buffer("", 100)
742 import ctypes
743 from ctypes import wintypes
750 PeekNamedPipe = ctypes.windll.kernel32.PeekNamedPipe
753 ctypes.POINTER(ctypes.c_char), # stdout buf
755 ctypes.POINTER(wintypes.DWORD), # bytes read
756 ctypes.POINTER(wintypes.DWORD), # bytes avai
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_os.py 314 import ctypes
315 kernel32 = ctypes.windll.kernel32
316 buf = ctypes.create_string_buffer("", 100)
742 import ctypes
743 from ctypes import wintypes
750 PeekNamedPipe = ctypes.windll.kernel32.PeekNamedPipe
753 ctypes.POINTER(ctypes.c_char), # stdout buf
755 ctypes.POINTER(wintypes.DWORD), # bytes read
756 ctypes.POINTER(wintypes.DWORD), # bytes avai
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 314 import ctypes
315 kernel32 = ctypes.windll.kernel32
316 buf = ctypes.create_string_buffer("", 100)
742 import ctypes
743 from ctypes import wintypes
750 PeekNamedPipe = ctypes.windll.kernel32.PeekNamedPipe
753 ctypes.POINTER(ctypes.c_char), # stdout buf
755 ctypes.POINTER(wintypes.DWORD), # bytes read
756 ctypes.POINTER(wintypes.DWORD), # bytes avai
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 314 import ctypes
315 kernel32 = ctypes.windll.kernel32
316 buf = ctypes.create_string_buffer("", 100)
742 import ctypes
743 from ctypes import wintypes
750 PeekNamedPipe = ctypes.windll.kernel32.PeekNamedPipe
753 ctypes.POINTER(ctypes.c_char), # stdout buf
755 ctypes.POINTER(wintypes.DWORD), # bytes read
756 ctypes.POINTER(wintypes.DWORD), # bytes avai
    [all...]
  /external/autotest/client/common_lib/
i2c_slave.py 11 import ctypes, logging
34 lib_obj: ctypes library object to interface with SMOGCHECK_C_LIB.
66 return ctypes.cdll.LoadLibrary(self.load_lib)
179 if self.lib_obj.WriteWord(self.fd, reg, ctypes.c_uint16(word)) < 0:
  /external/autotest/site_utils/
log_socket_server.py 13 import ctypes
125 server_started = multiprocessing.Value(ctypes.c_bool, False)
126 port = multiprocessing.Value(ctypes.c_int, 0)

Completed in 320 milliseconds

1 2 3 4 56 7 8 91011>>