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

12 3

  /external/oprofile/libutil++/
file_manip.cpp 63 ofstream out(destination.c_str(), ios::trunc);
  /external/stlport/stlport/stl/
_iosfwd.h 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 30 static inline void writeInteger(unsigned num, std::ofstream& ARFile) {
204 std::ofstream& ARFile,
294 Archive::writeSymbolTable(std::ofstream& ARFile) {
374 std::ofstream ArchiveFile(TmpArchive.c_str(), io_mode);
432 std::ofstream FinalFile(FinalFilePath.c_str(), io_mode);
  /external/llvm/tools/gold/
gold-plugin.cpp 347 std::ofstream api_file;
351 api_file.open("apifile.txt", std::ofstream::out | std::ofstream::trunc);
  /external/icu4c/tools/tzcode/
icuzdump.cpp 388 ofstream* fout = new ofstream(path.str().c_str(), mode);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 259 ofstream strm(filename.c_str());
274 ofstream strm(filename.c_str());
const-fst.h 299 ofstream strm(filename.c_str());
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 266 ofstream match_file(s.str().c_str());
279 ofstream inlier_match_file(s.str().c_str());
PgmImage.cpp 195 ofstream out(filename.c_str(),std::ios::out |ios::binary);
  /external/srec/tools/grxmlcompile/
hashmap.cpp 158 ofstream outfile;
fst-io.h 159 ostrm = new ofstream(argv[2]);
grxmldoc.cpp 1027 ofstream outfile;
1099 ofstream outfile;
1117 ofstream outfile;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iosfwd 138 typedef basic_ofstream<char> ofstream; ///< @isiosfwd
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
iosfwd 138 typedef basic_ofstream<char> ofstream; ///< @isiosfwd
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
iosfwd 138 typedef basic_ofstream<char> ofstream; ///< @isiosfwd
  /external/zlib/contrib/iostream3/
zfstream.h 320 * This class implements ofstream for gzipped files. Seeking and putback
368 * ofstream, which never sets the state to good() and therefore
  /external/llvm/include/llvm/Bitcode/
Archive.h 484 /// @brief Write the symbol table to an ofstream.
485 void writeSymbolTable(std::ofstream& ARFile);
487 /// Writes one ArchiveMember to an ofstream. If an error occurs, returns
494 std::ofstream& ARFile, ///< The file to write member onto
  /external/oprofile/pp/
opreport_options.cpp 150 static ofstream os(outfile.c_str());
  /external/protobuf/src/google/protobuf/
message_unittest.cc 100 ofstream out;
  /frameworks/compile/slang/
slang_rs_reflection.h 105 mutable std::ofstream mOF;
  /external/collada/src/dae/
daeZAEUncompressHandler.cpp 210 std::ofstream outFile(currentOutFilePath.c_str(), std::ios::binary);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 385 /// Open for output. Default for @c ofstream and fstream.
388 /// Open for input. Default for @c ofstream.

Completed in 597 milliseconds

12 3