Searched refs:get_fields (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_message.py | 103 fields = cls.get_fields(get_all=True) 234 def get_fields(cls, get_all=False): member in MBIMControlMessage 292 fields = cls.get_fields(get_all=get_all) 319 _, field_names, _ = zip(*cls.get_fields(get_all=get_all)) 331 field_formats, _, _ = zip(*cls.get_fields(get_all=get_all))
|
D | mbim_data_transfer.py | 436 def get_fields(cls): member in MBIMNtbHeaders 454 _, field_names = zip(*cls.get_fields()) 466 field_formats, _ = zip(*cls.get_fields())
|
/external/python/cpython3/Tools/scripts/ |
D | abitype.py | 37 def get_fields(start, real_end): function 197 name, fields = get_fields(start, end)
|
/external/syzkaller/tools/syz-headerparser/headerlib/ |
D | container.py | 103 def get_fields(self): member in StructRepr 215 for field in sr.get_fields():
|
/external/autotest/client/common_lib/hosts/ |
D | repair.py | 501 def get_fields(vf_tag): function 514 self._failure_modes_counter.increment(fields=get_fields(f.tag)) 518 self._failure_modes_counter.increment(fields=get_fields('unknown'))
|
/external/python/cpython2/Lib/ |
D | uuid.py | 219 def get_fields(self): member in UUID 223 fields = property(get_fields)
|
/external/clang/bindings/python/tests/cindex/ |
D | test_type.py | 384 fields = list(teststruct.type.get_fields())
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 1984 def get_fields(self): member in Type
|