Home
last modified time | relevance | path

Searched refs:need_symbol (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_buffers.py2 from ctypes.test import need_symbol
40 @need_symbol('c_wchar')
58 @need_symbol('c_wchar')
Dtest_checkretval.py4 from ctypes.test import need_symbol
29 @need_symbol('oledll')
Dtest_bitfields.py2 from ctypes.test import need_symbol
137 @need_symbol('c_wchar')
242 @need_symbol('c_uint32')
252 @need_symbol('c_uint64')
262 @need_symbol('c_uint32')
276 @need_symbol('c_uint32')
Dtest_unicode.py4 from ctypes.test import need_symbol
7 @need_symbol('c_wchar')
77 @need_symbol('c_wchar')
Dtest_memfunctions.py4 from ctypes.test import need_symbol
64 @need_symbol('create_unicode_buffer')
Dtest_functions.py9 from ctypes.test import need_symbol
67 @need_symbol('c_wchar')
75 @need_symbol('c_wchar')
153 @need_symbol('c_longlong')
291 @need_symbol('c_longlong')
Dtest_prototypes.py2 from ctypes.test import need_symbol
139 @need_symbol('c_wchar_p')
161 @need_symbol('c_wchar')
Dtest_parameters.py2 from ctypes.test import need_symbol
40 @need_symbol('c_wchar_p')
71 @need_symbol('c_wchar_p')
Dtest_strings.py3 from ctypes.test import need_symbol
64 @need_symbol('c_wchar')
150 @need_symbol('c_wchar')
Dtest_cast.py2 from ctypes.test import need_symbol
79 @need_symbol('c_wchar_p')
Dtest_callbacks.py4 from ctypes.test import need_symbol
154 @need_symbol('WINFUNCTYPE')
201 @need_symbol('WINFUNCTYPE')
Dtest_arrays.py4 from ctypes.test import need_symbol
110 @need_symbol('create_unicode_buffer')
Dtest_as_parameter.py3 from ctypes.test import need_symbol
21 @need_symbol('c_wchar')
Dtest_slicing.py3 from ctypes.test import need_symbol
135 @need_symbol('c_wchar')
Dtest_cfuncs.py6 from ctypes.test import need_symbol
207 @need_symbol('WinDLL')
Dtest_structures.py3 from ctypes.test import need_symbol
295 @need_symbol('c_wchar')
D__init__.py8 def need_symbol(name): function