/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...] |
/external/iproute2/examples/bpf/ |
bpf_shared.h | 19 long mismatch; member in struct:count_queue
|
bpf_prog.c | 408 bool mismatch; local 410 mismatch = skb->queue_mapping != get_smp_processor_id(); 415 if (mismatch) 416 lock_xadd(&cq->mismatch, 1); 422 _cq.mismatch = mismatch ? 1 : 0;
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
fnmatch.c | 105 const char * const mismatch = pattern; local 108 *ep = mismatch; 115 *ep = mismatch; 132 *ep = mismatch; 147 const char * const mismatch = *pattern; local 246 *pattern = mismatch; 295 const char *mismatch = NULL; local 373 mismatch = pattern; 443 * but slashes will mismatch, and are not consumed) 457 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-linux-glibc2.15-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/current/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/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 98 * plain {@link #mismatch}, which does not recover. Then any error 183 /** Factor out what to do upon token mismatch so tree parsers can behave 192 mismatch: function(input, ttype, follow) { 573 * token mismatch. Upon token mismatch, if LA(1) is member of 181 }, method in class:org.antlr.runtime.BaseRecognizer [all...] |
/external/libmicrohttpd/src/microhttpd/ |
test_postprocessor.c | 73 mismatch (const char *a, const char *b) function 106 (mismatch (filename, want[idx + 1])) || 107 (mismatch (content_type, want[idx + 2])) || 108 (mismatch (transfer_encoding, want[idx + 3])) ||
|
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/ |
ext_test.go | 31 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 93 // allowedMismatch determines whether this mismatch should be 150 if !*mismatch { 153 suffix += " (allowed mismatch)" 167 if *mismatch { 30 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
ext_test.go | 31 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 93 // allowedMismatch determines whether this mismatch should be 150 if !*mismatch { 153 suffix += " (allowed mismatch)" 167 if *mismatch { 30 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
/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)';
|
/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/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
ext_test.go | 30 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 92 // allowedMismatch determines whether this mismatch should be 149 if !*mismatch { 152 suffix += " (allowed mismatch)" 166 if *mismatch { 29 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
ext_test.go | 30 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 92 // allowedMismatch determines whether this mismatch should be 149 if !*mismatch { 152 suffix += " (allowed mismatch)" 166 if *mismatch { 29 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
/prebuilts/ndk/current/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
|
/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.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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_algobase.h | 1160 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function 1198 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_algobase.h | 1283 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function 1317 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function 1363 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function 1399 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function [all...] |