/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/ |
bool_set | 237 set_union(bool __s, bool_set __t) 241 set_union(bool_set __s, bool __t) 245 set_union(bool_set __s, bool_set __t)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/ |
bool_set | 237 set_union(bool __s, bool_set __t) 241 set_union(bool_set __s, bool __t) 245 set_union(bool_set __s, bool_set __t)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/ |
bool_set | 237 set_union(bool __s, bool_set __t) 241 set_union(bool_set __s, bool __t) 245 set_union(bool_set __s, bool_set __t)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/ |
bool_set | 237 set_union(bool __s, bool_set __t) 241 set_union(bool_set __s, bool __t) 245 set_union(bool_set __s, bool_set __t)
|
/external/deqp/framework/delibs/decpp/ |
deSTLUtil.cpp | 68 set<int> su = set_union(s1, s2);
|
deSTLUtil.hpp | 65 C set_union (const C& s1, const C& s2) function in namespace:de 68 std::set_union(s1.begin(), s1.end(), s2.begin(), s2.end(),
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
set_union.pass.cpp | 18 // set_union(InIter1 first1, InIter1 last1, 37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), 41 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
|
set_union_comp.pass.cpp | 19 // set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2, 39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), 43 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/ |
set_union.pass.cpp | 18 // set_union(InIter1 first1, InIter1 last1, 37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), 41 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
|
set_union_comp.pass.cpp | 19 // set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2, 39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), 43 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
|
/external/opencv3/modules/imgproc/src/ |
connectedcomponents.cpp | 154 LabelT set_union(LabelT *P, LabelT i, LabelT j){ function in namespace:cv::connectedcomponents 247 *Lrows[0] = set_union(P, *(Lrows[G8[c][0]] + G8[c][1]), *(Lrows[G8[a][0]] + G8[a][1])); 251 *Lrows[0] = set_union(P, *(Lrows[G8[c][0]] + G8[c][1]), *(Lrows[G8[d][0]] + G8[d][1])); 293 *Lrows[0] = set_union(P, *(Lrows[G4[d][0]] + G4[d][1]), *(Lrows[G4[b][0]] + G4[b][1]));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 117 set_union 532 // set_union 778 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 783 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 117 set_union 532 // set_union 778 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 783 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
algorithmfwd.h | 117 set_union 532 // set_union 778 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 783 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
algorithmfwd.h | 117 set_union 532 // set_union 778 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 783 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|
/ndk/build/gmsl/ |
gmsl-tests | 279 $(call start_test,set_union) 280 $(call test_assert,$(call set_union,,),) 281 $(call test_assert,$(call set_union,1 2,),1 2) 282 $(call test_assert,$(call set_union,,3 4),3 4) 283 $(call test_assert,$(call set_union,1 2,3 4),1 2 3 4) 284 $(call test_assert,$(call set_union,1 2 3,3 4 5),1 2 3 4 5)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
algorithmfwd.h | 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, 708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate, 713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
|
algo.h | 376 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 379 { return _GLIBCXX_STD_A::set_union( 386 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 390 { return _GLIBCXX_STD_A::set_union(__begin1, __end1, 402 { return _GLIBCXX_STD_A::set_union(__begin1, __end1, 405 // Parallel set_union for random access iterators 423 return _GLIBCXX_STD_A::set_union(__begin1, __end1, 431 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 455 set_union(_IIter1 __begin1, _IIter1 __end1, 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/ |
algorithmfwd.h | 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, 708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate, 713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
|
algo.h | 376 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 379 { return _GLIBCXX_STD_A::set_union( 386 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 390 { return _GLIBCXX_STD_A::set_union(__begin1, __end1, 402 { return _GLIBCXX_STD_A::set_union(__begin1, __end1, 405 // Parallel set_union for random access iterators 423 return _GLIBCXX_STD_A::set_union(__begin1, __end1, 431 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 455 set_union(_IIter1 __begin1, _IIter1 __end1, 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/ |
algorithmfwd.h | 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, 708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate, 713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
algorithmfwd.h | 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, 708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate, 713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
|