/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
stdc++.h | 68 #include <fstream>
|
/external/icu4c/test/iotest/ |
stream.cpp | 31 #include <fstream> 37 #include <fstream.h> 267 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc);
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 24 #include <fstream>
|
/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...] |
/cts/suite/audio_quality/lib/include/ |
Log.h | 22 #include <fstream>
|
/external/chromium/chrome/browser/importer/ |
mork_reader.h | 46 #include <fstream>
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGPrinter.cpp | 28 #include <fstream>
|
/external/openfst/src/extensions/far/ |
farcompilestrings.cc | 27 #include <fstream>
|
main.cc | 28 #include <fstream>
|
/external/oprofile/gui/ |
oprof_start_config.cpp | 15 #include <fstream>
|
/external/oprofile/libabi/tests/ |
abi_test.cpp | 18 #include <fstream>
|
/external/oprofile/libregex/tests/ |
regex_test.cpp | 22 #include <fstream>
|
/external/oprofile/libutil++/ |
bfd_spu_support.cpp | 20 #include <fstream>
|
cverb.cpp | 14 #include <fstream>
|
/external/oprofile/pp/ |
oparchive_options.cpp | 17 #include <fstream>
|
/frameworks/compile/slang/ |
slang_rs_reflection_base.h | 20 #include <fstream>
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
PgmImage.h | 21 #include <fstream>
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
PgmImage.h | 21 #include <fstream>
|
/sdk/emulator/qtools/ |
trace_reader.cpp | 689 void TraceReaderBase::ReadTraceHeader(FILE *fstream, const char *filename, 692 int rval = fread(header, sizeof(TraceHeader), 1, fstream); 727 FILE *fstream; local 764 fstream = fopen(fname, "r"); 765 if (fstream == NULL) { 769 static_fstream_ = fstream; 772 ReadTraceHeader(fstream, fname, filename, header_); 874 FILE *fstream = fopen(fname, "r"); local 875 if (fstream == NULL) { 885 while (fgets(buf, kBufSize, fstream)) { [all...] |
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
BandwidthTestUtil.java | 56 FileInputStream fstream = new FileInputStream(file); local 57 DataInputStream in = new DataInputStream(fstream);
|
/external/zlib/contrib/iostream/ |
zfstream.h | 5 #include <fstream.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
stdio_filebuf.h | 34 #include <fstream>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
stdio_filebuf.h | 35 #include <fstream>
|