/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/libcxx/include/experimental/ |
any | 296 static void* __handle(_Action __act, any const * __this, any * __other, 302 __destroy(const_cast<any &>(*__this)); 305 __copy(*__this, *__other); 308 __move(const_cast<any &>(*__this), *__other); 311 return __get(const_cast<any &>(*__this), __info); 327 static void __destroy(any & __this) 329 _Tp & __value = *static_cast<_Tp *>(static_cast<void*>(&__this.__s.__buf)); 331 __this.__h = nullptr; 335 static void __copy(any const & __this, any & __dest) 338 static_cast<void const *>(&__this.__s.__buf))) [all...] |
/hardware/ti/omap4-aah/camera/inc/ |
BufferSourceAdapter.h | 47 ReturnFrame(BufferSourceAdapter* __this) : mBufferSourceAdapter(__this) { 94 QueueFrame(BufferSourceAdapter* __this) : mBufferSourceAdapter(__this) {
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 491 CameraHardwareInterface *__this = local 493 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser); 502 CameraHardwareInterface *__this = local 510 __this->mDataCb(msg_type, mem->mBuffers[index], metadata, __this->mCbUser); 518 CameraHardwareInterface *__this = local 529 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser); 605 CameraHardwareInterface *__this local [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...] |
/prebuilts/ndk/current/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable_policy.h | 804 const __hashtable* __this = static_cast<const __hashtable*>(this); local 805 return __this->__rehash_policy().max_load_factor(); 811 __hashtable* __this = static_cast<__hashtable*>(this); local 812 __this->__rehash_policy(_Prime_rehash_policy(__z)); 818 __hashtable* __this = static_cast<__hashtable*>(this); local 819 __this->rehash(__builtin_ceil(__n / max_load_factor())); 1585 const __hashtable* __this = static_cast<const __hashtable*>(this); local 1624 const __hashtable* __this = static_cast<const __hashtable*>(this); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable_policy.h | 804 const __hashtable* __this = static_cast<const __hashtable*>(this); local 805 return __this->__rehash_policy().max_load_factor(); 811 __hashtable* __this = static_cast<__hashtable*>(this); local 812 __this->__rehash_policy(_Prime_rehash_policy(__z)); 818 __hashtable* __this = static_cast<__hashtable*>(this); local 819 __this->rehash(__builtin_ceil(__n / max_load_factor())); 1585 const __hashtable* __this = static_cast<const __hashtable*>(this); local 1624 const __hashtable* __this = static_cast<const __hashtable*>(this); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
hashtable_policy.h | 804 const __hashtable* __this = static_cast<const __hashtable*>(this); local 805 return __this->__rehash_policy().max_load_factor(); 811 __hashtable* __this = static_cast<__hashtable*>(this); local 812 __this->__rehash_policy(_Prime_rehash_policy(__z)); 818 __hashtable* __this = static_cast<__hashtable*>(this); local 819 __this->rehash(__builtin_ceil(__n / max_load_factor())); 1585 const __hashtable* __this = static_cast<const __hashtable*>(this); local 1624 const __hashtable* __this = static_cast<const __hashtable*>(this); local [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
hashtable_policy.h | 950 const __hashtable* __this = static_cast<const __hashtable*>(this); variable 951 return __this->__rehash_policy().max_load_factor(); 957 __hashtable* __this = static_cast<__hashtable*>(this); local 958 __this->__rehash_policy(_Prime_rehash_policy(__z)); 964 __hashtable* __this = static_cast<__hashtable*>(this); local 965 __this->rehash(__builtin_ceil(__n / max_load_factor())); 1822 const __hashtable* __this = static_cast<const __hashtable*>(this); local 1861 const __hashtable* __this = static_cast<const __hashtable*>(this); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
hashtable_policy.h | 546 const _Hashtable* __this = static_cast<const _Hashtable*>(this); local 547 return __this->__rehash_policy().max_load_factor(); 553 _Hashtable* __this = static_cast<_Hashtable*>(this); local 554 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
hashtable_policy.h | 546 const _Hashtable* __this = static_cast<const _Hashtable*>(this); local 547 return __this->__rehash_policy().max_load_factor(); 553 _Hashtable* __this = static_cast<_Hashtable*>(this); local 554 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
hashtable_policy.h | 546 const _Hashtable* __this = static_cast<const _Hashtable*>(this); local 547 return __this->__rehash_policy().max_load_factor(); 553 _Hashtable* __this = static_cast<_Hashtable*>(this); local 554 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
hashtable_policy.h | 546 const _Hashtable* __this = static_cast<const _Hashtable*>(this); local 547 return __this->__rehash_policy().max_load_factor(); 553 _Hashtable* __this = static_cast<_Hashtable*>(this); local 554 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/ |
codemodel-2.2.11.jar | |