Searched refs:dictionary (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | reg.py | 506 def addElementInfo(self, elem, info, infoName, dictionary): argument 521 if key in dictionary: 522 if not dictionary[key].compareElem(info, infoName): 526 dictionary[key] = info 528 def lookupElementInfo(self, fname, dictionary): argument 538 if key in dictionary: 540 return dictionary[key] 541 if fname in dictionary: 543 return dictionary[fname] 1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_full_screen_exclusive.adoc | 94 "Fullscreen" is not in my dictionary, and web searches did not turn up
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 6273 * `functions.js` just exports this same dictionary again and makes it public. 6274 * `Parser.js` requires this dictionary. 9106 // is in the fence part of the operator dictionary at: 9383 * `environments.js` exports this same dictionary again and makes it public. 9384 * `Parser.js` requires this dictionary via `environments.js`.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 202 * `pygenerator.py` - generate a Python dictionary-based encoding of
|
D | ChangeLog.adoc | 6175 * Add a `requiredBy` dictionary to the generated `vkapi.py` showing which
|