HomeSort by relevance Sort by last modified time
    Searched refs:ofstream (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /ndk/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /external/valgrind/none/tests/
gxx304.cpp 4 std::ofstream pippo("pluto");
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
default.pass.cpp 23 std::ofstream fs;
move.pass.cpp 26 std::ofstream fso(temp.c_str());
27 std::ofstream fs = move(fso);
pointer.pass.cpp 25 std::ofstream fs(temp.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
default.pass.cpp 23 std::ofstream fs;
move.pass.cpp 26 std::ofstream fso(temp.c_str());
27 std::ofstream fs = move(fso);
  /external/eigen/bench/spbench/
spbenchstyle.h 13 void printBenchStyle(std::ofstream& out)
  /external/opencv3/modules/cudalegacy/test/
TestHaarCascadeLoader.h 59 virtual bool toString(std::ofstream &strOut);
TestCompact.h 60 virtual bool toString(std::ofstream &strOut);
TestHaarCascadeApplication.h 60 virtual bool toString(std::ofstream &strOut);
TestHypothesesFilter.h 60 virtual bool toString(std::ofstream &strOut);
TestIntegralImage.h 61 virtual bool toString(std::ofstream &strOut);
TestIntegralImageSquared.h 60 virtual bool toString(std::ofstream &strOut);
TestTranspose.h 61 virtual bool toString(std::ofstream &strOut);
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
move_assign.pass.cpp 26 std::ofstream fso(temp.c_str());
27 std::ofstream fs;
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.h 94 // class OStream based on class std::ofstream
110 // A constructor that uses a std::ofstream that has already
112 // will not close the std::ofstream.
115 StdOFStream (std::ofstream &os, const char fileName[]);
126 std::ofstream * _os;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
move_assign.pass.cpp 26 std::ofstream fso(temp.c_str());
27 std::ofstream fs;
  /cts/suite/audio_quality/lib/include/
FileUtil.h 57 std::ofstream mFile;
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
CsvWriter.h 20 ofstream _file;
  /external/parameter-framework/upstream/test/tmpfile/
TmpFile.hpp 51 std::ofstream file(mPath);
52 file.exceptions(std::ofstream::failbit | std::ofstream::badbit);
  /frameworks/rs/api/
Utilities.h 60 class GeneratedFile : public std::ofstream {
91 std::ofstream& indent() {
96 std::ofstream& indentPlus() {
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 32 // for ofstream redirection
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
iostream 32 // for ofstream redirection
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;

Completed in 629 milliseconds

1 2 3 4 5 6