OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cacheCount
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
105
int
cacheCount
;
hwc_mdpcomp.cpp
56
cacheCount
:%2d \n", mCachedFrame.layerCount,
57
mCachedFrame.mdpCount, mCachedFrame.
cacheCount
);
247
cacheCount
= 0;
261
cacheCount
= curFrame.fbCount;
753
(mCurrentFrame.fbCount != mCachedFrame.
cacheCount
) ||
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
105
int
cacheCount
;
hwc_mdpcomp.cpp
56
cacheCount
:%2d \n", mCachedFrame.layerCount,
57
mCachedFrame.mdpCount, mCachedFrame.
cacheCount
);
242
cacheCount
= 0;
256
cacheCount
= curFrame.fbCount;
742
(mCurrentFrame.fbCount != mCachedFrame.
cacheCount
) ||
[
all
...]
/frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java
[
all
...]
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java
229
final AtomicInteger
cacheCount
= new AtomicInteger();
265
cacheCount
.incrementAndGet();
273
assertEquals(1,
cacheCount
.get());
[
all
...]
Completed in 272 milliseconds