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

1 23 4 5 6

  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
open_string.pass.cpp 25 std::ofstream fs;
  /external/lldb/test/settings/
main.cpp 28 std::ofstream outfile;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
open_pointer.pass.cpp 25 std::ofstream fs;
open_string.pass.cpp 25 std::ofstream fs;
  /external/chromium_org/third_party/angle/src/common/
debug.cpp 72 static std::ofstream file(TRACE_OUTPUT_FILE, std::ofstream::app);
  /external/stlport/test/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
214 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
277 ofstream o( "test_file.txt" );
281 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
282 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
285 ofstream o( "test_file.txt" );
289 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
290 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
293 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
320 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
295 ofstream o( "test_file.txt" );
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) );
303 ofstream o( "test_file.txt" );
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) );
311 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
295 ofstream o( "test_file.txt" );
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) );
303 ofstream o( "test_file.txt" );
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) );
311 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 85 inline void PutMatrixElt(Scalar value, int row, int col, std::ofstream& out)
90 inline void PutMatrixElt(std::complex<Scalar> value, int row, int col, std::ofstream& out)
97 inline void putVectorElt(Scalar value, std::ofstream& out)
102 inline void putVectorElt(std::complex<Scalar> value, std::ofstream& out)
227 std::ofstream out(filename.c_str(),std::ios::out);
253 std::ofstream out(filename.c_str(),std::ios::out);
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 121 ofstream outfile (filemane.c_str(),ios::out) ;
135 ofstream outfile (filemane.c_str(),ios::out) ;
  /external/eigen/bench/spbench/
spbenchsolver.cpp 43 std::ofstream statbuf;
spbenchsolver.h 91 void printStatheader(std::ofstream& out)
214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX,std::ofstream& statbuf)
281 std::ofstream statbuf(statFile.c_str(), std::ios::app);
294 std::ofstream statbuf(statFile.c_str(), std::ios::app);
500 std::ofstream statbuf(statFile.c_str(), std::ios::app);
534 std::ofstream statbuf(statFile.c_str(), std::ios::app);
  /external/oprofile/libabi/tests/
abi_test.cpp 50 ofstream file(abi_filename.c_str());
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 203 std::ofstream out (dstFileName, std::ios_base::binary);
260 std::ofstream out (casePath.getPath(), std::ofstream::binary|std::ofstream::trunc);
368 std::ofstream out (indexPath.getPath(), std::ofstream::binary|std::ofstream::trunc);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp 178 std::ofstream outfile(Filename.c_str(), std::ofstream::binary);
  /external/eigen/bench/btl/data/
regularize.cxx 77 ofstream output_file (filename.c_str(),ios::out) ;
  /external/oprofile/libutil++/
cverb.cpp 33 // The right way is to use: ofstream fout; but cverb(fout.rdbuf()) receive
35 ofstream fout("/dev/null");
  /frameworks/minikin/include/minikin/
Layout.h 36 void writePnm(std::ofstream& o) const;
  /frameworks/minikin/sample/
example.cpp 96 std::ofstream o;
  /external/deqp/executor/
xeTestLogWriter.cpp 128 std::ofstream str(filename, std::ofstream::binary|std::ofstream::trunc);
519 std::ofstream str(filename, std::ofstream::binary|std::ofstream::trunc);
  /external/chromium_org/tools/gn/
ninja_toolchain_writer.cc 51 std::ofstream file;
ninja_build_writer.cc 109 std::ofstream file;
115 std::ofstream depfile;
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 49 std::ofstream outfile;
107 std::ofstream outfile;
192 std::ofstream outfile;
272 std::ofstream outfile;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 258 ofstream strm(filename.c_str());
273 ofstream strm(filename.c_str());
  /art/compiler/optimizing/
optimizing_compiler.cc 70 visualizer_output_.reset(new std::ofstream("art.cfg"));

Completed in 590 milliseconds

1 23 4 5 6