/third_party/jinja2/ |
D | bccache.py | 44 class Bucket: class 130 def load_bytecode(self, bucket: Bucket) -> None: 137 def dump_bytecode(self, bucket: Bucket) -> None: 181 def set_bucket(self, bucket: Bucket) -> None: 259 def _get_cache_filename(self, bucket: Bucket) -> str: 262 def load_bytecode(self, bucket: Bucket) -> None: 277 def dump_bytecode(self, bucket: Bucket) -> None: 386 def load_bytecode(self, bucket: Bucket) -> None: 395 def dump_bytecode(self, bucket: Bucket) -> None:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 285 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local 317 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local 356 int Bucket = FindKey(Key); in find() local 362 int Bucket = FindKey(Key); in find() local 395 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local 434 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local 456 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local 499 : Ptr(Bucket) { in Ptr() argument 540 : base(Bucket, NoAdvance) {} in base() argument 557 : base(Bucket, NoAdvance) {} in base() argument
|
D | FoldingSet.h | 638 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {} in FoldingSetIterator() 667 FoldingSetBucketIteratorImpl(void **Bucket, bool) : Ptr(Bucket) {} in FoldingSetBucketIteratorImpl() 687 explicit FoldingSetBucketIterator(void **Bucket) : in FoldingSetBucketIterator() 690 FoldingSetBucketIterator(void **Bucket, bool) : in FoldingSetBucketIterator()
|
D | SmallPtrSet.h | 187 auto *Bucket = FindBucketFor(Ptr); in find_imp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 271 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local 316 int Bucket = FindKey(Key); in find() local 322 int Bucket = FindKey(Key); in find() local 350 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local 379 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local 401 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local 437 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local 458 : Ptr(Bucket) { in Ptr() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 324 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local 358 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local 400 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local 429 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl() 446 void **Bucket = GetBucketPtr(Probe); in advance() local 461 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
|
D | SmallPtrSet.cpp | 51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local 66 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
|
D | StringMap.cpp | 186 int Bucket = FindKey(Key); in RemoveKey() local 228 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 137 struct Bucket { struct 138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket() argument 141 const SCEV *BaseSCEV; 142 SmallVector<BucketElement, 16> Elements; 309 SmallVector<Bucket, 16> &Buckets, in addOneCandidate() 680 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep() 685 for (auto &Bucket : Buckets) in updateFormPrep() local 698 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep() 706 for (auto &Bucket : Buckets) { in dispFormPrep() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local 80 void **Bucket = const_cast<void**>(FindBucketFor(Ptr)); in erase_imp() local 90 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
|
D | StringMap.cpp | 182 int Bucket = FindKey(Key); in RemoveKey() local 224 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 76 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize() local 83 for (auto &Bucket : Buckets) in finalize() local 251 for (auto &Bucket : Contents.getBuckets()) { in emitHashes() local 400 for (auto &Bucket : Contents.getBuckets()) { in getUniqueTags() local 435 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitBuckets() local 444 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitStringOffsets() local 502 for (auto &Bucket : Contents.getBuckets()) { in emitData() local 672 for (auto &Bucket : Buckets) in print() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 79 struct Bucket { struct 85 Bucket *Buckets; argument 359 const unsigned char *Bucket = Buckets + sizeof(offset_type) * Idx; variable
|
D | ArrayRecycler.h | 39 SmallVector<FreeList*, 8> Bucket; variable
|
/third_party/rust/crates/unicode-width/scripts/ |
D | unicode.py | 182 class Bucket: class 196 def try_extend(self, attempt: "Bucket") -> bool:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 230 for (unsigned Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) { in dump() local 335 unsigned Bucket = HashValue % Hdr.BucketCount; in equal_range() local 749 for (uint32_t Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) in dump() local 798 uint32_t Bucket = *Hash % Hdr.BucketCount; in findEntryOffsetInCurrentIndex() local
|
D | DWARFVerifier.cpp | 968 uint32_t Bucket; in verifyNameIndexBuckets() member 987 for (uint32_t Bucket = 0, End = NI.getBucketCount(); Bucket < End; ++Bucket) { in verifyNameIndexBuckets() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiStream.cpp | 164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName() local
|
D | GSIStreamBuilder.cpp | 156 auto &Bucket = TmpBuckets[BucketIdx]; in finalizeBuckets() local
|
/third_party/skia/third_party/externals/jinja2/ |
D | bccache.py | 37 class Bucket(object): class
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | AlphabeticIndex.java | 861 public static class Bucket<V> implements Iterable<Record<V>> { class in AlphabeticIndex 899 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() method in AlphabeticIndex.Bucket
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 895 public static class Bucket<V> implements Iterable<Record<V>> { class in AlphabeticIndex 940 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() method in AlphabeticIndex.Bucket
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | bccache.py | 60 class Bucket(object): class
|
/third_party/node/deps/icu-small/source/i18n/ |
D | alphaindex.cpp | 1228 AlphabeticIndex::Bucket::Bucket(const UnicodeString &label, in Bucket() function in AlphabeticIndex::Bucket
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | alphaindex.cpp | 1227 AlphabeticIndex::Bucket::Bucket(const UnicodeString &label, in Bucket() function in AlphabeticIndex::Bucket
|