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

  /external/stlport/src/
fstream.cpp 37 _Underflow< char, char_traits<char> >::_M_doit(basic_filebuf<char, char_traits<char> >* __this)
42 if (!__this->_M_in_input_mode) {
43 if (!__this->_M_switch_to_input_mode())
46 else if (__this->_M_in_putback_mode) {
47 __this->_M_exit_putback_mode();
48 if (__this->gptr() != __this->egptr()) {
49 int_type __c = traits_type::to_int_type(*__this->gptr());
57 if (__this->_M_base.__regular_file()
58 && __this->_M_always_nocon
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 37 _Underflow< char, char_traits<char> >::_M_doit(basic_filebuf<char, char_traits<char> >* __this)
42 if (!__this->_M_in_input_mode) {
43 if (!__this->_M_switch_to_input_mode())
46 else if (__this->_M_in_putback_mode) {
47 __this->_M_exit_putback_mode();
48 if (__this->gptr() != __this->egptr()) {
49 int_type __c = traits_type::to_int_type(*__this->gptr());
57 if (__this->_M_base.__regular_file()
58 && __this->_M_always_nocon
    [all...]
  /external/stlport/stlport/stl/
_fstream.h 407 static int_type _STLP_CALL _M_doit(basic_filebuf<_CharT, _Traits>* __this) {
408 if (!__this->_M_in_input_mode) {
409 if (!__this->_M_switch_to_input_mode())
412 else if (__this->_M_in_putback_mode) {
413 __this->_M_exit_putback_mode();
414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
420 return __this->_M_underflow_aux();
432 static int_type _STLP_CALL _M_doit(basic_filebuf<char, traits_type >* __this);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 407 static int_type _STLP_CALL _M_doit(basic_filebuf<_CharT, _Traits>* __this) {
408 if (!__this->_M_in_input_mode) {
409 if (!__this->_M_switch_to_input_mode())
412 else if (__this->_M_in_putback_mode) {
413 __this->_M_exit_putback_mode();
414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
420 return __this->_M_underflow_aux();
432 static int_type _STLP_CALL _M_doit(basic_filebuf<char, traits_type >* __this);
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/
split-002.js 140 function string_split ( __this, separator, limit ) {
141 var S = String(__this ); // 1
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 628 const _Hashtable* __this = static_cast<const _Hashtable*>(this); local
629 return __this->__rehash_policy().max_load_factor();
635 _Hashtable* __this = static_cast<_Hashtable*>(this); local
636 __this->__rehash_policy(_Prime_rehash_policy(__z));

Completed in 216 milliseconds