Home
last modified time | relevance | path

Searched refs:get_fields (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_message.py103 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))
Dmbim_data_transfer.py436 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/
Dabitype.py37 def get_fields(start, real_end): function
197 name, fields = get_fields(start, end)
/external/autotest/client/common_lib/hosts/
Drepair.py594 def get_fields(vf_tag): function
607 self._failure_modes_counter.increment(fields=get_fields(f.tag))
611 self._failure_modes_counter.increment(fields=get_fields('unknown'))
/external/python/cpython2/Lib/
Duuid.py219 def get_fields(self): member in UUID
223 fields = property(get_fields)
/external/clang/bindings/python/tests/cindex/
Dtest_type.py384 fields = list(teststruct.type.get_fields())
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_type.py413 fields = list(teststruct.type.get_fields())
/external/rust/crates/protobuf/src/well_known_types/
Dstruct_pb.rs48 pub fn get_fields(&self) -> &::std::collections::HashMap<::std::string::String, Value> { in get_fields() method
Dtype_pb.rs79 pub fn get_fields(&self) -> &[Field] { in get_fields() method
/external/clang/bindings/python/clang/
Dcindex.py1984 def get_fields(self): member in Type
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2403 def get_fields(self): member in Type