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

12 3 4 5 6

  /prebuilts/ndk/7/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/8/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/9/sources/cxx-stl/EH/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;
  /external/chromium_org/third_party/brotli/src/woff2/
file.h 33 std::ofstream ofs(filename.c_str(), std::ios::binary);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.h 35 std::ofstream _results;
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 25 std::ofstream fs(temp.c_str());
string.pass.cpp 25 std::ofstream fs(temp);
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 25 std::ofstream fs;
rdbuf.pass.cpp 25 std::ofstream fs(temp.c_str());
open_pointer.pass.cpp 25 std::ofstream fs;
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 22 std::ofstream bytestream("myfile.txt");
overflow.pass.cpp 44 std::ofstream bs("overflow.dat");
61 std::ofstream bs("overflow.dat");
79 std::ofstream bs("overflow.dat");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 25 std::ofstream fs(temp.c_str());
string.pass.cpp 25 std::ofstream fs(temp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 25 std::ofstream fs;
rdbuf.pass.cpp 25 std::ofstream fs(temp.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 22 std::ofstream bytestream("myfile.txt");
overflow.pass.cpp 44 std::ofstream bs("overflow.dat");
61 std::ofstream bs("overflow.dat");
79 std::ofstream bs("overflow.dat");
  /external/chromium_org/third_party/webrtc/tools/frame_analyzer/
video_quality_analysis_unittest.cc 70 std::ofstream stats_file;
78 std::ofstream stats_file;
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 26 std::ofstream fs1(temp1.c_str());
27 std::ofstream fs2(temp2.c_str());
nonmember_swap.pass.cpp 27 std::ofstream fs1(temp1.c_str());
28 std::ofstream fs2(temp2.c_str());
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 107 class GeneratedFile : public std::ofstream {
140 std::ofstream &indent() {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 26 std::ofstream fs1(temp1.c_str());
27 std::ofstream fs2(temp2.c_str());
nonmember_swap.pass.cpp 27 std::ofstream fs1(temp1.c_str());
28 std::ofstream fs2(temp2.c_str());
  /external/eigen/bench/btl/generic_bench/utils/
xy_file.hh 66 ofstream outfile (filename.c_str(),ios::out) ;

Completed in 322 milliseconds

12 3 4 5 6