/external/chromium_org/net/disk_cache/ |
disk_cache.h | 40 // files will be deleted and a new set will be created. |max_bytes| is the 41 // maximum size the cache can grow to. If zero is passed in as |max_bytes|, the 53 int max_bytes,
|
/external/chromium_org/net/disk_cache/blockfile/ |
backend_impl.cc | 624 bool BackendImpl::SetMaxSize(int max_bytes) { 625 COMPILE_ASSERT(sizeof(max_bytes) == sizeof(max_size_), unsupported_int_model); 626 if (max_bytes < 0) 630 if (!max_bytes) 634 if (max_bytes >= kint32max - kint32max / 10) 635 max_bytes = kint32max - kint32max / 10 - 1; 638 max_size_ = max_bytes; [all...] |
backend_impl_v3.h | 58 bool SetMaxSize(int max_bytes);
|
disk_format_v3.h | 76 int32 max_bytes; // Total maximum size of the stored data. member in struct:disk_cache::IndexHeaderV3
|
backend_impl.h | 85 bool SetMaxSize(int max_bytes);
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui_browsertest.cc | 321 prerender_manager->mutable_config().max_bytes = 1000 * 1024 * 1024;
|
/external/chromium_org/net/quic/ |
iovector_test.cc | 107 // Make sure the boundary case, where max_bytes == size of block also works.
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
CommunicationKDP.cpp | 980 const uint32_t max_bytes = packet.GetU32 (&offset); local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
ftcache.h | 290 /* max_bytes :: Maximum number of bytes to use for cached data nodes. */ 311 FT_ULong max_bytes, [all...] |
/external/freetype/include/ |
ftcache.h | 290 /* max_bytes :: Maximum number of bytes to use for cached data nodes. */ 311 FT_ULong max_bytes, [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftcache.h | 290 /* max_bytes :: Maximum number of bytes to use for cached data nodes. */ 311 FT_ULong max_bytes, [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftcache.h | 290 /* max_bytes :: Maximum number of bytes to use for cached data nodes. */ 311 FT_ULong max_bytes, [all...] |
/external/chromium_org/net/url_request/ |
url_request.h | 587 // until OnReadComplete is called. The buffer must be at least max_bytes in 590 // The max_bytes parameter is the maximum number of bytes to read. 598 bool Read(IOBuffer* buf, int max_bytes, int* bytes_read); [all...] |
/art/runtime/verifier/ |
register_line.h | 284 void WriteReferenceBitMap(std::vector<uint8_t>& data, size_t max_bytes);
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
psaux.h | 367 FT_Offset max_bytes, [all...] |
/external/freetype/include/internal/ |
psaux.h | 367 FT_Offset max_bytes, [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
psaux.h | 367 FT_Offset max_bytes, [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
psaux.h | 367 FT_Offset max_bytes, [all...] |
/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.c | [all...] |
/external/freetype/src/psaux/ |
psobjs.c | [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psobjs.c | [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_contents.cc | 760 private_bytes > prerender_manager_->config().max_bytes) { [all...] |
/external/chromium_org/net/spdy/ |
spdy_framer.h | 676 size_t max_bytes); [all...] |
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
printers.py | 181 # see MAX_BYTES in stlport/stl/_alloc.h
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 180 # see MAX_BYTES in stlport/stl/_alloc.h
|