HomeSort by relevance Sort by last modified time
    Searched full:__ok (Results 51 - 59 of 59) sorted by null

1 23

  /external/stlport/stlport/stl/
_fstream.c 82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok == __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok == __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok = __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()) local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 

Completed in 1116 milliseconds

1 23