/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/ |
find_end.pass.cpp | 15 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
find_end_pred.pass.cpp | 16 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/ |
mismatch_pred.pass.cpp | 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/ |
lexicographical_compare.pass.cpp | 16 // lexicographical_compare(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
lexicographical_compare_comp.pass.cpp | 16 // lexicographical_compare(Iter1 first1, Iter1 last1,
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.equal/ |
equal_pred.pass.cpp | 16 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find.end/ |
find_end.pass.cpp | 15 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/mismatch/ |
mismatch_pred.pass.cpp | 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
lexicographical_compare.pass.cpp | 16 // lexicographical_compare(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
lexicographical_compare_comp.pass.cpp | 16 // lexicographical_compare(Iter1 first1, Iter1 last1,
|
/external/libcxx/include/ |
numeric | 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
numeric | 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
|
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
numeric | 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
|
/external/syslinux/gpxe/src/drivers/net/ |
natsemi.c | 176 uint8_t last=0,last1=0; local 206 last1 = ll_addr_encoded[i] >> 7; 208 last = last1;
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/ |
swap_ranges.pass.cpp | 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/ |
find_end_pred.pass.cpp | 16 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
search.pass.cpp | 15 // search(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
includes.pass.cpp | 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
includes_comp.pass.cpp | 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Compare comp);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
AttributedCharacterIteratorTest.java | 106 assertEquals("Wrong last1", 'g', it.last());
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/ |
swap_ranges.pass.cpp | 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/ |
search.pass.cpp | 15 // search(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/ |
includes.pass.cpp | 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
|
includes_comp.pass.cpp | 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Compare comp);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.swap/ |
swap_ranges.pass.cpp | 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
|