HomeSort by relevance Sort by last modified time
    Searched defs:bucket (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 1312 CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); local
    [all...]
gles2_cmd_decoder_unittest_programs.cc 62 CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); local
63 EXPECT_GT(bucket->size(), 0u);
68 CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); local
69 EXPECT_TRUE(bucket == NULL);
74 bucket = decoder_->GetBucket(kBucketId);
75 ASSERT_TRUE(bucket != NULL);
76 EXPECT_EQ(sizeof(ProgramInfoHeader), bucket->size());
78 bucket->GetDataAs<ProgramInfoHeader*>(0, sizeof(ProgramInfoHeader))
449 CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); local
551 CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); local
655 CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); local
707 CommonDecoder::Bucket* bucket = decoder_->GetBucket(kOutBucketId); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
core_app_launcher_handler.cc 30 extension_misc::AppLaunchBucket bucket,
32 DCHECK_LT(bucket, extension_misc::APP_LAUNCH_BUCKET_BOUNDARY);
35 bucket,
39 bucket,
47 extension_misc::AppLaunchBucket bucket = local
50 bucket = extension_misc::APP_LAUNCH_APP_LIST_SEARCH_WEBSTORE;
52 bucket = extension_misc::APP_LAUNCH_APP_LIST_SEARCH_CHROME;
53 RecordAppLaunchType(bucket, extension->GetType());
59 extension_misc::AppLaunchBucket bucket = local
62 bucket = extension_misc::APP_LAUNCH_APP_LIST_MAIN_WEBSTORE
88 extension_misc::AppLaunchBucket bucket = local
    [all...]
  /frameworks/base/include/androidfw/
