HomeSort by relevance Sort by last modified time
    Searched refs:bucket (Results 26 - 50 of 54) sorted by null

12 3

  /packages/apps/Gallery3D/src/com/cooliris/media/
DetailMode.java 45 MediaBucket bucket = buckets.get(i); local
48 if (MediaBucketList.isSetSelection(bucket)) {
49 MediaSet currSet = bucket.mediaSet;
55 currItems = bucket.mediaItems;
LongSparseArray.java 427 int bucket = ((System.identityHashCode(kind) / 8) & 0x7FFFFFFF) % CACHE_SIZE; local
428 Object cache = sCache[bucket];
432 sCache[bucket] = cache;
435 // bucket);
PicasaDataSource.java 204 MediaBucket bucket = mediaBuckets.get(i); local
205 ArrayList<MediaItem> items = bucket.mediaItems;
208 String albumUri = PicasaContentProvider.ALBUMS_URI + "/" + bucket.mediaSet.mId;
LocalDataSource.java 288 MediaBucket bucket = mediaBuckets.get(i); local
289 MediaSet set = bucket.mediaSet;
290 ArrayList<MediaItem> items = bucket.mediaItems;
293 // remove the entire bucket
322 MediaBucket bucket = mediaBuckets.get(i); local
323 ArrayList<MediaItem> items = bucket.mediaItems;
MediaFeed.java 271 MediaBucket bucket = mediaBuckets.get(i);
272 MediaSet set = bucket.mediaSet;
273 ArrayList<MediaItem> items = bucket.mediaItems;
275 // Remove the entire bucket.
    [all...]
GridLayer.java 1365 MediaBucket bucket = mediaBuckets.get(i); local
    [all...]
  /external/elfutils/src/
strip.c 1373 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; local
1436 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; local
    [all...]
readelf.c 56 N_("Display histogram of bucket list lengths") },
123 /* True if bucket list length histogram should be printed. */
2400 Elf32_Word *bucket; local
    [all...]
ldgeneric.c 5227 Elf32_Word *bucket; local
    [all...]
  /bionic/linker/
linker.h 114 unsigned *bucket; member in struct:soinfo
dlfcn.c 242 /* Fake out a hash table with a single bucket.
273 bucket: libdl_buckets,
linker.c 413 for(n = si->bucket[hash % si->nbucket]; n != 0; n = si->chain[n]){
    [all...]
  /external/libxml2/
xmlschemas.c 297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
387 xmlSchemaBucketPtr bucket; member in struct:_xmlSchemaSchemaRelation
463 /* The owning main or import schema bucket. */
572 xmlSchemaBucketPtr mainBucket; /* The main schema bucket */
576 xmlSchemaBucketPtr bucket; /* The current schema bucket */ member in struct:_xmlSchemaConstructionCtxt
10683 xmlSchemaBucketPtr bucket = NULL; local
10927 xmlSchemaBucketPtr bucket = NULL; local
21198 xmlSchemaBucketPtr bucket = NULL; local
21501 xmlSchemaBucketPtr bucket = NULL; local
    [all...]
  /external/stlport/stlport/stl/
_unordered_map.h 179 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_map
339 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_multimap
_unordered_set.h 165 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_set
315 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_multiset
_hashtable.h 197 //Returns the bucket size next to a required size
200 // Returns the bucket range containing sorted list of prime numbers <= __hint.
389 //The number of buckets is size() - 1 because the last bucket always contains
397 size_type bucket(const _KT& __k) const { return _M_bkt_num_key(__k); } function in class:hashtable
588 //__n is set to the first bucket that has to be modified if any
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 179 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_map
339 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_multimap
_unordered_set.h 165 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_set
315 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } function in class:unordered_multiset
_hashtable.h 197 //Returns the bucket size next to a required size
200 // Returns the bucket range containing sorted list of prime numbers <= __hint.
389 //The number of buckets is size() - 1 because the last bucket always contains
397 size_type bucket(const _KT& __k) const { return _M_bkt_num_key(__k); } function in class:hashtable
588 //__n is set to the first bucket that has to be modified if any
  /external/stlport/stlport/stl/debug/
_hashtable.h 186 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
191 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
199 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
204 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
322 size_type bucket(const _KT& __k) const { return _M_non_dbg_impl.bucket(__k); } function in class:hashtable
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 186 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
191 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
199 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
204 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
322 size_type bucket(const _KT& __k) const { return _M_non_dbg_impl.bucket(__k); } function in class:hashtable
  /external/elfcopy/
elfcopy.c 1235 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; \/* Sane arches first. *\/ local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 191 String bucket = thisUri.getQueryParameter("bucketId");
192 if (bucket != null) {
194 .appendQueryParameter("bucketId", bucket)
    [all...]
  /external/webkit/JavaScriptCore/wtf/
HashTable.h 384 static void initializeBucket(ValueType& bucket) { new (&bucket) ValueType(Traits::emptyValue()); }
385 static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 1404 int bucket; local
1522 int bucket = yaffs_FindNiceObjectBucket(dev); local
1556 int bucket = yaffs_HashFunction(in->objectId); local
1566 int bucket = yaffs_HashFunction(number); local
    [all...]

Completed in 1323 milliseconds

12 3