HomeSort by relevance Sort by last modified time
    Searched full:bucket (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /ndk/sources/android/stlport/src/
dll_main.cpp 133 //End of hashtable bucket types export.
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java 259 MediaBucket bucket = mediaBuckets.get(i);
260 MediaSet set = bucket.mediaSet;
261 ArrayList<MediaItem> items = bucket.mediaItems;
263 // Remove the entire 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/chromium/net/disk_cache/
disk_format.h 14 // a CacheAddr value. Linking for a given hash bucket is handled internally
116 CacheAddr next; // Next entry with the same hash or bucket.
backend_impl.h 227 // on the list of entries with the same hash (or bucket).
  /external/stlport/test/unit/
hash_test.cpp 162 //At this point 23 goes to the same bucket as 12325, it used to reveal a bug.
174 // Internally, entries with the same key are kept as one block within the same bucket.
  /ndk/sources/android/stlport/test/unit/
hash_test.cpp 162 //At this point 23 goes to the same bucket as 12325, it used to reveal a bug.
174 // Internally, entries with the same key are kept as one block within the same bucket.
  /device/samsung/crespo/alsa-lib/src/compat/
hsearch_r.c 212 /* An empty bucket has been found. */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
hash_tables.sgml 104 to find the 'bucket' to place each key into.
  /external/jpeg/
jerror.c 15 * It ain't much, but it beats dropping error messages into the bit bucket,
  /external/oprofile/libdb/
db_manage.c 95 * sizeof(node) > sizeof(bucket) and when we grow table we
  /system/core/libcutils/
hashmap.c 57 // Bucket count must be power of 2.
  /external/elfcopy/
elfcopy.c 1235 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; \/* Sane arches first. *\/ local
    [all...]
  /external/iproute2/doc/
ss.sgml 123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/)
380 <item><tt/bucket/ - states, which are maintained as minisockets, i.e.
382 <item><tt/big/ - opposite to <tt/bucket/
  /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/WebCore/page/
Console.cpp 262 // the same bucket as no argument
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 99 "bucket=%s,empty=%b}", mLocation, mInclusion,
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
HashMapTest.java 455 assertEquals("Failed adding to bucket containing null", "short", m
457 assertEquals("Failed adding to bucket containing null2", "int", m
LinkedHashMapTest.java 220 assertEquals("Failed adding to bucket containing null", "short", m.get(
222 assertEquals("Failed adding to bucket containing null2", "int", m.get(
  /libcore/luni/src/test/java/tests/api/java/util/
HashMapTest.java 451 assertEquals("Failed adding to bucket containing null", "short", m.get(
453 assertEquals("Failed adding to bucket containing null2", "int", m.get(
HashtableTest.java 347 // // these three elements hash to the same bucket in a 7 element Hashtable
698 // // these three elements hash to the same bucket in a 7 element Hashtable
IdentityHashMapTest.java 388 assertEquals("Failed adding to bucket containing null",
390 assertEquals("Failed adding to bucket containing null2", "int", m.get(i0)
  /external/tcpdump/
print-rsvp.c 362 { 127, "Token Bucket TSpec" },
559 * | Token Bucket Rate [r] (32-bit IEEE floating point number) |
561 * | Token Bucket Size [b] (32-bit IEEE floating point number) |
573 printf("\n\t\tToken Bucket Rate: %.10g Mbps", bw.f/125000);
575 printf("\n\t\tToken Bucket Size: %.10g bytes", bw.f);
    [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...]
  /external/elfutils/src/
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...]

Completed in 1229 milliseconds

1 2 34 5 6 7 8 910