Home
last modified time | relevance | path

Searched refs:dict (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dinterfacedocgenerator.py43 dict = self.featureDictionary[feature][key]
49 if dict:
54 for required in sorted(dict, key = interfaceDocSortKey):
75 for api in sorted(dict[required]):
80 for parent in sorted(dict[required], key = interfaceDocSortKey):
85 for api in sorted(dict[required][parent]):
88 for api in sorted(dict[required][parent]):
Djsgenerator.py33 def writeDict(self, dict, name, printValues = True): argument
39 for key in sorted(dict):
41 value = undefquote(dict[key])
72 for (dict, name) in dicts:
73 self.writeDict(dict, name)
Dpygenerator.py27 def writeDict(self, dict, name, printValues = True): argument
32 for key in sorted(dict):
34 value = enquote(dict[key])
65 for (dict, name) in dicts:
66 self.writeDict(dict, name)
Drubygenerator.py35 def writeDict(self, dict, name, printValues = True): argument
40 for key in sorted(dict):
42 value = nilquote(dict[key])
80 for (dict, name) in dicts:
81 self.writeDict(dict, name)
Dscriptgenerator.py102 dict = self.featureDictionary[feature][key]
104 if dict:
108 for required in dict:
109 for api in dict[required]:
112 for required in dict:
113 for parent in dict[required]:
114 for api in dict[required][parent]:
150 def addName(self, dict, name, value): argument
153 dict[name] = value
Dformatsgenerator.py33 self.format_conditions = dict()
35 self.format_classes = dict()
37 self.packed_info = dict()
39 self.spirv_image_format = dict()
41 self.plane_format = dict()
96 sorted_formats = dict() # {condition : formats}
Dsyncgenerator.py39 self.pipeline_stage_condition = dict()
41 self.access_flag_condition = dict()
44 self.pipeline_stage_equivalent = dict()
46 self.pipeline_stage_queue_support = dict()
49 self.access_flag_equivalent = dict()
51 self.access_flag_stage_support = dict()
Dreg.py666 format_condition = dict()
717 sync_pipeline_stage_condition = dict()
718 sync_access_condition = dict()
1075 def getAlias(self, elem, dict): argument
1084 typeinfo = self.lookupElementInfo(name, dict)
Dvaliditygenerator.py1112 arraylengths = dict()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dgen_enum_to_str.py312 self.values = values or dict()
313 self.name_to_value = dict()
403 self.enum_to_name = dict()
/hardware/google/camera/devices/EmulatedCamera/hwl/tools/
Dparse_bugreport.py68 deviceChars = dict()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/htmldiff/
Dhtmldiff43 options = dict(tidy_mark=0,show_warnings=0,quiet=1,char_encoding='utf8')
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/
DcheckLinks.py75 def checkTag(tag, value, dict, dictName, tagName): argument
76 if (value in dict.keys()):
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Ddecodersnapshot.py108 handleDependenciesDict = dict(SNAPSHOT_HANDLE_DEPENDENCIES)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py768 res.binds = dict(map(lambda sp: (sp[0].strip(), sp[1].strip()), bindPairsSplit))
785 res.attribs = dict(tag.attrib)