Home
last modified time | relevance | path

Searched defs:mismatch (Results 1 – 25 of 50) sorted by relevance

12

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java17 Condition<O> apply(I value, Description mismatch); in apply()
33 public static <T> Condition<T> matched(final T theValue, final Description mismatch) { in matched()
39 private final Description mismatch; field in Condition.Matched
41 private Matched(T theValue, Description mismatch) { in Matched()
DFeatureMatcher.java39 protected boolean matchesSafely(T actual, Description mismatch) { in matchesSafely()
/external/openssh/openbsd-compat/
Dfnmatch.c106 const char * const mismatch = pattern; in classmatch() local
151 const char * const mismatch = *pattern; in fnmatch_ch() local
301 const char *mismatch = NULL; in fnmatch() local
/external/mockito/src/test/java/org/mockitousage/stubbing/
DStrictStubbingEndToEndTest.java103 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.ReportMismatchButNotUnusedStubbing
130 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.LenientStrictness1
143 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.LenientStrictness2
/external/python/cryptography/src/_cffi_src/hazmat_src/
Dpadding.c22 uint16_t mismatch = 0; in Cryptography_check_pkcs7_padding() local
46 uint16_t mismatch = 0; in Cryptography_check_ansix923_padding() local
Dconstant_time.c8 uint8_t mismatch = 0; in Cryptography_constant_time_bytes_eq() local
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
DHasXPath.java60 public boolean matchesSafely(Node item, Description mismatch) { in matchesSafely()
74 private Condition<Object> evaluated(Node item, Description mismatch) { in evaluated()
/external/openssh/regress/
Dproto-mismatch.sh6 mismatch () function
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DAllOf.java23 public boolean matches(Object o, Description mismatch) { in matches()
DIsInstanceOf.java40 protected boolean matches(Object item, Description mismatch) { in matches()
DCombinableMatcher.java17 protected boolean matchesSafely(T item, Description mismatch) { in matchesSafely()
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/smmu/
Dsmmu.c77 uint32_t mismatch = 0U; in tegra_smmu_verify() local
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm121 sub mismatch { subroutine
/external/antlr/runtime/C/src/
Dantlr3treeparser.c174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch() function
/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.inl147 void TreeParser<ImplTraits>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow) function in TreeParser
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js85 mismatch: function(input, ttype, follow) { method
/external/libvpx/libvpx/vpx_util/
Dvpx_debug_util.c190 int mismatch = 0; in mismatch_check_block_pre() local
238 int mismatch = 0; in mismatch_check_block_tx() local
/external/libaom/libaom/aom_util/
Ddebug_util.c196 int mismatch = 0; in mismatch_check_block_pre() local
242 int mismatch = 0; in mismatch_check_block_tx() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256.c374 fiat_p256_limb_t mismatch = i ^ (idx - 1); in fiat_p256_select_point_affine() local
388 fiat_p256_limb_t mismatch = i ^ idx; in fiat_p256_select_point() local
/external/boringssl/src/crypto/fipsmodule/ec/
Dp256.c374 fiat_p256_limb_t mismatch = i ^ (idx - 1); in fiat_p256_select_point_affine() local
388 fiat_p256_limb_t mismatch = i ^ idx; in fiat_p256_select_point() local
/external/antlr/runtime/C/include/
Dantlr3baserecognizer.h144 void (*mismatch) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java327 int mismatch = 0; in checkStock() local
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js192 mismatch: function(input, ttype, follow) { method in org.antlr.runtime.BaseRecognizer
/external/igt-gpu-tools/lib/
Digt_debugfs.c418 bool mismatch; in igt_assert_crc_equal() local
441 bool mismatch; in igt_check_crc_equal() local
/external/llvm-project/pstl/include/pstl/internal/
Dglue_algorithm_impl.h678 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function
691 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function
700 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function
709 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function

12