Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 25 of 29) sorted by relevance

12

/ndk/tests/device/test-stlport-rtti/jni/
Dtest_stlport_rtti.cpp73 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-gabi++/jni/
Dtest_gabixx_rtti.cpp73 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/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
Dreverse_iterator.fail.cpp31 struct derived {}; struct
35 derived d; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
Dconvert.fail.cpp31 struct derived {}; struct
35 derived d; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
Dmove_iterator.fail.cpp33 struct derived {}; struct
37 derived d; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
Dreverse_iterator.fail.cpp33 struct derived {}; struct
37 derived d; in main()
/ndk/tests/device/test-gnustl-full/unit/
Duninitialized_test.cpp82 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()
Dtype_traits_test.cpp132 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-stlport/unit/
Duninitialized_test.cpp82 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()
Dtype_traits_test.cpp132 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/build/build-assembly-file/jni/
Dassembly-x86.S14 # be used to endorse or promote products derived from this software
/ndk/sources/cxx-stl/gabi++/include/
Dexception13 // may be used to endorse or promote products derived from this software
Dtypeinfo13 // may be used to endorse or promote products derived from this software
Dnew13 // may be used to endorse or promote products derived from this software
/ndk/sources/host-tools/sed-4.2.1/m4/
Dregex.m410 dnl Initially derived from code in GNU grep.
106 /* The following example is derived from a problem report
Dgnulib-comp.m4224 # expected is derived from the gnulib-tool parameterization,
251 # expected is derived from the gnulib-tool parameterization,
/ndk/build/gmsl/
Dgmsl24 # contributors may be used to endorse or promote products derived from
Dgmsl-tests23 # contributors may be used to endorse or promote products derived from
D__gmsl24 # contributors may be used to endorse or promote products derived from
/ndk/sources/cxx-stl/llvm-libc++/
DLICENSE.TXT45 endorse or promote products derived from this Software without specific
/ndk/tests/device/test-stlport_static-exception/
DCOPYING99 whole or in part contains or is derived from the Program or any
115 identifiable sections of that work are not derived from the Program,
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING99 whole or in part contains or is derived from the Program or any
115 identifiable sections of that work are not derived from the Program,
/ndk/build/tools/toolchain-licenses/
DCOPYING99 whole or in part contains or is derived from the Program or any
115 identifiable sections of that work are not derived from the Program,
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING99 whole or in part contains or is derived from the Program or any
115 identifiable sections of that work are not derived from the Program,
/ndk/sources/host-tools/make-3.81/
DCOPYING100 whole or in part contains or is derived from the Program or any
116 identifiable sections of that work are not derived from the Program,

12