Searched refs:S2H (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_functions.py | 335 class S2H(Structure): class 338 dll.ret_2h_func.restype = S2H 339 dll.ret_2h_func.argtypes = [S2H] 340 inp = S2H(99, 88) 346 class S2H(Structure): class 350 windll.s_ret_2h_func.restype = S2H 351 windll.s_ret_2h_func.argtypes = [S2H] 352 s2h = windll.s_ret_2h_func(S2H(99, 88))
|
D | test_as_parameter.py | 163 class S2H(Structure): class 166 dll.ret_2h_func.restype = S2H 167 dll.ret_2h_func.argtypes = [S2H] 168 inp = S2H(99, 88)
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_functions.py | 335 class S2H(Structure): class 338 dll.ret_2h_func.restype = S2H 339 dll.ret_2h_func.argtypes = [S2H] 340 inp = S2H(99, 88) 346 class S2H(Structure): class 350 windll.s_ret_2h_func.restype = S2H 351 windll.s_ret_2h_func.argtypes = [S2H] 352 s2h = windll.s_ret_2h_func(S2H(99, 88))
|
D | test_as_parameter.py | 163 class S2H(Structure): class 166 dll.ret_2h_func.restype = S2H 167 dll.ret_2h_func.argtypes = [S2H] 168 inp = S2H(99, 88)
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 615 } S2H; typedef 617 EXPORT(S2H) ret_2h_func(S2H inp) in ret_2h_func() 659 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } in EXPORT() argument
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 775 } S2H; typedef 777 EXPORT(S2H) ret_2h_func(S2H inp) in ret_2h_func() 1013 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } in EXPORT() argument
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 24113 ,"US","S2H","Shaftsbury","Shaftsbury","VT","1-------","RQ","0907",,"4331N 73113W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 42211 ,"FR","S2H","Schaeffersheim","Schaeffersheim","67","--3-----","RL","1207",,"4826N 00737E",
|