/third_party/python/Lib/test/ |
D | test_float.py | 1080 def identical(self, x, y): member in HexFloatTestCase 1091 self.identical(self.MIN, ldexp(1.0, -1022)) 1092 self.identical(self.TINY, ldexp(1.0, -1074)) 1093 self.identical(self.EPS, ldexp(1.0, -52)) 1094 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970))) 1183 self.identical(got, expected) 1193 self.identical(fromHex('inf'), INF) 1194 self.identical(fromHex('+Inf'), INF) 1195 self.identical(fromHex('-INF'), -INF) 1196 self.identical(fromHex('iNf'), INF) [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | interfaceWithMultipleDeclarations.errors.txt | 1 …eDeclarations.ts(1,11): error TS2428: All declarations of 'I1' must have identical type parameters. 2 …eDeclarations.ts(3,11): error TS2428: All declarations of 'I1' must have identical type parameters. 3 …eDeclarations.ts(5,11): error TS2428: All declarations of 'I1' must have identical type parameters. 4 …eDeclarations.ts(7,11): error TS2428: All declarations of 'I1' must have identical type parameters. 5 …eDeclarations.ts(9,11): error TS2428: All declarations of 'I1' must have identical type parameters. 6 …Declarations.ts(11,11): error TS2428: All declarations of 'I1' must have identical type parameters. 7 …Declarations.ts(14,11): error TS2428: All declarations of 'I2' must have identical type parameters. 8 …Declarations.ts(16,11): error TS2428: All declarations of 'I2' must have identical type parameters. 9 …Declarations.ts(18,11): error TS2428: All declarations of 'I2' must have identical type parameters. 10 …Declarations.ts(20,11): error TS2428: All declarations of 'I2' must have identical type parameters. [all …]
|
D | twoGenericInterfacesDifferingByTypeParameterName.errors.txt | 1 …eParameterName.ts(3,11): error TS2428: All declarations of 'A' must have identical type parameters. 2 …eParameterName.ts(7,11): error TS2428: All declarations of 'A' must have identical type parameters. 3 …ParameterName.ts(11,11): error TS2428: All declarations of 'B' must have identical type parameters. 4 …ParameterName.ts(15,11): error TS2428: All declarations of 'B' must have identical type parameters. 5 …ParameterName.ts(20,15): error TS2428: All declarations of 'A' must have identical type parameters. 6 …ParameterName.ts(24,15): error TS2428: All declarations of 'A' must have identical type parameters. 7 …ParameterName.ts(28,15): error TS2428: All declarations of 'B' must have identical type parameters. 8 …ParameterName.ts(32,15): error TS2428: All declarations of 'B' must have identical type parameters. 9 …ParameterName.ts(50,22): error TS2428: All declarations of 'B' must have identical type parameters. 10 …ParameterName.ts(56,22): error TS2428: All declarations of 'B' must have identical type parameters. [all …]
|
D | nonIdenticalTypeConstraints.errors.txt | 1 …peConstraints.ts(7,7): error TS2428: All declarations of 'Foo' must have identical type parameters. 2 …Constraints.ts(10,11): error TS2428: All declarations of 'Foo' must have identical type parameters. 3 …Constraints.ts(13,11): error TS2428: All declarations of 'Qux' must have identical type parameters. 4 …eConstraints.ts(16,7): error TS2428: All declarations of 'Qux' must have identical type parameters. 5 …Constraints.ts(33,7): error TS2428: All declarations of 'Quux' must have identical type parameters. 6 …onstraints.ts(36,11): error TS2428: All declarations of 'Quux' must have identical type parameters. 18 !!! error TS2428: All declarations of 'Foo' must have identical type parameters. 23 !!! error TS2428: All declarations of 'Foo' must have identical type parameters. 28 !!! error TS2428: All declarations of 'Qux' must have identical type parameters. 33 !!! error TS2428: All declarations of 'Qux' must have identical type parameters. [all …]
|
D | genericAndNonGenericInterfaceWithTheSameName.errors.txt | 1 …ithTheSameName.ts(3,11): error TS2428: All declarations of 'A' must have identical type parameters. 2 …ithTheSameName.ts(7,11): error TS2428: All declarations of 'A' must have identical type parameters. 3 …thTheSameName.ts(12,15): error TS2428: All declarations of 'A' must have identical type parameters. 4 …thTheSameName.ts(16,15): error TS2428: All declarations of 'A' must have identical type parameters. 5 …thTheSameName.ts(34,22): error TS2428: All declarations of 'A' must have identical type parameters. 6 …thTheSameName.ts(40,22): error TS2428: All declarations of 'A' must have identical type parameters. 14 !!! error TS2428: All declarations of 'A' must have identical type parameters. 20 !!! error TS2428: All declarations of 'A' must have identical type parameters. 27 !!! error TS2428: All declarations of 'A' must have identical type parameters. 33 !!! error TS2428: All declarations of 'A' must have identical type parameters. [all …]
|
D | twoGenericInterfacesWithTheSameNameButDifferentArity.errors.txt | 1 …DifferentArity.ts(1,11): error TS2428: All declarations of 'A' must have identical type parameters. 2 …DifferentArity.ts(5,11): error TS2428: All declarations of 'A' must have identical type parameters. 3 …ifferentArity.ts(10,15): error TS2428: All declarations of 'A' must have identical type parameters. 4 …ifferentArity.ts(14,15): error TS2428: All declarations of 'A' must have identical type parameters. 5 …ifferentArity.ts(32,22): error TS2428: All declarations of 'A' must have identical type parameters. 6 …ifferentArity.ts(38,22): error TS2428: All declarations of 'A' must have identical type parameters. 12 !!! error TS2428: All declarations of 'A' must have identical type parameters. 18 !!! error TS2428: All declarations of 'A' must have identical type parameters. 25 !!! error TS2428: All declarations of 'A' must have identical type parameters. 31 !!! error TS2428: All declarations of 'A' must have identical type parameters. [all …]
|
D | twoGenericInterfacesDifferingByTypeParameterName2.errors.txt | 1 …ParameterName2.ts(3,11): error TS2428: All declarations of 'B' must have identical type parameters. 2 …ParameterName2.ts(7,11): error TS2428: All declarations of 'B' must have identical type parameters. 4 …arameterName2.ts(12,15): error TS2428: All declarations of 'B' must have identical type parameters. 5 …arameterName2.ts(16,15): error TS2428: All declarations of 'B' must have identical type parameters. 6 …arameterName2.ts(34,22): error TS2428: All declarations of 'B' must have identical type parameters. 7 …arameterName2.ts(40,22): error TS2428: All declarations of 'B' must have identical type parameters. 15 !!! error TS2428: All declarations of 'B' must have identical type parameters. 21 !!! error TS2428: All declarations of 'B' must have identical type parameters. 30 !!! error TS2428: All declarations of 'B' must have identical type parameters. 36 !!! error TS2428: All declarations of 'B' must have identical type parameters. [all …]
|
D | twoGenericInterfacesWithDifferentConstraints.errors.txt | 1 …entConstraints.ts(1,11): error TS2428: All declarations of 'A' must have identical type parameters. 2 …entConstraints.ts(5,11): error TS2428: All declarations of 'A' must have identical type parameters. 3 …ntConstraints.ts(10,15): error TS2428: All declarations of 'B' must have identical type parameters. 4 …ntConstraints.ts(14,15): error TS2428: All declarations of 'B' must have identical type parameters. 5 …ntConstraints.ts(32,22): error TS2428: All declarations of 'A' must have identical type parameters. 6 …ntConstraints.ts(38,22): error TS2428: All declarations of 'A' must have identical type parameters. 12 !!! error TS2428: All declarations of 'A' must have identical type parameters. 18 !!! error TS2428: All declarations of 'A' must have identical type parameters. 25 !!! error TS2428: All declarations of 'B' must have identical type parameters. 31 !!! error TS2428: All declarations of 'B' must have identical type parameters. [all …]
|
D | duplicateIdentifierDifferentModifiers.errors.txt | 1 …erDifferentModifiers.ts(2,15): error TS2687: All declarations of 'x' must have identical modifiers. 2 …erDifferentModifiers.ts(3,15): error TS2687: All declarations of 'x' must have identical modifiers. 3 …rDifferentModifiers.ts(16,11): error TS2687: All declarations of 'y' must have identical modifiers. 4 …erDifferentModifiers.ts(20,3): error TS2687: All declarations of 'y' must have identical modifiers. 11 !!! error TS2687: All declarations of 'x' must have identical modifiers. 14 !!! error TS2687: All declarations of 'x' must have identical modifiers. 29 !!! error TS2687: All declarations of 'y' must have identical modifiers. 35 !!! error TS2687: All declarations of 'y' must have identical modifiers.
|
D | classAndInterfaceMergeConflictingMembers.errors.txt | 1 …eConflictingMembers.ts(10,15): error TS2687: All declarations of 'x' must have identical modifiers. 2 …geConflictingMembers.ts(14,5): error TS2687: All declarations of 'x' must have identical modifiers. 3 …eConflictingMembers.ts(18,13): error TS2687: All declarations of 'x' must have identical modifiers. 4 …geConflictingMembers.ts(22,5): error TS2687: All declarations of 'x' must have identical modifiers. 19 !!! error TS2687: All declarations of 'x' must have identical modifiers. 25 !!! error TS2687: All declarations of 'x' must have identical modifiers. 31 !!! error TS2687: All declarations of 'x' must have identical modifiers. 37 !!! error TS2687: All declarations of 'x' must have identical modifiers.
|
D | constructorParameterProperties2.errors.txt | 2 …ParameterProperties2.ts(18,5): error TS2687: All declarations of 'y' must have identical modifiers. 4 …arameterProperties2.ts(19,25): error TS2687: All declarations of 'y' must have identical modifiers. 5 …ParameterProperties2.ts(26,5): error TS2687: All declarations of 'y' must have identical modifiers. 7 …arameterProperties2.ts(27,27): error TS2687: All declarations of 'y' must have identical modifiers. 32 !!! error TS2687: All declarations of 'y' must have identical modifiers. 37 !!! error TS2687: All declarations of 'y' must have identical modifiers. 46 !!! error TS2687: All declarations of 'y' must have identical modifiers. 51 !!! error TS2687: All declarations of 'y' must have identical modifiers.
|
D | unionTypeReadonly.types | 32 let identical: Base | Identical; 33 >identical : Base | Identical 35 identical.value = 12; // error, lhs can't be a readonly property 36 >identical.value = 12 : 12 37 >identical.value : any 38 >identical : Base | Identical
|
D | intersectionTypeReadonly.types | 32 let identical: Base & Identical; 33 >identical : Base & Identical 35 identical.value = 12; // error, lhs can't be a readonly property 36 >identical.value = 12 : 12 37 >identical.value : any 38 >identical : Base & Identical
|
D | intersectionTypeReadonly.js | 19 let identical: Base & Identical; variable 20 identical.value = 12; // error, lhs can't be a readonly property 32 var identical; variable 33 identical.value = 12; // error, lhs can't be a readonly property
|
D | unionTypeReadonly.js | 19 let identical: Base | Identical; variable 20 identical.value = 12; // error, lhs can't be a readonly property 33 var identical; variable 34 identical.value = 12; // error, lhs can't be a readonly property
|
D | unionTypeReadonly.symbols | 41 let identical: Base | Identical; 42 >identical : Symbol(identical, Decl(unionTypeReadonly.ts, 17, 3)) 46 identical.value = 12; // error, lhs can't be a readonly property 47 >identical.value : Symbol(value, Decl(unionTypeReadonly.ts, 0, 16), Decl(unionTypeReadonly.ts, 3, 2… 48 >identical : Symbol(identical, Decl(unionTypeReadonly.ts, 17, 3))
|
D | intersectionTypeReadonly.symbols | 41 let identical: Base & Identical; 42 >identical : Symbol(identical, Decl(intersectionTypeReadonly.ts, 17, 3)) 46 identical.value = 12; // error, lhs can't be a readonly property 47 >identical.value : Symbol(value, Decl(intersectionTypeReadonly.ts, 0, 16), Decl(intersectionTypeRea… 48 >identical : Symbol(identical, Decl(intersectionTypeReadonly.ts, 17, 3))
|
D | extendedInterfacesWithDuplicateTypeParameters.errors.txt | 2 …): error TS2428: All declarations of 'InterfaceWithSomeTypars' must have identical type parameters. 3 …): error TS2428: All declarations of 'InterfaceWithSomeTypars' must have identical type parameters. 16 !!! error TS2428: All declarations of 'InterfaceWithSomeTypars' must have identical type parameters. 22 !!! error TS2428: All declarations of 'InterfaceWithSomeTypars' must have identical type parameters.
|
D | interfacePropertiesWithSameName3.errors.txt | 2 Named property 'a' of types 'E' and 'D' are not identical. 4 Named property 'a' of types 'E2' and 'D2' are not identical. 13 !!! error TS2320: Named property 'a' of types 'E' and 'D' are not identical. 20 !!! error TS2320: Named property 'a' of types 'E2' and 'D2' are not identical.
|
/third_party/node/lib/internal/assert/ |
D | assertion_error.js | 193 let identical = 0; 211 if (identical > 2) { 212 if (identical > 3) { 213 if (identical > 4) { 214 if (identical === 5) { 229 identical = 0; 267 if (identical > 2) { 268 if (identical > 3) { 269 if (identical > 4) { 270 if (identical === 5) { [all …]
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Terminology.rst | 11 .. _`Concept-identical`: 13 Concept-identical 14 A sequence ``s1`` is said to be concept-identical to a sequence ``s2`` if 36 .. |concept-identical| replace:: `concept-identical`_
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test_coordinate_vector_inplace_merge.cpp | 71 bool identical = compare_distance(vector_coord, vector_dense, TOL); in BOOST_UBLAS_TEST_DEF() local 72 if (!(sorted && identical)) { in BOOST_UBLAS_TEST_DEF() 89 bool identical = compare_distance(vector_coord, vector_dense, TOL); in BOOST_UBLAS_TEST_DEF() local 90 if (!(sorted && identical)) { in BOOST_UBLAS_TEST_DEF() 94 BOOST_UBLAS_TEST_CHECK( identical ); in BOOST_UBLAS_TEST_DEF()
|
D | test_coordinate_matrix_inplace_merge.cpp | 81 bool identical = compare_distance(matrix_coord, matrix_dense, TOL); in BOOST_UBLAS_TEST_DEF() local 82 if (!(sorted && identical)) { in BOOST_UBLAS_TEST_DEF() 100 bool identical = compare_distance(matrix_coord, matrix_dense, TOL); in BOOST_UBLAS_TEST_DEF() local 101 if (!(sorted && identical)) { in BOOST_UBLAS_TEST_DEF() 105 BOOST_UBLAS_TEST_CHECK( identical ); in BOOST_UBLAS_TEST_DEF()
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
D | when-skipLibCheck-and-skipDefaultLibCheck-changes.js | 37 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 42 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 47 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 104 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 157 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 162 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 215 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 220 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 225 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 277 …m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. [all …]
|
/third_party/boost/boost/locale/ |
D | collator.hpp | 45 identical = 4 ///< identical collation level: include code-point comparison enumerator 167 return do_compare(identical,b1,e1,b2,e2); in do_compare() 175 return do_transform(identical,b,e); in do_transform() 183 return do_hash(identical,b,e); in do_hash() 216 template<typename CharType,collator_base::level_type default_level = collator_base::identical>
|