HomeSort by relevance Sort by last modified time
    Searched defs:mismatch (Results 1 - 25 of 43) sorted by null

1 2

  /external/openssh/regress/
proto-mismatch.sh 1 # $OpenBSD: proto-mismatch.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
4 tid="protocol version mismatch"
6 mismatch () function
18 mismatch 2 SSH-1.5-HALLO
19 mismatch 1 SSH-2.0-HALLO
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3treeparser.c 38 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
83 parser->rec->mismatch = mismatch;
169 /** Override for standard base recognizer mismatch function
174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) function
antlr3baserecognizer.c 56 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
172 recognizer->mismatch = mismatch;
409 /// plain mismatch(), which does not recover. Then any error
475 // going on, so we mismatch, which creates an exception in the recognizer exception
633 /// Factor out what to do upon token mismatch so tree parsers can behave
639 /// \remark mismatch only works for parsers and must be overridden for anything else.
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) function
665 ANTLR3_FPRINTF(stderr, "Base recognizer function 'mismatch' called by unknown parser type - provide override for this function\n");
933 /// token mismatch. Upon token mismatch, if LA(1) is member o
    [all...]
  /bionic/libc/unistd/
fnmatch.c 106 const char * const mismatch = pattern; local
109 *ep = mismatch;
116 *ep = mismatch;
133 *ep = mismatch;
148 const char * const mismatch = *pattern; local
240 *pattern = mismatch;
287 const char *mismatch = NULL; local
369 mismatch = pattern;
439 * but slashes will mismatch, and are not consumed)
453 pattern = mismatch;
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.cpp 170 unsigned mismatch = other.m_attributes ^ m_attributes; local
172 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
174 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete)
176 if (sharedSeen & EnumerablePresent && mismatch & DontEnum)
183 unsigned mismatch = other.m_attributes ^ m_attributes; local
186 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
188 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete)
190 if (sharedSeen & EnumerablePresent && mismatch & DontEnum)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algobase.h 50 // NB: equal and lexicographical_compare require mismatch.
55 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
57 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2); }
63 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
65 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); }
74 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); }
76 // Parallel mismatch for random access iterators
93 return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred);
99 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2) function in namespace:std::__parallel
118 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2 function in namespace:std::__parallel
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 141 /** Pointer to a function that works out what to do when a token mismatch
144 void (*mismatch) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member in struct:ANTLR3_BASE_RECOGNIZER_struct
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 121 sub mismatch { subroutine
122 Readonly my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)';
  /external/marisa-trie/lib/marisa/
trie-inline.h 142 inline std::size_t Trie::mismatch() { function in class:marisa::Trie
165 if (next_pos == mismatch()) {
217 if (next_pos == mismatch()) {
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 143 inline std::size_t Trie::mismatch() { function in class:marisa_alpha::Trie
166 if (next_pos == mismatch()) {
222 if (next_pos == mismatch()) {
  /external/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 1147 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1185 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 1147 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1185 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algobase.h 1147 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1185 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algobase.h 1160 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1198 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]

Completed in 1735 milliseconds

1 2