OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cacheStatus
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ManageCacheDrawer.java
70
entry.
cacheStatus
!= MediaSet.CACHE_STATUS_CACHED_FULL);
AlbumSetSlidingWindow.java
85
public int
cacheStatus
;
254
entry.
cacheStatus
= identifyCacheStatus(album);
/external/chromium_org/third_party/sqlite/src/src/
vdbe.c
[
all
...]
vdbeInt.h
70
** cursor is currently pointing to. Only valid if
cacheStatus
matches
72
** CACHE_STALE and so setting
cacheStatus
=CACHE_STALE guarantees that
78
u32
cacheStatus
; /* Cache is valid if this matches Vdbe.cacheCtr */
vdbeaux.c
[
all
...]
/external/chromium_org/third_party/icu/source/common/
uresbund.c
416
UErrorCode
cacheStatus
= U_ZERO_ERROR;
417
uhash_put(cache, (void *)r, r, &
cacheStatus
);
418
if (U_FAILURE(
cacheStatus
)) {
419
*status =
cacheStatus
;
[
all
...]
/external/icu4c/common/
uresbund.cpp
414
UErrorCode
cacheStatus
= U_ZERO_ERROR;
415
uhash_put(cache, (void *)r, r, &
cacheStatus
);
416
if (U_FAILURE(
cacheStatus
)) {
417
*status =
cacheStatus
;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 2075 milliseconds