/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 | 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 | 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 | 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/e2fsprogs/ |
D | install.sh | 19 …$1/0001-e2fsprogs-set-hugefile-from-4T-to-1T-in-hugefile-tes.patch --fuzz=0 --no-backup-if-mismatch 20 …p1 < $1/0002-libss-add-newer-libreadline.so.8-to-dlopen-path.patch --fuzz=0 --no-backup-if-mismatch 21 …ch -p1 < $1/0003-tests-update-expect-files-for-f_mmp_garbage.patch --fuzz=0 --no-backup-if-mismatch 22 …$1/0004-tests-update-expect-files-for-f_large_dir-and-f_larg.patch --fuzz=0 --no-backup-if-mismatch 23 …1 < $1/0005-resize2fs-resize2fs-disk-hardlinks-will-be-error.patch --fuzz=0 --no-backup-if-mismatch 24 …$1/0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch --fuzz=0 --no-backup-if-mismatch 25 …$1/0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch --fuzz=0 --no-backup-if-mismatch 26 … -p1 < $1/0008-e2fsck-add-env-param-E2FS_UNRELIABLE_IO-to-fi.patch --fuzz=0 --no-backup-if-mismatch 27 …$1/0009-e2mmpstatus.8.in-detele-filesystem-can-be-UUID-or-LA.patch --fuzz=0 --no-backup-if-mismatch 28 patch -p1 < $1/0010-tests-update-expect-file-for-u_direct_io.patch --fuzz=0 --no-backup-if-mismatch [all …]
|
/third_party/openssl/test/ssl-tests/ |
D | 05-sni.cnf | 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 …]
|
D | 09-alpn.cnf | 8 test-3 = 3-alpn-alert-on-mismatch 18 test-13 = 13-alpn-alert-on-mismatch-resumption 116 [3-alpn-alert-on-mismatch] 117 ssl_conf = 3-alpn-alert-on-mismatch-ssl 119 [3-alpn-alert-on-mismatch-ssl] 120 server = 3-alpn-alert-on-mismatch-server 121 client = 3-alpn-alert-on-mismatch-client 123 [3-alpn-alert-on-mismatch-server] 128 [3-alpn-alert-on-mismatch-client] 136 server = 3-alpn-alert-on-mismatch-server-extra [all …]
|
D | 08-npn.cnf | 8 test-3 = 3-npn-client-first-pref-on-mismatch 20 test-15 = 15-npn-client-first-pref-on-mismatch-resumption 123 [3-npn-client-first-pref-on-mismatch] 124 ssl_conf = 3-npn-client-first-pref-on-mismatch-ssl 126 [3-npn-client-first-pref-on-mismatch-ssl] 127 server = 3-npn-client-first-pref-on-mismatch-server 128 client = 3-npn-client-first-pref-on-mismatch-client 130 [3-npn-client-first-pref-on-mismatch-server] 135 [3-npn-client-first-pref-on-mismatch-client] 143 server = 3-npn-client-first-pref-on-mismatch-server-extra [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.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
|
D | interfaceWithMultipleDeclarations.symbols | 6 interface I1<S> { // Name mismatch 10 interface I1<T, U extends T> { // Length mismatch 20 interface I1<V, X extends V> { // Length mismatch 26 interface I1 { // Length mismatch 34 interface I2<T extends () => string> { // constraint mismatch 42 interface I2<U> { // name mismatch 46 interface I2<X, Y> { // length mismatch 51 interface I2 { // length mismatch 58 interface I3<T> { // length mismatch
|
D | abstractPropertyNegative.symbols | 27 abstract get mismatch(): string; 28 >mismatch : Symbol(B.mismatch, Decl(abstractPropertyNegative.ts, 8, 25), Decl(abstractPropertyNegat… 30 abstract set mismatch(val: number); // error, not same type 31 >mismatch : Symbol(B.mismatch, Decl(abstractPropertyNegative.ts, 8, 25), Decl(abstractPropertyNegat…
|
/third_party/python/Tools/unicode/ |
D | comparecodecs.py | 15 mismatch = 0 30 mismatch += 1 45 mismatch += 1 46 if mismatch: 48 print('Found %i mismatches' % mismatch)
|
/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 …]
|
D | linkage_io_block.test | 3 desc "Shader io block mismatch: different number of declarations" 39 desc "Shader io block mismatch: different member declaration order" 76 desc "Shader io block mismatch: different member type" 112 desc "Shader io block mismatch: different member name" 147 desc "Shader io block mismatch: different member array size" 222 desc "Shader io block mismatch: different array size" 257 desc "Shader io block mismatch: missing output block"
|
/third_party/glslang/Test/baseResults/ |
D | spv.coopmatKHR_constructorError.comp.out | 2 ERROR: 0:12: 'constructor' : Cooperative matrix type parameters mismatch 3 ERROR: 0:13: 'constructor' : Cooperative matrix type parameters mismatch 4 ERROR: 0:14: 'constructor' : Cooperative matrix type parameters mismatch 5 ERROR: 0:15: 'constructor' : Cooperative matrix type parameters mismatch
|
/third_party/rust/crates/proc-macro2/src/ |
D | wrapper.rs | 38 fn mismatch(line: u32) -> ! { in mismatch() function 96 TokenStream::Fallback(_) => mismatch(line!()), in unwrap_nightly() 102 TokenStream::Compiler(_) => mismatch(line!()), in unwrap_stable() 206 TokenStream::Fallback(_) => mismatch(line!()), in from_iter() 213 TokenStream::Compiler(_) => mismatch(line!()), in from_iter() 434 (Span::Compiler(_), Span::Fallback(_)) => mismatch(line!()), in resolved_at() 435 (Span::Fallback(_), Span::Compiler(_)) => mismatch(line!()), in resolved_at() 443 (Span::Compiler(_), Span::Fallback(_)) => mismatch(line!()), in located_at() 444 (Span::Fallback(_), Span::Compiler(_)) => mismatch(line!()), in located_at() 511 Span::Fallback(_) => mismatch(line!()), in unwrap_nightly() [all …]
|
/third_party/bzip2/ |
D | install.sh | 22 patch -p1 < $1/0002-CVE-2019-12900.patch --fuzz=0 --no-backup-if-mismatch 23 patch -p1 < $1/0001-add-compile-option.patch --fuzz=0 --no-backup-if-mismatch 24 …d-version-print-should-output-to-stdout-and-exit-with-code-0.patch --fuzz=0 --no-backup-if-mismatch
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | TestStreaming.java | 85 boolean mismatch, testOK = true; in testStreaming() 104 mismatch = false; in testStreaming() 121 mismatch |= j >= nPortions || in testStreaming() 128 if (mismatch || j != nPortions) { in testStreaming()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestStreaming.java | 82 boolean mismatch, testOK = true; in testStreaming() 101 mismatch = false; in testStreaming() 118 mismatch |= j >= nPortions || in testStreaming() 125 if (mismatch || j != nPortions) { in testStreaming()
|