HomeSort by relevance Sort by last modified time
    Searched refs:_S_is_synced (Results 1 - 7 of 7) sorted by null

  /external/stlport/src/
iostream.cpp 141 bool ios_base::_S_is_synced = true;
202 if (_S_is_synced)
207 if (_S_is_synced) {
302 if (sync == _S_is_synced) return sync;
307 _S_is_synced = sync;
344 _S_is_synced = sync;
347 return _S_is_synced;
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 141 bool ios_base::_S_is_synced = true;
202 if (_S_is_synced)
207 if (_S_is_synced) {
302 if (sync == _S_is_synced) return sync;
307 _S_is_synced = sync;
344 _S_is_synced = sync;
347 return _S_is_synced;
  /external/stlport/stlport/stl/
_ios_base.h 202 static bool _S_is_synced;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 202 static bool _S_is_synced;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 202 static bool _S_is_synced;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 202 static bool _S_is_synced;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 202 static bool _S_is_synced;

Completed in 24 milliseconds