Home
last modified time | relevance | path

Searched defs:Syntax (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/docs/
DReactor.md46 ### Routine and Function<>
78 ### Arguments and Expressions
114 ### Casting and Reinterpreting
146 ### Pointers
182 ### Conditionals
208 ### Loops
/third_party/libabigail/doc/manuals/
Dlibabigail-concepts.rst90 Syntax section in Suppression specifications
93 Properties
130 character is a special character in the `Ini File Syntax`_ used for argument
139 Modus operandi
173 Sections
190 Section names
1083 Comments
1089 Code examples
/third_party/icu/docs/userguide/transforms/general/
Dindex.md911 #### Transform Rules
929 #### Variable Definition Rules
953 #### Filter Rules
980 #### Conversion Rules
1029 #### Intermixing Transform Rules and Conversion Rules
1142 #### Masking
1164 #### Inverse Summary
1220 #### Function Calls
/third_party/node/deps/npm/node_modules/semver/
DREADME.md180 #### Hyphen Ranges `X.Y.Z - A.B.C`
199 #### X-Ranges `1.2.x` `1.X` `1.2.*` `*`
215 #### Tilde Ranges `~1.2.3` `~1.2` `~1`
232 #### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4`
/third_party/node/deps/npm/docs/content/using-npm/
Dsemver.md186 #### Hyphen Ranges `X.Y.Z - A.B.C`
205 #### X-Ranges `1.2.x` `1.X` `1.2.*` `*`
221 #### Tilde Ranges `~1.2.3` `~1.2` `~1`
238 #### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4`
/third_party/icu/docs/userguide/collation/customization/
Dindex.md80 ## Syntax section in Collation Customization
115 ### Escaping Rules
130 ### Simple Tailoring Examples
194 ### Default Options
419 ### Advanced Syntactical Elements
469 ### Indirect Positioning of Collation Elements
526 ### Complex Tailoring Examples
/third_party/icu/docs/userguide/boundaryanalysis/
Dbreak-rules.md326 ### Rule Syntax Notes
364 ### EBNF Syntax used for the RBBI rules syntax description
/third_party/protobuf/php/src/Google/Protobuf/
DSyntax.php14 class Syntax class
/third_party/icu/docs/userguide/
Dediting.md69 ## Syntax section in Editing the ICU User Guide
/third_party/rust/crates/regex/src/
Derror.rs8 Syntax(String), enumerator
/third_party/rust/crates/quote/
DREADME.md42 ## Syntax section in Rust Quasi-Quoting
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs48 public enum Syntax enum
255 public Syntax Syntax { get; } property in Google.Protobuf.Reflection.FileDescriptor
DDescriptor.cs583 public string Syntax { property in Google.Protobuf.Reflection.FileDescriptorProto
/third_party/icu/docs/userguide/format_parse/datetime/
Dindex.md202 #### Date Field Symbol Table
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md48 ## Syntax section in Number Skeletons
/third_party/python/Doc/tutorial/
Dclasses.rst256 .. _tut-classobjects:
/third_party/typescript/tests/baselines/reference/
DmoduleMemberWithoutTypeAnnotation1.js101 (function (Syntax) { argument
/third_party/protobuf/php/tests/
DWellKnownTest.php32 use Google\Protobuf\Syntax; alias
/third_party/protobuf/src/google/protobuf/
Dtype.proto182 enum Syntax { enum
Ddescriptor.h1482 enum Syntax { enum
Dtype.pb.h155 enum Syntax : int { enum
Ddescriptor_unittest.cc524 TEST_F(FileDescriptorTest, Syntax) { in TEST_F() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs219 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in Google.Protobuf.WellKnownTypes.Api
609 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in Google.Protobuf.WellKnownTypes.Method
DType.cs80 public enum Syntax { enum
214 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in Google.Protobuf.WellKnownTypes.Type
1180 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in Google.Protobuf.WellKnownTypes.Enum
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java156 public enum Syntax { enum in Descriptors.FileDescriptor
161 Syntax(String name) { in Syntax() method in Descriptors.FileDescriptor.Syntax