/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/ |
_vector.h | 157 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:vector
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 155 size_type max_size() const { return _M_impl.max_size(); } function in class:deque
|
_list.h | 166 size_type max_size() const { return _M_impl.max_size(); } function in class:list
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 2170 BLOCK_SIZE max_size = BLOCK_64X64; local 2244 BLOCK_SIZE bs, min_size, max_size; local 2370 BLOCK_SIZE max_size = x->max_partition_size; local [all...] |
/bionic/libc/malloc_debug/ |
malloc_debug.cpp | 299 if (size > Header::max_size()) { 394 if (bytes > Header::max_size()) { 476 if (bytes > Header::max_size()) { 565 if (size > Header::max_size()) {
|
/external/avahi/avahi-core/ |
rr.h | 168 size_t avahi_rdata_serialize(AvahiRecord *record, void *rdata, size_t max_size);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/ |
test_connection.py | 117 min_size=1, max_size=1)
|
/external/e2fsprogs/lib/ext2fs/ |
blkmap64_rb.c | 811 __u64 max_size = 0; local 827 if (ext->count > max_size) 828 max_size = ext->count; 859 max_size, avg_size);
|
/external/guava/guava/src/com/google/common/base/ |
SmallCharMatcher.java | 33 static final int MAX_SIZE = 1023;
|
/external/libchrome/base/files/ |
file_util.h | 152 // file before the error occurred. When the file size exceeds |max_size|, the 154 // |max_size|. 159 size_t max_size); 321 BASE_EXPORT int ReadFile(const FilePath& filename, char* data, int max_size);
|
/external/libcxx/src/ |
thread.cpp | 154 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator
|
/external/libcxx/test/support/ |
allocators.h | 55 std::size_t max_size() const {return id_;} function in class:A1
|
/external/nanopb-c/docs/ |
security.rst | 50 2. Nanopb will never write more than *max_size* bytes to *pb_ostream_t*.
|
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 589 bool bsCreateDecodeHuffmanTable( const int* src, short* table, int max_size ) 631 if( size > max_size ) 1058 bool bsCreateEncodeHuffmanTable( const int* src, ulong* table, int max_size ) 1081 if( size > max_size )
|
/external/regex-re2/re2/ |
stringpiece.h | 136 int max_size() const { return length_; } function in class:re2::StringPiece
|
/external/webp/src/enc/ |
histogram.h | 53 int max_size; // maximum capacity member in struct:__anon26616
|
/frameworks/compile/mclinker/include/mcld/Script/ |
FlexLexer.h | 138 virtual int LexerInput(char* buf, int max_size);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
GCFactory.h | 173 unsigned int capacity() const { return Alloc::max_size(); }
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideo.h | 85 guint *max_size);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
thread.cpp | 156 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
allocators.h | 53 std::size_t max_size() const {return id_;} function in class:A1
|
/ndk/tests/device/test-gnustl-full/unit/ |
stack_allocator.h | 137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } function in struct:StackAllocator
|
/ndk/tests/device/test-stlport/unit/ |
stack_allocator.h | 137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } function in struct:StackAllocator
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropActivity.java | 629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { 630 if (image == null || image.getWidth() == 0 || image.getHeight() == 0 || max_size < 16) { 635 while (size > max_size) { 645 if (CropMath.getBitmapSize(ret) > max_size) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
array_allocator.h | 76 max_size() const _GLIBCXX_USE_NOEXCEPT
|