OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPPUNIT_TEST_BASE
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/cppunit/
cppunit_mini.h
149
# define
CPPUNIT_TEST_BASE
(X, Y) \
168
# define
CPPUNIT_TEST_BASE
(X, Y) \
182
#define CPPUNIT_TEST(X)
CPPUNIT_TEST_BASE
(X, false)
183
#define CPPUNIT_EXPLICIT_TEST(X)
CPPUNIT_TEST_BASE
(X, true)
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h
149
# define
CPPUNIT_TEST_BASE
(X, Y) \
168
# define
CPPUNIT_TEST_BASE
(X, Y) \
182
#define CPPUNIT_TEST(X)
CPPUNIT_TEST_BASE
(X, false)
183
#define CPPUNIT_EXPLICIT_TEST(X)
CPPUNIT_TEST_BASE
(X, true)
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h
149
# define
CPPUNIT_TEST_BASE
(X, Y) \
168
# define
CPPUNIT_TEST_BASE
(X, Y) \
182
#define CPPUNIT_TEST(X)
CPPUNIT_TEST_BASE
(X, false)
183
#define CPPUNIT_EXPLICIT_TEST(X)
CPPUNIT_TEST_BASE
(X, true)
Completed in 220 milliseconds