HomeSort by relevance Sort by last modified time
    Searched refs:DESCRIPTOR_TYPE (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 73 DESCRIPTOR_TYPE: An unsigned 8-bit number specifying the descriptor
131 descriptor_type = attrs.get('DESCRIPTOR_TYPE')
132 if (descriptor_type is not None and
133 descriptor_type != obj.bDescriptorType):
136 (descriptor_type, obj.bDescriptorType))
194 DESCRIPTOR_TYPE = 0x01
213 DESCRIPTOR_TYPE = 0x02
226 DESCRIPTOR_TYPE = 0x04
240 DESCRIPTOR_TYPE = 0x0
    [all...]
usb_descriptors_unittest.py 16 DESCRIPTOR_TYPE = 0xAA
43 define a DESCRIPTOR_TYPE attribute.
46 """ Descriptor without DESCRIPTOR_TYPE attribute. """
60 from the value specified by the DESCRIPTOR_TYPE attribute of the
  /external/v8/src/crankshaft/
hydrogen.h     [all...]

Completed in 787 milliseconds