HomeSort by relevance Sort by last modified time
    Searched refs:Bucket (Results 51 - 75 of 175) sorted by null

1 23 4 5 6 7

  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.3.1/
tracker-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.4.0-alpha1/
tracker-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.4.0-alpha3/
tracker-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.4.0-alpha5/
tracker-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.4.0-alpha6/
tracker-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.5.0-alpha-preview-01/
tracker-25.5.0-alpha-preview-01.jar 
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.c 109 InitializeListHead (&Table->Bucket[Index]);
132 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Table->Bucket[Index]) {
245 NET_LIST_FOR_EACH (Cur, &Table->Bucket[Index]) {
257 if (Cur == &Table->Bucket[Index]) {
269 InsertHeadList (&Table->Bucket[Index], &Assemble->Link);
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 491 TimeBucketRegion() : Bucket(nullptr) {}
496 /// If there was a bucket already set, it will finish the timing for that
497 /// other bucket.
500 /// If \p NewBucket is the same as the currently timed bucket, this call
503 if (Bucket != NewBucket) {
505 if (Bucket)
506 *Bucket += Now;
509 Bucket = NewBucket;
514 llvm::TimeRecord *Bucket;
729 /// \brief Bucket to record map
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 197 NET_LIST_FOR_EACH (Cur, &Table->Bucket[Index]) {
223 InsertHeadList (&Table->Bucket[Index], &Assemble->Link);
    [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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 171 Bucket *Type // internal struct type representing a hash bucket
1001 } else if t.StructType().Map.MapType().Bucket == t {
1004 if x.StructType().Map.MapType().Bucket != x {
1005 return ssa.CMPlt // bucket maps are least
1008 } else if x.StructType().Map.MapType().Bucket == x {
1009 return ssa.CMPgt // bucket maps are least
1010 } // If t != t.Map.Bucket, fall through to general case
reflect.go 67 // Builds a type representing a Bucket structure for
95 if t.MapType().Bucket != nil {
96 return t.MapType().Bucket
99 bucket := typ(TSTRUCT)
149 // Arrange for the bucket to have no pointers by changing
152 otyp := ptrto(bucket)
160 bucket.Noalg = true
161 bucket.Local = t.Local
162 bucket.SetFields(field[:])
163 dowidth(bucket)
    [all...]
fmt.go 726 // Format the bucket struct for map[x]y as map.bucket[x]y.
728 if mt.Bucket == t {
729 return "map.bucket[" + m.Key().String() + "]" + m.Val().String()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 171 Bucket *Type // internal struct type representing a hash bucket
1001 } else if t.StructType().Map.MapType().Bucket == t {
1004 if x.StructType().Map.MapType().Bucket != x {
1005 return ssa.CMPlt // bucket maps are least
1008 } else if x.StructType().Map.MapType().Bucket == x {
1009 return ssa.CMPgt // bucket maps are least
1010 } // If t != t.Map.Bucket, fall through to general case
reflect.go 67 // Builds a type representing a Bucket structure for
95 if t.MapType().Bucket != nil {
96 return t.MapType().Bucket
99 bucket := typ(TSTRUCT)
149 // Arrange for the bucket to have no pointers by changing
152 otyp := ptrto(bucket)
160 bucket.Noalg = true
161 bucket.Local = t.Local
162 bucket.SetFields(field[:])
163 dowidth(bucket)
    [all...]
fmt.go 726 // Format the bucket struct for map[x]y as map.bucket[x]y.
728 if mt.Bucket == t {
729 return "map.bucket[" + m.Key().String() + "]" + m.Val().String()
    [all...]
  /external/protobuf/php/ext/google/protobuf/
def.c 162 Bucket *temp;
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1315 milliseconds

1 23 4 5 6 7