Searched refs:mismatch (Results 1 – 9 of 9) sorted by relevance
5 # Ensure that a type mismatch (integral/float vs reference) overrides a soft failure (because of
11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual
6 not hide the hard verification failure (on the type mismatch) to
373 $$(error argument mismatch $(1) and ($2))380 $$(error argument mismatch $(1) and ($2))415 $$(error argument mismatch $(1) and ($2))422 $$(error argument mismatch $(1) and ($2))
23 exercise "API mismatch" situations by replacing class files created in the first45 directory; any mismatch triggers a test failure.
134 Fix mismatch between overview and "roots" totals.
277 description: "Test failures due to mismatch of conscrypt and boringssl versions on host",
2567 bool mismatch = false; in CodeFlowVerifyInstruction() local2569 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2571 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()2573 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2575 if (mismatch) { in CodeFlowVerifyInstruction()
8481 HSPLjdk/internal/util/ArraysSupport;->mismatch([B[BI)I8482 HSPLjdk/internal/util/ArraysSupport;->mismatch([FI[FII)I8483 HSPLjdk/internal/util/ArraysSupport;->mismatch([I[II)I8484 HSPLjdk/internal/util/ArraysSupport;->mismatch([J[JI)I8485 HSPLjdk/internal/util/ArraysSupport;->mismatch([Z[ZI)I