/third_party/typescript/tests/baselines/reference/ |
D | typedefMultipleTypeParameters.types | 7 * @typedef {{ t: T, u: U, v: V, w: W, x: X }} Everything 10 /** @type {Everything<{ a: number, b: 'hi', c: never }, undefined, { c: true, d: 1 }, number, strin… 12 >tuvwx : Everything<{ a: number; b: "hi"; c: never; }, undefined, { c: true; d: 1; }, number, strin… 14 /** @type {Everything<{ a: number }, undefined, { c: 1, d: 1 }, number, string>} */ 16 >wrong : Everything<{ a: number; }, undefined, { c: 1; d: 1; }, number, string> 18 /** @type {Everything<{ a: number }>} */ 23 declare var actually: Everything<{ a: number }, undefined, { c: 1, d: 1 }, number, string>; 24 >actually : Everything<{ a: number; }, undefined, { c: 1; d: 1; }, number, string>
|
D | typedefMultipleTypeParameters.symbols | 7 * @typedef {{ t: T, u: U, v: V, w: W, x: X }} Everything 10 /** @type {Everything<{ a: number, b: 'hi', c: never }, undefined, { c: true, d: 1 }, number, strin… 14 /** @type {Everything<{ a: number }, undefined, { c: 1, d: 1 }, number, string>} */ 18 /** @type {Everything<{ a: number }>} */ 23 declare var actually: Everything<{ a: number }, undefined, { c: 1, d: 1 }, number, string>; 25 >Everything : Symbol(Everything, Decl(a.js, 5, 3))
|
D | typedefMultipleTypeParameters.errors.txt | 3 tests/cases/conformance/jsdoc/a.js(15,12): error TS2314: Generic type 'Everything' requires 5 type … 14 * @typedef {{ t: T, u: U, v: V, w: W, x: X }} Everything 17 …/** @type {Everything<{ a: number, b: 'hi', c: never }, undefined, { c: true, d: 1 }, number, stri… 20 /** @type {Everything<{ a: number }, undefined, { c: 1, d: 1 }, number, string>} */ 27 /** @type {Everything<{ a: number }>} */ 29 !!! error TS2314: Generic type 'Everything' requires 5 type argument(s). 33 declare var actually: Everything<{ a: number }, undefined, { c: 1, d: 1 }, number, string>;
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | .gn | 22 # Everything in BUILD.gn 25 # Everything in third_party/BUILD.gn
|
/third_party/skia/third_party/externals/dawn/ |
D | .gn | 41 # Everything in BUILD.gn 44 # Everything in third_party/BUILD.gn
|
/third_party/ltp/lib/newlib_tests/ |
D | config05 | 1 # Everything is wrong
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | typedefMultipleTypeParameters.ts | 23 declare var actually: Everything<{ a: number }, undefined, { c: 1, d: 1 }, number, string>;
|
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 214 return Everything; in collects() 262 private static final int Everything = Integer.MAX_VALUE; field in ICUCurrencyMetaInfo
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 216 return Everything; in collects() 264 private static final int Everything = Integer.MAX_VALUE; field in ICUCurrencyMetaInfo
|
/third_party/cef/patch/patches/ |
D | gritsettings.patch | 7 # Everything but chrome/, components/, content/, and ios/
|
/third_party/toybox/toys/pending/ |
D | README | 8 time for yet. Everything in here defaults to "n" in defconfig.
|
/third_party/node/deps/npm/node_modules/extsprintf/ |
D | README.md | 18 Everything else is currently unsupported, most notably: precision, unsigned
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | write.dfa | 39 # Everything else is optional. Unlike the read code in libpng the write code
|
D | read.dfa | 50 # Everything else is application dependent. This file assumes the app handles
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/conftest/ |
D | write.dfa | 39 # Everything else is optional. Unlike the read code in libpng the write code
|
D | read.dfa | 50 # Everything else is application dependent. This file assumes the app handles
|
/third_party/mesa3d/src/freedreno/ |
D | meson.build | 57 # Everything that depends on rnn requires (indirectly) libxml2:
|
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.h | 66 Everything enumerator
|
D | OneLineShaper.cpp | 483 if (visitor(typeface) == Resolved::Everything) { in matchResolvedFonts() 521 if (resolved == Resolved::Everything) { in matchResolvedFonts() 704 return Resolved::Everything; in shape()
|
/third_party/icu/tools/release/java/ |
D | readme.txt | 11 - Everything needed to build ICU4C from a command line (UNIX) environment
|
/third_party/icu/docs/userguide/collation/ |
D | faq.md | 27 default. Everything that can be done without affecting performance is already
|
/third_party/node/deps/npm/node_modules/duplexer3/ |
D | README.md | 66 Streams3 API which is standard in Node as of v4. Everything largely
|
/third_party/node/deps/npm/node_modules/npm-packlist/ |
D | README.md | 40 4. Everything in the root `node_modules` is ignored, unless it's a
|
/third_party/python/Doc/library/ |
D | smtpd.rst | 140 Everything will be relayed to *remoteaddr*. Note that running this has a good 157 Everything will be relayed to *remoteaddr*, unless local mailman configurations
|
/third_party/flutter/flutter/examples/stocks/lib/ |
D | stock_settings.dart | 110 title: const Text('Everything is awesome'),
|