Searched refs:parens (Results 1 - 20 of 20) sorted by relevance
/third_party/node/deps/v8/tools/release/ |
H A D | list_deprecated.py | 110 parens = 0 118 parens = parens + 1 120 parens = parens - 1 121 if parens == 0:
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 781 cpp_parens => [], # A list of ending parens and braces found in 783 c_parens => [], # A list of ending parens and braces found in 918 # are in the middle of a string, or the parens et al aren't 1039 my $parens = 1041 (my $paren_singular = $parens) =~ s|s$||; 1043 # Now check for specific tokens, and if they are parens, 1044 # check them against $state{$parens}. Note that we surround 1045 # the outermost parens with extra "<<<" and ">>>". Those 1051 if (!@{$state{$parens}}) { 1070 push @{$state{$parens}}, [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 781 cpp_parens => [], # A list of ending parens and braces found in 783 c_parens => [], # A list of ending parens and braces found in 918 # are in the middle of a string, or the parens et al aren't 1039 my $parens = 1041 (my $paren_singular = $parens) =~ s|s$||; 1043 # Now check for specific tokens, and if they are parens, 1044 # check them against $state{$parens}. Note that we surround 1045 # the outermost parens with extra "<<<" and ">>>". Those 1051 if (!@{$state{$parens}}) { 1070 push @{$state{$parens}}, [all...] |
/third_party/rust/crates/nom/tests/ |
H A D | arithmetic.rs | 16 // We parse any expr surrounded by parens, ignoring all whitespaces around those 17 fn parens(i: &str) -> IResult<&str, i64> { in parens() functions 24 // we fallback to the parens parser defined above 28 parens, in factor()
|
H A D | arithmetic_ast.rs | 61 fn parens(i: &str) -> IResult<&str, Expr> { in parens() functions 75 parens, in factor()
|
/third_party/rust/crates/nom/fuzz/fuzz_targets/ |
H A D | fuzz_arithmetic.rs | 50 fn parens(i: &str) -> IResult<&str, i64> { in parens() functions 62 parens, in factor()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_calltip.py | 344 def parens(self): function 352 self.open_close(parens)
|
/third_party/python/Lib/ |
H A D | pprint.py | 329 parens = level == 1 330 if parens: 340 if parens:
|
/third_party/littlefs/scripts/ |
H A D | bench.py | 76 # split commas but only outside of parens 77 parens = 0 80 if v[i] == ',' and parens == 0: 84 parens += 1 86 parens -= 1
|
H A D | test.py | 79 # split commas but only outside of parens 80 parens = 0 83 if v[i] == ',' and parens == 0: 87 parens += 1 89 parens -= 1
|
/third_party/python/Parser/ |
H A D | string_parser.c | 346 /* Compile this expression in to an expr_ty. Add parens around the 579 /* Keep track of nesting level for braces/parens/brackets in in fstring_find_expr() 614 parens or strings or not. */ in fstring_find_expr() 668 /* Error: can't include a comment character, inside parens in fstring_find_expr() 721 /* If we leave the above loop in a string or with mismatched parens, we in fstring_find_expr()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7116 % if the fn name has parens in it, \boldbrax will not be in effect yet, 7136 % At the first level, print parens in roman, 7140 % The \sf parens (in \boldbrax) actually are a little bolder than
|
/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 211 milliseconds