/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...] |
/frameworks/base/services/camera/libcameraservice/ |
CameraHardwareInterface.h | 448 CameraHardwareInterface *__this = local 450 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser); 459 CameraHardwareInterface *__this = local 467 __this->mDataCb(msg_type, mem->mBuffers[index], metadata, __this->mCbUser); 475 CameraHardwareInterface *__this = local 486 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser); 562 CameraHardwareInterface *__this local [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...] |
/prebuilt/ndk/android-ndk-r5/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...] |
/prebuilt/ndk/android-ndk-r6/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...] |
/prebuilt/ndk/android-ndk-r7/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/Source/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));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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));
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/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));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
libstlport_static.a | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
libstlport_static.a | [all...] |