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

1 2 3 45 6 7

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 2 from ctypes import *
test_stringptr.py 2 from ctypes import *
test_varsize_struct.py 1 from ctypes import *
test_callbacks.py 2 from ctypes import *
184 from ctypes.util import find_library
205 from ctypes.wintypes import BOOL, HWND, LPARAM
test_bitfields.py 1 from ctypes import *
5 import ctypes namespace
243 @unittest.skipUnless(hasattr(ctypes, "c_uint32"), "c_int32 is required")
253 @unittest.skipUnless(hasattr(ctypes, "c_uint64"), "c_int64 is required")
test_buffers.py 1 from ctypes import *
test_internals.py 3 from ctypes import *
9 ctypes' types are container types.
test_memfunctions.py 3 from ctypes import *
test_pickling.py 3 from ctypes import *
46 # ctypes instances are identical when the instance __dict__
53 # ctypes objects that are pointers or contain pointers are
test_keeprefs.py 1 from ctypes import *
148 from ctypes import _pointer_type_cache
test_pointers.py 3 from ctypes import *
126 from ctypes import _pointer_type_cache
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 11 import ctypes namespace
12 from ctypes import wintypes, windll
229 ctypes.c_int,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 165 # exposed at the Python level. This test relies on ctypes to get at it.
168 import ctypes namespace
171 print "test_PyThreadState_SetAsyncExc can't import ctypes" namespace
174 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
179 exception = ctypes.py_object(AsyncExc)
185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)
276 import ctypes namespace
279 print("test_finalize_with_runnning_thread can't import ctypes") namespace
    [all...]
test_winsound.py 11 ctypes = test_support.import_module('ctypes') variable
19 if ctypes.windll.winmm.mixerGetNumDevs() is 0:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 165 # exposed at the Python level. This test relies on ctypes to get at it.
168 import ctypes namespace
171 print "test_PyThreadState_SetAsyncExc can't import ctypes" namespace
174 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
179 exception = ctypes.py_object(AsyncExc)
185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)
276 import ctypes namespace
279 print("test_finalize_with_runnning_thread can't import ctypes") namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 2 from ctypes import *
184 from ctypes.util import find_library
205 from ctypes.wintypes import BOOL, HWND, LPARAM
test_bitfields.py 1 from ctypes import *
5 import ctypes namespace
243 @unittest.skipUnless(hasattr(ctypes, "c_uint32"), "c_int32 is required")
253 @unittest.skipUnless(hasattr(ctypes, "c_uint64"), "c_int64 is required")
test_buffers.py 1 from ctypes import *
test_internals.py 3 from ctypes import *
9 ctypes' types are container types.
test_memfunctions.py 3 from ctypes import *
test_pickling.py 3 from ctypes import *
46 # ctypes instances are identical when the instance __dict__
53 # ctypes objects that are pointers or contain pointers are
test_keeprefs.py 1 from ctypes import *
148 from ctypes import _pointer_type_cache
test_pointers.py 3 from ctypes import *
126 from ctypes import _pointer_type_cache
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
262 from ctypes import cdll
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
262 from ctypes import cdll

Completed in 398 milliseconds

1 2 3 45 6 7