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

  /external/stlport/test/unit/
fstream_test.cpp 310 long expected_pos = 0; local
318 long expected_pos = 9; local
321 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
322 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
326 long expected_pos = 0; local
328 long expected_pos = 9; local
331 CPPUNIT_CHECK( ftell( f ) == expected_pos );
  /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
349 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
349 CPPUNIT_CHECK( ftell( f ) == expected_pos );

Completed in 75 milliseconds