/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_gabixx_rtti.cpp | 73 Derived derived; in main() local 74 Base* pbase = &derived; in main() 76 CHECK(typeid(derived) == typeid(Derived)); in main() 78 CHECK(typeid(&derived) == typeid(Derived*)); in main() 80 printf("derived is: %s\n", typeid(derived).name()); in main()
|
/ndk/tests/device/test-stlport-rtti/jni/ |
D | test_stlport_rtti.cpp | 73 Derived derived; in main() local 74 Base* pbase = &derived; in main() 76 CHECK(typeid(derived) == typeid(Derived)); in main() 78 CHECK(typeid(&derived) == typeid(Derived*)); in main() 80 printf("derived is: %s\n", typeid(derived).name()); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
D | iterator_facade.hpp | 565 static I& derived(iterator_facade<I,V,TC,R,D>& facade) in derived() function in boost::iterator_core_access 571 static I const& derived(iterator_facade<I,V,TC,R,D> const& facade) in derived() function in boost::iterator_core_access 604 Derived& derived() in derived() function in boost::iterator_facade 609 Derived const& derived() const in derived() function in boost::iterator_facade 639 return iterator_core_access::dereference(this->derived()); in operator *() 644 return operator_arrow_dispatch_::apply(*this->derived()); in operator ->() 653 this->derived() + n in operator []() 660 iterator_core_access::increment(this->derived()); in operator ++() 661 return this->derived(); in operator ++() 669 tmp(this->derived()); in operator ++() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ |
D | reverse_iterator.fail.cpp | 31 struct derived {}; struct 35 derived d; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/ |
D | convert.fail.cpp | 31 struct derived {}; struct 35 derived d; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/ |
D | reverse_iterator.fail.cpp | 33 struct derived {}; struct 37 derived d; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/ |
D | move_iterator.fail.cpp | 33 struct derived {}; struct 37 derived d; in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | catch_ptr_02.cpp | 82 struct derived : base1, base2 {}; struct 88 throw (derived*)0; in test5() 120 throw (derived*)12; in test7()
|
/ndk/tests/device/test-stlport/unit/ |
D | uninitialized_test.cpp | 82 struct derived : public base {}; struct 215 derived d; in copy_test() 217 derived *pd = &d; in copy_test() 219 vector<derived*> src(10, pd); in copy_test()
|
D | type_traits_test.cpp | 132 struct derived : public base struct 261 derived d; in manips() 262 const derived cd = d; in manips() 264 derived *pd = &d; in manips() 265 derived const *pcd = pd; in manips()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | uninitialized_test.cpp | 82 struct derived : public base {}; struct 215 derived d; in copy_test() 217 derived *pd = &d; in copy_test() 219 vector<derived*> src(10, pd); in copy_test()
|
D | type_traits_test.cpp | 132 struct derived : public base struct 261 derived d; in manips() 262 const derived cd = d; in manips() 264 derived *pd = &d; in manips() 265 derived const *pcd = pd; in manips()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-port_test.cc | 120 Derived derived(0); in TEST() local 121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived)); in TEST() 125 Derived derived(1); in TEST() local 126 Base base = ::testing::internal::ImplicitCast_<Base>(derived); in TEST() 127 EXPECT_EQ(derived.member(), base.member()); in TEST()
|
/ndk/sources/third_party/googletest/googletest/ |
D | LICENSE | 15 contributors may be used to endorse or promote products derived from
|
/ndk/tests/build/build-assembly-file/jni/ |
D | assembly-x86.S | 14 # be used to endorse or promote products derived from this software
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | exception | 13 // may be used to endorse or promote products derived from this software
|
D | typeinfo | 13 // may be used to endorse or promote products derived from this software
|
D | new | 13 // may be used to endorse or promote products derived from this software
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | regex.m4 | 10 dnl Initially derived from code in GNU grep. 106 /* The following example is derived from a problem report
|
D | gnulib-comp.m4 | 224 # expected is derived from the gnulib-tool parameterization, 251 # expected is derived from the gnulib-tool parameterization,
|
/ndk/build/gmsl/ |
D | gmsl | 24 # contributors may be used to endorse or promote products derived from
|
/ndk/sources/android/crazy_linker/ |
D | LICENSE | 14 // contributors may be used to endorse or promote products derived from
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 18 // contributors may be used to endorse or promote products derived from 52 // class. It is usually derived from testing::TestWithParam<T> (see below for 55 // TestWithParam<T> is itself derived from testing::Test. T can be any 154 // A parameterized test fixture must be derived from testing::Test and from
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/ |
D | LICENSE.TXT | 45 endorse or promote products derived from this Software without specific
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/ |
D | LICENSE.TXT | 45 endorse or promote products derived from this Software without specific
|