HomeSort by relevance Sort by last modified time
    Searched refs:Bucket (Results 126 - 150 of 267) sorted by null

1 2 3 4 56 7 8 91011

  /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...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityManagerFacade.java 20 import android.app.usage.NetworkStats.Bucket;
916 Bucket bucket = mNetStatsManager.querySummaryForDevice( local
925 Bucket bucket = mNetStatsManager.querySummaryForDevice( local
    [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/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 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.4/
lint-checks-23.2.4.jar 

Completed in 3411 milliseconds

1 2 3 4 56 7 8 91011