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

12 3

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 131 typedef basic_ifstream<char, char_traits<char> > ifstream; typedef
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 131 typedef basic_ifstream<char, char_traits<char> > ifstream; typedef
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 131 typedef basic_ifstream<char, char_traits<char> > ifstream; typedef
  /development/tools/a3dconvert/
ObjLoader.cpp 199 std::ifstream ifs(fileName , std::ifstream::in);
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 119 in = new std::ifstream(InputFilename.c_str());
  /external/oprofile/libabi/
opimport.cpp 182 ifstream abi_file(abi_filename.c_str());
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 100 ifstream strm(filename.c_str());
symbol-table.cpp 36 ifstream strm(filename.c_str());
const-fst.h 283 ifstream strm(filename.c_str());
symbol-table.h 246 ifstream strm(filename.c_str());
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 111 ifstream in(filename.c_str(),std::ios::in | std::ios::binary);
dbregtest.cpp 124 ifstream in(image_list_file_name.c_str(),ios::in);
  /external/zlib/contrib/iostream3/
zfstream.h 231 * This class implements ifstream for gzipped files. Seeking and putback
279 * ifstream, which never sets the state to good() and therefore
  /external/chromium/chrome/browser/importer/
mork_reader.h 145 std::ifstream stream_;
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 89 std::ifstream In(Filename);
LoopExtractor.cpp 181 std::ifstream In(Filename);
  /external/oprofile/libregex/
op_regex.cpp 258 ifstream in(filename.c_str());
  /external/icu4c/tools/tzcode/
tz2icu.cpp 240 int64_t readcoded(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(),
258 int64_t readcoded64(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(),
276 bool readbool(ifstream& file) {
291 void readzoneinfo(ifstream& file, ZoneInfo& info, bool is64bitData) {
544 ifstream file(path.c_str(), ios::in | ios::binary);
    [all...]
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 63 std::ifstream fin(infoFile.c_str());
  /external/srec/tools/grxmlcompile/
fst-io.h 373 istrm = new ifstream(ifilename);
  /external/oprofile/gui/
oprof_start.cpp 305 ifstream in(name.c_str());
367 ifstream in(name.c_str());
  /external/stlport/test/unit/
codecvt_test.cpp 305 ifstream istr(fileName);
339 ifstream istr(fileName);
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 306 ifstream istr(fileName);
341 ifstream istr(fileName);
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 306 ifstream istr(fileName);
341 ifstream istr(fileName);
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 222 std::ifstream url_stream(url_file.value().c_str());

Completed in 1235 milliseconds

12 3