HomeSort by relevance Sort by last modified time
    Searched full:c_short (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
test_callbacks.py 43 self.check_type(c_short, 42)
44 self.check_type(c_short, -42)
test_slicing.py 159 if sizeof(c_wchar) == sizeof(c_short):
160 dll.my_wcsdup.restype = POINTER(c_short)
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
test_prototypes.py 83 func.argtypes = POINTER(c_short),
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
test_structures.py 49 "h": c_short,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
test_callbacks.py 43 self.check_type(c_short, 42)
44 self.check_type(c_short, -42)
test_slicing.py 159 if sizeof(c_wchar) == sizeof(c_short):
160 dll.my_wcsdup.restype = POINTER(c_short)
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
test_prototypes.py 83 func.argtypes = POINTER(c_short),
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
test_structures.py 49 "h": c_short,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 168 class c_short(_SimpleCData): class in inherits:_SimpleCData
170 _check_size(c_short)
545 for kind in [c_short, c_int, c_long, c_longlong]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 168 class c_short(_SimpleCData): class in inherits:_SimpleCData
170 _check_size(c_short)
545 for kind in [c_short, c_int, c_long, c_longlong]:
  /external/chromium_org/chrome/tools/build/win/
resedit.py 33 ctypes.c_short, # WORD wLanguage
37 UpdateResource.restype = ctypes.c_short
  /external/lldb/examples/summaries/cocoa/
NSNumber.py 51 return '(short)' + str(ctypes.c_short(self.data % (256*256)).value)
116 return '(short)' + str(ctypes.c_short(data_vo.GetValueAsUnsigned(0) % (256*256)).value)
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typecheck.i 31 case C_short: $1 = 1; break;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 51 'h': ctypes.c_short, 'H': ctypes.c_ushort,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 51 'h': ctypes.c_short, 'H': ctypes.c_ushort,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 24 __int16_t = c_short
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 24 __int16_t = c_short
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 

Completed in 3446 milliseconds

12