Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 2170) sorted by relevance

12345678910>>...87

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DStructuralMessageInfo.java45 private final ProtoSyntax syntax; field in StructuralMessageInfo
58 ProtoSyntax syntax, in StructuralMessageInfo() argument
63 this.syntax = syntax; in StructuralMessageInfo()
73 return syntax; in getSyntax()
113 private ProtoSyntax syntax; field in StructuralMessageInfo.Builder
131 public void withSyntax(ProtoSyntax syntax) { in withSyntax() argument
132 this.syntax = checkNotNull(syntax, "syntax"); in withSyntax()
154 if (syntax == null) { in build()
160 syntax, in build()
/third_party/selinux/libsepol/cil/src/
Dcil_build_ast.c63 enum cil_syntax syntax[] = { in cil_fill_list() enum
67 size_t syntax_len = sizeof(syntax)/sizeof(*syntax); in cil_fill_list()
69 rc = __cil_verify_syntax(current, syntax, syntax_len); in cil_fill_list()
191 enum cil_syntax syntax[] = { in cil_gen_block() enum
197 size_t syntax_len = sizeof(syntax)/sizeof(*syntax); in cil_gen_block()
211 rc = __cil_verify_syntax(parse_current, syntax, syntax_len); in cil_gen_block()
268 enum cil_syntax syntax[] = { in cil_gen_blockinherit() enum
273 size_t syntax_len = sizeof(syntax)/sizeof(*syntax); in cil_gen_blockinherit()
286 rc = __cil_verify_syntax(parse_current, syntax, syntax_len); in cil_gen_blockinherit()
330 enum cil_syntax syntax[] = { in cil_gen_blockabstract() enum
[all …]
/third_party/typescript/tests/baselines/reference/
Des3-oldStyleOctalLiteralTypes.errors.txt1 …eralTypes.ts(1,8): error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '0o10'.
2 …ralTypes.ts(2,8): error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '-0o20'.
8 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '0o10'.
11 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '-0o20'.
DimportHelpersNoHelpers.errors.txt1 tests/cases/compiler/external.ts(1,1): error TS2343: This syntax requires an imported helper named …
2 tests/cases/compiler/external.ts(3,16): error TS2343: This syntax requires an imported helper named…
3 tests/cases/compiler/external.ts(7,1): error TS2343: This syntax requires an imported helper named …
4 tests/cases/compiler/external.ts(7,1): error TS2343: This syntax requires an imported helper named …
5 tests/cases/compiler/external.ts(9,12): error TS2343: This syntax requires an imported helper named…
6 tests/cases/compiler/external.ts(14,13): error TS2343: This syntax requires an imported helper name…
7 tests/cases/compiler/external.ts(15,12): error TS2343: This syntax requires an imported helper name…
13 !!! error TS2343: This syntax requires an imported helper named '__exportStar' which does not exist…
17 !!! error TS2343: This syntax requires an imported helper named '__extends' which does not exist in…
23 !!! error TS2343: This syntax requires an imported helper named '__decorate' which does not exist i…
[all …]
DimportHelpersNoHelpersForAsyncGenerators.errors.txt1 tests/cases/compiler/main.ts(1,25): error TS2343: This syntax requires an imported helper named '__…
2 tests/cases/compiler/main.ts(1,25): error TS2343: This syntax requires an imported helper named '__…
3 tests/cases/compiler/main.ts(1,25): error TS2343: This syntax requires an imported helper named '__…
4 tests/cases/compiler/main.ts(4,5): error TS2343: This syntax requires an imported helper named '__a…
5 tests/cases/compiler/main.ts(4,5): error TS2343: This syntax requires an imported helper named '__a…
11 !!! error TS2343: This syntax requires an imported helper named '__asyncGenerator' which does not e…
13 !!! error TS2343: This syntax requires an imported helper named '__await' which does not exist in '…
15 !!! error TS2343: This syntax requires an imported helper named '__generator' which does not exist …
20 !!! error TS2343: This syntax requires an imported helper named '__asyncDelegator' which does not e…
22 !!! error TS2343: This syntax requires an imported helper named '__asyncValues' which does not exis…
Des3-oldStyleOctalLiteralInEnums.errors.txt1 …: error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '-0o1'.
2 …): error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '0o2'.
9 !!! error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '-0o1…
12 !!! error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '0o2'.
Des5-oldStyleOctalLiteralInEnums.errors.txt1 …85: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '-0o1'.
2 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o2'.
9 …85: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '-0o1'.
12 …085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '0o2'.
DnullishCoalescingOperator5.errors.txt12 // should be a syntax error
17 // should be a syntax error
22 // should be a syntax error
27 // should be a syntax error
/third_party/e2fsprogs/intl/
Dexplodename.c58 enum { undecided, xpg, cen } syntax; in _nl_explode_name() local
74 syntax = undecided; in _nl_explode_name()
97 syntax = xpg; in _nl_explode_name()
118 if (cp[0] == '@' || (syntax != xpg && cp[0] == '+')) in _nl_explode_name()
121 syntax = cp[0] == '@' ? xpg : cen; in _nl_explode_name()
125 while (syntax == cen && cp[0] != '\0' && cp[0] != '+' in _nl_explode_name()
132 if (syntax != xpg && (cp[0] == '+' || cp[0] == ',' || cp[0] == '_')) in _nl_explode_name()
134 syntax = cen; in _nl_explode_name()
172 if (syntax == xpg) in _nl_explode_name()
/third_party/boost/libs/regex/doc/
Dsyntax.qbk9 [section:syntax Regular Expression Syntax]
11 This section covers the regular expression syntax used by this library,
12 this is a programmers guide, the actual syntax presented to your program's
15 There are three main syntax options available, depending upon how you
18 * [link boost_regex.syntax.perl_syntax Perl (this is the default behavior)].
19 * [link boost_regex.syntax.basic_extended POSIX extended (including the egrep and awk variations)].
20 * [link boost_regex.syntax.basic_syntax POSIX Basic (including the grep and emacs variations)].
23 literal, but that's not really a "syntax"!
/third_party/re2/doc/
Dmksyntaxgo4 out=$GOROOT/src/regexp/syntax/doc.go
5 cp syntax.txt $out
12 ,x g/Flag syntax/d
14 ,s/^Flags:/ Flag syntax is xyz (set) or -xyz (clear) or xy-z (set xy, clear z). The flags are:\n/
25 Package syntax parses regular expressions into parse trees and compiles
31 The regular expression syntax understood by this package when parsing with the Perl flag is as foll…
32 Parts of the syntax can be disabled by passing alternate flags to Parse.
37 package syntax
Dmksyntaxhtml3 cp syntax.txt syntax.html
4 sam -d syntax.html <<'!'
25 <title>RE2 regular expression syntax reference</title>
28 <h1>RE2 regular expression syntax reference</h1>
31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
Dmksyntaxwiki3 cp syntax.txt syntax.wiki
4 sam -d syntax.wiki <<'!'
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
/third_party/boost/libs/regex/doc/html/
Dstandalone_HTML.manifest13 boost_regex/syntax.html
14 boost_regex/syntax/perl_syntax.html
15 boost_regex/syntax/basic_extended.html
16 boost_regex/syntax/basic_syntax.html
17 boost_regex/syntax/character_classes.html
18 boost_regex/syntax/character_classes/std_char_classes.html
19 boost_regex/syntax/character_classes/optional_char_class_names.html
20 boost_regex/syntax/collating_names.html
21 boost_regex/syntax/collating_names/digraphs.html
22 boost_regex/syntax/collating_names/posix_symbolic_names.html
[all …]
/third_party/node/deps/icu-small/source/tools/toolutil/
Dwritesrc.cpp269 UTargetSyntax syntax) { in usrc_writeUCPTrieArrays() argument
270 const char* indent = (syntax == UPRV_TARGET_SYNTAX_TOML) ? " " : ""; in usrc_writeUCPTrieArrays()
285 UTargetSyntax syntax) { in usrc_writeUCPTrieStruct() argument
289 if (syntax == UPRV_TARGET_SYNTAX_CCODE) { in usrc_writeUCPTrieStruct()
298 (syntax == UPRV_TARGET_SYNTAX_CCODE) ? in usrc_writeUCPTrieStruct()
330 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax) { in usrc_writeUCPTrie() argument
337 switch (syntax) { in usrc_writeUCPTrie()
351 usrc_writeUCPTrieArrays(f, line, line2, pTrie, line3, syntax); in usrc_writeUCPTrie()
353 switch (syntax) { in usrc_writeUCPTrie()
369 usrc_writeUCPTrieStruct(f, line, pTrie, line2, line3, line4, syntax); in usrc_writeUCPTrie()
[all …]
Dwritesrc.h116 UTargetSyntax syntax);
129 UTargetSyntax syntax);
135 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
144 UTargetSyntax syntax);
169 UTargetSyntax syntax);
196 UTargetSyntax syntax);
/third_party/ltp/tools/
Dgenhtml.pl62 my $header_file = shift (@ARGV) || syntax();
63 my $start_tag = shift (@ARGV) || syntax();
64 my $end_tag = shift (@ARGV) || syntax();
65 my $output_tag = shift (@ARGV) || syntax();
66 my $execution_tag = shift (@ARGV) || syntax();
68 sub syntax() { subroutine
91 syntax();
/third_party/boost/tools/quickbook/extra/katepart/
Dinstall.sh16 ls syntax/*.xml -1
20 cp syntax/*.xml /usr/share/apps/katepart/syntax
/third_party/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h222 syntax:(GPBFileSyntax)syntax;
224 syntax:(GPBFileSyntax)syntax;
254 syntax:(GPBFileSyntax)syntax;
338 GPB_INLINE BOOL GPBHasPreservingUnknownEnumSemantics(GPBFileSyntax syntax) { in GPBHasPreservingUnknownEnumSemantics() argument
339 return syntax == GPBFileSyntaxProto3; in GPBHasPreservingUnknownEnumSemantics()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec31 Type = "xcode.syntax.keyword";
41 Type = "xcode.syntax.identifier.type";
77 Type = "xcode.syntax.plain";
137 Type = "xcode.syntax.definition.function";
148 Type = "xcode.syntax.identifier.type";
205 "xcode.syntax.mark"
207 Type = "xcode.syntax.comment";
223 Type = "xcode.syntax.comment";
/third_party/node/tools/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec31 Type = "xcode.syntax.keyword";
41 Type = "xcode.syntax.identifier.type";
77 Type = "xcode.syntax.plain";
137 Type = "xcode.syntax.definition.function";
148 Type = "xcode.syntax.identifier.type";
205 "xcode.syntax.mark"
207 Type = "xcode.syntax.comment";
223 Type = "xcode.syntax.comment";
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php88 protected $syntax = null; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
455 return isset($this->syntax) ? $this->syntax : '';
460 return isset($this->syntax);
465 unset($this->syntax);
479 $this->syntax = $var;
/third_party/grpc/test/http2_test/
Dmessages_pb2.py22 syntax='proto3',
72 syntax='proto3',
110 syntax='proto3',
148 syntax='proto3',
228 syntax='proto3',
273 syntax='proto3',
311 syntax='proto3',
342 syntax='proto3',
387 syntax='proto3',
439 syntax='proto3',
[all …]
/third_party/boost/libs/local_function/doc/
Dno_variadic_macros.qbk10 This section illustrates an alternative syntax for compilers without variadic macro support.
23 For example, the following syntax is accepted on all compilers with and without variadic macros (se…
27 However, on compilers with variadic macros the comma-separated syntax we have seen so far is prefer…
31 …pt both syntaxes on compilers with variadic macros and only the sequence syntax on compilers witho…
38 …in this documentation reprogrammed using the sequence syntax instead of the comma-separated syntax
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm3 ; Conversion from gcc syntax to x264asm syntax with modifications
10 ; Conversion to gcc syntax with modifications

12345678910>>...87