| /third_party/skia/tests/sksl/errors/ |
| D | MismatchedNumbers.glsl | 3 error: 28: type mismatch: '=' cannot operate on 'int', 'float' 4 error: 29: type mismatch: '=' cannot operate on 'uint', 'float' 5 error: 30: type mismatch: '=' cannot operate on 'int', 'uint' 6 error: 31: type mismatch: '=' cannot operate on 'int', 'float' 7 error: 32: type mismatch: '=' cannot operate on 'float', 'int' 9 error: 33: type mismatch: '=' cannot operate on 'float', 'uint' 11 error: 34: type mismatch: '=' cannot operate on 'uint', 'int' 12 error: 35: type mismatch: '=' cannot operate on 'uint', 'float' 13 error: 36: type mismatch: '+' cannot operate on 'int', 'float' 14 error: 37: type mismatch: '-' cannot operate on 'int', 'float' [all …]
|
| D | BinaryTypeCoercion.glsl | 3 error: 11: type mismatch: '=' cannot operate on 'half', 'float' 4 error: 12: type mismatch: '=' cannot operate on 'half', 'float' 5 error: 13: type mismatch: '*=' cannot operate on 'half', 'float' 6 error: 18: type mismatch: '=' cannot operate on 'half4', 'float4' 7 error: 19: type mismatch: '=' cannot operate on 'half4', 'float4' 8 error: 20: type mismatch: '*=' cannot operate on 'half4', 'float4' 9 error: 24: type mismatch: '=' cannot operate on 'half4', 'float4' 10 error: 25: type mismatch: '=' cannot operate on 'half4', 'float4' 11 error: 30: type mismatch: '=' cannot operate on 'half4', 'float4' 12 error: 31: type mismatch: '=' cannot operate on 'half4', 'float4' [all …]
|
| D | BooleanArithmetic.glsl | 3 error: 1: type mismatch: '+' cannot operate on 'bool', 'bool' 4 error: 2: type mismatch: '-' cannot operate on 'bool', 'bool' 5 error: 3: type mismatch: '*' cannot operate on 'bool', 'bool' 6 error: 4: type mismatch: '/' cannot operate on 'bool', 'bool' 7 error: 5: type mismatch: '%' cannot operate on 'bool', 'bool' 8 error: 6: type mismatch: '<<' cannot operate on 'bool', 'bool' 9 error: 7: type mismatch: '>>' cannot operate on 'bool', 'bool' 12 error: 10: type mismatch: '&' cannot operate on 'bool', 'bool' 13 error: 11: type mismatch: '|' cannot operate on 'bool', 'bool' 14 error: 12: type mismatch: '^' cannot operate on 'bool', 'bool' [all …]
|
| D | BinaryInvalidType.glsl | 3 error: 2: type mismatch: '*' cannot operate on '<INVALID>', 'int' 4 error: 6: type mismatch: '*' cannot operate on 'int', '<INVALID>' 5 error: 10: type mismatch: '*' cannot operate on '<INVALID>', '<INVALID>' 6 error: 18: type mismatch: '*' cannot operate on 'S', 'int' 7 error: 22: type mismatch: '*' cannot operate on 'int', 'S' 8 error: 26: type mismatch: '*' cannot operate on 'S', 'S' 9 error: 32: type mismatch: '*' cannot operate on 'sampler2D', 'int' 10 error: 36: type mismatch: '*' cannot operate on 'int', 'sampler2D' 11 error: 40: type mismatch: '*' cannot operate on 'sampler2D', 'sampler2D' 12 error: 46: type mismatch: '*' cannot operate on 'int[1]', 'int' [all …]
|
| D | BitShiftFloatMatrix.glsl | 3 error: 5: type mismatch: '>>=' cannot operate on 'float2x2', 'int' 4 error: 6: type mismatch: '<<=' cannot operate on 'float2x2', 'int' 5 error: 7: type mismatch: '&=' cannot operate on 'float2x2', 'int' 6 error: 8: type mismatch: '|=' cannot operate on 'float2x2', 'int' 7 error: 9: type mismatch: '^=' cannot operate on 'float2x2', 'int' 8 error: 11: type mismatch: '>>' cannot operate on 'float2x2', 'int' 9 error: 12: type mismatch: '<<' cannot operate on 'float2x2', 'int' 10 error: 13: type mismatch: '&' cannot operate on 'float2x2', 'int' 11 error: 14: type mismatch: '|' cannot operate on 'float2x2', 'int' 12 error: 15: type mismatch: '^' cannot operate on 'float2x2', 'int'
|
| D | BitShiftFloatVector.glsl | 3 error: 5: type mismatch: '>>=' cannot operate on 'float2', 'int' 4 error: 6: type mismatch: '<<=' cannot operate on 'float2', 'int' 5 error: 7: type mismatch: '&=' cannot operate on 'float2', 'int' 6 error: 8: type mismatch: '|=' cannot operate on 'float2', 'int' 7 error: 9: type mismatch: '^=' cannot operate on 'float2', 'int' 8 error: 11: type mismatch: '>>' cannot operate on 'float2', 'int' 9 error: 12: type mismatch: '<<' cannot operate on 'float2', 'int' 10 error: 13: type mismatch: '&' cannot operate on 'float2', 'int' 11 error: 14: type mismatch: '|' cannot operate on 'float2', 'int' 12 error: 15: type mismatch: '^' cannot operate on 'float2', 'int'
|
| D | BitShiftFloat.glsl | 3 error: 5: type mismatch: '>>=' cannot operate on 'float', 'int' 4 error: 6: type mismatch: '<<=' cannot operate on 'float', 'int' 5 error: 7: type mismatch: '&=' cannot operate on 'float', 'int' 6 error: 8: type mismatch: '|=' cannot operate on 'float', 'int' 7 error: 9: type mismatch: '^=' cannot operate on 'float', 'int' 8 error: 11: type mismatch: '>>' cannot operate on 'float', 'int' 9 error: 12: type mismatch: '<<' cannot operate on 'float', 'int' 10 error: 13: type mismatch: '&' cannot operate on 'float', 'int' 11 error: 14: type mismatch: '|' cannot operate on 'float', 'int' 12 error: 15: type mismatch: '^' cannot operate on 'float', 'int'
|
| D | BinaryTypeMismatch.glsl | 3 error: 1: type mismatch: '*' cannot operate on 'int', 'bool' 4 error: 2: type mismatch: '||' cannot operate on 'int', 'float' 5 error: 3: type mismatch: '==' cannot operate on 'float2', 'int' 6 error: 4: type mismatch: '!=' cannot operate on 'float2', 'int' 7 error: 6: type mismatch: '<' cannot operate on 'float2', 'float2' 8 error: 7: type mismatch: '<' cannot operate on 'float2', 'float' 9 error: 8: type mismatch: '<' cannot operate on 'float', 'float2'
|
| /third_party/openssl/test/ssl-tests/ |
| D | 05-sni.conf | 9 test-4 = 4-SNI-bad-sni-ignore-mismatch 10 test-5 = 5-SNI-bad-sni-reject-mismatch 11 test-6 = 6-SNI-bad-clienthello-sni-ignore-mismatch 12 test-7 = 7-SNI-bad-clienthello-sni-reject-mismatch 141 [4-SNI-bad-sni-ignore-mismatch] 142 ssl_conf = 4-SNI-bad-sni-ignore-mismatch-ssl 144 [4-SNI-bad-sni-ignore-mismatch-ssl] 145 server = 4-SNI-bad-sni-ignore-mismatch-server 146 client = 4-SNI-bad-sni-ignore-mismatch-client 147 server2 = 4-SNI-bad-sni-ignore-mismatch-server [all …]
|
| /third_party/boost/libs/test/doc/examples/ |
| D | boost_test_sequence_per_element.output | 5 Mismatch at position 1: 2 != 5. 7 Mismatch at position 0: 1 == 1. 8 Mismatch at position 2: 3 == 3. 10 Collections size mismatch: 3 != 4 12 Collections size mismatch: 3 != 4 14 Collections size mismatch: 3 != 4 16 Mismatch at position 1: 2 != 5. 18 Mismatch at position 0: 1 == 1. 19 Mismatch at position 2: 3 == 3. 21 Mismatch at position 0: 1 >= 1. [all …]
|
| D | boost_test_bitwise.output | 7 Mismatch at position 0 9 Mismatch at position 0 10 Mismatch at position 1 11 Mismatch at position 2 14 Mismatch at position 0 15 Mismatch at position 1 16 Mismatch at position 5
|
| /third_party/boost/libs/algorithm/doc/ |
| D | mismatch.qbk | 1 [/ File mismatch.qbk] 3 [section:mismatch mismatch ] 12 The header file 'mismatch.hpp' contains two variants of a the stl algorithm `mismatch`. The algorit… 14 Before (the proposed) C++14 the algorithm `std::mismatch` took three iterators and an optional comp… 23 std::mismatch ( seq1.begin (), seq1.end (), seq2.begin ()); // <3, 3> 24 std::mismatch ( seq2.begin (), seq2.end (), seq1.begin ()); // Undefined behavior 25 std::mismatch ( seq1.begin (), seq1.end (), seq2.begin (), seq2.end ()); // <3, 3> 30 However, if the two sequences are specified completely, it's clear that where the mismatch occurs. 34 …on `mismatch` returns a pair of iterators which denote the first mismatching elements in each sequ… 39 mismatch ( InputIterator1 first1, InputIterator1 last1, [all …]
|
| /third_party/boost/libs/algorithm/test/ |
| D | mismatch_test.cpp | 11 #include <boost/algorithm/cxx14/mismatch.hpp> 38 // No mismatch for empty sequences in test_mismatch() 40 ba::mismatch ( input_iterator<const int *>(num), input_iterator<const int *>(num), in test_mismatch() 44 ba::mismatch ( input_iterator<const int *>(num), input_iterator<const int *>(num), in test_mismatch() 50 …ba::mismatch ( random_access_iterator<const int *>(num), random_access_iterator<const int *>(n… in test_mismatch() 55 // Empty vs. non-empty mismatch immediately in test_mismatch() 57 ba::mismatch ( input_iterator<const int *>(num), input_iterator<const int *>(num), in test_mismatch() 62 ba::mismatch ( input_iterator<const int *>(num + 1), input_iterator<const int *>(num + 2), in test_mismatch() 67 …ba::mismatch ( random_access_iterator<const int *>(num + 1), random_access_iterator<const int *>(n… in test_mismatch() 73 ba::mismatch ( input_iterator<const int *>(num), input_iterator<const int *>(num + 1), in test_mismatch() [all …]
|
| /third_party/boost/libs/test/test/baseline-outputs/ |
| D | test_tools-test.pattern | 35 error: in "test_BOOST_CHECK_EQUAL": check c1 == c3 has failed [C(0,100) != C(1,102)]. Index mismatch 36 error: in "test_BOOST_CHECK_EQUAL": check c1 == c2 has failed [C(0,100) != C(0,101)]. Id mismatch 51 Mismatch at position 2: 4 != 3 52 Mismatch at position 5: 7 != 6 54 Collections size mismatch: 7 != 2 56 Mismatch at position 4 58 Mismatch at position 1 59 Mismatch at position 5 61 Operands bit sizes mismatch: 8 != 32 131 - mismatch at position 1: [2 == 3] is false [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | interfaceWithMultipleDeclarations.ts | 3 interface I1<S> { // Name mismatch 5 interface I1<T, U extends T> { // Length mismatch 9 interface I1<V, X extends V> { // Length mismatch 11 interface I1 { // Length mismatch 16 interface I2<T extends () => string> { // constraint mismatch 20 interface I2<U> { // name mismatch 22 interface I2<X, Y> { // length mismatch 24 interface I2 { // length mismatch 29 interface I3<T> { // length mismatch
|
| /third_party/boost/libs/range/doc/reference/algorithm/ |
| D | mismatch.qbk | 6 [section:mismatch mismatch] 15 mismatch(SinglePassRange1& rng1, const SinglePassRange2& rng2); 21 mismatch(const SinglePassRange1& rng1, const SinglePassRange2& rng2); 27 mismatch(SinglePassRange1& rng1, SinglePassRange2& rng2); 33 mismatch(const SinglePassRange1& rng1, SinglePassRange2& rng2); 44 mismatch(SinglePassRange1& rng1, const SinglePassRange2& rng2, 55 mismatch(const SinglePassRange1& rng1, const SinglePassRange2& rng2, 66 mismatch(SinglePassRange1& rng1, SinglePassRange2& rng2, 77 mismatch(const SinglePassRange1& rng1, SinglePassRange2& rng2, 83 `mismatch` finds the first position where the corresponding elements from the two ranges `rng1` and… [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | interfaceWithMultipleDeclarations.types | 4 interface I1<S> { // Name mismatch 6 interface I1<T, U extends T> { // Length mismatch 10 interface I1<V, X extends V> { // Length mismatch 12 interface I1 { // Length mismatch 17 interface I2<T extends () => string> { // constraint mismatch 21 interface I2<U> { // name mismatch 23 interface I2<X, Y> { // length mismatch 25 interface I2 { // length mismatch 30 interface I3<T> { // length mismatch
|
| D | interfaceWithMultipleDeclarations.js | 4 interface I1<S> { // Name mismatch 6 interface I1<T, U extends T> { // Length mismatch 10 interface I1<V, X extends V> { // Length mismatch 12 interface I1 { // Length mismatch 17 interface I2<T extends () => string> { // constraint mismatch 21 interface I2<U> { // name mismatch 23 interface I2<X, Y> { // length mismatch 25 interface I2 { // length mismatch 30 interface I3<T> { // length mismatch
|
| D | interfaceWithMultipleDeclarations.errors.txt | 22 interface I1<S> { // Name mismatch 26 interface I1<T, U extends T> { // Length mismatch 34 interface I1<V, X extends V> { // Length mismatch 38 interface I1 { // Length mismatch 47 interface I2<T extends () => string> { // constraint mismatch 55 interface I2<U> { // name mismatch 59 interface I2<X, Y> { // length mismatch 63 interface I2 { // length mismatch 72 interface I3<T> { // length mismatch
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | APSInt.h | 117 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 125 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 133 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 137 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 153 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 157 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 161 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 165 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 169 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 224 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); [all …]
|
| /third_party/skia/third_party/externals/dawn/generator/templates/ |
| D | webgpu_cpp.cpp | 32 static_assert(sizeof({{CppType}}) == sizeof({{CType}}), "sizeof mismatch for {{CppType}}"); 33 … static_assert(alignof({{CppType}}) == alignof({{CType}}), "alignof mismatch for {{CppType}}"); 36 …s_cppEnum(value.name)}}) == {{as_cEnum(type.name, value.name)}}, "value mismatch for {{CppType}}::… 46 static_assert(sizeof({{CppType}}) == sizeof({{CType}}), "sizeof mismatch for {{CppType}}"); 47 … static_assert(alignof({{CppType}}) == alignof({{CType}}), "alignof mismatch for {{CppType}}"); 50 …s_cppEnum(value.name)}}) == {{as_cEnum(type.name, value.name)}}, "value mismatch for {{CppType}}::… 57 "sizeof mismatch for ChainedStruct"); 59 "alignof mismatch for ChainedStruct"); 61 "offsetof mismatch for ChainedStruct::nextInChain"); 63 "offsetof mismatch for ChainedStruct::sType"); [all …]
|
| /third_party/vk-gl-cts/data/gles31/shaders/es32/ |
| D | separate_shader_validation.test | 91 desc "Variable type mismatch" 123 desc "Variable precision mismatch" 155 desc "Variable type mismatch, explicit varying locations" 187 desc "Variable precision mismatch, explicit varying locations" 219 desc "Variable location mismatch" 251 desc "Variable location mismatch" 283 desc "Variable location mismatch" 316 desc "Variable location mismatch" 391 desc "Struct member name mismatch" 431 desc "Struct member type mismatch" [all …]
|
| /third_party/vk-gl-cts/data/gles31/shaders/es31/ |
| D | separate_shader_validation.test | 73 desc "Variable type mismatch" 105 desc "Variable precision mismatch" 137 desc "Variable type mismatch, explicit varying locations" 169 desc "Variable precision mismatch, explicit varying locations" 201 desc "Variable location mismatch" 233 desc "Variable location mismatch" 265 desc "Variable location mismatch" 298 desc "Variable location mismatch" 373 desc "Struct member name mismatch" 413 desc "Struct member type mismatch" [all …]
|
| /third_party/boost/libs/range/test/algorithm_test/ |
| D | mismatch.cpp | 11 #include <boost/range/algorithm/mismatch.hpp> 37 result_pair_t result = boost::mismatch(cont1, cont2); in eval_mismatch() 41 result = boost::mismatch(boost::make_iterator_range(cont1), in eval_mismatch() 46 result = boost::mismatch(cont1, in eval_mismatch() 51 result = boost::mismatch(boost::make_iterator_range(cont1), in eval_mismatch() 69 result_pair_t result = boost::mismatch(cont1, cont2, pred); in eval_mismatch() 73 result = boost::mismatch(boost::make_iterator_range(cont1), in eval_mismatch() 78 result = boost::mismatch(cont1, in eval_mismatch() 83 result = boost::mismatch(boost::make_iterator_range(cont1), in eval_mismatch() 100 result_pair_t result = boost::mismatch(cont1, cont2); in eval_mismatch() [all …]
|
| /third_party/python/Tools/unicode/ |
| D | comparecodecs.py | 15 mismatch = 0 28 print(' * encoding mismatch for 0x%04X: %-14r != %r' % \ 30 mismatch += 1 43 print(' * decoding mismatch for 0x%04X: %-14r != %r' % \ 45 mismatch += 1 46 if mismatch: 48 print('Found %i mismatches' % mismatch)
|