/third_party/typescript/tests/baselines/reference/ |
D | unionTypeReadonly.symbols | 8 interface Identical { 9 >Identical : Symbol(Identical, Decl(unionTypeReadonly.ts, 2, 1)) 12 >value : Symbol(Identical.value, Decl(unionTypeReadonly.ts, 3, 21)) 41 let identical: Base | Identical; 44 >Identical : Symbol(Identical, Decl(unionTypeReadonly.ts, 2, 1))
|
D | intersectionTypeReadonly.symbols | 8 interface Identical { 9 >Identical : Symbol(Identical, Decl(intersectionTypeReadonly.ts, 2, 1)) 12 >value : Symbol(Identical.value, Decl(intersectionTypeReadonly.ts, 3, 21)) 41 let identical: Base & Identical; 44 >Identical : Symbol(Identical, Decl(intersectionTypeReadonly.ts, 2, 1))
|
D | unionTypeReadonly.types | 6 interface Identical { 32 let identical: Base | Identical; 33 >identical : Base | Identical 38 >identical : Base | Identical
|
D | intersectionTypeReadonly.types | 6 interface Identical { 32 let identical: Base & Identical; 33 >identical : Base & Identical 38 >identical : Base & Identical
|
D | intersectionTypeReadonly.js | 5 interface Identical { 19 let identical: Base & Identical;
|
D | unionTypeReadonly.js | 5 interface Identical { 19 let identical: Base | Identical;
|
D | intersectionTypeNormalization.types | 14 // Identical ways of writing the same type 39 // Identical ways of writing the same type 64 // Identical ways of writing the same type
|
D | unionTypeReadonly.errors.txt | 13 interface Identical { 29 let identical: Base | Identical;
|
D | intersectionTypeReadonly.errors.txt | 12 interface Identical { 28 let identical: Base & Identical;
|
D | switchCaseWithIntersectionTypes01.types | 20 // Identical
|
D | switchCaseWithUnionTypes01.types | 20 // Identical
|
D | switchCaseWithUnionTypes01.errors.txt | 12 // Identical
|
D | identicalCallSignatures.types | 3 // Identical call signatures should generate an error.
|
D | switchCaseWithIntersectionTypes01.symbols | 20 // Identical
|
D | switchCaseWithUnionTypes01.symbols | 20 // Identical
|
D | identicalCallSignatures.symbols | 3 // Identical call signatures should generate an error.
|
D | intersectionTypeNormalization.symbols | 18 // Identical ways of writing the same type 66 // Identical ways of writing the same type 118 // Identical ways of writing the same type
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 584 bool Identical(Float a, Float b) { in Identical() function 606 EXPECT_TRUE(Identical(from_chars_double, std_nan_double)); in TEST() 612 EXPECT_TRUE(Identical(from_chars_double, strtod_double)); in TEST() 622 EXPECT_FALSE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 624 EXPECT_TRUE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 639 EXPECT_TRUE(Identical(from_chars_float, std_nan_float)); in TEST() 645 EXPECT_TRUE(Identical(from_chars_float, strtof_float)); in TEST() 655 EXPECT_FALSE(Identical(negative_from_chars_float, from_chars_float)); in TEST() 659 EXPECT_TRUE(Identical(negative_from_chars_float, from_chars_float)); in TEST()
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionTypeReadonly.ts | 4 interface Identical { interface 18 let identical: Base & Identical;
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | unionTypeReadonly.ts | 4 interface Identical { interface 18 let identical: Base | Identical;
|
/third_party/python/Doc/library/ |
D | struct.rst | 425 Identical to the :func:`pack` function, using the compiled format. 431 Identical to the :func:`pack_into` function, using the compiled format. 436 Identical to the :func:`unpack` function, using the compiled format. 442 Identical to the :func:`unpack_from` function, using the compiled format. 449 Identical to the :func:`iter_unpack` function, using the compiled format.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 59 Identical objects will be saved only once.
|
/third_party/spirv-tools/test/diff/ |
D | lcs_test.cpp | 104 TEST(LCSTest, Identical) { in TEST() argument
|
/third_party/mbedtls/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 123 [Identical to 0.1.0](#nonvolatile-random-seed-file-format-for-0.1.0). 150 [Identical to 0.1.0](#file-namespace-on-stdio-for-0.1.0). 170 Identical to [1.0.0](#mbed-crypto-1.0.0) except for some changes in the key file format.
|
/third_party/icu/docs/userguide/collation/ |
D | concepts.md | 131 5. Identical Level: When all other levels are equal, the identical level is 677 Quaternary (4), and Identical (I). 686 fine distinctions among characters are required, then the Identical strength (I) 687 can be used (for example, Identical Strength distinguishes between the 690 However, using levels higher than Tertiary - the Identical strength - result in 827 Identical | I
|