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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 79 /** Head for the bucket lists. */
107 struct list_head bucket[SVGA_HOST_SURFACE_CACHE_BUCKETS]; member in struct:svga_host_surface_cache
  /external/v8/src/js/
collection.js 31 var bucket = ORDERED_HASH_TABLE_HASH_TO_BUCKET(hash, numBuckets);
32 return ORDERED_HASH_TABLE_BUCKET_AT(table, bucket);
173 var bucket = ORDERED_HASH_TABLE_HASH_TO_BUCKET(hash, numBuckets);
174 var chainEntry = ORDERED_HASH_TABLE_BUCKET_AT(table, bucket);
175 ORDERED_HASH_TABLE_SET_BUCKET_AT(table, bucket, entry);
362 var bucket = ORDERED_HASH_TABLE_HASH_TO_BUCKET(hash, numBuckets);
363 var chainEntry = ORDERED_HASH_TABLE_BUCKET_AT(table, bucket);
364 ORDERED_HASH_TABLE_SET_BUCKET_AT(table, bucket, entry);
macros.py 149 macro ORDERED_HASH_TABLE_BUCKET_AT(table, bucket) = (FIXED_ARRAY_GET(table, 3 + (bucket)));
150 macro ORDERED_HASH_TABLE_SET_BUCKET_AT(table, bucket, entry) = (FIXED_ARRAY_SET(table, 3 + (bucket), entry));
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 98 /// lookUpBucketFor - search the index of bucket whose key is p>ey
99 // @return the index of the found bucket
  /packages/apps/Settings/src/com/android/settings/core/instrumentation/
MetricsFeatureProvider.java 94 public void histogram(Context context, String name, int bucket) {
96 writer.histogram(context, name, bucket);
LogWriter.java 69 void histogram(Context context, String name, int bucket);
SettingSuggestionsLogWriter.java 80 public void histogram(Context context, String name, int bucket) {
  /toolchain/binutils/binutils-2.25/opcodes/
nios2-dis.c 93 nios2_opcode_hash **bucket = NULL; local
101 bucket = &(state->ps_hash[i]);
107 bucket = &(state->hash[i]);
109 if (bucket)
121 while (*bucket)
122 bucket = &((*bucket)->next);
123 *bucket = new_hash;
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 35 const AlphabeticIndex::Bucket *bucket; local
36 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
40 dest.append(bucket->getLabel());
370 assertEquals("initial bucket index", -1, index.getBucketIndex());
374 assertEquals("bucket index", bucketIndex, index.getBucketIndex());
379 const AlphabeticIndex::Bucket *bucket = immIndex->getBucket(bucketIndex); local
380 TEST_ASSERT(bucket != NULL);
381 assertEquals("bucket label vs. immutable: locale=" + UnicodeString(localeName)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 213 info[vertex.get(wInfo.semidom).getIndex()].bucket.add(w);
224 wParentBucket = info[wInfo.parent.getIndex()].bucket;
279 public ArrayList<SsaBasicBlock> bucket; field in class:Dominators.DFSInfo
282 bucket = new ArrayList<SsaBasicBlock>();
  /external/autotest/frontend/tko/
graphing_utils.py 153 Table View drilldown of a histogram bucket
155 interval: interval for each bucket. E.g., 10 means that buckets should
643 def _get_hostnames_in_bucket(hist_data, bucket):
645 Get all the hostnames that constitute a particular bucket in the histogram.
648 bucket: tuple containing the (low, high) values of the target bucket
652 if bucket[0] <= pass_rate < bucket[1]]
720 ['%d%% - <%d%%' % bucket for bucket in buckets]
    [all...]
  /external/autotest/server/cros/
moblab_test.py 45 follow format or gs://bucket-name/
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
cloud_storage_info_unittest.py 132 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash):
133 del cs_path, bucket, file_hash
156 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash):
157 del cs_path, bucket, file_hash
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
results_options.py 61 group.add_option('--upload-bucket', default='output',
62 help='Storage bucket to use for the uploaded results. ' +
63 'Defaults to output bucket. Supported values are: ' +
65 '; or a valid cloud storage bucket name.')
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableBiMap.java 192 int bucket = Hashing.smear(key.hashCode()) & mask; local
193 for (ImmutableMapEntry<K, V> entry = keyTable[bucket]; entry != null;
267 int bucket = Hashing.smear(value.hashCode()) & mask;
268 for (ImmutableMapEntry<K, V> entry = valueTable[bucket]; entry != null;
  /external/iproute2/man/man8/
tc-sfq.8 48 On enqueueing, each packet is assigned to a hash bucket, based on the packets hash value.
70 get hashed to the same bucket, sfqs internal hashing algorithm may be perturbed at configurable
80 on the fullest bucket, thus maintaining fairness.
83 In case of overflow, tail-drop is performed on the fullest bucket, unless headdrop was requested.
  /external/libchrome/base/metrics/
histogram_delta_serialization.h 29 // Computes deltas in histogram bucket counts relative to the previous call to
sample_vector_unittest.cc 182 // Extra bucket in the beginning.
187 // Extra bucket in the end.
193 // Bucket not match: [3, 5) VS [3, 6)
213 counts[1] = 0; // Iterator will bypass this empty bucket.
  /external/selinux/libselinux/man/man3/
avc_cache_stats.3 25 produce log messages indicating the status of the access decision and SID tables, respectively. The messages contain the number of entries in the table, number of hash buckets and number of buckets used, and maximum number of entries in a single bucket.
  /external/skia/infra/project-config/
cr-buildbucket.cfg 7 # Please keep this list sorted by bucket name.
  /frameworks/base/core/java/com/android/internal/os/
MemoryPowerCalculator.java 39 Log.d(TAG, "Calculating mAh for bucket " + timers.keyAt(i) + " while unplugged");
  /frameworks/base/core/proto/android/service/
graphicsstats.proto 76 // Number of frames in the bucket.
  /libcore/luni/src/main/java/libcore/internal/
StringPool.java 50 // Pick a bucket using Doug Lea's supplemental secondaryHash function (from HashMap)
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 148 bucket []uint32
234 info.bucket = hash[2 : 2+nbucket]
270 for chain := info.bucket[k.sym_hash%uint32(len(info.bucket))]; chain != 0; chain = info.chain[chain] {
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 148 bucket []uint32
234 info.bucket = hash[2 : 2+nbucket]
270 for chain := info.bucket[k.sym_hash%uint32(len(info.bucket))]; chain != 0; chain = info.chain[chain] {

Completed in 1709 milliseconds

<<11121314151617181920>>