Searched refs:parenthesize (Results 1 - 15 of 15) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | parse_dependency.py | 189 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 D | parse_dependency.py | 189 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 D | fix_has_key.py | 35 from ..fixer_util import Name, parenthesize namespace 89 arg = parenthesize(arg) 101 new = parenthesize(new) 107 new = parenthesize(new)
|
H A D | fix_repr.py | 8 from ..fixer_util import Call, Name, parenthesize namespace 22 expr = parenthesize(expr)
|
H A D | fix_filter.py | 20 from ..fixer_util import Name, ArgList, ListComp, in_special_context, parenthesize namespace 71 xp = parenthesize(xp)
|
H A D | fix_apply.py | 12 from ..fixer_util import Call, Comma, parenthesize namespace 51 # Need to parenthesize 52 func = parenthesize(func)
|
/third_party/rust/crates/syn/tests/ |
H A D | test_precedence.rs | 392 fn parenthesize(expr: Expr) -> Expr { in syn_parenthesize() functions 425 parenthesize(folded) in syn_parenthesize()
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 184 def parenthesize(node): function
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 185 milliseconds