OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCacheSize
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
CodeCache.cpp
86
:
mCacheSize
(size), mCacheInUse(0)
116
while (mCacheInUse + assemblySize >
mCacheSize
) {
CodeCache.h
111
size_t
mCacheSize
;
/packages/apps/Settings/src/com/android/settings/
InstalledAppDetails.java
87
private TextView
mCacheSize
;
350
mCacheSize
= (TextView) findViewById(R.id.cache_size_text);
351
mCacheSize
.setText(mComputingStr);
464
mCacheSize
.setText(getSizeStr(newPs.cacheSize));
481
mCacheSize
.setText(getSizeStr(newPs.cacheSize));
498
mCacheSize
.setText(getSizeStr(cacheSize));
Completed in 170 milliseconds