HomeSort by relevance Sort by last modified time
    Searched full:max_bytes (Results 51 - 75 of 86) sorted by null

1 23 4

  /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/disk_cache/blockfile/
backend_impl_v3.h 59 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 87 bool SetMaxSize(int max_bytes);
  /external/chromium_org/net/http/
http_cache.cc 67 int max_bytes,
72 max_bytes_(max_bytes),
79 HttpCache::BackendFactory* HttpCache::DefaultBackend::InMemory(int max_bytes) {
81 base::FilePath(), max_bytes, NULL);
    [all...]
  /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 592 // until OnReadComplete is called. The buffer must be at least max_bytes in
595 // The max_bytes parameter is the maximum number of bytes to read.
603 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 743 private_bytes > prerender_manager_->config().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
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 181 # see MAX_BYTES in stlport/stl/_alloc.h
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 1445 milliseconds

1 23 4