HomeSort by relevance Sort by last modified time
    Searched refs:CPPUNIT_ASSERT (Results 301 - 315 of 315) sorted by null

<<111213

  /external/stlport/test/unit/
locale_test.cpp 148 CPPUNIT_ASSERT( has_facet<implemented_facet>(loc) );
151 CPPUNIT_ASSERT( !has_facet<not_implemented_facet>(loc) );
185 CPPUNIT_ASSERT( has_facet<my_facet>( gloc ) );
196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) );
allocator_test.cpp 66 CPPUNIT_ASSERT( pbigStruct != 0 );
limits_test.cpp 307 CPPUNIT_ASSERT( !numeric_limits<ArbitraryType>::is_specialized );
ptrspec_test.cpp 231 CPPUNIT_ASSERT( !fs.empty() );
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.cpp 148 CPPUNIT_ASSERT( has_facet<implemented_facet>(loc) );
151 CPPUNIT_ASSERT( !has_facet<not_implemented_facet>(loc) );
185 CPPUNIT_ASSERT( has_facet<my_facet>( gloc ) );
196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) );
allocator_test.cpp 66 CPPUNIT_ASSERT( pbigStruct != 0 );
limits_test.cpp 307 CPPUNIT_ASSERT( !numeric_limits<ArbitraryType>::is_specialized );
ptrspec_test.cpp 231 CPPUNIT_ASSERT( !fs.empty() );
  /ndk/tests/device/test-stlport/unit/
locale_test.cpp 148 CPPUNIT_ASSERT( has_facet<implemented_facet>(loc) );
151 CPPUNIT_ASSERT( !has_facet<not_implemented_facet>(loc) );
185 CPPUNIT_ASSERT( has_facet<my_facet>( gloc ) );
196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) );
allocator_test.cpp 66 CPPUNIT_ASSERT( pbigStruct != 0 );
limits_test.cpp 308 CPPUNIT_ASSERT( !numeric_limits<ArbitraryType>::is_specialized );
ptrspec_test.cpp 231 CPPUNIT_ASSERT( !fs.empty() );
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 200 #define CPPUNIT_ASSERT(X) \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 200 #define CPPUNIT_ASSERT(X) \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 200 #define CPPUNIT_ASSERT(X) \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \

Completed in 181 milliseconds

<<111213