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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 7 from ctypes import *
8 from ctypes import wintypes
__init__.py 85 import ctypes
86 ptc = ctypes._pointer_type_cache.copy()
87 cfc = ctypes._c_functype_cache.copy()
88 wfc = ctypes._win_functype_cache.copy()
91 # caches that ctypes has.
93 ctypes._pointer_type_cache = ptc.copy()
94 ctypes._c_functype_cache = cfc.copy()
95 ctypes._win_functype_cache = wfc.copy()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 7 from ctypes import *
8 from ctypes import wintypes
__init__.py 85 import ctypes
86 ptc = ctypes._pointer_type_cache.copy()
87 cfc = ctypes._c_functype_cache.copy()
88 wfc = ctypes._win_functype_cache.copy()
91 # caches that ctypes has.
93 ctypes._pointer_type_cache = ptc.copy()
94 ctypes._c_functype_cache = cfc.copy()
95 ctypes._win_functype_cache = wfc.copy()
  /external/python/cpython2/Lib/ctypes/test/
test_win32.py 3 from ctypes import *
4 from ctypes.test import requires
58 from ctypes import wintypes
62 from ctypes import wintypes
118 from ctypes import _pointer_type_cache
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 *
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 85 import ctypes
86 ptc = ctypes._pointer_type_cache.copy()
87 cfc = ctypes._c_functype_cache.copy()
88 wfc = ctypes._win_functype_cache.copy()
91 # caches that ctypes has.
93 ctypes._pointer_type_cache = ptc.copy()
94 ctypes._c_functype_cache = cfc.copy()
95 ctypes._win_functype_cache = wfc.copy()
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 *
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 85 import ctypes
86 ptc = ctypes._pointer_type_cache.copy()
87 cfc = ctypes._c_functype_cache.copy()
88 wfc = ctypes._win_functype_cache.copy()
91 # caches that ctypes has.
93 ctypes._pointer_type_cache = ptc.copy()
94 ctypes._c_functype_cache = cfc.copy()
95 ctypes._win_functype_cache = wfc.copy()
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 *
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 345 import ctypes
346 buffer = ctypes.create_string_buffer(300)
347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
393 # Thanks to Thomas Heller for ctypes and for his help with its use here.
395 # If ctypes is available, use it to find system routines for UUID generation.
398 import ctypes, ctypes.util
404 lib = ctypes.CDLL(ctypes.util.find_library(libname))
434 lib = ctypes.windll.rpcrt4
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 345 import ctypes
346 buffer = ctypes.create_string_buffer(300)
347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
393 # Thanks to Thomas Heller for ctypes and for his help with its use here.
395 # If ctypes is available, use it to find system routines for UUID generation.
398 import ctypes, ctypes.util
404 lib = ctypes.CDLL(ctypes.util.find_library(libname))
434 lib = ctypes.windll.rpcrt
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 345 import ctypes
346 buffer = ctypes.create_string_buffer(300)
347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
393 # Thanks to Thomas Heller for ctypes and for his help with its use here.
395 # If ctypes is available, use it to find system routines for UUID generation.
398 import ctypes, ctypes.util
404 lib = ctypes.CDLL(ctypes.util.find_library(libname))
434 lib = ctypes.windll.rpcrt
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 345 import ctypes
346 buffer = ctypes.create_string_buffer(300)
347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
393 # Thanks to Thomas Heller for ctypes and for his help with its use here.
395 # If ctypes is available, use it to find system routines for UUID generation.
398 import ctypes, ctypes.util
404 lib = ctypes.CDLL(ctypes.util.find_library(libname))
434 lib = ctypes.windll.rpcrt
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 345 import ctypes
346 buffer = ctypes.create_string_buffer(300)
347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
393 # Thanks to Thomas Heller for ctypes and for his help with its use here.
395 # If ctypes is available, use it to find system routines for UUID generation.
398 import ctypes, ctypes.util
404 lib = ctypes.CDLL(ctypes.util.find_library(libname))
434 lib = ctypes.windll.rpcrt
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
format.py 135 import ctypes
136 self.handle = ctypes.windll.kernel32.GetStdHandle(nStdHandle)
142 import ctypes
143 ctypes.windll.kernel32.SetConsoleTextAttribute(self.handle, attr)
  /external/toolchain-utils/
image_chromeos.py 42 # Check to see if remote machine has cherrypy, ctypes
43 command = "python -c 'import cherrypy, ctypes'"
50 ret != 0, "Failed to find cherrypy or ctypes on remote '{}', "

Completed in 7244 milliseconds

1 2 3 45 6 7 8 91011>>