Home
last modified time | relevance | path

Searched refs:mismatch (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/third_party/skia/tests/sksl/errors/
DMismatchedNumbers.glsl3 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 …]
DBinaryTypeCoercion.glsl3 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 …]
DBooleanArithmetic.glsl3 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 …]
DBinaryInvalidType.glsl3 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 …]
DBitShiftFloatVector.glsl3 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'
DBitShiftFloat.glsl3 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'
DBitShiftFloatMatrix.glsl3 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'
DBinaryTypeMismatch.glsl3 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/
Dinstall.sh19 …$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/
D05-sni.cnf9 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 …]
D09-alpn.cnf8 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 …]
D08-npn.cnf8 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/
DinterfaceWithMultipleDeclarations.types4 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
DinterfaceWithMultipleDeclarations.errors.txt22 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
DinterfaceWithMultipleDeclarations.symbols6 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
DabstractPropertyNegative.symbols27 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/
Dcomparecodecs.py15 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/
Dseparate_shader_validation.test91 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/
Dseparate_shader_validation.test73 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 …]
Dlinkage_io_block.test3 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/
Dspv.coopmatKHR_constructorError.comp.out2 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/
Dwrapper.rs38 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/
Dinstall.sh22 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/
DTestStreaming.java85 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/
DTestStreaming.java82 boolean mismatch, testOK = true; in testStreaming()
101 mismatch = false; in testStreaming()
118 mismatch |= j >= nPortions || in testStreaming()
125 if (mismatch || j != nPortions) { in testStreaming()

12345678910>>...17