Searched refs:type_ (Results 1 – 2 of 2) sorted by relevance
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/ |
D | metrics_atoms_protoc_plugin.py | 118 type_: FieldDescriptorProto, 124 if type_ in [ 129 if type_ in [ 137 if type_ in [ 144 if type_ in [ 150 if type_ in [ 154 if type_ in [
|
/trusty/user/base/tools/ |
D | manifest_compiler.py | 213 def __init__(self, name, value, type_, unsigned=False, hex_num=False): argument 216 self.type = type_ 241 def __init__(self, id_, addr, size, type_, non_secure): argument 245 self.type = type_ 321 def get_constant(constants, key, type_, log): argument 326 if const.type != type_: 346 type_ = get_string_sub_type(key) 347 if type_: 348 const_value = get_constant(constants, value, type_, log)
|