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 | 298 def __init__(self, old_type, new_type): argument 305 self.old_type = old_type 336 if self.old_type not in defined_types: 337 typemap[self.old_type].OutputForward(out_file, defined_types, typemap) 338 out_file.write(self._TYPEDEF % {'old_type': self.old_type, 353 if self.old_type not in serialized_types: 354 typemap[self.old_type].OutputSerialize(out_file, serialized_types, 356 out_file.write(self._SERIALIZE_FUNCTION % {'old': self.old_type, 358 out_file.write(self._PARSE_FUNCTION % {'old': self.old_type, 1056 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')
|