Searched refs:old_type (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/common/ |
D | action_processor.cc | 112 string old_type = current_action_->Type(); in ActionComplete() local 117 << (actions_.empty() ? "last action " : "") << old_type in ActionComplete()
|
/system/tpm/trunks/generator/ |
D | generator.py | 300 def __init__(self, old_type, new_type): argument 307 self.old_type = old_type 338 if self.old_type not in defined_types: 339 typemap[self.old_type].OutputForward(out_file, defined_types, typemap) 340 out_file.write(self._TYPEDEF % {'old_type': self.old_type, 355 if self.old_type not in serialized_types: 356 typemap[self.old_type].OutputSerialize(out_file, serialized_types, 358 out_file.write(self._SERIALIZE_FUNCTION % {'old': self.old_type, 360 out_file.write(self._PARSE_FUNCTION % {'old': self.old_type, 1059 old_type = match.group(1) [all …]
|
D | generator_test.py | 213 self.assertEqual(types[0].old_type, 'type1') 215 self.assertEqual(types[1].old_type, 'base_type')
|