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

1 2 3 4 5 6 7 8 9

  /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;
  /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/stlport/stlport/using/
fstream 8 using _STLP_NEW_IO_NAMESPACE::ifstream;
  /ndk/sources/cxx-stl/stlport/stlport/using/
fstream 8 using _STLP_NEW_IO_NAMESPACE::ifstream;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
fstream 8 using _STLP_NEW_IO_NAMESPACE::ifstream;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
fstream 8 using _STLP_NEW_IO_NAMESPACE::ifstream;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
fstream 8 using _STLP_NEW_IO_NAMESPACE::ifstream;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
fstream 8 using _STLP_NEW_IO_NAMESPACE::ifstream;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
fstream 8 using _STLP_NEW_IO_NAMESPACE::ifstream;
  /external/oprofile/libregex/tests/
regex_test.cpp 70 ifstream fin(argv[i]);
74 ifstream fin("mangled-name");
  /external/openfst/src/extensions/far/
main.cc 109 ifstream in(fst_fname.c_str(), ifstream::in | ifstream::binary);
stlist.cc 22 ifstream strm(filename.c_str());
sttable.cc 22 ifstream strm(filename.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
member_swap.pass.cpp 23 std::ifstream fs1("test.dat");
24 std::ifstream fs2("test2.dat");
move_assign.pass.cpp 24 std::ifstream fso("test.dat");
25 std::ifstream fs;
nonmember_swap.pass.cpp 24 std::ifstream fs1("test.dat");
25 std::ifstream fs2("test2.dat");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/
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);

Completed in 218 milliseconds

1 2 3 4 5 6 7 8 9