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

1 2 3

  /external/stlport/src/
stdio_streambuf.cpp 57 _M_file(file)
61 _STLP_VENDOR_CSTD::fflush(_M_file);
70 _STLP_VENDOR_CSTD::setvbuf(_M_file, s, (s == 0 && n == 0) ? _IONBF : _IOFBF, __n_size_t);
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) {
95 FGETPOS(_M_file, &pos);
141 return FSETPOS(_M_file, &p) == 0 ? pos : pos_type(-1);
145 return _STLP_VENDOR_CSTD::fflush(_M_file) == 0 ? 0 : -1;
159 int c = fgetc(_M_file);
161 int c = getc(_M_file);
164 _STLP_VENDOR_CSTD::ungetc(c, _M_file);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 57 _M_file(file)
61 _STLP_VENDOR_CSTD::fflush(_M_file);
70 _STLP_VENDOR_CSTD::setvbuf(_M_file, s, (s == 0 && n == 0) ? _IONBF : _IOFBF, __n_size_t);
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) {
95 FGETPOS(_M_file, &pos);
141 return FSETPOS(_M_file, &p) == 0 ? pos : pos_type(-1);
145 return _STLP_VENDOR_CSTD::fflush(_M_file) == 0 ? 0 : -1;
159 int c = fgetc(_M_file);
161 int c = getc(_M_file);
164 _STLP_VENDOR_CSTD::ungetc(c, _M_file);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
stdio_sync_filebuf.h 69 std::__c_file* const _M_file;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
89 file() { return this->_M_file; }
147 if (std::fflush(_M_file))
162 { return std::fflush(_M_file); }
177 if (!fseeko64(_M_file, __off, __whence))
178 __ret = std::streampos(ftello64(_M_file));
180 if (!fseek(_M_file, __off, __whence))
181 __ret = std::streampos(std::ftell(_M_file));
196 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 109 fd() { return this->_M_file.fd(); }
119 file() { return this->_M_file.file(); }
130 this->_M_file.sys_open(__fd, __mode);
147 this->_M_file.sys_open(__f, __mode);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 68 std::__c_file* const _M_file;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
88 file() { return this->_M_file; }
146 if (std::fflush(_M_file))
161 { return std::fflush(_M_file); }
176 if (!fseeko64(_M_file, __off, __whence))
177 __ret = std::streampos(ftello64(_M_file));
179 if (!fseek(_M_file, __off, __whence))
180 __ret = std::streampos(std::ftell(_M_file));
195 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 109 fd() { return this->_M_file.fd(); }
119 file() { return this->_M_file.file(); }
130 this->_M_file.sys_open(__fd, __mode);
147 this->_M_file.sys_open(__f, __mode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 68 std::__c_file* const _M_file;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
88 file() { return this->_M_file; }
146 if (std::fflush(_M_file))
161 { return std::fflush(_M_file); }
176 if (!fseeko64(_M_file, __off, __whence))
177 __ret = std::streampos(ftello64(_M_file));
179 if (!fseek(_M_file, __off, __whence))
180 __ret = std::streampos(std::ftell(_M_file));
195 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 109 fd() { return this->_M_file.fd(); }
119 file() { return this->_M_file.file(); }
130 this->_M_file.sys_open(__fd, __mode);
147 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 59 std::__c_file* const _M_file;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
79 file() { return this->_M_file; }
137 if (std::fflush(_M_file))
152 { return std::fflush(_M_file); }
167 if (!fseeko64(_M_file, __off, __whence))
168 __ret = std::streampos(ftello64(_M_file));
170 if (!fseek(_M_file, __off, __whence))
171 __ret = std::streampos(std::ftell(_M_file));
186 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 105 fd() { return this->_M_file.fd(); }
115 file() { return this->_M_file.file(); }
126 this->_M_file.sys_open(__fd, __mode);
143 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 59 std::__c_file* const _M_file;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
79 file() { return this->_M_file; }
137 if (std::fflush(_M_file))
152 { return std::fflush(_M_file); }
167 if (!fseeko64(_M_file, __off, __whence))
168 __ret = std::streampos(ftello64(_M_file));
170 if (!fseek(_M_file, __off, __whence))
171 __ret = std::streampos(std::ftell(_M_file));
186 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 105 fd() { return this->_M_file.fd(); }
115 file() { return this->_M_file.file(); }
126 this->_M_file.sys_open(__fd, __mode);
143 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 59 std::__c_file* const _M_file;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
79 file() { return this->_M_file; }
137 if (std::fflush(_M_file))
152 { return std::fflush(_M_file); }
167 if (!fseeko64(_M_file, __off, __whence))
168 __ret = std::streampos(ftello64(_M_file));
170 if (!fseek(_M_file, __off, __whence))
171 __ret = std::streampos(std::ftell(_M_file));
186 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 105 fd() { return this->_M_file.fd(); }
115 file() { return this->_M_file.file(); }
126 this->_M_file.sys_open(__fd, __mode);
143 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 59 std::__c_file* const _M_file;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
79 file() { return this->_M_file; }
137 if (std::fflush(_M_file))
152 { return std::fflush(_M_file); }
167 if (!fseeko64(_M_file, __off, __whence))
168 __ret = std::streampos(ftello64(_M_file));
170 if (!fseek(_M_file, __off, __whence))
171 __ret = std::streampos(std::ftell(_M_file));
186 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 105 fd() { return this->_M_file.fd(); }
115 file() { return this->_M_file.file(); }
126 this->_M_file.sys_open(__fd, __mode);
143 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 69 std::__c_file* const _M_file;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
89 file() { return this->_M_file; }
147 if (std::fflush(_M_file))
162 { return std::fflush(_M_file); }
177 if (!fseeko64(_M_file, __off, __whence))
178 __ret = std::streampos(ftello64(_M_file));
180 if (!fseek(_M_file, __off, __whence))
181 __ret = std::streampos(std::ftell(_M_file));
196 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 109 fd() { return this->_M_file.fd(); }
119 file() { return this->_M_file.file(); }
130 this->_M_file.sys_open(__fd, __mode);
147 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 69 std::__c_file* const _M_file;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
89 file() { return this->_M_file; }
147 if (std::fflush(_M_file))
162 { return std::fflush(_M_file); }
177 if (!fseeko64(_M_file, __off, __whence))
178 __ret = std::streampos(ftello64(_M_file));
180 if (!fseek(_M_file, __off, __whence))
181 __ret = std::streampos(std::ftell(_M_file));
196 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 110 fd() { return this->_M_file.fd(); }
120 file() { return this->_M_file.file(); }
131 this->_M_file.sys_open(__fd, __mode);
148 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 69 std::__c_file* const _M_file;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
89 file() { return this->_M_file; }
147 if (std::fflush(_M_file))
162 { return std::fflush(_M_file); }
177 if (!fseeko64(_M_file, __off, __whence))
178 __ret = std::streampos(ftello64(_M_file));
180 if (!fseek(_M_file, __off, __whence))
181 __ret = std::streampos(std::ftell(_M_file));
196 { return std::getc(_M_file); }
    [all...]
stdio_filebuf.h 109 fd() { return this->_M_file.fd(); }
119 file() { return this->_M_file.file(); }
130 this->_M_file.sys_open(__fd, __mode);
147 this->_M_file.sys_open(__f, __mode);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 69 std::__c_file* const _M_file;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
89 file() { return this->_M_file; }
147 if (std::fflush(_M_file))
162 { return std::fflush(_M_file); }
177 if (!fseeko64(_M_file, __off, __whence))
178 __ret = std::streampos(ftello64(_M_file));
180 if (!fseek(_M_file, __off, __whence))
181 __ret = std::streampos(std::ftell(_M_file));
196 { return std::getc(_M_file); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 68 std::__c_file* const _M_file;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
88 file() { return this->_M_file; }
146 if (std::fflush(_M_file))
161 { return std::fflush(_M_file); }
176 if (!fseeko64(_M_file, __off, __whence))
177 __ret = std::streampos(ftello64(_M_file));
179 if (!fseek(_M_file, __off, __whence))
180 __ret = std::streampos(std::ftell(_M_file));
195 { return std::getc(_M_file); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 68 std::__c_file* const _M_file;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
88 file() { return this->_M_file; }
146 if (std::fflush(_M_file))
161 { return std::fflush(_M_file); }
176 if (!fseeko64(_M_file, __off, __whence))
177 __ret = std::streampos(ftello64(_M_file));
179 if (!fseek(_M_file, __off, __whence))
180 __ret = std::streampos(std::ftell(_M_file));
195 { return std::getc(_M_file); }
    [all...]

Completed in 471 milliseconds

1 2 3