Searched refs:Structure (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/generator/
H A Dgenerator_test.py45 typemap = {'TYPE1': generator.Structure('TYPE1', False)}
71 typemap = {'INT': generator.Structure('INT', False)}
81 struct = generator.Structure('STRUCT', False)
84 union = generator.Structure('UNION', True)
86 depend = generator.Structure('DEPEND', False)
106 struct = generator.Structure('TEST_STRUCT', False)
113 union = generator.Structure('TPMU_SYM_MODE', True)
H A Dgenerator.py405 class Structure(object): class in inherits:object
612 """Initializes a Structure instance.
917 """Structure definition parser.
925 - Parses structs and unions to a list of Structure objects.
1023 """Adds an empty Structure object to |structs| and |typemap|.
1032 s = Structure(name, is_union)
1131 A list of Structure objects.
1142 current_structure = Structure(current_structure_name, is_union)
1976 structs: A list of Structure objects.
2042 structs: A list of Structure object
[all...]

Completed in 26 milliseconds