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/d3d/d3d9/
ShaderCache.h
58
if (mMap.size() >=
kMaxMapSize
)
83
const static size_t
kMaxMapSize
= 100;
/external/chromium_org/media/cast/logging/
encoding_event_subscriber.cc
23
const size_t
kMaxMapSize
= 200;
26
// will be moved when the map size reaches |
kMaxMapSize
|.
27
// Must be smaller than |
kMaxMapSize
|.
107
if (frame_event_map_.size() >
kMaxMapSize
)
110
DCHECK(frame_event_map_.size() <=
kMaxMapSize
);
190
if (packet_event_map_.size() >
kMaxMapSize
)
193
DCHECK(packet_event_map_.size() <=
kMaxMapSize
);
/external/chromium_org/net/disk_cache/blockfile/
sparse_control.cc
32
const int
kMaxMapSize
= 8 * 1024;
344
if (map_len >
kMaxMapSize
|| map_len % 4)
412
if (map_len >
kMaxMapSize
|| map_len % 4)
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 350 milliseconds