HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 51 - 75 of 397) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CookieSyncManagerTest.java 38 mgr.sync();
  /external/stlport/src/
stdio_streambuf.cpp 144 int stdio_streambuf_base::sync() { function in class:stdio_streambuf_base
  /external/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /external/zlib/src/contrib/iostream3/
zfstream.cc 32 // Sync output buffer and close only if responsible for file
34 this->sync();
114 // Attempt to sync and close gzipped file
115 if (this->sync() == -1)
269 // First make sure stuff is sync'ed, for safety
270 if (this->sync() == -1)
299 gzfilebuf::sync() function in class:gzfilebuf
  /libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java 41 userPreferences.sync();
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 144 int stdio_streambuf_base::sync() { function in class:stdio_streambuf_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 72 public void sync() { method in class:Buffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 160 sync() function in class:stdio_sync_filebuf

Completed in 977 milliseconds

1 23 4 5 6 7 8 91011>>