OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCapacity
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/surfaceflinger/DisplayHardware/
HWComposer.h
86
size_t
mCapacity
;
/frameworks/base/include/media/stagefright/foundation/
ABuffer.h
39
size_t capacity() const { return
mCapacity
; }
58
size_t
mCapacity
;
/system/extras/tests/sdcard/
stopwatch.h
137
size_t
mCapacity
;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java
55
private long
mCapacity
;
90
mCapacity
= capacity;
104
if (entry.size >=
mCapacity
) {
119
if (mTotalBytes >
mCapacity
) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
206
if (mTotalBytes >
mCapacity
) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
215
&& mTotalBytes >
mCapacity
&& cursor.moveToNext()) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java
77
private final long
mCapacity
;
86
mCapacity
= capacity;
186
if (mTotalBytes <=
mCapacity
) return;
191
&& mTotalBytes >
mCapacity
&& cursor.moveToNext()) {
247
if (mTotalBytes >
mCapacity
) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
/external/quake/quake/src/WinQuake/
gl_draw.cpp
239
if (size + mLength >
mCapacity
) {
312
mCapacity
= TEXTURE_STORE_SIZE;
318
munmap(mBase,
mCapacity
);
366
size_t
mCapacity
; // Total size of the memory mapped file
[
all
...]
Completed in 370 milliseconds