Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 38) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch15 .../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/
Dreverse.pass.cpp28 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/
Dreverse.pass.cpp25 c1.reverse(); in main()
33 c1.reverse(); in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dcall12 # 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/
Dreverse.pass.cpp27 c.reverse(); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
Dstable_sort.pass.cpp99 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/
Dsort.pass.cpp99 std::reverse(array, array+N); in test_larger_sorts()
107 std::reverse(array, array+N); in test_larger_sorts()
Dsort_comp.pass.cpp41 std::reverse(v.begin(), v.end()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/
Dmerge_comp.pass.cpp40 std::reverse(ia, ia+N); in test()
41 std::reverse(ib, ib+N); in test()
/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp58 reverse(numbers, numbers + 6); in reverse1()
Dlist_test.cpp119 str.reverse(); in list3()
Dslist_test.cpp77 str.reverse(); in slist1()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp58 reverse(numbers, numbers + 6); in reverse1()
Dlist_test.cpp119 str.reverse(); in list3()
Dslist_test.cpp77 str.reverse(); in slist1()
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk168 $(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/
DAndroid.mk177 $(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.h305 void reverse() { _M_impl.reverse(); } in reverse() function
D_slist.h381 void reverse() { _M_impl.reverse(); } in reverse() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_list.h412 void reverse() { in reverse() function
413 _M_non_dbg_impl.reverse(); in reverse()
D_slist.h499 void reverse() in reverse() function
500 { _M_non_dbg_impl.reverse(); } in reverse()
/ndk/build/gmsl/
Dgmsl-tests430 $(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__gmsl255 # 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.c1880 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/
Dforward_list135 void reverse() noexcept;
759 void reverse() _NOEXCEPT;
1582 forward_list<_Tp, _Alloc>::reverse() _NOEXCEPT

12