Home
last modified time | relevance | path

Searched refs:ALL_SECTIONS (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Djson_h_generator.py73 ALL_SECTIONS = TYPE_SECTIONS variable in JSONHeaderOutputGenerator
78 self.sections = {section: [] for section in self.ALL_SECTIONS}
172 self.sections = {section: [] for section in self.ALL_SECTIONS}
Dschema_generator.py120 ALL_SECTIONS = TYPE_SECTIONS variable in SchemaOutputGenerator
125 self.sections = {section: [] for section in self.ALL_SECTIONS}
147 self.sections = {section: [] for section in self.ALL_SECTIONS}
Dcgenerator.py164 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command'] variable in COutputGenerator
169 self.sections = {section: [] for section in self.ALL_SECTIONS}
221 self.sections = {section: [] for section in self.ALL_SECTIONS}
Djson_c_generator.py122 ALL_SECTIONS = TYPE_SECTIONS variable in JSONCOutputGenerator
127 self.sections = {section: [] for section in self.ALL_SECTIONS}
239 self.sections = {section: [] for section in self.ALL_SECTIONS}
Djson_generator.py291 ALL_SECTIONS = TYPE_SECTIONS variable in JSONOutputGenerator
296 self.sections = {section: [] for section in self.ALL_SECTIONS}
551 self.sections = {section: [] for section in self.ALL_SECTIONS}
Djson_parser.py340 ALL_SECTIONS = TYPE_SECTIONS variable in JSONParserGenerator
345 self.sections = {section: [] for section in self.ALL_SECTIONS}
571 self.sections = {section: [] for section in self.ALL_SECTIONS}
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/
DextensionStubSource.py94 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command'] variable in ExtensionStubSourceOutputGenerator