| /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'
|
| /third_party/skia/m133/resources/sksl/errors/ |
| D | MismatchedNumbersES3.sksl | 48 type mismatch: '=' cannot operate on 'uint', 'float' 49 type mismatch: '=' cannot operate on 'int', 'uint' 50 type mismatch: '=' cannot operate on 'float', 'uint' 51 type mismatch: '=' cannot operate on 'uint', 'int' 52 type mismatch: '=' cannot operate on 'uint', 'float' 53 type mismatch: '+' cannot operate on 'uint', 'float' 54 type mismatch: '-' cannot operate on 'uint', 'float' 55 type mismatch: '*' cannot operate on 'uint', 'float' 56 type mismatch: '/' cannot operate on 'uint', 'float' 57 type mismatch: '+' cannot operate on 'float', 'uint' [all …]
|
| D | InvalidAtomicOperations.compute | 76 type mismatch: '=' cannot operate on 'atomicUint', 'int' 89 type mismatch: '+=' cannot operate on 'atomicUint', 'atomicUint' 90 type mismatch: '-=' cannot operate on 'atomicUint', 'atomicUint' 91 type mismatch: '*=' cannot operate on 'atomicUint', 'atomicUint' 92 type mismatch: '/=' cannot operate on 'atomicUint', 'atomicUint' 93 type mismatch: '+' cannot operate on 'atomicUint', 'int' 94 type mismatch: '-' cannot operate on 'atomicUint', 'int' 95 type mismatch: '*' cannot operate on 'atomicUint', 'int' 96 type mismatch: '/' cannot operate on 'atomicUint', 'int' 97 type mismatch: '+' cannot operate on 'atomicUint', 'atomicUint' [all …]
|
| D | BooleanArithmetic.sksl | 29 type mismatch: '+' cannot operate on 'bool', 'bool' 30 type mismatch: '-' cannot operate on 'bool', 'bool' 31 type mismatch: '*' cannot operate on 'bool', 'bool' 32 type mismatch: '/' cannot operate on 'bool', 'bool' 33 type mismatch: '%' cannot operate on 'bool', 'bool' 34 type mismatch: '<<' cannot operate on 'bool', 'bool' 35 type mismatch: '>>' cannot operate on 'bool', 'bool' 38 type mismatch: '&' cannot operate on 'bool', 'bool' 39 type mismatch: '|' cannot operate on 'bool', 'bool' 40 type mismatch: '^' cannot operate on 'bool', 'bool' [all …]
|
| D | ComparisonDimensional.rts | 23 type mismatch: '==' cannot operate on 'float2', 'float' 24 type mismatch: '==' cannot operate on 'float2', 'float2x2' 25 type mismatch: '==' cannot operate on 'float2x2', 'float' 26 type mismatch: '==' cannot operate on 'float', 'float2' 27 type mismatch: '==' cannot operate on 'float2x2', 'float2' 28 type mismatch: '==' cannot operate on 'float', 'float2x2' 29 type mismatch: '!=' cannot operate on 'float2', 'float' 30 type mismatch: '!=' cannot operate on 'float2', 'float2x2' 31 type mismatch: '!=' cannot operate on 'float2x2', 'float' 32 type mismatch: '!=' cannot operate on 'float', 'float2' [all …]
|
| D | MismatchedNumbers.rts | 45 type mismatch: '=' cannot operate on 'int', 'float' 46 type mismatch: '=' cannot operate on 'int', 'float' 47 type mismatch: '=' cannot operate on 'float', 'int' 48 type mismatch: '+' cannot operate on 'int', 'float' 49 type mismatch: '-' cannot operate on 'int', 'float' 50 type mismatch: '*' cannot operate on 'int', 'float' 51 type mismatch: '/' cannot operate on 'int', 'float' 52 type mismatch: '+' cannot operate on 'float', 'int' 53 type mismatch: '-' cannot operate on 'float', 'int' 54 type mismatch: '*' cannot operate on 'float', 'int' [all …]
|
| D | BinaryTypeCoercion.sksl | 58 type mismatch: '=' cannot operate on 'half', 'float' 59 type mismatch: '=' cannot operate on 'half', 'float' 60 type mismatch: '*=' cannot operate on 'half', 'float' 61 type mismatch: '=' cannot operate on 'half4', 'float4' 62 type mismatch: '=' cannot operate on 'half4', 'float4' 63 type mismatch: '*=' cannot operate on 'half4', 'float4' 64 type mismatch: '=' cannot operate on 'half4', 'float4' 65 type mismatch: '=' cannot operate on 'half4', 'float4' 66 type mismatch: '=' cannot operate on 'half4', 'float4' 67 type mismatch: '=' cannot operate on 'half4', 'float4' [all …]
|
| D | BinaryInvalidType.rts | 58 type mismatch: '*' cannot operate on '<INVALID>', 'int' 59 type mismatch: '*' cannot operate on 'int', '<INVALID>' 60 type mismatch: '*' cannot operate on '<INVALID>', '<INVALID>' 61 type mismatch: '*' cannot operate on 'S', 'int' 62 type mismatch: '*' cannot operate on 'int', 'S' 63 type mismatch: '*' cannot operate on 'S', 'S' 64 type mismatch: '*' cannot operate on 'shader', 'int' 65 type mismatch: '*' cannot operate on 'int', 'shader' 66 type mismatch: '*' cannot operate on 'shader', 'shader' 67 type mismatch: '*' cannot operate on 'int[1]', 'int' [all …]
|
| D | BitShiftFloatVector.rts | 18 type mismatch: '>>=' cannot operate on 'float2', 'int' 19 type mismatch: '<<=' cannot operate on 'float2', 'int' 20 type mismatch: '&=' cannot operate on 'float2', 'int' 21 type mismatch: '|=' cannot operate on 'float2', 'int' 22 type mismatch: '^=' cannot operate on 'float2', 'int' 23 type mismatch: '>>' cannot operate on 'float2', 'int' 24 type mismatch: '<<' cannot operate on 'float2', 'int' 25 type mismatch: '&' cannot operate on 'float2', 'int' 26 type mismatch: '|' cannot operate on 'float2', 'int' 27 type mismatch: '^' cannot operate on 'float2', 'int'
|
| /third_party/skia/m133/tests/sksl/errors/ |
| D | MismatchedNumbersES3.glsl | 3 error: 17: type mismatch: '=' cannot operate on 'uint', 'float' 6 error: 18: type mismatch: '=' cannot operate on 'int', 'uint' 9 error: 19: type mismatch: '=' cannot operate on 'float', 'uint' 12 error: 20: type mismatch: '=' cannot operate on 'uint', 'int' 15 error: 21: type mismatch: '=' cannot operate on 'uint', 'float' 18 error: 22: type mismatch: '+' cannot operate on 'uint', 'float' 21 error: 23: type mismatch: '-' cannot operate on 'uint', 'float' 24 error: 24: type mismatch: '*' cannot operate on 'uint', 'float' 27 error: 25: type mismatch: '/' cannot operate on 'uint', 'float' 30 error: 26: type mismatch: '+' cannot operate on 'float', 'uint' [all …]
|
| D | BinaryTypeCoercion.glsl | 3 error: 11: type mismatch: '=' cannot operate on 'half', 'float' 6 error: 12: type mismatch: '=' cannot operate on 'half', 'float' 9 error: 13: type mismatch: '*=' cannot operate on 'half', 'float' 12 error: 18: type mismatch: '=' cannot operate on 'half4', 'float4' 15 error: 19: type mismatch: '=' cannot operate on 'half4', 'float4' 18 error: 20: type mismatch: '*=' cannot operate on 'half4', 'float4' 21 error: 24: type mismatch: '=' cannot operate on 'half4', 'float4' 24 error: 25: type mismatch: '=' cannot operate on 'half4', 'float4' 27 error: 30: type mismatch: '=' cannot operate on 'half4', 'float4' 30 error: 31: type mismatch: '=' cannot operate on 'half4', 'float4' [all …]
|
| D | MismatchedNumbers.glsl | 3 error: 16: type mismatch: '=' cannot operate on 'int', 'float' 6 error: 17: type mismatch: '=' cannot operate on 'int', 'float' 9 error: 18: type mismatch: '=' cannot operate on 'float', 'int' 12 error: 19: type mismatch: '+' cannot operate on 'int', 'float' 15 error: 20: type mismatch: '-' cannot operate on 'int', 'float' 18 error: 21: type mismatch: '*' cannot operate on 'int', 'float' 21 error: 22: type mismatch: '/' cannot operate on 'int', 'float' 24 error: 23: type mismatch: '+' cannot operate on 'float', 'int' 27 error: 24: type mismatch: '-' cannot operate on 'float', 'int' 30 error: 25: type mismatch: '*' cannot operate on 'float', 'int' [all …]
|
| D | ComparisonDimensional.glsl | 3 error: 5: type mismatch: '==' cannot operate on 'float2', 'float' 6 error: 5: type mismatch: '==' cannot operate on 'float2', 'float2x2' 9 error: 5: type mismatch: '==' cannot operate on 'float2x2', 'float' 12 error: 6: type mismatch: '==' cannot operate on 'float', 'float2' 15 error: 6: type mismatch: '==' cannot operate on 'float2x2', 'float2' 18 error: 6: type mismatch: '==' cannot operate on 'float', 'float2x2' 21 error: 7: type mismatch: '!=' cannot operate on 'float2', 'float' 24 error: 7: type mismatch: '!=' cannot operate on 'float2', 'float2x2' 27 error: 7: type mismatch: '!=' cannot operate on 'float2x2', 'float' 30 error: 8: type mismatch: '!=' cannot operate on 'float', 'float2' [all …]
|
| D | BinaryInvalidType.glsl | 3 error: 2: type mismatch: '*' cannot operate on '<INVALID>', 'int' 6 error: 6: type mismatch: '*' cannot operate on 'int', '<INVALID>' 9 error: 10: type mismatch: '*' cannot operate on '<INVALID>', '<INVALID>' 12 error: 18: type mismatch: '*' cannot operate on 'S', 'int' 15 error: 22: type mismatch: '*' cannot operate on 'int', 'S' 18 error: 26: type mismatch: '*' cannot operate on 'S', 'S' 21 error: 32: type mismatch: '*' cannot operate on 'shader', 'int' 24 error: 36: type mismatch: '*' cannot operate on 'int', 'shader' 27 error: 40: type mismatch: '*' cannot operate on 'shader', 'shader' 30 error: 46: type mismatch: '*' cannot operate on 'int[1]', 'int' [all …]
|
| D | BooleanArithmetic.glsl | 3 error: 1: type mismatch: '+' cannot operate on 'bool', 'bool' 6 error: 2: type mismatch: '-' cannot operate on 'bool', 'bool' 9 error: 3: type mismatch: '*' cannot operate on 'bool', 'bool' 12 error: 4: type mismatch: '/' cannot operate on 'bool', 'bool' 15 error: 5: type mismatch: '%' cannot operate on 'bool', 'bool' 18 error: 6: type mismatch: '<<' cannot operate on 'bool', 'bool' 21 error: 7: type mismatch: '>>' cannot operate on 'bool', 'bool' 30 error: 10: type mismatch: '&' cannot operate on 'bool', 'bool' 33 error: 11: type mismatch: '|' cannot operate on 'bool', 'bool' 36 error: 12: type mismatch: '^' cannot operate on 'bool', 'bool' [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 …]
|
| /third_party/rust/rust/tests/ui/type/ |
| D | type-mismatch.stderr | 2 --> $DIR/type-mismatch.rs:17:17 10 --> $DIR/type-mismatch.rs:14:4 16 --> $DIR/type-mismatch.rs:18:17 24 --> $DIR/type-mismatch.rs:14:4 30 --> $DIR/type-mismatch.rs:19:24 40 --> $DIR/type-mismatch.rs:14:4 46 --> $DIR/type-mismatch.rs:20:27 56 --> $DIR/type-mismatch.rs:14:4 62 --> $DIR/type-mismatch.rs:21:22 72 --> $DIR/type-mismatch.rs:14:4 [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/src/ |
| D | rustfmt_diff.rs | 16 pub(crate) struct Mismatch { struct 21 /// The set of lines (context and old/new) in the mismatch. 25 impl Mismatch { argument 26 fn new(line_number: u32, line_number_orig: u32) -> Mismatch { in new() argument 27 Mismatch { in new() 54 impl From<Vec<Mismatch>> for ModifiedLines { 55 fn from(mismatches: Vec<Mismatch>) -> ModifiedLines { in from() 56 let chunks = mismatches.into_iter().map(|mismatch| { in from() 57 let lines = mismatch.lines.iter(); in from() 62 let new_lines = mismatch.lines.into_iter().filter_map(|line| match line { in from() [all …]
|
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | compute_diff.rs | 13 pub struct Mismatch { struct 18 impl Mismatch { impl 19 fn new(line_number: u32) -> Mismatch { in new() argument 20 Mismatch { line_number, lines: Vec::new() } in new() 25 pub fn make_diff(expected: &str, actual: &str, context_size: usize) -> Vec<Mismatch> { in make_diff() argument 30 let mut mismatch = Mismatch::new(0); in make_diff() localVariable 36 results.push(mismatch); in make_diff() 37 mismatch = Mismatch::new(line_number - context_queue.len() as u32); in make_diff() 41 mismatch.lines.push(DiffLine::Context(line.to_owned())); in make_diff() 44 mismatch.lines.push(DiffLine::Expected(str.to_owned())); in make_diff() [all …]
|