/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Condition.java | 17 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()
|
D | FeatureMatcher.java | 39 protected boolean matchesSafely(T actual, Description mismatch) { in matchesSafely()
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StrictStubbingEndToEndTest.java | 99 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.ReportMismatchButNotUnusedStubbing 126 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.LenientStrictness1 139 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.LenientStrictness2
|
/external/openssh/regress/ |
D | proto-mismatch.sh | 6 mismatch () function
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/ |
D | HasXPath.java | 60 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/ |
D | AllOf.java | 23 public boolean matches(Object o, Description mismatch) { in matches()
|
D | IsInstanceOf.java | 40 protected boolean matches(Object item, Description mismatch) { in matches()
|
D | CombinableMatcher.java | 17 protected boolean matchesSafely(T item, Description mismatch) { in matchesSafely()
|
/external/iproute2/examples/bpf/ |
D | bpf_shared.h | 19 long mismatch; member
|
D | bpf_prog.c | 408 bool mismatch; in cls_update_queue_map() local
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BaseRecognizer.pm | 121 sub mismatch { method in ANTLR::Runtime::BaseRecognizer
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3treeparser.c | 174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch() function
|
D | antlr3baserecognizer.c | 642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch() function
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | TreeParser.js | 85 mismatch: function(input, ttype, follow) { method
|
/external/libmicrohttpd/src/microhttpd/ |
D | test_postprocessor.c | 73 mismatch (const char *a, const char *b) in mismatch() function
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3baserecognizer.h | 144 void (*mismatch) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BaseRecognizer.js | 192 mismatch: function(input, ttype, follow) { method in org.antlr.runtime.BaseRecognizer
|
/external/openssh/ |
D | ssh_api.c | 320 const char *mismatch = "Protocol mismatch.\r\n"; in _ssh_read_banner() local
|
D | sshconnect.c | 549 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local
|
/external/blktrace/ |
D | blkiomon.c | 104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 155 def mismatch( input, type, follow = nil ) method in ANTLR3.AST.TreeParser
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tree.py | 2342 def mismatch(self, input, ttype, follow): member in TreeParser
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4443 UBool mismatch, testOK = TRUE; in testStreaming() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10890 bool mismatch = false; in CheckArgumentWithTypeTag() local
|
D | SemaDecl.cpp | 9013 bool mismatch = true; in CheckMain() local
|