OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSkipList
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/
mediascanner.h
91
char *
mSkipList
;
/packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java
48
private long[]
mSkipList
;
59
mSkipList
= new long[16];
95
// the
mSkipList
. It's a member variable only so that
116
// scan the existing
mSkipList
to see if we've computed
119
long v =
mSkipList
[i];
148
++
mSkipList
[lastIndex];
151
if (
mSkipList
.length == mSkipListSize) {
153
System.arraycopy(
mSkipList
, 0, temp, 0, mSkipListSize);
154
mSkipList
= temp;
156
mSkipList
[mSkipListSize++] = (((long) mLastListIndex) << 32) | 1
[
all
...]
Completed in 488 milliseconds