/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 9 .../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/ |
D | Android.mk | 668 $(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/ |
D | Android.mk | 659 $(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/ |
D | enable_if.hpp | 24 namespace iterators namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
D | iterator_adaptor.hpp | 131 : iterators::enable_if< 144 : iterators::enable_if<
|
D | iterator_facade.hpp | 80 : ::boost::iterators::enable_if<
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 165 // 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/ |
D | vector_test.cpp | 35 CPPUNIT_TEST(iterators); 58 void iterators(); 458 void VectorTest::iterators() in iterators() function in VectorTest
|
D | map_test.cpp | 23 CPPUNIT_TEST(iterators); 36 void iterators(); 144 void MapTest::iterators() in iterators() function in MapTest
|
/ndk/tests/device/test-stlport/unit/ |
D | vector_test.cpp | 35 CPPUNIT_TEST(iterators); 58 void iterators(); 458 void VectorTest::iterators() in iterators() function in VectorTest
|
D | map_test.cpp | 23 CPPUNIT_TEST(iterators); 36 void iterators(); 144 void MapTest::iterators() in iterators() function in MapTest
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
D | dynarray | 56 // iterators: 179 // iterators:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | array | 39 // iterators: 146 // iterators:
|
D | set | 84 // iterators: 265 // iterators:
|
D | iterator | 1309 "Attempted to compare incomparable iterators"); 1385 "Attempted to subtract incompatible iterators");
|
D | map | 95 // iterators: 296 // iterators:
|
D | deque | 73 // iterators: 1260 // iterators:
|
D | list | 1996 " of the second and third iterators");
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | locale | 58 // some stuff for streambuf iterators ended up defined there
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 263 // a range [begin, end) defined by a pair of STL-style iterators. These 264 // iterators can also be plain C pointers.
|