Home
last modified time | relevance | path

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

/external/openssh/regress/
Dproto-mismatch.sh6 mismatch () function
/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp170 unsigned mismatch = other.m_attributes ^ m_attributes; in attributesEqual() local
183 unsigned mismatch = other.m_attributes ^ m_attributes; in attributesWithOverride() local
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm121 sub mismatch { method in ANTLR::Runtime::BaseRecognizer
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js85 mismatch: function(input, ttype, follow) { method
/external/antlr/antlr-3.4/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/antlr-3.4/runtime/C/include/
Dantlr3baserecognizer.h144 void (*mismatch) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js192 mismatch: function(input, ttype, follow) { method in org.antlr.runtime.BaseRecognizer
/external/stlport/stlport/stl/
D_algobase.h522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, in mismatch() function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, in mismatch() function
/external/blktrace/
Dblkiomon.c104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable
/external/openssh/
Dsshconnect.c440 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local
Dsshd.c402 int mismatch; in sshd_exchange_identification() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb155 def mismatch( input, type, follow = nil ) method in ANTLR3.AST.TreeParser
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py2342 def mismatch(self, input, ttype, follow): member in TreeParser
/external/icu4c/test/cintltst/
Dcbiditst.c3768 UBool mismatch, testOK = TRUE; in testStreaming() local
/external/clang/lib/Sema/
DSemaDecl.cpp5967 bool mismatch = true; in CheckMain() local