Searched defs:_STRUCTURE (Results 1 - 1 of 1) sorted by relevance

/system/tpm/trunks/generator/
H A Dgenerator.py40 _STRUCTURE TPMS_TIME_INFO
418 _STRUCTURE = 'struct %(name)s {\n' variable in class:Structure
709 out_file.write(self._STRUCTURE % {'name': self.name})
949 _STRUCTURE_SECTION_RE = re.compile(r'^_STRUCTURE\s+(\w+)$')

Completed in 8 milliseconds