/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 15 .../reverse.iterators/reverse.iter.ops/reverse.iter.op!EQ | 1 + 16 .../reverse.iterators/reverse.iter.ops/reverse.iter.op+EQ | 1 + 17 .../reverse.iterators/reverse.iter.ops/reverse.iter.op-EQ | 1 + 18 .../reverse.iterators/reverse.iter.ops/reverse.iter.opEQ | 1 + 19 .../reverse.iterators/reverse.iter.ops/reverse.iter.opEQEQ | 1 + 20 .../reverse.iterators/reverse.iter.ops/reverse.iter.opgtEQ | 1 + 21 .../reverse.iterators/reverse.iter.ops/reverse.iter.opltEQ | 1 + 44 …create mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter… 45 …create mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter… 46 …create mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter… [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse.pass.cpp | 28 std::reverse(Iter(ia), Iter(ia)); in test() 30 std::reverse(Iter(ia), Iter(ia+sa)); in test() 35 std::reverse(Iter(ib), Iter(ib+sb)); in test() 41 std::reverse(Iter(ic), Iter(ic+sc)); in test() 48 std::reverse(Iter(id), Iter(id+sd)); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/ |
D | reverse.pass.cpp | 25 c1.reverse(); in main() 33 c1.reverse(); in main()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | call | 12 # Simple, just reverse two things 14 reverse = $2 $1 44 all: ; @echo '$(call reverse,bar,foo)'; \ 45 echo '$(call map,origin,MAKE reverse map)'; \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
D | reverse.pass.cpp | 27 c.reverse(); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/ |
D | stable_sort.pass.cpp | 99 std::reverse(array, array+N); in test_larger_sorts() 107 std::reverse(array, array+N); in test_larger_sorts()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
D | sort.pass.cpp | 99 std::reverse(array, array+N); in test_larger_sorts() 107 std::reverse(array, array+N); in test_larger_sorts()
|
D | sort_comp.pass.cpp | 41 std::reverse(v.begin(), v.end()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/ |
D | merge_comp.pass.cpp | 40 std::reverse(ia, ia+N); in test() 41 std::reverse(ib, ib+N); in test()
|
/ndk/tests/device/test-stlport/unit/ |
D | rm_cp_test.cpp | 58 reverse(numbers, numbers + 6); in reverse1()
|
D | list_test.cpp | 119 str.reverse(); in list3()
|
D | slist_test.cpp | 77 str.reverse(); in slist1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rm_cp_test.cpp | 58 reverse(numbers, numbers + 6); in reverse1()
|
D | list_test.cpp | 119 str.reverse(); in list3()
|
D | slist_test.cpp | 77 str.reverse(); in slist1()
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 168 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy) 169 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse) 775 $(call gen-test, containers/sequences/forwardlist/forwardlist.ops/reverse) 850 $(call gen-test, containers/sequences/list/list.ops/reverse) 1900 $(call gen-test, iterators/predef.iterators/reverse.iterators/nothing_to_do) 1901 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iterator/types) 1902 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/nothing_to_do) 1903 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/de… 1904 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/it… 1905 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/re… [all …]
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 177 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy) 178 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse) 784 $(call gen-test, containers/sequences/forwardlist/forwardlist.ops/reverse) 859 $(call gen-test, containers/sequences/list/list.ops/reverse) 1909 $(call gen-test, iterators/predef.iterators/reverse.iterators/nothing_to_do) 1910 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iterator/types) 1911 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/nothing_to_do) 1912 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/de… 1913 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/it… 1914 $(call gen-test, iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/re… [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _list.h | 305 void reverse() { _M_impl.reverse(); } in reverse() function
|
D | _slist.h | 381 void reverse() { _M_impl.reverse(); } in reverse() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _list.h | 412 void reverse() { in reverse() function 413 _M_non_dbg_impl.reverse(); in reverse()
|
D | _slist.h | 499 void reverse() in reverse() function 500 { _M_non_dbg_impl.reverse(); } in reverse()
|
/ndk/build/gmsl/ |
D | gmsl-tests | 430 $(call start_test,reverse) 431 $(call test_assert,$(call reverse,),) 432 $(call test_assert,$(call reverse,1),1) 433 $(call test_assert,$(call reverse,1 2),2 1) 434 $(call test_assert,$(call reverse,1 2 3),3 2 1)
|
D | __gmsl | 255 # Function: reverse 256 # Arguments: 1: A list to reverse 257 # Returns: The list with its elements in reverse order 259 reverse =$(__gmsl_tr1)$(strip $(if $1,$(call reverse,$(call rest,$1)) \
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.c | 1880 reverse(__ii, __last); in __next_permutation() 1884 reverse(__first, __last); in __next_permutation() 1931 reverse(__ii, __last); in __prev_permutation() 1935 reverse(__first, __last); in __prev_permutation()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | forward_list | 135 void reverse() noexcept; 759 void reverse() _NOEXCEPT; 1582 forward_list<_Tp, _Alloc>::reverse() _NOEXCEPT
|