Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dcppunit_mini.h143 typedef CPPUNIT_NS::TestCase Base; \
161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_mini.h143 typedef CPPUNIT_NS::TestCase Base; \
161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
/ndk/tests/device/test-gabi++/jni/
Dtest_gabixx_rtti.cpp40 struct Base {}; struct
41 struct Derived : Base {};
74 Base* pbase = &derived; in main()
77 CHECK(typeid(pbase) == typeid(Base*)); in main()
/ndk/tests/device/test-stlport-rtti/jni/
Dtest_stlport_rtti.cpp40 struct Base {}; struct
41 struct Derived : Base {};
74 Base* pbase = &derived; in main()
77 CHECK(typeid(pbase) == typeid(Base*)); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dtypeinfo33 // Linux Standard Base C++ Specification for S390X 4.1.
/ndk/sources/host-tools/make-3.81/po/
Dgl.po1148 "# Base de datos de Make, imprimida en %s"
1157 "# Base de datos de Make rematada en %s\n"
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog3103 Base whether to use void * on __STDC__, not __GNU__.