OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxMapSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderCache.h
54
if (mMap.size() >=
kMaxMapSize
)
79
const static size_t
kMaxMapSize
= 100;
/external/chromium/net/disk_cache/
sparse_control.cc
31
const int
kMaxMapSize
= 8 * 1024;
332
if (map_len >
kMaxMapSize
|| map_len % 4)
397
if (map_len >
kMaxMapSize
|| map_len % 4)
/external/chromium_org/net/disk_cache/
sparse_control.cc
32
const int
kMaxMapSize
= 8 * 1024;
342
if (map_len >
kMaxMapSize
|| map_len % 4)
410
if (map_len >
kMaxMapSize
|| map_len % 4)
/external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc
32
const int
kMaxMapSize
= 8 * 1024;
323
if (map_len >
kMaxMapSize
|| map_len % 4)
414
if (map_len >
kMaxMapSize
|| map_len % 4)
Completed in 85 milliseconds