HomeSort by relevance Sort by last modified time
    Searched refs:expected_pos (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 328 long expected_pos = 0; local
336 long expected_pos = 9; local
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) );
344 long expected_pos = 0; local
346 long expected_pos = 9; local
350 CPPUNIT_CHECK( ftell( f ) == expected_pos );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 328 long expected_pos = 0; local
336 long expected_pos = 9; local
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) );
344 long expected_pos = 0; local
346 long expected_pos = 9; local
350 CPPUNIT_CHECK( ftell( f ) == expected_pos );

Completed in 72 milliseconds