ByteBucketArray.h 60 T* bucket = mBuckets[bucketIndex]; local
61 if (bucket == NULL) {
64 return bucket[0x0f & static_cast<uint8_t>(index)];
72 T* bucket = mBuckets[bucketIndex];
73 if (bucket == NULL) {
74 bucket = mBuckets[bucketIndex] = new T[BUCKET_SIZE]();
76 return bucket[0x0f & static_cast<uint8_t>(index)];
  /external/oprofile/daemon/liblegacy/
opd_image.c 227 size_t bucket; local
230 bucket = opd_hash_image(name, tid, tgid);
231 list_for_each(pos, &opd_images[bucket]) {
241 if (pos == &opd_images[bucket])
  /external/ceres-solver/internal/ceres/
reorder_program.cc 189 // extra bucket at the end to catch all non-eliminated F blocks.
202 // each histogram bucket (where each bucket is for the residuals for that
218 // Fill in each bucket with the residual blocks for its corresponding E block.
219 // Each bucket is individually filled from the back of the bucket to the front
220 // of the bucket. The filling order among the buckets is dictated by the
222 // from each offset as a residual block is placed in the bucket. When the
228 int bucket = min_position_per_residual[i]; local
231 offsets[bucket]--
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
query_tracker_unittest.cc 106 QuerySyncManager::Bucket* GetBucket(QueryTracker::Query* query) {
107 return query->info_.bucket;
212 QuerySyncManager::Bucket* bucket = GetBucket(query); local
213 EXPECT_EQ(1u, bucket->used_query_count);
223 EXPECT_EQ(1u, bucket->used_query_count);
232 EXPECT_EQ(0u, bucket->used_query_count);
query_tracker.cc 44 Bucket* bucket = new Bucket(syncs); local
45 buckets_.push_back(bucket);
47 free_queries_.push_back(QueryInfo(bucket, shm_id, shm_offset, syncs));
53 ++(info->bucket->used_query_count);
60 DCHECK_GT(info.bucket->used_query_count, 0u);
61 --(info.bucket->used_query_count);
68 if (free_queries_.front().bucket->used_query_count)
74 std::deque<Bucket*> new_buckets
76 Bucket* bucket = buckets_.front(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/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
svga_screen_cache.c 77 * Compute the bucket for this key.
100 unsigned bucket; local
105 bucket = svga_screen_cache_bucket(key);
109 curr = cache->bucket[bucket].next;
111 while (curr != &cache->bucket[bucket]) {
151 debug_printf("%s: cache %s after %u tries (bucket %d)\n", __FUNCTION__,
152 handle ? "hit" : "miss", tries, bucket);
304 unsigned bucket; local
    [all...]
  /external/fio/
filehash.c 49 struct flist_head *bucket = &file_hash[hash(name)]; local
52 flist_for_each(n, bucket) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 53 // Then compute the bucket size, minimum of 1 bucket.
85 // Figure out how many buckets we need, then compute the bucket
92 // Compute bucket contents and final ordering.
95 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; local
96 Buckets[bucket].push_back(Data[i]);
109 Asm->OutStreamer.AddComment("Header Bucket Count");
133 Asm->OutStreamer.AddComment("Bucket " + Twine(i));
143 // bucket.
149 Asm->OutStreamer.AddComment("Hash in Bucket " + Twine(i))
    [all...]
  /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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CollectionUtils.java 28 public static Map bucket(Collection c, Transformer t) { method in class:CollectionUtils
33 List bucket = (List)buckets.get(key); local
34 if (bucket == null) {
35 buckets.put(key, bucket = new LinkedList());
37 bucket.add(value);
  /libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp 110 // Iterate to the nth bucket.
171 const AlphabeticIndex::Bucket* bucket = ii->getBucket(index); local
172 if (bucket == NULL) {
178 if (bucket->getLabelType() != U_ALPHAINDEX_NORMAL) {
182 const UnicodeString& label(bucket->getLabel());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_base.h 43 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
52 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
54 { return __uc.bucket(__node->_M_v); }
64 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
66 { return __uc.bucket(__node->_M_v.first); }
76 return __bucket_index_helper::bucket(__uc, __node);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
unordered_base.h 43 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
52 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
54 { return __uc.bucket(__node->_M_v); }
64 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
66 { return __uc.bucket(__node->_M_v.first); }
76 return __bucket_index_helper::bucket(__uc, __node);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
unordered_base.h 43 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
52 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
54 { return __uc.bucket(__node->_M_v); }
64 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
66 { return __uc.bucket(__node->_M_v.first); }
76 return __bucket_index_helper::bucket(__uc, __node);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
unordered_base.h 43 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
52 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
54 { return __uc.bucket(__node->_M_v()); }
64 bucket(const _UnorderedCont& __uc, function in struct:__profile::_Bucket_index_helper
66 { return __uc.bucket(__node->_M_v().first); }
76 return __bucket_index_helper::bucket(__uc, __node);
  /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/dexmaker/src/dx/java/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/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_apitest.cc 53 // Represents a bucket in a sparse histogram.
54 struct Bucket {
63 Bucket buckets[10];
128 const Bucket& bucket = sparse_histogram.buckets[j]; local
129 EXPECT_EQ(bucket.count, samples.GetCount(bucket.histogram_value));
  /external/chromium_org/third_party/brotli/src/brotli/enc/
prefix.cc 137 int bucket = Log2Floor(distance_code) - 1; local
140 int prefix = (distance_code >> bucket) & 1;
141 int offset = (2 + prefix) << bucket;
142 *nbits = bucket - postfix_bits;
  /external/chromium_org/third_party/freetype/src/cache/
ftccache.c 87 /* get a top bucket for specified hash from cache,
130 * the bucket lists
144 /* split a single bucket */
488 FTC_Node* bucket; local
501 bucket = pnode = FTC_NODE__TOP_FOR_HASH( cache, hash );
520 /* Update bucket by modified linked list */
521 bucket = pnode = FTC_NODE__TOP_FOR_HASH( cache, hash );
537 if ( node != *bucket )
540 node->link = *bucket;
541 *bucket = node
575 FTC_Node* bucket = cache->buckets + i; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
rate_hist.c 33 struct hist_bucket bucket[RATE_BINS]; member in struct:rate_hist
57 hist->bucket[i].low = INT_MAX;
58 hist->bucket[i].high = 0;
59 hist->bucket[i].count = 0;
112 if (hist->bucket[idx].low > avg_bitrate)
113 hist->bucket[idx].low = (int)avg_bitrate;
114 if (hist->bucket[idx].high < avg_bitrate)
115 hist->bucket[idx].high = (int)avg_bitrate;
116 hist->bucket[idx].count++;
120 static int merge_hist_buckets(struct hist_bucket *bucket,
248 struct hist_bucket bucket[64]; local
    [all...]

Completed in 1291 milliseconds

1 2 3 4 5 6 7 8 910