/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>;
|
D | quickinfoTypeAtReturnPositionsInaccurate.errors.txt | 29 * An example with one dimensional dictionary. Everything worked ok here, even in prior
|
/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/node/android-patches/ |
D | trap-handler.h.patch | 20 -// Everything else is unsupported.
|
/third_party/toybox/toys/pending/ |
D | README | 8 time for yet. Everything in here defaults to "n" in defconfig.
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_PROXY_CAPATH.md | 46 Everything used over an HTTPS proxy
|
/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/icu/tools/release/java/ |
D | readme.txt | 11 - Everything needed to build ICU4C from a command line (UNIX) environment
|
/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 | 68 Everything enumerator
|
D | OneLineShaper.cpp | 441 if (visitor(typeface) == Resolved::Everything) { 527 if (resolved == Resolved::Everything) { 756 return Resolved::Everything;
|
/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/v8/src/regexp/ |
D | regexp-ast.h | 103 static inline CharacterRange Everything() { in Everything() function 292 ranges->Add(CharacterRange::Everything(), zone); in set_()
|
/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/skia/site/docs/dev/contrib/ |
D | bazel.md | 30 Everything that's checked in builds external dependencies from source. I've
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleM4.td | 65 // Everything else has a Latency of 1
|
/third_party/curl/docs/libcurl/ |
D | libcurl-thread.md | 50 option to 1L for all handles. Everything works fine except that timeouts
|
/third_party/mesa3d/docs/vulkan/ |
D | base-objs.rst | 16 ``VkDevice``. Everything else must derive from
|