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

/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
H A DtINT16_ARRAY.py61 from ctypes import c_uint16 namespace
103 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
144 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
225 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
H A DtUINT32_ARRAY.py62 from ctypes import c_uint16 namespace
104 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
145 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
226 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
H A DtUINT8_ARRAY.py62 from ctypes import c_uint16 namespace
104 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
145 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
226 hex_indexed_array_value = hex(c_uint16(indexed_array_value).value)
342 var_uint16 = c_uint16(5).value
/external/autotest/client/common_lib/
H A Dsmogcheck_tpm.py28 c_ubyte, c_byte, byref, c_uint16, cast, create_string_buffer, c_uint64, \
92 _fields_ = [('tag', c_uint16),
94 ('specLevel', c_uint16),
239 POINTER(c_uint16)()) != 0:
29 c_char_p, addressof, c_char, pointer namespace

Completed in 119 milliseconds