HomeSort by relevance Sort by last modified time
    Searched full:bucket (Results 226 - 250 of 1575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/ADT/
DenseMap.h 36 // We extend a pair to allow users to override the bucket type with their own
49 typename Bucket = detail::DenseMapPair<KeyT, ValueT>, bool IsConst = false>
478 // The later case is tricky. For example, if we had one empty bucket with
480 // probe almost the entire table until it found the empty bucket. If the
496 // Only update the state after we've grown our bucket space appropriately
508 /// LookupBucketFor - Lookup the appropriate bucket for Val, returning it in
509 /// FoundBucket. If the bucket contains the key and a value, this returns
510 /// true, otherwise it returns a bucket with an empty marker or tombstone and
535 // Found Val's bucket? If so, return it.
541 // If we found an empty bucket, the key doesn't exist in the set
    [all...]
FoldingSet.h 27 /// it, otherwise return the bucket it should be inserted into.
32 /// node). The last node points back to the bucket to simplify node removal.
103 /// structure is an array of buckets. Each bucket is indexed by the hash of
104 /// the nodes it contains. The bucket itself points to the nodes contained
105 /// in the bucket via a singly linked list. The last node in the list points
106 /// back to the bucket to facilitate node removal.
112 /// Buckets - Array of bucket chains.
131 /// Node - This class is used to maintain the singly linked bucket list in
136 // NextInFoldingSetBucket - next link in the bucket list.
201 /// bucket count
    [all...]
  /external/autotest/frontend/afe/
moblab_rpc_interface_unittest.py 297 """Gets bucket name from bucket URL."""
349 """Tests the bucket vaildation flow."""
356 conn.lookup('bucket').AndReturn('bucket')
360 'key', 'secret', 'bucket')
366 """Tests the bucket validation flow with invalid key."""
373 conn.lookup('bucket').AndReturn(None)
377 'key', 'secret', 'bucket')
379 self.assertEquals("Bucket bucket does not exist.", details
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedHashMultimap.java 153 * a bucket in the hash table for a Set<V> associated with a key, the linked list
417 int bucket = smearedHash & mask(); local
418 ValueEntry<K, V> rowHead = hashTable[bucket];
431 hashTable[bucket] = newEntry;
447 int bucket = valueEntry.smearedValueHash & mask; local
448 valueEntry.nextInValueBucket = hashTable[bucket];
449 hashTable[bucket] = valueEntry;
457 int bucket = smearedHash & mask(); local
459 for (ValueEntry<K, V> entry = hashTable[bucket]; entry != null;
463 // first entry in the bucket
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 149 * a bucket in the hash table for a Set<V> associated with a key, the linked list
413 int bucket = smearedHash & mask(); local
414 ValueEntry<K, V> rowHead = hashTable[bucket];
427 hashTable[bucket] = newEntry;
443 int bucket = valueEntry.smearedValueHash & mask; local
444 valueEntry.nextInValueBucket = hashTable[bucket];
445 hashTable[bucket] = valueEntry;
453 int bucket = smearedHash & mask(); local
455 for (ValueEntry<K, V> entry = hashTable[bucket]; entry != null;
459 // first entry in the bucket
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMap.h 286 // The later case is tricky. For example, if we had one empty bucket with
288 // probe almost the entire table until it found the empty bucket. If the
320 /// LookupBucketFor - Lookup the appropriate bucket for Val, returning it in
321 /// FoundBucket. If the bucket contains the key and a value, this returns
322 /// true, otherwise it returns a bucket with an empty marker or tombstone and
344 // Found Val's bucket? If so, return it.
350 // If we found an empty bucket, the key doesn't exist in the set.
354 // of the empty bucket we eventually probed to.
483 typedef std::pair<KeyT, ValueT> Bucket;
489 typedef typename conditional<IsConst, const Bucket, Bucket>::type value_type
    [all...]
FoldingSet.h 31 /// it, otherwise return the bucket it should be inserted into.
36 /// node). The last node points back to the bucket to simplify node removal.
106 /// structure is an array of buckets. Each bucket is indexed by the hash of
107 /// the nodes it contains. The bucket itself points to the nodes contained
108 /// in the bucket via a singly linked list. The last node in the list points
109 /// back to the bucket to facilitate node removal.
113 /// Buckets - Array of bucket chains.
130 /// Node - This class is used to maintain the singly linked bucket list in
135 // NextInFoldingSetBucket - next link in the bucket list.
526 FoldingSetIteratorImpl(void **Bucket);
    [all...]
  /art/runtime/
type_lookup_table.h 47 // bucket.
88 * 1. All minor bits of hash inside one bucket are equals.
93 * Z - a part of hash encoded in bucket (these bits of has are same for all elements in bucket) -
  /external/autotest/
moblab_config.ini 28 # In moblab, this paramater is empty and uses the image bucket by default.
  /external/autotest/server/site_tests/moblab_RunSuite/
control.dummyServer 29 image_storage_server=<server_name> Google Storage Bucket from which to
control.smoke 28 image_storage_server=<server_name> Google Storage Bucket from which to
  /external/autotest/server/site_tests/video_VDAStress/
control.h264.private.0 21 # Download the test videos from the gs bucket to the server.
control.h264.private.1 21 # Download the test videos from the gs bucket to the server.
control.h264.private.2 21 # Download the test videos from the gs bucket to the server.
control.h264.private.3 21 # Download the test videos from the gs bucket to the server.
control.h264.private.4 21 # Download the test videos from the gs bucket to the server.
control.h264.private.5 21 # Download the test videos from the gs bucket to the server.
control.h264.private.6 21 # Download the test videos from the gs bucket to the server.
control.h264.private.7 21 # Download the test videos from the gs bucket to the server.
control.h264.private.8 21 # Download the test videos from the gs bucket to the server.
control.h264.private.9 21 # Download the test videos from the gs bucket to the server.
control.vp8.private.0 21 # Download the test videos from the gs bucket to the server.
control.vp8.private.1 21 # Download the test videos from the gs bucket to the server.
control.vp8.private.2 21 # Download the test videos from the gs bucket to the server.
control.vp8.private.3 21 # Download the test videos from the gs bucket to the server.

Completed in 555 milliseconds

1 2 3 4 5 6 7 8 91011>>