Searched defs:S8I (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_as_parameter.py180 class S8I(Structure): class in function:BasicWrapTestCase.test_struct_return_8H
189 dll.ret_8i_func.restype = S8I
190 dll.ret_8i_func.argtypes = [S8I]
191 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
H A Dtest_functions.py367 class S8I(Structure): class in function:FunctionTestCase.test_struct_return_8H
376 dll.ret_8i_func.restype = S8I
377 dll.ret_8i_func.argtypes = [S8I]
378 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
385 class S8I(Structure): class in function:FunctionTestCase.test_struct_return_8H.test_struct_return_8H_stdcall
394 windll.s_ret_8i_func.restype = S8I
395 windll.s_ret_8i_func.argtypes = [S8I]
396 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_as_parameter.py180 class S8I(Structure): class in function:BasicWrapTestCase.test_struct_return_8H
189 dll.ret_8i_func.restype = S8I
190 dll.ret_8i_func.argtypes = [S8I]
191 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
H A Dtest_functions.py367 class S8I(Structure): class in function:FunctionTestCase.test_struct_return_8H
376 dll.ret_8i_func.restype = S8I
377 dll.ret_8i_func.argtypes = [S8I]
378 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
385 class S8I(Structure): class in function:FunctionTestCase.test_struct_return_8H.test_struct_return_8H_stdcall
394 windll.s_ret_8i_func.restype = S8I
395 windll.s_ret_8i_func.argtypes = [S8I]
396 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)

Completed in 116 milliseconds