HomeSort by relevance Sort by last modified time
    Searched full:bucket (Results 151 - 175 of 1575) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/autotest/site_utils/
lxc_functional_test.py 106 def setup_base(bucket):
109 @param bucket: ContainerBucket to interact with containers.
111 logging.info('Rebuild base container in folder %s.', bucket.container_path)
112 bucket.setup_base()
113 containers = bucket.get_all()
117 def setup_test(bucket, name, skip_cleanup):
120 @param bucket: ContainerBucket to interact with containers.
129 container = bucket.setup_test(name, TEST_JOB_ID, AUTOTEST_SERVER_PKG,
255 bucket = lxc.ContainerBucket(TEMP_DIR)
257 setup_base(bucket)
    [all...]
  /external/libdrm/amdgpu/
util_hash.c 196 struct util_node **bucket = hash->buckets; local
199 if (*bucket != e)
200 return *bucket;
201 ++bucket;
267 struct util_node **bucket = (struct util_node **)(hash->data.d->buckets); local
270 struct util_node *cur = *bucket++;
312 struct util_node **bucket; local
324 bucket = a.d->buckets + start;
327 if (*bucket != a.e)
328 return *bucket;
    [all...]
  /frameworks/base/core/java/android/metrics/
LogMaker.java 205 * The bucket label, expressed as an integer.
207 * @param bucket to replace the existing setting.
210 public LogMaker setCounterBucket(int bucket) {
211 entries.put(MetricsEvent.RESERVED_FOR_LOGBUILDER_BUCKET, bucket);
216 * The bucket label, expressed as a long integer.
218 * @param bucket to replace the existing setting.
221 public LogMaker setCounterBucket(long bucket) {
222 entries.put(MetricsEvent.RESERVED_FOR_LOGBUILDER_BUCKET, bucket);
227 * The value to increment the counter or bucket by.
363 /** @return the bucket label of the histogram\, or 0. *
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/raw/
rich_tv_inputs_tif.xml 42 video_url="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/GoogleIO-2014-CastingToTheFuture.mp4"
44 poster_art_url="http://storage.googleapis.com/gtv-videos-bucket/sample/images_480x270/ToTheFuture2-480x270.jpg"
49 video_url="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/GoogleIO-2014-MakingGoogleCastReadyAppsDiscoverable.mp4"
51 poster_art_url="http://storage.googleapis.com/gtv-videos-bucket/sample/images_480x270/MakingGoogleCastReadyAppsDiscoverable-480-270.jpg"
73 video_url="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4"
75 poster_art_url="http://storage.googleapis.com/gtv-videos-bucket/sample/images_480x270/ElephantsDream.jpg"
80 video_url="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/Sintel.mp4"
82 poster_art_url="http://storage.googleapis.com/gtv-videos-bucket/sample/images_480x270/Sintel.jpg"
  /external/fio/
filehash.c 49 struct flist_head *bucket = &file_hash[hash(name)]; local
52 flist_for_each(n, bucket) {
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 37 bucket_type& bucket = m_pHashTable->m_Buckets[m_Index]; local
38 if (bucket_type::getTombstone() == bucket.Entry) {
40 } else if (m_HashValue == bucket.FullHashValue) {
41 if (bucket.Entry->compare(pKey)) {
116 bucket_type& bucket = m_pHashTable->m_Buckets[m_Index]; local
118 if (bucket_type::getTombstone() == bucket.Entry ||
119 bucket_type::getEmptyBucket() == bucket.Entry) {
121 } else if (m_HashValue == bucket.FullHashValue) {
  /hardware/interfaces/wifi/1.0/
IWifiStaIfaceEventCallback.hal 34 * @param bucketsScanned Bitset where each bit indicates if the bucket with
43 * for at least one bucket that was just scanned was
  /external/libchrome/base/metrics/
histogram.h 23 // agree exactly in type, bucket size and range.
29 // bucket count as 2 (when you give a custom ranges vector containing only 1
31 // For these 3 kinds of histograms, the max bucket count is always
37 // That bucket allocation would actually result from construction of a histogram
40 // Note that the underflow bucket [0,1) and the overflow bucket [64,infinity)
43 // The above example has an exponential ratio of 2 (doubling the bucket width
44 // in each consecutive bucket. The Histogram class automatically calculates
48 // consecutive bucket widths will be approximately somewhere around the 50th
169 // Check to see if bucket ranges, counts and tallies in the snapshot ar
    [all...]
  /external/pdfium/
DEPS 113 '--bucket', 'chromium-gn',
124 '--bucket', 'chromium-gn',
135 '--bucket', 'chromium-gn',
147 '--bucket', 'chromium-clang-format',
158 '--bucket', 'chromium-clang-format',
169 '--bucket', 'chromium-clang-format',
  /packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java 46 // - A bucket-level list for each index of the sparse array, so that
86 // Unlink the node from its sparse array bucket list.
91 // This was the head of the bucket, replace it with the next node.
146 // Traverse the list corresponding to the width bucket in the
186 // Insert the node into its appropriate bucket based on width.
190 // The bucket already had nodes, update the old head.
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AlphabeticIndexCompat.java 90 * Returns the index of the bucket in which the given string should appear.
104 * Returns the label for the bucket at the given index (as returned by getBucketIndex).
135 * Returns the index of the bucket in which {@param s} should appear.
149 * Returns the label for the bucket at the given index (as returned by getBucketIndex).
184 * Returns the index of the bucket in which {@param s} should appear.
191 * Returns the label for the bucket at the given index
  /system/update_engine/payload_generator/
block_mapping.cc 79 // UniqueBlock it could also be part of a new or existing bucket (if there is
81 vector<UniqueBlock> *bucket = nullptr; local
85 bucket = &mapping_[h];
94 bucket = &mapping_it->second;
99 bucket->emplace_back();
100 UniqueBlock *new_ublock = &bucket->back();
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.3.0/
tracker-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.3.0-beta3/
tracker-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.3.0-beta4/
tracker-25.3.0-beta4.jar 
  /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 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 54 // Then compute the bucket size, minimum of 1 bucket.
87 // Figure out how many buckets we need, then compute the bucket
94 // Compute bucket contents and final ordering.
97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; local
98 Buckets[bucket].push_back(Data[i]);
120 Asm->OutStreamer->AddComment("Header Bucket Count");
144 Asm->OutStreamer->AddComment("Bucket " + Twine(i));
162 // bucket.
172 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(i))
    [all...]
  /system/sepolicy/tools/fc_sort/
fc_sort.c 61 * content of this bucket.
62 * next points to the next bucket in the linked list.
195 * The bucket linked list is passed and after the completion
196 * of the fc_merge_sort function, there is only one bucket
202 * At first, each bucket has a linked list of file contexts
204 * Each pass, each odd numbered bucket is merged into the bucket
207 * until there is only one bucket left, containing the list of
217 /* Loop until master is the only bucket left
488 /* Create the bucket linked list from the earlier linked list. *
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.3.0-alpha1/
tracker-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.3.0-beta1/
tracker-25.3.0-beta1.jar 

Completed in 1140 milliseconds

1 2 3 4 5 67 8 91011>>