Searched refs:sync (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
H A Diostream.cpp296 bool _STLP_CALL ios_base::sync_with_stdio(bool sync) { argument
302 if (sync == _S_is_synced) return sync;
305 // just set the sync flag and exit
307 _S_is_synced = sync;
308 return sync;
316 if (sync)
321 if (sync) {
344 _S_is_synced = sync;
H A Dstdio_streambuf.h67 int sync();
H A Dstdio_streambuf.cpp144 int stdio_streambuf_base::sync() { function in class:stdio_streambuf_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h138 virtual int sync();
153 int pubsync() { return this->sync(); }
H A D_streambuf.c184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
H A D_istream.h161 int sync();
H A D_fstream.c402 int basic_filebuf<_CharT, _Traits>::sync() { function in class:_Traits
H A D_fstream.h212 virtual int sync();
H A D_istream.c476 int basic_istream<_CharT, _Traits>::sync() {

Completed in 65 milliseconds