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

1 2 3 4 5 6

  /external/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /external/valgrind/main/none/tests/
gxx304.cpp 4 std::ofstream pippo("pluto");
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
default.pass.cpp 23 std::ofstream fs;
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/Android.mk
19 test_name := input.output/file.streams/fstreams/ofstream.cons/default
23 test_name := input.output/file.streams/fstreams/ofstream.cons/string
27 test_name := input.output/file.streams/fstreams/ofstream.cons/pointer
31 test_name := input.output/file.streams/fstreams/ofstream.cons/move
move.pass.cpp 26 std::ofstream fso(temp.c_str());
27 std::ofstream fs = move(fso);
  /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/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/Android.mk
19 test_name := input.output/file.streams/fstreams/ofstream.assign/member_swap
23 test_name := input.output/file.streams/fstreams/ofstream.assign/nonmember_swap
27 test_name := input.output/file.streams/fstreams/ofstream.assign/move_assign
move_assign.pass.cpp 26 std::ofstream fso(temp.c_str());
27 std::ofstream fs;
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream/
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/ofstream/Android.mk
19 test_name := input.output/file.streams/fstreams/ofstream/types
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/Android.mk
19 test_name := input.output/file.streams/fstreams/ofstream.members/open_pointer
23 test_name := input.output/file.streams/fstreams/ofstream.members/open_string
27 test_name := input.output/file.streams/fstreams/ofstream.members/rdbuf
31 test_name := input.output/file.streams/fstreams/ofstream.members/close
  /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;
  /frameworks/rs/api/
gen_runtime.cpp 150 bool writeAllFunctions(ofstream& headerFile, int versionOfTestFiles);
174 ofstream mRsFile; // The Renderscript test file we're generating.
175 ofstream mJavaFile; // The Jave test file we're generating.
188 bool writeFiles(ofstream& headerFile, int versionOfTestFiles);
272 void writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile, Function* function,
316 void writeHeaderSection(ofstream& file) const;
318 void writeRsSection(ofstream& rs) const;
320 void writeJavaSection(ofstream& file) const
    [all...]
  /external/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;
  /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/5/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/6/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 344 milliseconds

1 2 3 4 5 6