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

  /external/stlport/stlport/stl/
_sstream.c 305 bool __imode = (__mode & ios_base::in) != 0; local
308 if ( !(__imode || __omode) )
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
334 if (__imode) {
361 bool __imode = (__mode & ios_base::in) != 0; local
364 if ( !(__imode || __omode) )
367 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372 if (__imode) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 305 bool __imode = (__mode & ios_base::in) != 0; local
308 if ( !(__imode || __omode) )
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
334 if (__imode) {
361 bool __imode = (__mode & ios_base::in) != 0; local
364 if ( !(__imode || __omode) )
367 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372 if (__imode) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 305 bool __imode = (__mode & ios_base::in) != 0; local
308 if ( !(__imode || __omode) )
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
334 if (__imode) {
361 bool __imode = (__mode & ios_base::in) != 0; local
364 if ( !(__imode || __omode) )
367 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372 if (__imode) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 305 bool __imode = (__mode & ios_base::in) != 0; local
308 if ( !(__imode || __omode) )
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
334 if (__imode) {
361 bool __imode = (__mode & ios_base::in) != 0; local
364 if ( !(__imode || __omode) )
367 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372 if (__imode) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 305 bool __imode = (__mode & ios_base::in) != 0; local
308 if ( !(__imode || __omode) )
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
334 if (__imode) {
361 bool __imode = (__mode & ios_base::in) != 0; local
364 if ( !(__imode || __omode) )
367 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372 if (__imode) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 305 bool __imode = (__mode & ios_base::in) != 0; local
308 if ( !(__imode || __omode) )
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
334 if (__imode) {
361 bool __imode = (__mode & ios_base::in) != 0; local
364 if ( !(__imode || __omode) )
367 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372 if (__imode) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c 305 bool __imode = (__mode & ios_base::in) != 0; local
308 if ( !(__imode || __omode) )
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
334 if (__imode) {
361 bool __imode = (__mode & ios_base::in) != 0; local
364 if ( !(__imode || __omode) )
367 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372 if (__imode) {

Completed in 284 milliseconds