OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPPUNIT_ASSERT_DOUBLES_EQUAL
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/cppunit/
cppunit_mini.h
217
#define
CPPUNIT_ASSERT_DOUBLES_EQUAL
(X, Y, Z) \
219
Base::error("
CPPUNIT_ASSERT_DOUBLES_EQUAL
", #X","#Y","#Z, __FILE__, __LINE__); \
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h
217
#define
CPPUNIT_ASSERT_DOUBLES_EQUAL
(X, Y, Z) \
219
Base::error("
CPPUNIT_ASSERT_DOUBLES_EQUAL
", #X","#Y","#Z, __FILE__, __LINE__); \
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h
217
#define
CPPUNIT_ASSERT_DOUBLES_EQUAL
(X, Y, Z) \
219
Base::error("
CPPUNIT_ASSERT_DOUBLES_EQUAL
", #X","#Y","#Z, __FILE__, __LINE__); \
Completed in 786 milliseconds