Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dparse_dependency.py214 def evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root): argument
226 rhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
228 lhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
229 if parenthesize and not root:
239 def dependencyLanguage(dependency, leafMarkup, opMarkup, parenthesize): argument
254 return evalDependencyLanguage(exprStack, leafMarkup, opMarkup, parenthesize, root = True)
261 …guage(dependency, leafMarkup = markupPassthrough, opMarkup = opMarkupAsciidoc, parenthesize = True)
268 …age(dependency, leafMarkup = leafMarkupAsciidoc, opMarkup = opMarkupAsciidoc, parenthesize = False)
273 …dependencyLanguage(dependency, leafMarkup = leafMarkupC, opMarkup = opMarkupC, parenthesize = True)