Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dparse_dependency.py189 def evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root):
193 - leafMarkup, opMarkup, parenthesize - same as dependencyLanguage
200 # Could parenthesize, not needed yet
201 rhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
203 lhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
204 if parenthesize and not root:
214 def dependencyLanguage(dependency, leafMarkup, opMarkup, parenthesize):
223 - parenthesize - True if parentheses should be used in the resulting
229 return evalDependencyLanguage(exprStack, leafMarkup, opMarkup, parenthesize, root = True)
236 return dependencyLanguage(dependency, leafMarkup = markupPassthrough, opMarkup = opMarkupAsciidoc, parenthesize
[all...]
/third_party/vulkan-headers/registry/
H A Dparse_dependency.py189 def evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root):
193 - leafMarkup, opMarkup, parenthesize - same as dependencyLanguage
200 # Could parenthesize, not needed yet
201 rhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
203 lhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
204 if parenthesize and not root:
214 def dependencyLanguage(dependency, leafMarkup, opMarkup, parenthesize):
223 - parenthesize - True if parentheses should be used in the resulting
229 return evalDependencyLanguage(exprStack, leafMarkup, opMarkup, parenthesize, root = True)
236 return dependencyLanguage(dependency, leafMarkup = markupPassthrough, opMarkup = opMarkupAsciidoc, parenthesize
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_has_key.py35 from ..fixer_util import Name, parenthesize namespace
89 arg = parenthesize(arg)
101 new = parenthesize(new)
107 new = parenthesize(new)
H A Dfix_repr.py8 from ..fixer_util import Call, Name, parenthesize namespace
22 expr = parenthesize(expr)
H A Dfix_filter.py20 from ..fixer_util import Name, ArgList, ListComp, in_special_context, parenthesize namespace
71 xp = parenthesize(xp)
H A Dfix_apply.py12 from ..fixer_util import Call, Comma, parenthesize namespace
51 # Need to parenthesize
52 func = parenthesize(func)
/third_party/rust/crates/syn/tests/
H A Dtest_precedence.rs392 fn parenthesize(expr: Expr) -> Expr { in syn_parenthesize() functions
425 parenthesize(folded) in syn_parenthesize()
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py184 def parenthesize(node): function
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 185 milliseconds