Home
last modified time | relevance | path

Searched refs:parens (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/tools/release/
H A Dlist_deprecated.py110 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 DParseC.pm781 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 DParseC.pm781 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 Darithmetic.rs16 // 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 Darithmetic_ast.rs61 fn parens(i: &str) -> IResult<&str, Expr> { in parens() functions
75 parens, in factor()
/third_party/rust/crates/nom/fuzz/fuzz_targets/
H A Dfuzz_arithmetic.rs50 fn parens(i: &str) -> IResult<&str, i64> { in parens() functions
62 parens, in factor()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D022-define-func-arg-with-parens.c2 foo(argument(including parens)for the win)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_calltip.py344 def parens(self): function
352 self.open_close(parens)
/third_party/python/Lib/
H A Dpprint.py329 parens = level == 1
330 if parens:
340 if parens:
/third_party/littlefs/scripts/
H A Dbench.py76 # 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 Dtest.py79 # 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 Dstring_parser.c346 /* 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 Dtexinfo.tex7116 % 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 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 202 milliseconds