/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
sstream.tcc | 91 const __size_type __max_size = _M_string.max_size();
|
unordered_map.h | 268 max_size() const noexcept 269 { return _M_h.max_size(); } [all...] |
unordered_set.h | 261 max_size() const noexcept 262 { return _M_h.max_size(); } 896 max_size() const noexcept 897 { return _M_h.max_size(); } [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 240 max_size() const;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 289 max_size() const;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
deque | 222 using _Base::max_size;
|
multimap.h | 206 using _Base::max_size;
|
multiset.h | 206 using _Base::max_size;
|
set.h | 206 using _Base::max_size;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr);
|
/system/core/adb/ |
test_device.py | 609 max_size = 16 * (1 << 10) 615 size = random.randrange(min_size, max_size, 1024) 628 max_size = 16 * (1 << 10) 632 size = random.randrange(min_size, max_size, 1024) [all...] |
/external/libcxx/include/ |
string | 141 size_type max_size() const noexcept; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
string | 141 size_type max_size() const noexcept; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
string | 141 size_type max_size() const noexcept; [all...] |
/external/avahi/avahi-core/ |
socket.c | 659 io.iov_len = p->max_size; 820 io.iov_len = p->max_size;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
base_api.py | 46 max_size: (integer) Maximum size of a media upload, such as 3MB 56 max_size = messages.IntegerField(2) variable in class:ApiUploadInfo
|
/external/fio/ |
options.c | 900 static int pattern_cb(char *pattern, unsigned int max_size, 920 } while (i < max_size); 952 if (len - j < max_size * 2) { 969 while (i > 1 && i * 2 <= max_size) { 976 * max_size. 978 while (i > 1 && i < max_size) { 979 unsigned int b = min(pattern_length, max_size - i); 990 memset(pattern, pattern[0], max_size); [all...] |
/external/libchrome/base/files/ |
file_util_posix.cc | 678 int ReadFile(const FilePath& filename, char* data, int max_size) { 684 ssize_t bytes_read = HANDLE_EINTR(read(fd, data, max_size));
|
/external/libcxx/include/experimental/ |
string_view | 98 constexpr size_type max_size() const noexcept; 270 size_type max_size() const _NOEXCEPT { return _VSTD::numeric_limits<size_type>::max(); } [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rd.c | 634 const BLOCK_SIZE max_size = VPXMIN(bsize + 2, BLOCK_64X64); local 636 for (bs = min_size; bs <= max_size; ++bs) {
|
/external/nanopb-c/ |
pb_decode.c | 289 size_t max_size = *size; local 297 if (*size > max_size) return false; [all...] |
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 234 int max_size = sizeof(buffer)-1; local 238 const char* ptr = fgets( buffer, max_size, file );
|
/external/opencv3/3rdparty/libwebp/webp/ |
encode.h | 214 uint8_t* mem; // final buffer (of size 'max_size', larger than 'size'). 216 size_t max_size; // total capacity member in struct:WebPMemoryWriter
|
/external/webp/include/webp/ |
encode.h | 240 uint8_t* mem; // final buffer (of size 'max_size', larger than 'size'). 242 size_t max_size; // total capacity member in struct:WebPMemoryWriter
|
/external/webp/src/webp/ |
encode.h | 240 uint8_t* mem; // final buffer (of size 'max_size', larger than 'size'). 242 size_t max_size; // total capacity member in struct:WebPMemoryWriter
|