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

1 2 3 4 5 6

  /external/stlport/stlport/using/h/
fstream.h 2 using ::ifstream;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 2 using ::ifstream;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 2 using ::ifstream;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 2 using ::ifstream;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 2 using ::ifstream;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 2 using ::ifstream;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
fstream.h 2 using ::ifstream;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/
default.pass.cpp 23 std::ifstream fs;
move.pass.cpp 24 std::ifstream fso("test.dat");
25 std::ifstream fs = move(fso);
pointer.pass.cpp 23 std::ifstream fs("test.dat");
29 std::ifstream fs("test.dat", std::ios_base::out);
string.pass.cpp 23 std::ifstream fs(std::string("test.dat"));
29 std::ifstream fs(std::string("test.dat"), std::ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
move_assign.pass.cpp 24 std::ifstream fso("test.dat");
25 std::ifstream fs;
member_swap.pass.cpp 23 std::ifstream fs1("test.dat");
24 std::ifstream fs2("test2.dat");
nonmember_swap.pass.cpp 24 std::ifstream fs1("test.dat");
25 std::ifstream fs2("test2.dat");
  /external/openfst/src/script/
fst-class.cc 74 ifstream in(fname.c_str(), ifstream::in | ifstream::binary);
92 ifstream in(fname.c_str(), ifstream::in | ifstream::binary);
137 ifstream in(fname.c_str(), ifstream::in | ifstream::binary);
  /external/openfst/src/extensions/far/
stlist.cc 22 ifstream strm(filename.c_str());
strings.cc 30 ifstream istrm(filename);
sttable.cc 22 ifstream strm(filename.c_str());
main.cc 109 ifstream in(fst_fname.c_str(), ifstream::in | ifstream::binary);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
rdbuf.pass.cpp 23 std::ifstream fs("test.dat");
close.pass.cpp 23 std::ifstream fs;
open_pointer.pass.cpp 23 std::ifstream fs;
  /external/openfst/src/include/fst/
expanded-fst.h 78 ifstream strm(filename.c_str(), ifstream::in | ifstream::binary);
150 ifstream strm(filename.c_str(), ifstream::in | ifstream::binary);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 29 std::ifstream fs(temp.c_str());
string.pass.cpp 29 std::ifstream fs(temp);

Completed in 1076 milliseconds

1 2 3 4 5 6