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

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
algorithm.hpp 30 /// @brief this algorithm search through two collections for first mismatch position that get returned as a pair
31 /// of iterators, first pointing to the mismatch position in first collection, second iterator in second one
39 mismatch( InputIter1 first1, InputIter1 last1, function in namespace:boost::unit_test
52 /// @brief this algorithm search through two collections for first mismatch position that get returned as a pair
53 /// of iterators, first pointing to the mismatch position in first collection, second iterator in second one. This algorithms
63 mismatch( InputIter1 first1, InputIter1 last1, function in namespace:boost::unit_test
  /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/upstream-openbsd/lib/libc/gen/
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
245 *pattern = mismatch;
294 const char *mismatch = NULL; local
376 mismatch = pattern;
446 * but slashes will mismatch, and are not consumed)
460 pattern = mismatch;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); }
61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
73 // Parallel mismatch for random access iterators
89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred);
95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
113 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); }
61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
73 // Parallel mismatch for random access iterators
89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred);
95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
113 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); }
61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
73 // Parallel mismatch for random access iterators
89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred);
95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
113 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); }
61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
73 // Parallel mismatch for random access iterators
89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred);
95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
109 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
121 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel
130 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel
176 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2) function in namespace:__parallel
190 mismatch(_InputIterator1 __begin1, _InputIterator1 __end1, function in namespace:__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/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/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/ndk/9/sources/cxx-stl/EH/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
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c 530 fprintf(stderr, "MISMATCH\n");
570 boolean mismatch; local
605 mismatch = FALSE;
608 mismatch = TRUE;
610 if (mismatch) {
615 fprintf(stderr, "MISMATCH\n");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 530 fprintf(stderr, "MISMATCH\n");
570 boolean mismatch; local
605 mismatch = FALSE;
608 mismatch = TRUE;
610 if (mismatch) {
615 fprintf(stderr, "MISMATCH\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algobase.h 1160 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1198 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]

Completed in 1413 milliseconds

1 2 3