Home
last modified time | relevance | path

Searched refs:Extends (Results 1 – 25 of 69) sorted by relevance

123

/third_party/jinja2/
Dmeta.py57 _ref_types = (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
58 _RefType = t.Union[nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include]
Dparser.py324 def parse_extends(self) -> nodes.Extends:
325 node = nodes.Extends(lineno=next(self.stream).lineno)
/third_party/skia/third_party/externals/oboe/samples/iolib/
DREADME.md21 Extends the `DataSource` interface for audio data coming from SampleBuffer objects.
24 Extends `SampleSource` to provide data that plays through it's `SampleBuffer` and then provides sil…
/third_party/typescript/tests/baselines/reference/
DimportHelpersInAmbientContext.types4 // Extends
43 // Extends
DimportHelpersInAmbientContext.symbols4 // Extends
48 // Extends
DconditionalTypes1.js169 type Extends<T, U> = T extends U ? true : false;
175 type IsString<T> = Extends<T, string>;
591 declare type Extends<T, U> = T extends U ? true : false;
596 declare type IsString<T> = Extends<T, string>;
DconditionalTypes1.types516 type Extends<T, U> = T extends U ? true : false;
517 >Extends : Extends<T, U>
538 type IsString<T> = Extends<T, string>;
DconditionalTypes1.symbols652 type Extends<T, U> = T extends U ? true : false;
653 >Extends : Symbol(Extends, Decl(conditionalTypes1.ts, 165, 97))
690 type IsString<T> = Extends<T, string>;
693 >Extends : Symbol(Extends, Decl(conditionalTypes1.ts, 165, 97))
DparserRealSource10.js25 Extends,
214 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType…
686 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType…
DparserRealSource10.types59 Extends,
60 >Extends : TokenID.Extends
1079 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType…
1080 >setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType…
1082 >TokenID.Extends : TokenID.Extends
1084 >Extends : TokenID.Extends
/third_party/rust/crates/rust-std-candidates/triable/
DCargo.toml9 Extends the `try!` macro to types other than `std::result::Result` by introducing a `Triable` trait.
/third_party/node/tools/inspector_protocol/jinja2/
Dmeta.py75 for node in ast.find_all((nodes.Extends, nodes.FromImport, nodes.Import,
Dnodes.py299 class Extends(Stmt): class
/third_party/skia/third_party/externals/jinja2/
Dmeta.py69 (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
Dnodes.py294 class Extends(Stmt): class
/third_party/rust/crates/rust-std-candidates/
DREADME.OpenSource16 …triable: Extends the `try!` macro to types other than `std::result::Result` by introducing a `Tria…
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts171 type Extends<T, U> = T extends U ? true : false; alias
177 type IsString<T> = Extends<T, string>;
/third_party/node/doc/api/
Dtty.md40 * Extends: {net.Socket}
84 * Extends: {net.Socket}
Dinspector.md84 * Extends: {EventEmitter}
Dglobals.md65 * Extends: {EventTarget}
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts24 Extends, enumerator
213 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType…
/third_party/node/deps/npm/node_modules/execa/
Dreadme.md117 Environment key-value pairs. Extends automatically from `process.env`. Set `extendEnv` to `false` i…
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_mirror_clamp.txt131 Extends ATI_texture_mirror_once by adding
/third_party/python/Doc/library/
Darray.rst174 Extends this array with data from the given unicode string. The array must
/third_party/openGLES/extensions/EXT/
DEXT_texture_mirror_clamp.txt131 Extends ATI_texture_mirror_once by adding

123