Home
last modified time | relevance | path

Searched defs:mismatch (Results 1 – 25 of 35) 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/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/openssh/regress/
Dproto-mismatch.sh6 mismatch () function
/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/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/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm121 sub mismatch { method in ANTLR::Runtime::BaseRecognizer
/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.inl147 void TreeParser<ImplTraits>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow) function in TreeParser
Dantlr3parser.inl241 void Parser<ImplTraits>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow) function in Parser
Dantlr3baserecognizer.inl199 void BaseRecognizer<ImplTraits, StreamType>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow) function in BaseRecognizer
/external/antlr/runtime/C/src/
Dantlr3treeparser.c174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch() function
Dantlr3baserecognizer.c642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch() function
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js85 mismatch: function(input, ttype, follow) { method
/external/libaom/libaom/aom_util/
Ddebug_util.c192 int mismatch = 0; in mismatch_check_block_pre() local
238 int mismatch = 0; in mismatch_check_block_tx() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc449 Mismatch mismatch = {actual, expected, rel_error, abs_error, in CompareValues() local
462 bool mismatch = false; in CompareValues() local
485 bool mismatch = false; in CompareValues() 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.java324 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/openssh/
Dssh_api.c320 const char *mismatch = "Protocol mismatch.\r\n"; in _ssh_read_banner() local
Dsshconnect.c549 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local
/external/blktrace/
Dblkiomon.c104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable
/external/boringssl/src/third_party/fiat/
Dp256.c719 limb_t mismatch = i ^ idx; in select_point() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java1250 Edits mismatch = new Edits(); in TestMergeEdits() local

12