/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
new_allocator.h | 86 if (__builtin_expect(__n > this->max_size(), false)) 98 max_size() const throw() function in class:new_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
malloc_allocator.h | 87 if (__builtin_expect(__n > this->max_size(), false)) 102 max_size() const throw() function in class:malloc_allocator
|
new_allocator.h | 86 if (__builtin_expect(__n > this->max_size(), false)) 98 max_size() const throw() function in class:new_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
malloc_allocator.h | 89 if (__n > this->max_size()) 104 max_size() const throw() function in class:malloc_allocator
|
new_allocator.h | 89 if (__n > this->max_size()) 101 max_size() const throw() function in class:new_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
malloc_allocator.h | 93 if (__n > this->max_size()) 108 max_size() const _GLIBCXX_USE_NOEXCEPT
|
new_allocator.h | 91 if (__n > this->max_size()) 103 max_size() const _GLIBCXX_USE_NOEXCEPT
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
malloc_allocator.h | 89 if (__n > this->max_size()) 104 max_size() const throw() function in class:malloc_allocator
|
new_allocator.h | 89 if (__n > this->max_size()) 101 max_size() const throw() function in class:new_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
malloc_allocator.h | 93 if (__n > this->max_size()) 108 max_size() const _GLIBCXX_USE_NOEXCEPT
|
new_allocator.h | 91 if (__n > this->max_size()) 103 max_size() const _GLIBCXX_USE_NOEXCEPT
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
malloc_allocator.h | 100 if (__n > this->max_size()) 115 max_size() const _GLIBCXX_USE_NOEXCEPT
|
new_allocator.h | 101 if (__n > this->max_size()) 113 max_size() const _GLIBCXX_USE_NOEXCEPT
|
/external/chromium_org/chrome/browser/extensions/ |
image_loader_unittest.cc | 124 gfx::Size max_size(extension_misc::EXTENSION_ICON_SMALLISH, 129 max_size, 157 gfx::Size max_size(extension_misc::EXTENSION_ICON_SMALLISH, 164 max_size,
|
/external/chromium_org/components/autofill/core/browser/ |
phone_field.h | 74 size_t max_size; // Max size of the field to match. 0 means any. member in struct:autofill::PhoneField::Parser
|
/external/chromium_org/content/public/test/ |
layouttest_support.h | 68 const WebKit::WebSize& max_size);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/ |
test_allocator.h | 63 size_type max_size() const throw() function in class:test_allocator
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
DirectoryFullException.java | 28 * {@link ClusterChainDirectory#MAX_SIZE maximum size}
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 39 private static final int MAX_SIZE = 4096; 97 ByteBuffer responseBuffer = ByteBuffer.allocate(MAX_SIZE); 136 byte[] packet = pingPacket((int) (Math.random() * MAX_SIZE));
|
/external/chromium_org/ash/wm/workspace/ |
workspace_event_handler.cc | 148 gfx::Rect max_size(target->delegate()->GetMaximumSize()); 159 if (max_size.height() != 0) 176 if (max_size.width() != 0)
|
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
test_interface.cc | 166 bool IsSizeInRange(PP_Size size, PP_Size min_size, PP_Size max_size) { 167 return (min_size.width <= size.width && size.width <= max_size.width && 168 min_size.height <= size.height && size.height <= max_size.height);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
addressmap_unittest.cc | 52 size_t Uniform(size_t max_size) { 53 if (max_size == 0) 55 return rand() % max_size; // not a great random-number fn, but portable
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
addressmap_unittest.cc | 52 size_t Uniform(size_t max_size) { 53 if (max_size == 0) 55 return rand() % max_size; // not a great random-number fn, but portable
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-preproc.c | 234 size_t max_size) 251 strncpy(buf, name, max_size); 252 buf[max_size-1] = '\0';
|
/frameworks/compile/mclinker/unittests/ |
LinearAllocatorTest.cpp | 45 ASSERT_EQ(CHUNK_SIZE, m_pTestee->max_size()); 52 ASSERT_EQ(CHUNK_SIZE, m_pTestee->max_size()); 59 ASSERT_TRUE(0 == m_pTestee->max_size());
|