HomeSort by relevance Sort by last modified time
    Searched full:set_intersection (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/stlport/test/unit/
setinter_test.cpp 43 set_intersection((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
59 set_intersection(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(inter));
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-gnustl-full/unit/
setinter_test.cpp 43 set_intersection((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
59 set_intersection(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(inter));
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-stlport/unit/
setinter_test.cpp 43 set_intersection((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
59 set_intersection(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(inter));
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 84 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \
87 $(call set_intersection,$(__arm_sources),$(__release_sources)),\
90 $(call set_intersection,$(__arm_sources),$(__debug_sources)),\
93 $(call set_intersection,$(__thumb_sources),$(__release_sources)),\
96 $(call set_intersection,$(__thumb_sources),$(__debug_sources)),\
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 84 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \
87 $(call set_intersection,$(__arm_sources),$(__release_sources)),\
90 $(call set_intersection,$(__arm_sources),$(__debug_sources)),\
93 $(call set_intersection,$(__thumb_sources),$(__release_sources)),\
96 $(call set_intersection,$(__thumb_sources),$(__debug_sources)),\
  /ndk/toolchains/arm-linux-androideabi-clang3.1/
setup.mk 116 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \
119 $(call set_intersection,$(__arm_sources),$(__release_sources)),\
122 $(call set_intersection,$(__arm_sources),$(__debug_sources)),\
125 $(call set_intersection,$(__thumb_sources),$(__release_sources)),\
128 $(call set_intersection,$(__thumb_sources),$(__debug_sources)),\
  /external/chromium/chrome/browser/autofill/
form_group.cc 47 std::set_intersection(a.begin(), a.end(),
  /external/llvm/include/llvm/ADT/
SetOperations.h 35 /// Identical to set_intersection, except that it works on set<>'s and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 111 set_intersection
523 // set_intersection
739 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
744 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 113 set_intersection
528 // set_intersection
748 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
753 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 113 set_intersection
528 // set_intersection
748 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
753 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 111 set_intersection
523 // set_intersection
739 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
744 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 111 set_intersection
523 // set_intersection
739 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
744 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 111 set_intersection
523 // set_intersection
739 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
744 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 111 set_intersection
523 // set_intersection
739 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
744 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /gdk/build/gmsl/
gmsl-tests 287 $(call start_test,set_intersection)
288 $(call test_assert,$(call set_intersection,,),)
289 $(call test_assert,$(call set_intersection,1 2,),)
290 $(call test_assert,$(call set_intersection,,3 4),)
291 $(call test_assert,$(call set_intersection,1 2,3 4),)
292 $(call test_assert,$(call set_intersection,1 2 3 4,3 4 5),3 4)
  /ndk/build/gmsl/
gmsl-tests 287 $(call start_test,set_intersection)
288 $(call test_assert,$(call set_intersection,,),)
289 $(call test_assert,$(call set_intersection,1 2,),)
290 $(call test_assert,$(call set_intersection,,3 4),)
291 $(call test_assert,$(call set_intersection,1 2,3 4),)
292 $(call test_assert,$(call set_intersection,1 2 3 4,3 4 5),3 4)
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 208 std::set_intersection(match->nodes_begin(), match->nodes_end(),
227 std::set_intersection(match.nodes_begin(), match.nodes_end(),
  /external/chromium/chrome/browser/sync/
backend_migrator.cc 118 std::set_intersection(result->requested_types.begin(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 726 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
732 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate,
737 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
742 set_intersection(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
algo.h 470 set_intersection(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
473 { return _GLIBCXX_STD_P::set_intersection(begin1, end1,
480 set_intersection(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
484 { return _GLIBCXX_STD_P::set_intersection(begin1, end1, begin2, end2,
497 { return _GLIBCXX_STD_P::set_intersection(begin1, end1, begin2,
500 // Parallel set_intersection for random access iterators
522 return _GLIBCXX_STD_P::set_intersection(begin1, end1, begin2,
530 set_intersection(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
556 set_intersection(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
    [all...]
  /external/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
625 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,
631 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
625 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,
631 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
625 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,
631 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
625 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,
631 _OutputIter set_intersection(_InputIter1 __first1, _InputIter1 __last1,

Completed in 595 milliseconds

1 2 3