Home
last modified time | relevance | path

Searched refs:CPPUNIT_NS (Results 1 – 25 of 212) sorted by relevance

123456789

/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dtest_main.cpp23 namespace CPPUNIT_NS
107 CPPUNIT_NS::Reporter* reporter; in main()
115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); in main()
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); in main()
Dcppunit_mini.h22 # define CPPUNIT_NS CppUnitMini
24 # define CPPUNIT_NS macro
30 namespace CPPUNIT_NS
143 typedef CPPUNIT_NS::TestCase Base; \
223 #define CPPUNIT_MESSAGE(m) CPPUNIT_NS::TestCase::message(m)
/ndk/tests/device/test-stlport/unit/cppunit/
Dtest_main.cpp23 namespace CPPUNIT_NS
107 CPPUNIT_NS::Reporter* reporter; in main()
115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); in main()
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); in main()
Dcppunit_mini.h22 # define CPPUNIT_NS CppUnitMini
24 # define CPPUNIT_NS macro
30 namespace CPPUNIT_NS
143 typedef CPPUNIT_NS::TestCase Base; \
223 #define CPPUNIT_MESSAGE(m) CPPUNIT_NS::TestCase::message(m)
/ndk/tests/device/test-gnustl-full/unit/
D_template.cpp13 class Test : public CPPUNIT_NS::TestCase
Dtest_errno.cpp17 class ErrnoTest : public CPPUNIT_NS::TestCase
Dtimes_test.cpp14 class TimesTest : public CPPUNIT_NS::TestCase
Ddivides_test.cpp13 class DivideTest : public CPPUNIT_NS::TestCase
Dstrstream_buffer_read_test.cpp15 class StrstreamBufferTest : public CPPUNIT_NS::TestCase
Dmodulus_test.cpp13 class ModulusTest : public CPPUNIT_NS::TestCase
Dstrstream_test.cpp16 class StrstreamTest : public CPPUNIT_NS::TestCase
Dadvance_test.cpp13 class AdvanceTest : public CPPUNIT_NS::TestCase
Dshared_ptr_test.cpp13 public CPPUNIT_NS::TestCase
Diota_test.cpp13 class IotaTest : public CPPUNIT_NS::TestCase
Dgreater_test.cpp14 class GreaterTest : public CPPUNIT_NS::TestCase
/ndk/tests/device/test-stlport/unit/
D_template.cpp13 class Test : public CPPUNIT_NS::TestCase
Dtest_errno.cpp17 class ErrnoTest : public CPPUNIT_NS::TestCase
Ddivides_test.cpp13 class DivideTest : public CPPUNIT_NS::TestCase
Dtimes_test.cpp14 class TimesTest : public CPPUNIT_NS::TestCase
Dstrstream_buffer_read_test.cpp15 class StrstreamBufferTest : public CPPUNIT_NS::TestCase
Dmodulus_test.cpp13 class ModulusTest : public CPPUNIT_NS::TestCase
Dstrstream_test.cpp16 class StrstreamTest : public CPPUNIT_NS::TestCase
Dadvance_test.cpp13 class AdvanceTest : public CPPUNIT_NS::TestCase
Diota_test.cpp13 class IotaTest : public CPPUNIT_NS::TestCase
Dshared_ptr_test.cpp13 public CPPUNIT_NS::TestCase

123456789