Home
last modified time | relevance | path

Searched refs:iterators (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch9 .../insert.iterators/back.insert.iter.ops/back.insert.iter.opEQ | 1 +
10 .../insert.iterators/front.insert.iter.ops/front.insert.iter.opEQ | 1 +
11 .../predef.iterators/insert.iterators/insert.iter.ops/insert.iter.opEQ | 1 +
12 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ | 1 +
13 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ | 1 +
14 .../predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ | 1 +
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 +
[all …]
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk668 $(call gen-test, containers/sequences/array/iterators)
722 $(call gen-test, containers/sequences/deque/iterators)
763 $(call gen-test, containers/sequences/forwardlist/forwardlist.iter/iterators)
808 $(call gen-test, containers/sequences/list/iterators)
898 $(call gen-test, containers/sequences/vector.bool/iterators)
928 $(call gen-test, containers/sequences/vector/iterators)
998 $(call gen-test, containers/unord/unord.map/iterators)
1073 $(call gen-test, containers/unord/unord.multimap/iterators)
1163 $(call gen-test, containers/unord/unord.multiset/iterators)
1235 $(call gen-test, containers/unord/unord.set/iterators)
[all …]
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk659 $(call gen-test, containers/sequences/array/iterators)
713 $(call gen-test, containers/sequences/deque/iterators)
754 $(call gen-test, containers/sequences/forwardlist/forwardlist.iter/iterators)
799 $(call gen-test, containers/sequences/list/iterators)
889 $(call gen-test, containers/sequences/vector.bool/iterators)
919 $(call gen-test, containers/sequences/vector/iterators)
989 $(call gen-test, containers/unord/unord.map/iterators)
1064 $(call gen-test, containers/unord/unord.multimap/iterators)
1154 $(call gen-test, containers/unord/unord.multiset/iterators)
1226 $(call gen-test, containers/unord/unord.set/iterators)
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
Denable_if.hpp24 namespace iterators namespace
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_adaptor.hpp131 : iterators::enable_if<
144 : iterators::enable_if<
Diterator_facade.hpp80 : ::boost::iterators::enable_if<
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h.pump165 // Advance should not be called on beyond-of-range iterators
166 // so no component iterators must be beyond end of range, either.
188 << "The program attempted to compare iterators "
192 // We must report iterators equal if they both point beyond their
219 // component iterators has reached the end of its range.
/ndk/tests/device/test-gnustl-full/unit/
Dvector_test.cpp35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() in iterators() function in VectorTest
Dmap_test.cpp23 CPPUNIT_TEST(iterators);
36 void iterators();
144 void MapTest::iterators() in iterators() function in MapTest
/ndk/tests/device/test-stlport/unit/
Dvector_test.cpp35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() in iterators() function in VectorTest
Dmap_test.cpp23 CPPUNIT_TEST(iterators);
36 void iterators();
144 void MapTest::iterators() in iterators() function in MapTest
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
Ddynarray56 // iterators:
179 // iterators:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Darray39 // iterators:
146 // iterators:
Dset84 // iterators:
265 // iterators:
Diterator1309 "Attempted to compare incomparable iterators");
1385 "Attempted to subtract incompatible iterators");
Dmap95 // iterators:
296 // iterators:
Ddeque73 // iterators:
1260 // iterators:
Dlist1996 " of the second and third iterators");
/ndk/sources/cxx-stl/stlport/stlport/
Dlocale58 // some stuff for streambuf iterators ended up defined there
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump263 // a range [begin, end) defined by a pair of STL-style iterators. These
264 // iterators can also be plain C pointers.