/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | 95 if (this->max_size() - (this->size() - __n1) < __n2) 440 max_size() const _GLIBCXX_NOEXCEPT 497 * @throw std::length_error If @a __res_arg exceeds @c max_size(). 501 * number requested is more than max_size(), length_error is 924 * @throw std::length_error If new length exceeds @c max_size(). 928 * characters causes the length to exceed max_size(), 941 * @throw std::length_error If new length exceeds @c max_size(). 944 * causes the length to exceed max_size(), length_error is 963 * @throw std::length_error If new length exceeds @c max_size(). 975 * @throw std::length_error If new length exceeds @c max_size() [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_impl_autogen.h | 653 GLsizei max_size = 0; local 656 max_size = 658 memcpy(infolog, str.c_str(), max_size); 659 infolog[max_size] = '\0'; 664 *length = max_size; 733 GLsizei max_size = 0; local 736 max_size = 738 memcpy(infolog, str.c_str(), max_size); 739 infolog[max_size] = '\0'; 744 *length = max_size; 761 GLsizei max_size = 0; local 1612 GLsizei max_size = 0; local [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
FileClientSessionCache.java | 41 public static final int MAX_SIZE = 12; // ~72k 51 * <p>When the number of session files exceeds MAX_SIZE, we delete the 116 MAX_SIZE, 0.75f, true /* access order */); 240 if (size <= MAX_SIZE) { 247 int removals = size - MAX_SIZE;
|
/external/chromium_org/components/sessions/ |
serialized_navigation_entry.cc | 220 void SerializedNavigationEntry::WriteToPickle(int max_size, 226 WriteStringToPickle(pickle, &bytes_written, max_size, 229 WriteString16ToPickle(pickle, &bytes_written, max_size, title_); 235 WriteStringToPickle(pickle, &bytes_written, max_size, 244 pickle, &bytes_written, max_size, 251 pickle, &bytes_written, max_size, 257 WriteString16ToPickle(pickle, &bytes_written, max_size, search_terms_);
|
/external/chromium_org/net/disk_cache/simple/ |
simple_backend_impl.cc | 262 return index_->max_size() / kMaxFileRatio; 389 index_->SetMaxSize(result.max_size); 399 result.max_size = suggested_max_size; 409 if (!result.max_size) { 412 result.max_size = kDefaultCacheSize; 416 result.max_size = disk_cache::PreferedCacheSize(available); 418 DCHECK(result.max_size);
|
/external/stlport/stlport/stl/ |
_string.h | 304 if (__n > max_size() - __size) 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string 611 if (__s.size() > max_size() - size()) 622 if (__len > max_size() - size()) 632 if (__n > max_size() - size()) 643 if (__len > max_size() - size()) 652 if (__n > max_size() - size() [all...] |
_string_base.h | 92 // Precondition: 0 < __n <= max_size(). 104 size_t max_size() const { function in class:_String_base 106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 304 if (__n > max_size() - __size) 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string 611 if (__s.size() > max_size() - size()) 622 if (__len > max_size() - size()) 632 if (__n > max_size() - size()) 643 if (__len > max_size() - size()) 652 if (__n > max_size() - size() [all...] |
_string_base.h | 92 // Precondition: 0 < __n <= max_size(). 104 size_t max_size() const { function in class:_String_base 106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 304 if (__n > max_size() - __size) 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string 611 if (__s.size() > max_size() - size()) 622 if (__len > max_size() - size()) 632 if (__n > max_size() - size()) 643 if (__len > max_size() - size()) 652 if (__n > max_size() - size() [all...] |
_string_base.h | 92 // Precondition: 0 < __n <= max_size(). 104 size_t max_size() const { function in class:_String_base 106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 304 if (__n > max_size() - __size) 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string 611 if (__s.size() > max_size() - size()) 622 if (__len > max_size() - size()) 632 if (__n > max_size() - size()) 643 if (__len > max_size() - size()) 652 if (__n > max_size() - size() [all...] |
_string_base.h | 92 // Precondition: 0 < __n <= max_size(). 104 size_t max_size() const { function in class:_String_base 106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 304 if (__n > max_size() - __size) 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string 611 if (__s.size() > max_size() - size()) 622 if (__len > max_size() - size()) 632 if (__n > max_size() - size()) 643 if (__len > max_size() - size()) 652 if (__n > max_size() - size() [all...] |
_string_base.h | 92 // Precondition: 0 < __n <= max_size(). 104 size_t max_size() const { function in class:_String_base 106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 304 if (__n > max_size() - __size) 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string 611 if (__s.size() > max_size() - size()) 622 if (__len > max_size() - size()) 632 if (__n > max_size() - size()) 643 if (__len > max_size() - size()) 652 if (__n > max_size() - size() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string.h | 304 if (__n > max_size() - __size) 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string 611 if (__s.size() > max_size() - size()) 622 if (__len > max_size() - size()) 632 if (__n > max_size() - size()) 643 if (__len > max_size() - size()) 652 if (__n > max_size() - size() [all...] |
/external/qemu/ |
qemu-char.c | 274 int max_size; member in struct:__anon27267 602 int max_size; member in struct:__anon27268 619 s->max_size = qemu_chr_can_read(chr); 620 return s->max_size; 631 if (len > s->max_size) 632 len = s->max_size; 1510 int max_size; member in struct:__anon27271 1872 int max_size; member in struct:__anon27272 1980 int max_size; member in struct:__anon27273 [all...] |
/external/chromium_org/ash/wm/ |
window_resizer.cc | 373 gfx::Size max_size = details.window->delegate()->GetMaximumSize(); local 374 if (max_size.width() != 0) 375 max_width = std::min(max_width, max_size.width()); 406 gfx::Size max_size = details.window->delegate()->GetMaximumSize(); local 407 if (max_size.height() != 0) 408 max_height = std::min(max_height, max_size.height());
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
shell_window_frame_view.cc | 345 gfx::Size max_size = frame_->client_view()->GetMaximumSize(); local 349 if (max_size.width()) 350 max_size.Enlarge(width() - client_size.width(), 0); 351 if (max_size.height()) 352 max_size.Enlarge(0, height() - client_size.height()); 354 return max_size;
|
/art/runtime/ |
reference_table.cc | 32 ReferenceTable::ReferenceTable(const char* name, size_t initial_size, size_t max_size) 33 : name_(name), max_size_(max_size) { 34 CHECK_LE(initial_size, max_size);
|
/external/chromium_org/base/ |
sync_socket_win.cc | 102 DWORD GetNextChunkSize(size_t current_pos, size_t max_size) { 104 return static_cast<DWORD>(((max_size - current_pos) <= UINT_MAX) ? 105 (max_size - current_pos) : UINT_MAX);
|
/external/chromium_org/net/url_request/ |
url_request_context_builder.cc | 173 max_size(0) {} 283 http_cache_params_.max_size, 287 HttpCache::DefaultBackend::InMemory(http_cache_params_.max_size);
|
/external/chromium_org/third_party/libwebp/enc/ |
backward_references.h | 188 int max_size; // maximum capacity member in struct:__anon14005 197 // Allocate 'max_size' references. Returns false in case of memory error. 198 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size);
|
/external/webp/src/enc/ |
backward_references.h | 188 int max_size; // maximum capacity member in struct:__anon30369 197 // Allocate 'max_size' references. Returns false in case of memory error. 198 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size);
|