Searched refs:set_union (Results 1 – 12 of 12) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | setunion_test.cpp | 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); in setunon0() 62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff)); in setunon1() 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
|
/ndk/tests/device/test-stlport/unit/ |
D | setunion_test.cpp | 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); in setunon0() 62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff)); in setunon1() 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/ |
D | set_union.pass.cpp | 37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test() 41 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
|
D | set_union_comp.pass.cpp | 39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test() 43 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
|
/ndk/build/gmsl/ |
D | 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)
|
D | __gmsl | 453 # Function: set_union 458 set_union = $(__gmsl_tr2)$(sort $1 $2)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, 620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
|
D | _algo.c | 1646 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, in set_union() function 1655 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, in set_union() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 436 set_union(InputIterator1 first1, InputIterator1 last1, 441 set_union(InputIterator1 first1, InputIterator1 last1, 5340 // set_union 5370 set_union(_InputIterator1 __first1, _InputIterator1 __last1, 5386 set_union(_InputIterator1 __first1, _InputIterator1 __last1, 5389 return _VSTD::set_union(__first1, __last1, __first2, __last2, __result,
|
/ndk/build/core/ |
D | definitions.mk | 1167 $(eval LOCAL_SRC_TAG.$2 := $(call set_union,$1,$(LOCAL_SRC_TAG.$2))) \
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 279 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.union/set_union)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 270 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.union/set_union)
|