/third_party/selinux/libsepol/cil/src/ |
D | cil_build_ast.c | 63 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/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | StructuralMessageInfo.java | 45 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/typescript/tests/baselines/reference/ |
D | es3-oldStyleOctalLiteralTypes.errors.txt | 1 …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'.
|
D | importHelpersNoHelpers.errors.txt | 1 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 …]
|
D | importHelpersNoHelpersForAsyncGenerators.errors.txt | 1 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…
|
D | es3-oldStyleOctalLiteralInEnums.errors.txt | 1 …: 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'.
|
D | es5-oldStyleOctalLiteralInEnums.errors.txt | 1 …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'.
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.cpp | 269 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 …]
|
D | writesrc.h | 116 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/rust/crates/rust-std-candidates/mod_path/ |
D | lib.rs | 3 extern crate syntax; 7 use syntax::codemap::Span; 8 use syntax::parse::token; 9 use syntax::ast::{TokenTree, Ident}; 10 use syntax::ext::base::{ExtCtxt, MacResult, DummyResult, MacEager, IdentTT, get_single_str_from_tts… 11 use syntax::util::small_vector::SmallVector;
|
/third_party/rust/crates/syn/examples/ |
D | README.md | 1 ### [`dump-syntax`](dump-syntax) 4 debug representation of the syntax tree. 12 An example of parsing a custom syntax within a `functionlike!(...)` procedural 18 An attribute procedural macro that uses a syntax tree traversal to transform 19 certain syntax tree nodes in a function body.
|
/third_party/rust/crates/cxx/gen/src/ |
D | mod.rs | 23 use crate::syntax::cfg::CfgExpr; 24 use crate::syntax::report::Errors; 25 use crate::syntax::{self, attrs, Types}; 128 let syntax: File = syn::parse_str(source)?; in generate_from_string() localVariable 129 generate(syntax, opt) in generate_from_string() 132 pub(super) fn generate(syntax: File, opt: &Opt) -> Result<GeneratedCode> { in generate() 133 if syntax.modules.is_empty() { in generate() 140 for bridge in syntax.modules { in generate() 154 apis.extend(syntax::parse_items( in generate()
|
D | nested.rs | 1 use crate::syntax::map::UnorderedMap as Map; 2 use crate::syntax::Api; 54 use crate::syntax::attrs::OtherAttrs; 55 use crate::syntax::cfg::CfgExpr; 56 use crate::syntax::namespace::Namespace; 57 use crate::syntax::{Api, Doc, ExternType, ForeignName, Lang, Lifetimes, Pair};
|
/third_party/rust/crates/regex/regex-syntax/ |
D | README.md | 1 regex-syntax 6 …](https://crates.io/crates/regex-syn… 12 https://docs.rs/regex-syntax 18 is a faithful abstract syntax of a regular expression, and can convert regular 19 expressions back to their concrete syntax while mostly preserving its original 24 its equivalent concrete syntax, the result is unlikely to resemble the original 25 concrete syntax that produced the `Hir`. 57 in the compiler or the standard library. (Since `regex-syntax` has zero 70 [in the "Crate features" section of the documentation](https://docs.rs/regex-syntax/*/#crate-featur… 97 Stated differently, the coupling between `regex` and `regex-syntax` exists only [all …]
|
/third_party/ltp/tools/ |
D | genhtml.pl | 62 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/protobuf/objectivec/ |
D | GPBDescriptor_PackagePrivate.h | 222 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/rust/crates/cxx/syntax/ |
D | types.rs | 1 use crate::syntax::improper::ImproperCtype; 2 use crate::syntax::instantiate::ImplKey; 3 use crate::syntax::map::{OrderedMap, UnorderedMap}; 4 use crate::syntax::report::Errors; 5 use crate::syntax::resolve::Resolution; 6 use crate::syntax::set::{OrderedSet, UnorderedSet}; 7 use crate::syntax::trivial::{self, TrivialReason}; 8 use crate::syntax::visit::{self, Visit}; 9 use crate::syntax::{ 276 type IntoIter = crate::syntax::set::Iter<'t, 'a, Type>;
|
/third_party/rust/crates/regex/ |
D | Cargo.toml | 21 "bench", "regex-capi", "regex-debug", "regex-syntax", 35 default = ["std", "perf", "unicode", "regex-syntax/default"] 78 "regex-syntax/unicode", 81 unicode-age = ["regex-syntax/unicode-age"] 83 unicode-bool = ["regex-syntax/unicode-bool"] 85 unicode-case = ["regex-syntax/unicode-case"] 87 unicode-gencat = ["regex-syntax/unicode-gencat"] 89 unicode-perl = ["regex-syntax/unicode-perl"] 91 unicode-script = ["regex-syntax/unicode-script"] 93 unicode-segment = ["regex-syntax/unicode-segment"] [all …]
|
/third_party/rust/crates/cxx/macro/src/ |
D | lib.rs | 37 mod syntax; module 46 use crate::syntax::file::Module; 47 use crate::syntax::namespace::Namespace; 48 use crate::syntax::qualified::QualifiedName; 73 let _ = syntax::error::ERRORS; in bridge()
|
/third_party/node/tools/gyp/tools/Xcode/Specifications/ |
D | gyp.xclangspec | 31 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/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/ |
D | gyp.xclangspec | 31 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/rust/crates/cxx/gen/lib/src/ |
D | lib.rs | 44 mod syntax; module 49 pub use crate::syntax::IncludeKind; 55 let syntax = syn::parse2(rust_source) in generate_header_and_cc() localVariable 58 gen::generate(syntax, opt).map_err(Error::from) in generate_header_and_cc()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FileDescriptorProto.php | 88 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/protobuf/src/google/protobuf/ |
D | type.proto | 31 syntax = "proto3"; 58 // The source syntax. 59 Syntax syntax = 6; 86 // Field type group. Proto2 syntax only, and deprecated. 112 // For required fields. Proto2 syntax only. 138 // The string value of the default value of this field. Proto2 syntax only. 152 // The source syntax. 153 Syntax syntax = 5; 181 // The syntax in which a protocol buffer element is defined.
|
/third_party/rust/crates/syn/ |
D | README.md | 9 Syn is a parsing library for parsing a stream of Rust tokens into a syntax tree 15 - **Data structures** — Syn provides a complete syntax tree that can represent 16 any valid Rust source code. The syntax tree is rooted at [`syn::File`] which 27 signature `fn(ParseStream) -> Result<T>`. Every syntax tree node defined by 29 syntaxes, or you may dream up your own brand new syntax without involving any 30 of our syntax tree types. 93 // Parse the input tokens into a syntax tree 163 ## Parsing a custom syntax 235 - **`full`** — Data structures for representing the syntax tree of all valid 238 syntax tree node of a chosen type. [all …]
|