Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 124) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/webui/ntp/
Dcore_app_launcher_handler.cc31 extension_misc::AppLaunchBucket bucket, in RecordAppLaunchType()
48 extension_misc::AppLaunchBucket bucket = in RecordAppListSearchLaunch() local
60 extension_misc::AppLaunchBucket bucket = in RecordAppListMainLaunch() local
89 extension_misc::AppLaunchBucket bucket = in HandleRecordAppLaunchByUrl() local
99 extension_misc::AppLaunchBucket bucket) { in RecordAppLaunchByUrl()
/external/chromium_org/third_party/jinja2/
Dbccache.py138 def load_bytecode(self, bucket): argument
145 def dump_bytecode(self, bucket): argument
182 def set_bucket(self, bucket): argument
209 def _get_cache_filename(self, bucket): argument
212 def load_bytecode(self, bucket): argument
220 def dump_bytecode(self, bucket): argument
293 def load_bytecode(self, bucket): argument
303 def dump_bytecode(self, bucket): argument
/external/chromium_org/tools/telemetry/telemetry/util/
Dcloud_storage.py151 def List(bucket): argument
157 def Exists(bucket, remote_path): argument
172 def Delete(bucket, remote_path): argument
178 def Get(bucket, remote_path, local_path): argument
184 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
196 def GetIfChanged(file_path, bucket=None): argument
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp130 static void partitionBucketInitBase(PartitionBucket* bucket, PartitionRootBase* root) in partitionBucketInitBase()
146 PartitionBucket* bucket = &root->buckets()[i]; in partitionAllocInit() local
193 PartitionBucket* bucket = &root->buckets[0]; in partitionAllocGenericInit() local
236 static bool partitionAllocShutdownBucket(PartitionBucket* bucket) in partitionAllocShutdownBucket()
280 PartitionBucket* bucket = &root->buckets()[i]; in partitionAllocShutdown() local
294 PartitionBucket* bucket = &root->buckets[i]; in partitionAllocGenericShutdown() local
407 static ALWAYS_INLINE size_t partitionBucketSlots(const PartitionBucket* bucket) in partitionBucketSlots()
412 static ALWAYS_INLINE size_t partitionBucketPartitionPages(const PartitionBucket* bucket) in partitionBucketPartitionPages()
417 static ALWAYS_INLINE void partitionPageReset(PartitionPage* page, PartitionBucket* bucket) in partitionPageReset()
444 PartitionBucket* bucket = page->bucket; in partitionPageAllocAndFillFreelist() local
[all …]
DPartitionAllocTest.cpp92 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; in GetFullPage() local
132 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; in CycleFreeCache() local
149 WTF::PartitionBucket* bucket = page->bucket; in CycleGenericFreeCache() local
161 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST() local
233 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST() local
275 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST() local
335 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST() local
734 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; in TEST() local
871 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST() local
909 WTF::PartitionBucket* bucket = 0; in TEST() local
[all …]
/external/bison/lib/
Dhash.c57 struct hash_entry *bucket; member
176 struct hash_entry const *bucket; in hash_get_max_bucket_length() local
203 struct hash_entry const *bucket; in hash_table_ok() local
263 struct hash_entry const *bucket = safe_hasher (table, entry); in hash_lookup() local
290 struct hash_entry const *bucket; in hash_get_first() local
309 struct hash_entry const *bucket = safe_hasher (table, entry); in hash_get_next() local
340 struct hash_entry const *bucket; in hash_get_entries() local
372 struct hash_entry const *bucket; in hash_do_for_each() local
655 struct hash_entry *bucket; in hash_clear() local
698 struct hash_entry *bucket; in hash_free() local
[all …]
/external/chromium_org/chrome/common/extensions/docs/server2/
Dgcs_file_system_provider.py20 def Create(self, bucket): argument
92 def Create(self, bucket): argument
Dgcs_file_system.py52 def _CreateStatInfo(bucket, path): argument
71 def __init__(self, bucket, debug_access_token=None, debug_bucket_prefix=None): argument
/external/mesa3d/src/glx/
Dglxhash.c179 __glxHashBucketPtr bucket; in __glxHashDestroy() local
205 __glxHashBucketPtr bucket; in HashFind() local
234 __glxHashBucketPtr bucket; in __glxHashLookup() local
250 __glxHashBucketPtr bucket; in __glxHashInsert() local
277 __glxHashBucketPtr bucket; in __glxHashDelete() local
337 count_entries(__glxHashBucketPtr bucket) in count_entries()
359 __glxHashBucketPtr bucket; in compute_dist() local
/external/chromium_org/third_party/mesa/src/src/glx/
Dglxhash.c179 __glxHashBucketPtr bucket; in __glxHashDestroy() local
205 __glxHashBucketPtr bucket; in HashFind() local
234 __glxHashBucketPtr bucket; in __glxHashLookup() local
250 __glxHashBucketPtr bucket; in __glxHashInsert() local
277 __glxHashBucketPtr bucket; in __glxHashDelete() local
337 count_entries(__glxHashBucketPtr bucket) in count_entries()
359 __glxHashBucketPtr bucket; in compute_dist() local
/external/chromium_org/gpu/command_buffer/service/
Dcommon_decoder.cc89 Bucket* bucket = GetBucket(bucket_id); in CreateBucket() local
188 Bucket* bucket = CreateBucket(bucket_id); in HandleSetBucketSize() local
204 Bucket* bucket = GetBucket(bucket_id); in HandleSetBucketData() local
225 Bucket* bucket = GetBucket(bucket_id); in HandleSetBucketDataImmediate() local
259 Bucket* bucket = GetBucket(bucket_id); in HandleGetBucketStart() local
283 Bucket* bucket = GetBucket(bucket_id); in HandleGetBucketData() local
Dcommon_decoder_unittest.cc12 CommonDecoder::Bucket bucket; in TEST() local
18 CommonDecoder::Bucket bucket; in TEST() local
26 CommonDecoder::Bucket bucket; in TEST() local
39 CommonDecoder::Bucket bucket; in TEST() local
226 CommonDecoder::Bucket* bucket; in TEST_F() local
254 CommonDecoder::Bucket* bucket = decoder_.GetBucket(kBucketId); in TEST_F() local
312 CommonDecoder::Bucket* bucket = decoder_.GetBucket(kBucketId); in TEST_F() local
/external/chromium_org/third_party/libvpx/source/libvpx/
Drate_hist.c33 struct hist_bucket bucket[RATE_BINS]; member
120 static int merge_hist_buckets(struct hist_bucket *bucket, in merge_hist_buckets()
188 static void show_histogram(const struct hist_bucket *bucket, in show_histogram()
248 struct hist_bucket bucket[64]; in show_q_histogram() local
/external/libvpx/libvpx/
Drate_hist.c33 struct hist_bucket bucket[RATE_BINS]; member
120 static int merge_hist_buckets(struct hist_bucket *bucket, in merge_hist_buckets()
188 static void show_histogram(const struct hist_bucket *bucket, in show_histogram()
248 struct hist_bucket bucket[64]; in show_q_histogram() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DCollectionUtils.java28 public static Map bucket(Collection c, Transformer t) { in bucket() method in CollectionUtils
33 List bucket = (List)buckets.get(key); in bucket() local
/external/mesa3d/src/mesa/program/
Dhash_table.c115 const unsigned bucket = hash_value % ht->num_buckets; in get_node() local
141 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_insert() local
156 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_replace() local
196 int bucket; in hash_table_call_foreach() local
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dhash_table.c115 const unsigned bucket = hash_value % ht->num_buckets; in get_node() local
141 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_insert() local
156 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_replace() local
196 int bucket; in hash_table_call_foreach() local
/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dcontent_providers.json84 "bucket": "gs://chromedocs-devtools" string
92 "bucket": "gs://chromedocs-multidevice" string
100 "bucket": "gs://chromedocs-webstore" string
/external/jemalloc/src/
Dckh.c53 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) in ckh_bucket_search()
73 size_t hashes[2], bucket, cell; in ckh_isearch() local
92 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, in ckh_try_bucket_insert()
129 size_t hashes[2], bucket, tbucket; in ckh_evict_reloc_insert() local
196 size_t hashes[2], bucket; in ckh_try_insert() local
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dprofiledata.cc171 Bucket* bucket = &hash_[b]; in Stop() local
246 Bucket* bucket = &hash_[b]; in FlushTable() local
280 Bucket* bucket = &hash_[h % kBuckets]; in Add() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dprofiledata.cc171 Bucket* bucket = &hash_[b]; in Stop() local
246 Bucket* bucket = &hash_[b]; in FlushTable() local
280 Bucket* bucket = &hash_[h % kBuckets]; in Add() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c133 ANTLR3_UINT32 bucket; // Used to traverse the buckets in antlr3HashTableNew() local
197 ANTLR3_UINT32 bucket; /* Used to traverse the buckets */ in antlr3HashFree() local
277 pANTLR3_HASH_BUCKET bucket; in antlr3HashRemoveI() local
334 pANTLR3_HASH_BUCKET bucket; in antlr3HashRemove() local
447 pANTLR3_HASH_BUCKET bucket; in antlr3HashGetI() local
486 pANTLR3_HASH_BUCKET bucket; in antlr3HashGet() local
526 pANTLR3_HASH_BUCKET bucket; in antlr3HashPutI() local
597 pANTLR3_HASH_BUCKET bucket; in antlr3HashPut() local
767 pANTLR3_HASH_BUCKET bucket; in antlr3EnumNextEntry() local
/external/smack/src/org/jivesoftware/smack/util/
DDNSUtil.java169 List<SRVRecord> bucket = buckets.get(priority); in sortSRVRecords() local
181 List<SRVRecord> bucket = buckets.get(priority); in sortSRVRecords() local
/external/skia/tools/pyutils/
Dgs_utils.py47 def list_bucket_contents(bucket, subdir=None): argument
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c599 vidmem_bucket *bucket; in DGA_DumpHWSurfaces() local
627 vidmem_bucket *bucket; in DGA_InitHWSurfaces() local
659 vidmem_bucket *bucket, *freeable; in DGA_FreeHWSurfaces() local
682 vidmem_bucket *bucket; in DGA_WaitBusySurfaces() local
695 vidmem_bucket *bucket; in DGA_AllocHWSurface() local
776 vidmem_bucket *bucket, *freeable; in DGA_FreeHWSurface() local

12345