Home
last modified time | relevance | path

Searched defs:max_bytes (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dbase_session_service.cc30 void WriteStringToPickle(Pickle& pickle, int* bytes_written, int max_bytes, in WriteStringToPickle()
42 void WriteString16ToPickle(Pickle& pickle, int* bytes_written, int max_bytes, in WriteString16ToPickle()
/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc63 int max_bytes) { in MatchingBytesToLeft()
71 int max_bytes) { in MatchingBytesToRight()
452 const int max_bytes = expected_length - 1; in TEST_F() local
463 const int max_bytes = expected_length + 1; in TEST_F() local
479 const int max_bytes = expected_length - 1; in TEST_F() local
491 const int max_bytes = expected_length + 1; in TEST_F() local
Dblockhash.cc351 int max_bytes) { in MatchingBytesToLeft()
372 int max_bytes) { in MatchingBytesToRight()
/external/chromium/net/disk_cache/
Dmem_backend_impl.cc44 Backend* MemBackendImpl::CreateBackend(int max_bytes, net::NetLog* net_log) { in CreateBackend()
80 bool MemBackendImpl::SetMaxSize(int max_bytes) { in SetMaxSize()
Dbackend_impl.cc189 CacheCreator(const FilePath& path, bool force, int max_bytes, in CacheCreator()
292 int CreateCacheBackend(net::CacheType type, const FilePath& path, int max_bytes, in CreateCacheBackend()
413 int max_bytes, net::CacheType type, in CreateBackend()
792 bool BackendImpl::SetMaxSize(int max_bytes) { in SetMaxSize()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dhttpread.c72 int max_bytes; /* maximum file size else abort it */ member
743 int max_bytes, /* maximum body size else abort it */ in httpread_create()
/external/wpa_supplicant_8/src/wps/
Dhttpread.c72 int max_bytes; /* maximum file size else abort it */ member
743 int max_bytes, /* maximum body size else abort it */ in httpread_create()
/external/chromium/net/http/
Dhttp_cache.cc71 int max_bytes, in DefaultBackend()
82 HttpCache::BackendFactory* HttpCache::DefaultBackend::InMemory(int max_bytes) { in InMemory()
/external/qemu/
Dloader.c514 size_t max_bytes; in load_uimage() local
/external/freetype/src/psaux/
Dpsobjs.c1316 FT_Offset max_bytes, in ps_parser_to_bytes()