HomeSort by relevance Sort by last modified time
    Searched refs:CPPUNIT_CHECK (Results 51 - 75 of 81) sorted by null

1 23 4

  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
349 CPPUNIT_CHECK( ftell( f ) == expected_pos );
357 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
358 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
406 CPPUNIT_CHECK( chars_read == 11 )
    [all...]
sstream_test.cpp 409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
410 CPPUNIT_CHECK( s.str() == "1234567" );
413 CPPUNIT_CHECK( s.str() == "X234567" );
416 CPPUNIT_CHECK( s.str() == "Y234567" );
440 /* CPPUNIT_CHECK( str == "2" ); --- according ISO/IEC 14882 2003 */
441 CPPUNIT_CHECK( str == "12" );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) )
    [all...]
iter_test.cpp 153 CPPUNIT_CHECK( vvints.front() == lvref );
154 CPPUNIT_CHECK( lvints.front() == vvref );
166 CPPUNIT_CHECK( pvvint == &lvints.front().front() );
167 CPPUNIT_CHECK( plvint == &vvints.front().front() );
num_facets_test.cpp 242 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
243 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() );
245 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() );
247 CPPUNIT_CHECK( cfacet_byname.truename() == cfacet.truename() );
248 CPPUNIT_CHECK( cfacet_byname.falsename() == cfacet.falsename() );
deque_test.cpp 93 CPPUNIT_CHECK( *dit == 3 );
100 CPPUNIT_CHECK( *dit == 4 );
107 CPPUNIT_CHECK( *dit == 5 );
114 CPPUNIT_CHECK( *dit == 6 );
bind_test.cpp 147 CPPUNIT_CHECK( array[0].v() == 12 );
exception_test.cpp 75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
vector_test.cpp 452 CPPUNIT_CHECK( v[4] == 5 );
453 CPPUNIT_CHECK( v[0] == 1 );
454 CPPUNIT_CHECK( v[1] == 2 );
  /external/stlport/test/unit/
sstream_test.cpp 409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
410 CPPUNIT_CHECK( s.str() == "1234567" );
413 CPPUNIT_CHECK( s.str() == "X234567" );
416 CPPUNIT_CHECK( s.str() == "Y234567" );
440 /* CPPUNIT_CHECK( str == "2" ); --- according ISO/IEC 14882 2003 */
441 CPPUNIT_CHECK( str == "12" );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) )
    [all...]
iter_test.cpp 153 CPPUNIT_CHECK( vvints.front() == lvref );
154 CPPUNIT_CHECK( lvints.front() == vvref );
166 CPPUNIT_CHECK( pvvint == &lvints.front().front() );
167 CPPUNIT_CHECK( plvint == &vvints.front().front() );
num_facets_test.cpp 242 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
243 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() );
245 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() );
247 CPPUNIT_CHECK( cfacet_byname.truename() == cfacet.truename() );
248 CPPUNIT_CHECK( cfacet_byname.falsename() == cfacet.falsename() );
deque_test.cpp 93 CPPUNIT_CHECK( *dit == 3 );
100 CPPUNIT_CHECK( *dit == 4 );
107 CPPUNIT_CHECK( *dit == 5 );
114 CPPUNIT_CHECK( *dit == 6 );
bind_test.cpp 147 CPPUNIT_CHECK( array[0].v() == 12 );
exception_test.cpp 75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
vector_test.cpp 452 CPPUNIT_CHECK( v[4] == 5 );
453 CPPUNIT_CHECK( v[0] == 1 );
454 CPPUNIT_CHECK( v[1] == 2 );
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
410 CPPUNIT_CHECK( s.str() == "1234567" );
413 CPPUNIT_CHECK( s.str() == "X234567" );
416 CPPUNIT_CHECK( s.str() == "Y234567" );
440 /* CPPUNIT_CHECK( str == "2" ); --- according ISO/IEC 14882 2003 */
441 CPPUNIT_CHECK( str == "12" );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) )
    [all...]
iter_test.cpp 153 CPPUNIT_CHECK( vvints.front() == lvref );
154 CPPUNIT_CHECK( lvints.front() == vvref );
166 CPPUNIT_CHECK( pvvint == &lvints.front().front() );
167 CPPUNIT_CHECK( plvint == &vvints.front().front() );
num_facets_test.cpp 242 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
243 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() );
245 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() );
247 CPPUNIT_CHECK( cfacet_byname.truename() == cfacet.truename() );
248 CPPUNIT_CHECK( cfacet_byname.falsename() == cfacet.falsename() );
deque_test.cpp 93 CPPUNIT_CHECK( *dit == 3 );
100 CPPUNIT_CHECK( *dit == 4 );
107 CPPUNIT_CHECK( *dit == 5 );
114 CPPUNIT_CHECK( *dit == 6 );
bind_test.cpp 147 CPPUNIT_CHECK( array[0].v() == 12 );
exception_test.cpp 75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
vector_test.cpp 452 CPPUNIT_CHECK( v[4] == 5 );
453 CPPUNIT_CHECK( v[0] == 1 );
454 CPPUNIT_CHECK( v[1] == 2 );
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 195 #define CPPUNIT_CHECK(X) \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 195 #define CPPUNIT_CHECK(X) \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 195 #define CPPUNIT_CHECK(X) \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \

Completed in 672 milliseconds

1 23 4