Home
last modified time | relevance | path

Searched refs:mismatch (Results 1 - 25 of 54) sorted by relevance

123

/third_party/python/Tools/unicode/
H A Dcomparecodecs.py15 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)
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs38 fn mismatch(line: u32) -> ! { in mismatch() functions
42 panic!("compiler/fallback mismatch #{}\n\n{}", line, backtrace) in mismatch()
46 panic!("compiler/fallback mismatch #{}", line) in mismatch()
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(lin in located_at()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A 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()
127 errln("\nProcessed lengths mismatch for" + in testStreaming()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A 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()
130 errln("\nProcessed lengths mismatch for" + in testStreaming()
/third_party/typescript/tests/baselines/reference/
H A DthisTypeInAccessorsNegative.js9 const mismatch = {
21 var mismatch = {
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtest_postprocessor.c73 mismatch (const char *a, const char *b) in mismatch() function
106 (mismatch (filename, want[idx + 1])) || in value_checker()
107 (mismatch (content_type, want[idx + 2])) || in value_checker()
108 (mismatch (transfer_encoding, want[idx + 3])) || in value_checker()
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/tlog/
H A Dindex.js30 message: `kind/version mismatch - expected: ${kind}/${version}, received: ${body.kind}/${body.apiVersion}`,
/third_party/libbpf/src/
H A Dlinker.c1055 pr_warn("sec %s types mismatch\n", dst->sec_name); in secs_match()
1059 pr_warn("sec %s flags mismatch\n", dst->sec_name); in secs_match()
1063 pr_warn("sec %s entsize mismatch\n", dst->sec_name); in secs_match()
1504 goto mismatch; in map_defs_match()
1510 goto mismatch; in map_defs_match()
1514 goto mismatch; in map_defs_match()
1521 goto mismatch; in map_defs_match()
1527 goto mismatch; in map_defs_match()
1531 goto mismatch; in map_defs_match()
1538 goto mismatch; in map_defs_match()
[all...]
/third_party/libwebsockets/lib/misc/
H A Dlecp.c1079 goto mismatch; in format_scan()
1087 goto mismatch; in format_scan()
1091 goto mismatch; in format_scan()
1095 goto mismatch; in format_scan()
1099 goto mismatch; in format_scan()
1145 mismatch: in format_scan()
1146 lwsl_err("%s: format mismatch %c %c\n", __func__, stack[sp], *fmt); in format_scan()
/third_party/icu/tools/multi/proj/provider/glue/
H A Doicu.h52 #error OICU_ucol_getAvailable not found - urename symbol mismatch?
/third_party/selinux/libselinux/utils/
H A DMakefile14 EXTRA_CFLAGS = -fipa-pure-const -Wpacked-bitfield-compat -Wsync-nand -Wcoverage-mismatch \
/third_party/node/test/parallel/
H A Dtest-webcrypto-derivebits-hkdf.js384 message: /Key algorithm mismatch/
499 message: /Key algorithm mismatch/
/third_party/node/deps/npm/node_modules/ssri/lib/
H A Dindex.js103 const err = new Error(`stream size mismatch when checking ${this.sri}.\n Wanted: ${this.expectedSize}\n Found: ${this.size}`)
477 const err = new Error(`data size mismatch when checking ${sri}.\n Wanted: ${opts.size}\n Found: ${data.length}`)
/third_party/icu/icu4c/source/i18n/
H A DdecNumberLocal.h158 #error Maximum digits mismatch
161 #error Maximum exponent mismatch
164 #error Minimum exponent mismatch
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumberLocal.h158 #error Maximum digits mismatch
161 #error Maximum exponent mismatch
164 #error Minimum exponent mismatch
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumberLocal.h158 #error Maximum digits mismatch
161 #error Maximum exponent mismatch
164 #error Minimum exponent mismatch
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp1021 const double mismatch = double(equalClearCount) / double(halfWidth * halfHeight); in iterate() local
1022 const std::string mismatchText = "Mismatch: " + std::to_string(deUint32(mismatch * 100.9)) + '%'; in iterate()
1034 testPasses = (belowThreshold == false) && (mismatch == expectedMismatch); in iterate()
1039 << threshold << "); mismatch in upper left quarter " << mismatch << " (should be " << expectedMismatch << ")"; in iterate()
1046 testPasses = (belowThreshold == true) && (mismatch < mismatchLimit); in iterate()
1051 << " (should be < " << threshold << "); mismatch in upper left quarter " << mismatch in iterate()
/third_party/lzma/Asm/x86/
H A DLzFindOpt.asm347 jne mismatch
361 mismatch: label
/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c331 int mismatch; in mpeg2_decode_block_non_intra() local
333 mismatch = 1; in mpeg2_decode_block_non_intra()
350 mismatch ^= level; in mpeg2_decode_block_non_intra()
391 mismatch ^= level; in mpeg2_decode_block_non_intra()
401 block[63] ^= (mismatch & 1); in mpeg2_decode_block_non_intra()
494 int mismatch; in mpeg2_decode_block_intra() local
510 mismatch = block[0] ^ 1; in mpeg2_decode_block_intra()
554 mismatch ^= level; in mpeg2_decode_block_intra()
559 block[63] ^= mismatch & 1; in mpeg2_decode_block_intra()
1866 av_log(avctx, AV_LOG_ERROR, "end mismatch lef in mpeg_decode_slice()
[all...]
/third_party/json/tests/src/
H A Dunit-algorithms.cpp107 SECTION("std::mismatch")
110 auto res = std::mismatch(j_array.begin(), j_array.end(), j_array2.begin());
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js58 `WebSocket secret mismatch: ${requestKey} did not match ${responseKey}`,
/third_party/node/test/pummel/
H A Dtest-webcrypto-derivebits-pbkdf2.js633 message: /Key algorithm mismatch/,
/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc130 return 1 if $arg =~ /^-W(no-?)?(address-space|bitwise|cast-to-as|cast-truncate|constant-suffix|context|decl|default-bitfield-sign|designated-init|do-while|enum-mismatch|external-function-has-definition|init-cstring|memcpy-max-count|non-pointer-null|old-initializer|one-bit-signed-bitfield|override-init-all|paren-string|ptr-subtraction-blows|return-void|sizeof-bool|sparse-all|sparse-error|transparent-union|typesign|undef|unknown-attribute)$/;
/third_party/node/deps/v8/src/utils/
H A Dutils.cc254 // TODO(sigurds): Use the new version of std::mismatch here, once we in PassesFilter()
256 auto res = std::mismatch(filter_it, filter.end(), name.begin()); in PassesFilter()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp1345 Edits mismatch; in TestMergeEdits() local
1346 mismatch.addReplace(1, 1); in TestMergeEdits()
1347 ac.mergeAndAppend(ab2, mismatch, errorCode); in TestMergeEdits()
1348 assertEquals("ab2+mismatch", U_ILLEGAL_ARGUMENT_ERROR, errorCode.get()); in TestMergeEdits()
1350 ac.mergeAndAppend(mismatch, bc2, errorCode); in TestMergeEdits()
1351 assertEquals("mismatch+bc2", U_ILLEGAL_ARGUMENT_ERROR, errorCode.get()); in TestMergeEdits()

Completed in 24 milliseconds

123