HomeSort by relevance Sort by last modified time
    Searched refs:set_union (Results 1 - 25 of 40) sorted by null

1 2

  /external/stlport/test/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-gnustl-full/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-stlport/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /external/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /external/chromium/chrome/browser/sync/sessions/
sync_session.cc 39 std::set_union(workers_.begin(), workers_.end(),
  /external/chromium/chrome/browser/sync/
backend_migrator.cc 44 std::set_union(to_migrate_.begin(), to_migrate_.end(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_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 115 set_union
530 // set_union
767 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
772 set_union(_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 115 set_union
530 // set_union
767 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
772 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 692 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
698 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, Predicate,
703 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
algo.h 370 set_union(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
373 { return _GLIBCXX_STD_P::set_union(begin1, end1, begin2, end2, out); }
379 set_union(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
383 { return _GLIBCXX_STD_P::set_union(begin1, end1,
395 { return _GLIBCXX_STD_P::set_union(begin1, end1,
398 // Parallel set_union for random access iterators
416 return _GLIBCXX_STD_P::set_union(begin1, end1,
424 set_union(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
448 set_union(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,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
_algo.c 1646 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function
1655 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 867 set_union(MInfo.regsKilled, regsKilled);
878 set_union(regsLive, regsDefined); regsDefined.clear();
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 141 std::set_union(LRU.begin(), LRU.end(), RRU.begin(), RRU.end(),
    [all...]
  /external/chromium/chrome/browser/download/
download_manager.cc     [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs_unittest.cc 222 std::set_union(api_perm_set1_.begin(), api_perm_set1_.end(),
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 570 std::set_union(r.begin(), r.end(), old_info.begin(), old_info.end(),
    [all...]

Completed in 499 milliseconds

1 2