HomeSort by relevance Sort by last modified time
    Searched full:fstream (Results 101 - 125 of 601) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/stlport/test/unit/
fstream_test.cpp 3 # include <fstream>
346 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
376 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
384 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary );
390 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
391 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
402 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
410 fstream s( "test_file.txt", ios_base::in | ios_base::out );
417 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
430 CPPUNIT_ASSERT( pos == fstream::pos_type(5) )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 3 # include <fstream>
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
394 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
402 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary );
408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
420 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
428 fstream s( "test_file.txt", ios_base::in | ios_base::out );
435 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
448 CPPUNIT_ASSERT( pos == fstream::pos_type(5) )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 3 # include <fstream>
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
394 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
402 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary );
408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
420 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
428 fstream s( "test_file.txt", ios_base::in | ios_base::out );
435 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
448 CPPUNIT_ASSERT( pos == fstream::pos_type(5) )
    [all...]
  /external/chromium_org/third_party/skia/include/xml/
SkXMLParser.h 94 SkStream* getStream() const { return fStream; }
146 SkStream* fStream;
  /external/skia/include/xml/
SkXMLParser.h 94 SkStream* getStream() const { return fStream; }
146 SkStream* fStream;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 10 // <fstream>
23 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 10 // <fstream>
17 #include <fstream>
move_assign.pass.cpp 10 // <fstream>
17 #include <fstream>
nonmember_swap.pass.cpp 10 // <fstream>
19 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 10 // <fstream>
17 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 10 // <fstream>
14 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp 10 // <fstream>
16 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream/
types.pass.cpp 10 // <fstream>
23 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream/
types.pass.cpp 10 // <fstream>
23 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream/
types.pass.cpp 10 // <fstream>
23 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 10 // <fstream>
17 #include <fstream>
nonmember_swap.pass.cpp 10 // <fstream>
18 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
open_pointer.pass.cpp 10 // <fstream>
17 #include <fstream>
open_string.pass.cpp 10 // <fstream>
17 #include <fstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 20 #include <fstream>
51 std::fstream bs("underflow.dat");
seekoff.pass.cpp 23 #include <fstream>
41 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.h 73 SkAutoTUnref<SkStream> fStream;
  /external/clang/INPUTS/
all-std-headers.cpp 24 #include <fstream>
  /external/openfst/src/extensions/far/
strings.cc 19 #include <fstream>
  /external/openfst/src/include/fst/script/
text-io.h 34 #include <fstream>

Completed in 1865 milliseconds

1 2 3 45 6 7 8 91011>>