/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_set.h | 378 max_size() const _GLIBCXX_NOEXCEPT 379 { return _M_t.max_size(); }
|
hashtable.h | 490 max_size() const noexcept 491 { return _M_node_allocator().max_size(); } 507 { return max_size(); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
bitmap_allocator.h | 1018 if (__n > this->max_size()) 1055 max_size() const _GLIBCXX_USE_NOEXCEPT
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
deque.tcc | 847 if (this->max_size() - this->size() < __new_elems) 872 if (this->max_size() - this->size() < __new_elems) [all...] |
stl_multimap.h | 467 max_size() const _GLIBCXX_NOEXCEPT 468 { return _M_t.max_size(); } [all...] |
stl_multiset.h | 410 max_size() const _GLIBCXX_NOEXCEPT 411 { return _M_t.max_size(); }
|
stl_set.h | 414 max_size() const _GLIBCXX_NOEXCEPT 415 { return _M_t.max_size(); }
|
hashtable.h | 511 max_size() const noexcept 512 { return __node_alloc_traits::max_size(this->_M_node_allocator()); } 528 { return max_size(); } [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
bitmap_allocator.h | 1018 if (__n > this->max_size()) 1055 max_size() const _GLIBCXX_USE_NOEXCEPT
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
memory | 93 static size_type max_size(const allocator_type& a); // noexcept in C++14 132 size_type max_size() const noexcept; [all...] |
__hash_table | 896 size_type max_size() const _NOEXCEPT 898 return allocator_traits<__pointer_allocator>::max_size( [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
memory | 93 static size_type max_size(const allocator_type& a); // noexcept in C++14 132 size_type max_size() const noexcept; [all...] |
__hash_table | 896 size_type max_size() const _NOEXCEPT 898 return allocator_traits<__pointer_allocator>::max_size( [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 128 mm_dimension max_size; local 131 memset(&max_size, 0, sizeof(mm_dimension)); 132 max_size.w = m_parent->m_max_pic_width; 133 max_size.h = m_parent->m_max_pic_height; 135 mJpegClientHandle = jpeg_open(&mJpegHandle, max_size); [all...] |
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | 111 mm_dimension max_size; local 114 memset(&max_size, 0, sizeof(mm_dimension)); 115 max_size.w = m_parent->m_max_pic_dim.width; 116 max_size.h = m_parent->m_max_pic_dim.height; 118 mJpegClientHandle = jpeg_open(&mJpegHandle,max_size); [all...] |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 696 #define YY_INPUT(buf,result,max_size) \ 702 for ( n = 0; n < max_size && \ 714 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ [all...] |
/external/bison/src/ |
scan-skel.c | 783 #define YY_INPUT(buf,result,max_size) \ 789 for ( n = 0; n < max_size && \ 801 while ( (result = fread(buf, 1, max_size, skel_in))==0 && ferror(skel_in)) \ [all...] |
/external/libcxx/include/ |
__hash_table | 881 size_type max_size() const _NOEXCEPT 883 return allocator_traits<__pointer_allocator>::max_size( [all...] |
forward_list | 85 size_type max_size() const noexcept; 649 size_type max_size() const _NOEXCEPT [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable.h | 490 max_size() const noexcept 491 { return _M_node_allocator().max_size(); } 507 { return max_size(); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable.h | 490 max_size() const noexcept 491 { return _M_node_allocator().max_size(); } 507 { return max_size(); } [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map.h | 649 size_type max_size() const { function in class:google::protobuf::Map::MapAllocator 941 static size_type max_size() { function in class:google::protobuf::Map::InnerMap [all...] |
/external/caliper/lib/ |
java-allocation-instrumenter-2.0.jar | |
/external/chromium-trace/catapult/third_party/Paste/docs/ |
news.txt | 188 ``environ['wsgi.input'].readline(max_size)`` ignored the max_size [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 297 const int max_size = (SANITIZER_WORDSIZE == 32) ? 1 << 26 : 1 << 28; local 298 for (int i = 113; i < max_size; i = i * 2 + 13) { [all...] |