/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_deque.h | 78 __deque_buf_size(size_t __size) 79 { return __size < 512 ? size_t(512 / __size) : size_t(1); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex.h | 1580 size_type __size = _Base_type::size(); local [all...] |
stl_deque.h | 88 __deque_buf_size(size_t __size) 89 { return (__size < _GLIBCXX_DEQUE_BUF_SIZE 90 ? size_t(_GLIBCXX_DEQUE_BUF_SIZE / __size) : size_t(1)); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex.h | 1583 size_type __size = _Base_type::size(); local [all...] |
stl_deque.h | 73 * @param __size The size of an element. 90 __deque_buf_size(size_t __size) 91 { return (__size < _GLIBCXX_DEQUE_BUF_SIZE 92 ? size_t(_GLIBCXX_DEQUE_BUF_SIZE / __size) : size_t(1)); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_deque.h | 638 size_type __size = size(); 640 if (__len > __size) { 641 const value_type *__mid = __first + __size; [all...] |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_deque.h | 638 size_type __size = size(); 640 if (__len > __size) { 641 const value_type *__mid = __first + __size; [all...] |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex.h | 1580 size_type __size = _Base_type::size(); local [all...] |
stl_deque.h | 88 __deque_buf_size(size_t __size) 89 { return (__size < _GLIBCXX_DEQUE_BUF_SIZE 90 ? size_t(_GLIBCXX_DEQUE_BUF_SIZE / __size) : size_t(1)); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex.h | 1583 size_type __size = _Base_type::size(); local [all...] |
stl_deque.h | 73 * @param __size The size of an element. 90 __deque_buf_size(size_t __size) 91 { return (__size < _GLIBCXX_DEQUE_BUF_SIZE 92 ? size_t(_GLIBCXX_DEQUE_BUF_SIZE / __size) : size_t(1)); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex.h | 1549 size_type __size = _Base_type::size(); local [all...] |
stl_deque.h | 72 * @param __size The size of an element. 89 __deque_buf_size(size_t __size) 90 { return (__size < _GLIBCXX_DEQUE_BUF_SIZE 91 ? size_t(_GLIBCXX_DEQUE_BUF_SIZE / __size) : size_t(1)); } [all...] |
/external/stlport/src/ |
facets_byname.cpp | 989 size_t __size = str.size(); local [all...] |
/external/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/ndk/sources/cxx-stl/stlport/src/ |
facets_byname.cpp | 989 size_t __size = str.size(); local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
tcmalloc.cc | 224 void* tc_memalign(size_t __alignment, size_t __size) __THROW 228 void* tc_valloc(size_t __size) __THROW 230 void* tc_pvalloc(size_t __size) __THROW [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | 2024 const size_type __size = this->size(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
ropeimpl.h | 344 size_t __size = this->_M_size + 1; local 345 _Destroy(__cstr, __cstr + __size, _M_get_allocator()); 346 this->_Data_deallocate(__cstr, __size); [all...] |