Home
last modified time | relevance | path

Searched refs:Identical (Results 1 – 25 of 66) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DunionTypeReadonly.symbols8 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))
DintersectionTypeReadonly.symbols8 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))
DunionTypeReadonly.types6 interface Identical {
32 let identical: Base | Identical;
33 >identical : Base | Identical
38 >identical : Base | Identical
DintersectionTypeReadonly.types6 interface Identical {
32 let identical: Base & Identical;
33 >identical : Base & Identical
38 >identical : Base & Identical
DintersectionTypeReadonly.js5 interface Identical {
19 let identical: Base & Identical;
DunionTypeReadonly.js5 interface Identical {
19 let identical: Base | Identical;
DintersectionTypeNormalization.types14 // Identical ways of writing the same type
39 // Identical ways of writing the same type
64 // Identical ways of writing the same type
DunionTypeReadonly.errors.txt13 interface Identical {
29 let identical: Base | Identical;
DintersectionTypeReadonly.errors.txt12 interface Identical {
28 let identical: Base & Identical;
DswitchCaseWithIntersectionTypes01.types20 // Identical
DswitchCaseWithUnionTypes01.types20 // Identical
DswitchCaseWithUnionTypes01.errors.txt12 // Identical
DidenticalCallSignatures.types3 // Identical call signatures should generate an error.
DswitchCaseWithIntersectionTypes01.symbols20 // Identical
DswitchCaseWithUnionTypes01.symbols20 // Identical
DidenticalCallSignatures.symbols3 // Identical call signatures should generate an error.
DintersectionTypeNormalization.symbols18 // 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/
Dcharconv_test.cc584 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/
DintersectionTypeReadonly.ts4 interface Identical { interface
18 let identical: Base & Identical;
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReadonly.ts4 interface Identical { interface
18 let identical: Base | Identical;
/third_party/python/Doc/library/
Dstruct.rst425 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/
D3.5.5rc1.rst59 Identical objects will be saved only once.
/third_party/spirv-tools/test/diff/
Dlcs_test.cpp104 TEST(LCSTest, Identical) { in TEST() argument
/third_party/mbedtls/docs/architecture/
Dmbed-crypto-storage-specification.md123 [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/
Dconcepts.md131 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

123