| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | modulo_arithmetic_integral.stderr | 1 error: you are using modulo operator on types that might have different signs 7 = note: double check for expected result especially when interoperating with different languages 11 error: you are using modulo operator on types that might have different signs 17 = note: double check for expected result especially when interoperating with different languages 20 error: you are using modulo operator on types that might have different signs 26 = note: double check for expected result especially when interoperating with different languages 29 error: you are using modulo operator on types that might have different signs 35 = note: double check for expected result especially when interoperating with different languages 38 error: you are using modulo operator on types that might have different signs 44 = note: double check for expected result especially when interoperating with different languages [all …]
|
| D | modulo_arithmetic_integral_const.stderr | 1 error: you are using modulo operator on constants with different signs: `-1 % 2` 7 = note: double check for expected result especially when interoperating with different languages 11 error: you are using modulo operator on constants with different signs: `1 % -2` 17 = note: double check for expected result especially when interoperating with different languages 20 error: you are using modulo operator on constants with different signs: `-1 % 3` 26 = note: double check for expected result especially when interoperating with different languages 29 error: you are using modulo operator on constants with different signs: `3 % -1` 35 = note: double check for expected result especially when interoperating with different languages 38 error: you are using modulo operator on constants with different signs: `-35 % 300000` 44 = note: double check for expected result especially when interoperating with different languages [all …]
|
| D | modulo_arithmetic_float.stderr | 1 error: you are using modulo operator on constants with different signs: `-1.600 % 2.100` 7 = note: double check for expected result especially when interoperating with different languages 10 error: you are using modulo operator on constants with different signs: `1.600 % -2.100` 16 = note: double check for expected result especially when interoperating with different languages 18 error: you are using modulo operator on constants with different signs: `-1.200 % 3.400` 24 = note: double check for expected result especially when interoperating with different languages 26 error: you are using modulo operator on constants with different signs: `3.400 % -1.200` 32 = note: double check for expected result especially when interoperating with different languages 34 error: you are using modulo operator on types that might have different signs 40 = note: double check for expected result especially when interoperating with different languages [all …]
|
| D | mismatching_type_param_order.stderr | 1 …`Foo` has a similarly named generic type parameter `B` in its declaration, but in a different order 10 …`Foo` has a similarly named generic type parameter `A` in its declaration, but in a different order 18 …`Foo` has a similarly named generic type parameter `A` in its declaration, but in a different order 26 …time` has a similarly named generic type parameter `B` in its declaration, but in a different order 34 …time` has a similarly named generic type parameter `A` in its declaration, but in a different order 42 …Enum` has a similarly named generic type parameter `C` in its declaration, but in a different order 50 …Enum` has a similarly named generic type parameter `A` in its declaration, but in a different order 58 …Enum` has a similarly named generic type parameter `B` in its declaration, but in a different order 66 …nion` has a similarly named generic type parameter `B` in its declaration, but in a different order 74 …nion` has a similarly named generic type parameter `A` in its declaration, but in a different order
|
| D | transmute_undefined_repr.stderr | 18 LL | let _: Ty2<u32, f32> = transmute(value::<Ty<Ty2<u32, i32>>>()); // Lint, different Ty2… 21 = note: two instances of the same generic type (`Ty2`) may have different layouts 26 LL | let _: Ty<Ty2<u32, i32>> = transmute(value::<Ty2<u32, f32>>()); // Lint, different Ty2… 29 = note: two instances of the same generic type (`Ty2`) may have different layouts 34 LL | let _: &Ty2<u32, f32> = transmute(value::<Ty<&Ty2<u32, i32>>>()); // Lint, different T… 37 = note: two instances of the same generic type (`Ty2`) may have different layouts 42 LL | let _: Ty<&Ty2<u32, i32>> = transmute(value::<&Ty2<u32, f32>>()); // Lint, different T… 45 = note: two instances of the same generic type (`Ty2`) may have different layouts 50 …atic mut Ty2<u32, f32> = transmute(value::<Box<Ty2<u32, u32>>>()); // Lint, different Ty2 instances 53 = note: two instances of the same generic type (`Ty2`) may have different layouts [all …]
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_static_assertions.hpp | 19 …KAN_HPP_NAMESPACE::Extent2D ) == sizeof( VkExtent2D ), "struct and wrapper have different size!" ); 23 …KAN_HPP_NAMESPACE::Extent3D ) == sizeof( VkExtent3D ), "struct and wrapper have different size!" ); 27 …KAN_HPP_NAMESPACE::Offset2D ) == sizeof( VkOffset2D ), "struct and wrapper have different size!" ); 31 …KAN_HPP_NAMESPACE::Offset3D ) == sizeof( VkOffset3D ), "struct and wrapper have different size!" ); 35 … VULKAN_HPP_NAMESPACE::Rect2D ) == sizeof( VkRect2D ), "struct and wrapper have different size!" ); 39 …ACE::BaseInStructure ) == sizeof( VkBaseInStructure ), "struct and wrapper have different size!" ); 44 …E::BaseOutStructure ) == sizeof( VkBaseOutStructure ), "struct and wrapper have different size!" ); 49 …ferMemoryBarrier ) == sizeof( VkBufferMemoryBarrier ), "struct and wrapper have different size!" ); 55 "struct and wrapper have different size!" ); 61 "struct and wrapper have different size!" ); [all …]
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fSamplerObjectTests.cpp | 63 { "diff_wrap_t", "Different GL_TEXTURE_WRAP_T", GL_TEXTURE_2D, in init() 67 { "diff_wrap_s", "Different GL_TEXTURE_WRAP_S", GL_TEXTURE_2D, in init() 71 { "diff_wrap_r", "Different GL_TEXTURE_WRAP_R", GL_TEXTURE_2D, in init() 75 { "diff_min_filter", "Different GL_TEXTURE_MIN_FILTER", GL_TEXTURE_2D, in init() 79 { "diff_mag_filter", "Different GL_TEXTURE_MAG_FILTER", GL_TEXTURE_2D, in init() 83 { "diff_max_lod", "Different GL_TEXTURE_MAX_LOD", GL_TEXTURE_2D, in init() 87 { "diff_min_lod", "Different GL_TEXTURE_MIN_LOD", GL_TEXTURE_2D, in init() 101 { "diff_wrap_t", "Different GL_TEXTURE_WRAP_T", GL_TEXTURE_2D, in init() 106 { "diff_wrap_s", "Different GL_TEXTURE_WRAP_S", GL_TEXTURE_2D, in init() 111 { "diff_wrap_r", "Different GL_TEXTURE_WRAP_R", GL_TEXTURE_2D, in init() [all …]
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
| D | typeParametersAreIdenticalToThemselves.ts | 4 function foo1<T>(x: T); // no error, different declaration for each T 8 function foo2<T, U>(x: T); // no error, different declaration for each T 17 function inner2<T>(x: T); // no error, different T 27 foo2<U>(a: T, x: U); // no error, different declaration for each U 31 foo3<T>(x: T); // no error, different declaration for each T 35 foo4<T extends Date>(x: T); // no error, different declaration for each T 45 foo2<U>(a: T, x: U); // no error, different declaration for each U 49 foo3<T>(x: T); // no error, different declaration for each T 58 foo2<U>(a: T, x: U); // no error, different declaration for each U 61 foo3<T>(x: T); // no error, different declaration for each T [all …]
|
| /third_party/vk-gl-cts/doc/testspecs/GLES2/ |
| D | functional.vertex_arrays.single_attribute.txt | 25 + Rendering with different strides from buffer and user pointer. 26 + Attribute normalization with different types and component counts. 28 + Using buffers with different usage. 29 + Buffer attributes with different offsets. 36 + Different first values for glDrawArrays 52 Stride tests render different input type and component count combinations from buffer 56 Normalization is tested with different input types and component counts. User 59 Output type tests pass different input types to different vector types in shader. 60 Also different input type and output type component counts are tested. Data is used 63 Usage testcases test buffers with different usage parameters with different strides [all …]
|
| /third_party/vk-gl-cts/doc/testspecs/GLES3/ |
| D | functional.vertex_arrays.single_attribute.txt | 25 + Rendering with different strides from buffer and user pointer. 26 + Attribute normalization with different types and component counts. 30 + Using buffers with different usage. 31 + Buffer attributes with different offsets. 32 + Different first values for glDrawArrays 55 Stride tests render different input type and component count combinations from buffer 59 Normalization is tested with different input types and component counts. User 62 Output type tests pass different input types to different vector types in shader. 63 Also different input type and output type component counts are tested. Data is used 66 Usage testcases test buffers with different usage parameters with different strides [all …]
|
| /third_party/rust/rust/tests/ui/macros/ |
| D | issue-61053-different-kleene.stderr | 1 error: meta-variable repeats with different Kleene operator 2 --> $DIR/issue-61053-different-kleene.rs:5:57 8 --> $DIR/issue-61053-different-kleene.rs:1:9 13 error: meta-variable repeats with different Kleene operator 14 --> $DIR/issue-61053-different-kleene.rs:7:41 21 error: meta-variable repeats with different Kleene operator 22 --> $DIR/issue-61053-different-kleene.rs:15:65 27 error: meta-variable repeats with different Kleene operator 28 --> $DIR/issue-61053-different-kleene.rs:17:49 35 error: meta-variable repeats with different Kleene operator [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | IntlTestDateFormatSymbols.java | 154 errln("ERROR: setEras() failed (different size array)"); in TestSymbols() 159 errln("ERROR: setEras() failed (different string values)"); in TestSymbols() 162 errln("ERROR: setNarrowEras() failed (different string values)"); in TestSymbols() 181 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols() 186 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols() 196 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols() 201 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols() 211 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols() 216 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols() 226 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | IntlTestDateFormatSymbols.java | 157 errln("ERROR: setEras() failed (different size array)"); in TestSymbols() 162 errln("ERROR: setEras() failed (different string values)"); in TestSymbols() 165 errln("ERROR: setNarrowEras() failed (different string values)"); in TestSymbols() 184 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols() 189 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols() 199 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols() 204 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols() 214 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols() 219 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols() 229 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols() [all …]
|
| /third_party/rust/rust/tests/ui/closure-expected-type/ |
| D | expect-fn-supply-fn-multiple.rs | 5 type Different<'a, 'b> = &'a mut (&'a (), &'b ()); typedef 6 type Same<'a> = Different<'a, 'a>; 9 where F: for<'a, 'b> FnOnce(Different<'a, 'b>) in with_closure_expecting_different() 14 where F: FnOnce(Different<'_, '_>) in with_closure_expecting_different_anon() 19 with_closure_expecting_different_anon(|x: Different| { in supplying_nothing_expecting_anon() 24 with_closure_expecting_different(|x: Different| { in supplying_nothing_expecting_named() 29 with_closure_expecting_different_anon(|x: Different<'_, '_>| { in supplying_underscore_expecting_anon() 34 with_closure_expecting_different(|x: Different<'_, '_>| { in supplying_underscore_expecting_named()
|
| /third_party/protobuf/src/google/protobuf/util/ |
| D | field_comparator_test.cc | 68 FieldComparator::DIFFERENT, in TEST_F() 82 FieldComparator::DIFFERENT, in TEST_F() 97 FieldComparator::DIFFERENT, in TEST_F() 112 FieldComparator::DIFFERENT, in TEST_F() 126 FieldComparator::DIFFERENT, in TEST_F() 141 FieldComparator::DIFFERENT, in TEST_F() 156 FieldComparator::DIFFERENT, in TEST_F() 181 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F() 184 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F() 209 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeParametersAreIdenticalToThemselves.js | 5 function foo1<T>(x: T); // no error, different declaration for each T 9 function foo2<T, U>(x: T); // no error, different declaration for each T 18 function inner2<T>(x: T); // no error, different T 28 foo2<U>(a: T, x: U); // no error, different declaration for each U 32 foo3<T>(x: T); // no error, different declaration for each T 36 foo4<T extends Date>(x: T); // no error, different declaration for each T 46 foo2<U>(a: T, x: U); // no error, different declaration for each U 50 foo3<T>(x: T); // no error, different declaration for each T 59 foo2<U>(a: T, x: U); // no error, different declaration for each U 62 foo3<T>(x: T); // no error, different declaration for each T [all …]
|
| D | typeParameterAssignability2.errors.txt | 12 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 14 …'V' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 16 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 18 …'V' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different su… 20 …ble to the constraint of type 'U', but 'U' could be instantiated with a different subtype of const… 22 …ble to the constraint of type 'V', but 'V' could be instantiated with a different subtype of const… 24 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 26 …'V' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 28 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 30 …'V' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different su… [all …]
|
| D | intersectionTypeMembers.types | 101 nested: { doublyNested: { d: string; }, different: { e: number } }; 102 >nested : { doublyNested: { d: string;}; different: { e: number;}; } 105 >different : { e: number; } 118 … }, different: { e: 12 }, other: { g: 101 } }} : { nested: { doublyNested:… 121 >nested : { doublyNested: { d: string; f: string; }; different: { e: number; }; other: { g: number;… 122 … 'no' }, different: { e: 12 }, other: { g: 101 } } : { doublyNested: { d: … 137 different: { e: 12 }, 138 >different : { e: number; } 168 … different: { e: 12 }, other: { g: 101 } }} : { nested: { doublyNested: { d: strin… 171 >nested : { doublyNested: { d: string; f: string; g: string; h: string; }; different: { e: number; … [all …]
|
| D | genericTypeAssertions5.errors.txt | 2 …'A' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 4 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 6 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 8 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 10 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 35 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 39 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 43 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 48 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 52 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const…
|
| D | genericTypeAssertions4.errors.txt | 2 …'A' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 4 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 6 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 8 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 10 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su… 35 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 39 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 43 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 48 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const… 52 …ble to the constraint of type 'T', but 'T' could be instantiated with a different subtype of const…
|
| D | assignmentCompatWithGenericCallSignaturesWithOptionalParameters.errors.txt | 4 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 7 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 12 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 15 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 19 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 23 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 27 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 31 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 34 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… 38 …Type 'T' is not assignable to type 'T'. Two different types with this name exist, but they are unr… [all …]
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | utf16-le-without-bom.stderr | 7 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 15 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 23 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 31 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 39 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 47 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 55 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 63 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 71 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 79 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used [all …]
|
| D | utf16-be-without-bom.stderr | 7 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 15 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 23 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 31 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 39 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 47 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 55 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 63 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 71 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used 79 …ust contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used [all …]
|
| /third_party/musl/libc-test/src/functionalext/time/ |
| D | strptime_ext.c | 28 * @tc.desc : according to different time zones, convert a string to a time 66 * @tc.desc : according to different time zones, convert a string to a time 104 * @tc.desc : according to different time zones, convert a string to a time 122 * @tc.desc : according to different time zones, convert a string to a time 139 * @tc.desc : according to different time zones, convert a string to a time 156 * @tc.desc : according to different time zones, convert a string to a time 173 * @tc.desc : according to different time zones, convert a string to a time 199 * @tc.desc : according to different time zones, convert a string to a time 216 * @tc.desc : according to different time zones, convert a string to a time 234 * @tc.desc : according to different time zones, convert a string to a time [all …]
|
| /third_party/rust/rust/tests/ui/lint/ |
| D | clashing-extern-fn.rs | 14 fn clash(x: u64); //~ WARN `clash` redeclared with a different signature in clash() 53 //~^ WARN `extern_link_name` redeclared with a different signature in link_name_clash() 56 //~^ WARN `some_other_extern_link_name` redeclares `some_other_new_name` with a different in link_name_clash() 60 //~^ WARN `other_both_names_different` redeclares `link_name_same` with a different in link_name_clash() 72 fn different_mod(x: u64); //~ WARN `different_mod` redeclared with a different signature in different_mod() 82 fn variadic_decl(x: u8); //~ WARN `variadic_decl` redeclared with a different signature in variadic_clash() 96 // Shouldn't warn, because the declaration above actually declares a different symbol (and in tricky_no_clash() 134 // different layout. 143 //~^ WARN `weigh_banana` redeclared with a different signature 172 //~^ WARN `draw_point` redeclared with a different signature [all …]
|