Home
last modified time | relevance | path

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

12345678910>>...27

/external/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'
8 error: 33: type mismatch: '=' cannot operate on 'float', 'uint'
9 error: 34: type mismatch: '=' cannot operate on 'uint', 'int'
10 error: 35: type mismatch: '=' cannot operate on 'uint', 'float'
11 error: 36: type mismatch: '+' cannot operate on 'int', 'float'
12 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 …]
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'
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'
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'
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'
/external/python/cryptography/src/_cffi_src/hazmat_src/
Dpadding.c22 uint16_t mismatch = 0; in Cryptography_check_pkcs7_padding() local
26 mismatch |= (mask & (pad_size ^ b)); in Cryptography_check_pkcs7_padding()
30 mismatch |= ~Cryptography_constant_time_lt(0, pad_size); in Cryptography_check_pkcs7_padding()
31 mismatch |= Cryptography_constant_time_lt(block_len, pad_size); in Cryptography_check_pkcs7_padding()
34 mismatch |= mismatch >> 8; in Cryptography_check_pkcs7_padding()
35 mismatch |= mismatch >> 4; in Cryptography_check_pkcs7_padding()
36 mismatch |= mismatch >> 2; in Cryptography_check_pkcs7_padding()
37 mismatch |= mismatch >> 1; in Cryptography_check_pkcs7_padding()
39 return (mismatch & 1) == 0; in Cryptography_check_pkcs7_padding()
46 uint16_t mismatch = 0; in Cryptography_check_ansix923_padding() local
[all …]
Dconstant_time.c8 uint8_t mismatch = 0; in Cryptography_constant_time_bytes_eq() local
13 mismatch |= a[i] ^ b[i]; in Cryptography_constant_time_bytes_eq()
17 mismatch |= mismatch >> 4; in Cryptography_constant_time_bytes_eq()
18 mismatch |= mismatch >> 2; in Cryptography_constant_time_bytes_eq()
19 mismatch |= mismatch >> 1; in Cryptography_constant_time_bytes_eq()
21 return (mismatch & 1) == 0; in Cryptography_constant_time_bytes_eq()
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dmismatch.m3 module mismatch {
4 header "mismatch.h"
7 echo "struct s;"> mismatch.h
10 -fdisable-module-hash mismatch.m -o 1.o
11 echo > mismatch.h
14 -fdisable-module-hash mismatch.m -o /dev/null
18 // RUN: cp %p/../Inputs/mismatch/1.o %p/../Inputs/mismatch/mismatch.pcm %t.dir
19 // RUN: cp %p/../Inputs/mismatch/1.o %t.dir/2.o
23 @import mismatch;
27 // CHECK: warning: hash mismatch
[all …]
/external/llvm/test/tools/dsymutil/X86/
Dmismatch.m3 module mismatch {
4 header "mismatch.h"
7 echo "struct s;"> mismatch.h
10 -fdisable-module-hash mismatch.m -o 1.o
11 echo > mismatch.h
14 -fdisable-module-hash mismatch.m -o /dev/null
18 // RUN: cp %p/../Inputs/mismatch/1.o %p/../Inputs/mismatch/mismatch.pcm %t.dir
19 // RUN: cp %p/../Inputs/mismatch/1.o %t.dir/2.o
23 @import mismatch;
27 // CHECK: warning: hash mismatch
[all …]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java17 Condition<O> apply(I value, Description mismatch); in apply() argument
33 public static <T> Condition<T> matched(final T theValue, final Description mismatch) { in matched() argument
34 return new Matched<T>(theValue, mismatch); in matched()
39 private final Description mismatch; field in Condition.Matched
41 private Matched(T theValue, Description mismatch) { in Matched() argument
43 this.mismatch = mismatch; in Matched()
51 mismatch.appendText(message); in matching()
52 matcher.describeMismatch(theValue, mismatch); in matching()
58 return next.apply(theValue, mismatch); in and()
/external/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch_pred.pass.cpp39 auto p1 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic), eq); in test_constexpr()
43 auto p2 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic), std::end(ic), eq); in test_constexpr()
47 auto p3 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic), eq); in test_constexpr()
51 auto p4 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic), std::end(ic), eq); in test_constexpr()
55 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)), eq); in test_constexpr()
58 …auto p6 = std::mismatch(BI(std::begin(ib)), BI(std::end(ib)), BI(std::begin(ic)), BI(std::end(ic))… in test_constexpr()
82 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ()) in main()
84 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), EQ()) in main()
88 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), std::ref(bcp)) in main()
94 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), EQ()) in main()
[all …]
Dmismatch.pass.cpp34 auto p1 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic)); in test_constexpr()
38 auto p2 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic), std::end(ic)); in test_constexpr()
42 auto p3 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic)); in test_constexpr()
46 auto p4 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic), std::end(ic)); in test_constexpr()
50 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic))); in test_constexpr()
53 …auto p6 = std::mismatch(BI(std::begin(ib)), BI(std::end(ib)), BI(std::begin(ic)), BI(std::end(ic))… in test_constexpr()
71 assert(std::mismatch(II(ia), II(ia + sa), II(ib)) in main()
74 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib)) in main()
78 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+sb)) in main()
81 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib+sb)) in main()
[all …]
/external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch_pred.pass.cpp40 auto p1 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic), eq); in test_constexpr()
44 auto p2 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic), std::end(ic), eq); in test_constexpr()
48 auto p3 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic), eq); in test_constexpr()
52 auto p4 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic), std::end(ic), eq); in test_constexpr()
56 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)), eq); in test_constexpr()
59 …auto p6 = std::mismatch(BI(std::begin(ib)), BI(std::end(ib)), BI(std::begin(ic)), BI(std::end(ic))… in test_constexpr()
83 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ()) in main()
85 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), EQ()) in main()
89 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), std::ref(bcp)) in main()
95 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), EQ()) in main()
[all …]
Dmismatch.pass.cpp35 auto p1 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic)); in test_constexpr()
39 auto p2 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic), std::end(ic)); in test_constexpr()
43 auto p3 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic)); in test_constexpr()
47 auto p4 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic), std::end(ic)); in test_constexpr()
51 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic))); in test_constexpr()
54 …auto p6 = std::mismatch(BI(std::begin(ib)), BI(std::end(ib)), BI(std::begin(ic)), BI(std::end(ic))… in test_constexpr()
72 assert(std::mismatch(II(ia), II(ia + sa), II(ib)) in main()
75 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib)) in main()
79 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+sb)) in main()
82 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib+sb)) in main()
[all …]
/external/perfetto/test/stress_test/configs/
Dbackfills.cfg2 # FAIL: TestEvent counter mismatch for sequence 2. Expected 100 got 99
3 # FAIL: TestEvent counter mismatch for sequence 3. Expected 99 got 98
4 # FAIL: TestEvent counter mismatch for sequence 4. Expected 106 got 105
5 # FAIL: TestEvent counter mismatch for sequence 5. Expected 107 got 106
6 # FAIL: TestEvent counter mismatch for sequence 6. Expected 102 got 101
7 # FAIL: TestEvent counter mismatch for sequence 7. Expected 104 got 103
8 # FAIL: TestEvent counter mismatch for sequence 8. Expected 111 got 110
9 # FAIL: TestEvent counter mismatch for sequence 9. Expected 109 got 108
/external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
Dfirmware_Cr50CCDServoCap.py190 mismatch = []
193 mismatch.append('CCD functionality enabled without CCD EXT')
196 mismatch.append('CCD output is enabled with servo attached')
198 mismatch.append('AP UART enabled without AP UART on')
200 mismatch.append('EC UART enabled without EC on')
205 mismatch.append('ccd ec uart does not work with EC+TX '
208 mismatch.append('ccd ec uart works with EC+TX disabled.')
209 return mismatch
232 mismatch = self.check_state_flags(ccdstate)
240 mismatch.append('%s is %r not %r' % (name, ccdstate[name],
[all …]
/external/llvm-project/llvm/test/tools/llvm-profdata/
Dthreaded-count-mismatch.test4 RUN: %S/Inputs/counter-mismatch-1.proftext \
5 RUN: %S/Inputs/counter-mismatch-2.proftext \
6 RUN: %S/Inputs/counter-mismatch-3.proftext \
7 RUN: %S/Inputs/counter-mismatch-4.proftext \
10 CHECK: Function basic block count change detected (counter mismatch)
/external/python/cpython2/Tools/unicode/
Dcomparecodecs.py15 mismatch = 0
30 mismatch += 1
45 mismatch += 1
46 if mismatch:
48 print 'Found %i mismatches' % mismatch
/external/python/cpython3/Tools/unicode/
Dcomparecodecs.py15 mismatch = 0
30 mismatch += 1
45 mismatch += 1
46 if mismatch:
48 print('Found %i mismatches' % mismatch)
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
DHasXPath.java60 public boolean matchesSafely(Node item, Description mismatch) { in matchesSafely() argument
61 return evaluated(item, mismatch) in matchesSafely()
74 private Condition<Object> evaluated(Node item, Description mismatch) { in evaluated() argument
76 return matched(compiledXPath.evaluate(item, evaluationMode), mismatch); in evaluated()
78 mismatch.appendText(e.getMessage()); in evaluated()
86 public Condition<String> apply(Object value, Description mismatch) { in nodeExists()
88 mismatch.appendText("xpath returned no results."); in nodeExists()
91 return matched(String.valueOf(value), mismatch); in nodeExists()
/external/openssh/openbsd-compat/
Dfnmatch.c106 const char * const mismatch = pattern; in classmatch() local
113 *ep = mismatch; in classmatch()
119 *ep = mismatch; in classmatch()
136 *ep = mismatch; in classmatch()
151 const char * const mismatch = *pattern; in fnmatch_ch() local
256 *pattern = mismatch; in fnmatch_ch()
301 const char *mismatch = NULL; in fnmatch() local
377 mismatch = pattern; in fnmatch()
470 pattern = mismatch; in fnmatch()
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/smmu/
Dsmmu.c77 uint32_t mismatch = 0U; in tegra_smmu_verify() local
85 mismatch = MISMATCH_DETECTED; in tegra_smmu_verify()
92 mismatch = MISMATCH_DETECTED; in tegra_smmu_verify()
100 mismatch = MISMATCH_DETECTED; in tegra_smmu_verify()
112 mismatch = MISMATCH_DETECTED; in tegra_smmu_verify()
118 if ((mismatch == MISMATCH_DETECTED) && tegra_platform_is_silicon()) { in tegra_smmu_verify()

12345678910>>...27