/frameworks/base/core/java/android/net/ |
NetworkStatsHistory.java | 55 * Each bucket is defined by a {@link #bucketStart} timestamp, and lasts for 242 * Return index of bucket that contains or is immediately before the 256 * Return index of bucket that contains or is immediately after the 323 // bucket is older than record; we're finished 325 // bucket is newer than record; keep looking 371 // skip when bucket is outside requested range 388 // normalize incoming range to bucket boundaries 393 // try finding existing bucket 396 // bucket missing, create and insert 403 * Insert new bucket at requested index and starting time [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_set.h | 555 // bucket interface. 568 * @brief Returns the number of elements in a given bucket. 569 * @param __n A bucket index. 570 * @return The number of elements in the bucket. 577 * @brief Returns the bucket index of a given element. 579 * @return The key bucket index. 582 bucket(const key_type& __key) const function in class:unordered_set 583 { return _M_h.bucket(__key); } 588 * bucket element. 589 * @param __n The bucket index 1164 bucket(const key_type& __key) const function in class:unordered_multiset [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_set.h | 555 // bucket interface. 568 * @brief Returns the number of elements in a given bucket. 569 * @param __n A bucket index. 570 * @return The number of elements in the bucket. 577 * @brief Returns the bucket index of a given element. 579 * @return The key bucket index. 582 bucket(const key_type& __key) const function in class:unordered_set 583 { return _M_h.bucket(__key); } 588 * bucket element. 589 * @param __n The bucket index 1164 bucket(const key_type& __key) const function in class:unordered_multiset [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
unordered_set.h | 555 // bucket interface. 568 * @brief Returns the number of elements in a given bucket. 569 * @param __n A bucket index. 570 * @return The number of elements in the bucket. 577 * @brief Returns the bucket index of a given element. 579 * @return The key bucket index. 582 bucket(const key_type& __key) const function in class:unordered_set 583 { return _M_h.bucket(__key); } 588 * bucket element. 589 * @param __n The bucket index 1164 bucket(const key_type& __key) const function in class:unordered_multiset [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unordered_set.h | 585 // bucket interface. 598 * @brief Returns the number of elements in a given bucket. 599 * @param __n A bucket index. 600 * @return The number of elements in the bucket. 607 * @brief Returns the bucket index of a given element. 609 * @return The key bucket index. 612 bucket(const key_type& __key) const function in class:unordered_set 613 { return _M_h.bucket(__key); } 618 * bucket element. 619 * @param __n The bucket index 1224 bucket(const key_type& __key) const function in class:unordered_multiset [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unordered_set.h | 585 // bucket interface. 598 * @brief Returns the number of elements in a given bucket. 599 * @param __n A bucket index. 600 * @return The number of elements in the bucket. 607 * @brief Returns the bucket index of a given element. 609 * @return The key bucket index. 612 bucket(const key_type& __key) const function in class:unordered_set 613 { return _M_h.bucket(__key); } 618 * bucket element. 619 * @param __n The bucket index 1224 bucket(const key_type& __key) const function in class:unordered_multiset [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unordered_set.h | 585 // bucket interface. 598 * @brief Returns the number of elements in a given bucket. 599 * @param __n A bucket index. 600 * @return The number of elements in the bucket. 607 * @brief Returns the bucket index of a given element. 609 * @return The key bucket index. 612 bucket(const key_type& __key) const function in class:unordered_set 613 { return _M_h.bucket(__key); } 618 * bucket element. 619 * @param __n The bucket index 1224 bucket(const key_type& __key) const function in class:unordered_multiset [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/ |
story_runner.py | 201 if story_set.bucket: 204 story_set.bucket) 374 bucket = finder_options.upload_bucket 375 if bucket in cloud_storage.BUCKET_ALIASES: 376 bucket = cloud_storage.BUCKET_ALIASES[bucket] 377 results.UploadTraceFilesToCloud(bucket) 378 results.UploadProfilingFilesToCloud(bucket) 434 'wrong cloud storage bucket, or they were deleted.\n'
|
/external/libyuv/files/ |
DEPS | 333 '--bucket', 'chromium-gn', 344 '--bucket', 'chromium-gn', 355 '--bucket', 'chromium-gn', 367 '--bucket', 'chromium-clang-format', 378 '--bucket', 'chromium-clang-format', 389 '--bucket', 'chromium-clang-format', 401 '--bucket', 'chromium-luci', 412 '--bucket', 'chromium-luci', 423 '--bucket', 'chromium-luci',
|
/external/llvm/include/llvm/Support/ |
GenericDomTreeConstruction.h | 176 // bucket for each vertex. However, this is unnecessary, because each vertex 177 // is only placed into a single bucket (that of its semidominator), and each 178 // vertex's bucket is processed before it is added to any bucket itself. 180 // Instead of using a bucket per vertex, we use a single array Buckets that 182 // Buckets[i] stores the index of the first element in V's bucket. After V's 183 // bucket is processed, Buckets[i] stores the index of the next element in the 184 // bucket containing V, if any. 220 // V into a bucket.
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
DominatorInternals.h | 177 // bucket for each vertex. However, this is unnecessary, because each vertex 178 // is only placed into a single bucket (that of its semidominator), and each 179 // vertex's bucket is processed before it is added to any bucket itself. 181 // Instead of using a bucket per vertex, we use a single array Buckets that 183 // Buckets[i] stores the index of the first element in V's bucket. After V's 184 // bucket is processed, Buckets[i] stores the index of the next element in the 185 // bucket containing V, if any. 221 // V into a bucket.
|
/hardware/interfaces/wifi/1.0/ |
IWifiStaIface.hal | 39 * firmware. Each bucket contains a set of channels, a period, and some 232 * - Bucket 1: period=10s 233 * - Bucket 2: period=20s 234 * - Bucket 3: period=30s 237 * - t=10 bucket 1 is scanned 238 * - t=20 bucket 1 and 2 are scanned 239 * - t=30 bucket 1 and 3 are scanned 240 * - t=40 bucket 1 and 2 are scanned 241 * - t=50 bucket 1 is scanned
|
/external/libchrome/base/metrics/ |
histogram_base.h | 125 // Only for Histogram and its sub classes: fancy bucket-naming support. 170 // In Add function the |value| bucket is increased by one, but in some use 172 // function increases the |value| bucket by |count|. |count| should be greater 243 //// Produce actual graph (set of blank vs non blank char's) for a bucket. 248 // Return a string description of what goes in a given bucket. 251 // Write textual description of the bucket contents (relative to histogram).
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
ProcessState.java | 748 int bucket = ((screenStates[is] + memStates[im]) * STATE_COUNT) local 750 totalTime += getDuration(bucket, now); 808 final int bucket = ((iscreen + imem) * STATE_COUNT) + procStates[ip]; local 809 long time = mDurations.getValueForId((byte)bucket); 811 if (mCurState == bucket) { 857 final int bucket = ((iscreen + imem) * STATE_COUNT) + procStates[ip]; local 973 int bucket = ((data.screenStates[is] + data.memStates[im]) * STATE_COUNT) local 1038 final int bucket = ((vsscreen + vascreen + vsmem + vamem) local [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 186 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 191 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 199 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 204 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 322 size_type bucket(const _KT& __k) const { return _M_non_dbg_impl.bucket(__k); } function in class:hashtable
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 186 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 191 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 199 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 204 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 322 size_type bucket(const _KT& __k) const { return _M_non_dbg_impl.bucket(__k); } function in class:hashtable
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 186 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 191 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 199 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 204 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators 322 size_type bucket(const _KT& __k) const { return _M_non_dbg_impl.bucket(__k); } function in class:hashtable
|
/prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/ |
google-api-services-storage-v1-rev82-1.22.0.jar | |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3collections.h | 56 /** Internal structure representing an element in a hash bucket. 78 /** Pointer to the next entry in this bucket if there 79 * is one. Sometimes different keys will hash to the same bucket (especially 87 /** Internal structure of a hash table bucket, which tracks 88 * all keys that hash to the same bucket. 92 /** Pointer to the first entry in the bucket (if any, it 153 * structure does not change in the hash bucket that is currently being 155 * bucket series. 163 /* Bucket we are currently enumerating (if NULL then we are done) 165 ANTLR3_UINT32 bucket; member in struct:ANTLR3_HASH_ENUM_struct [all...] |
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
accel_cal.c | 43 16 // Putting all Temp counts in first bucket for temp < 16 degree C. 45 62 // Putting all Temp counts in last bucket for temp > 62 degree C. 56 // Total bucket Counter. 60 // x bucket ntx. 64 // Negative x bucket ntxb. 68 // Y bucket nty. 72 // Negative y bucket ntyb. 76 // Z bucket ntz. 80 // Negative z bucket ntzb. 84 // The leftover bucket ntle [all...] |
/art/runtime/base/ |
histogram.h | 108 // Width of the bucket range. The lower the value is the more accurate 111 // How many occurrences of values fall within a bucket at index i where i covers the range
|
/cts/hostsidetests/theme/ |
README | 35 1. Connect one device for each DPI bucket (ldpi, xxxhdpi, etc.) that you wish 48 a set for each possible DPI bucket (tvdpi, xxhdpi, etc.) that may be tested.
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
cloud_storage_info.py | 20 cs_bucket: The cloud storage bucket the dependency is located in. 23 cs_remote_path: Where the file is stored in the cloud storage bucket.
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.wpr.archive_info.html | 121 <dl><dt><a name="WprArchiveInfo-DownloadArchivesIfNeeded"><strong>DownloadArchivesIfNeeded</strong></a>(self)</dt><dd><tt>Downloads archives iff the Archive has a bucket parameter and the user<br> 122 has permission to access the bucket.<br> 126 the archive's bucket.<br> 128 Warns when a bucket is not specified or when the user doesn't have<br> 129 permission to access the archive's bucket but a local copy of the archive<br> 134 <dl><dt><a name="WprArchiveInfo-__init__"><strong>__init__</strong></a>(self, file_path, data, bucket)</dt></dl> 138 <dl><dt><a name="WprArchiveInfo-FromFile"><strong>FromFile</strong></a>(cls, file_path, bucket)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> 155 <td width="100%"><dl><dt><a name="-AssertValidCloudStorageBucket"><strong>AssertValidCloudStorageBucket</strong></a>(bucket)</dt></dl>
|
/external/llvm/lib/Target/PowerPC/ |
PPCLoopPreIncPrep.cpp | 114 struct Bucket { 115 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), 183 SmallVector<Bucket, 16> Buckets; 237 Buckets.push_back(Bucket(LSCEV, MemI)); 262 // The base address of each bucket is transformed into a phi and the others 267 // bucket does not work well, specifically because that instruction might 272 // instruction in each bucket, and adjust the recurrence and other offsets 311 // The instruction corresponding to the Bucket's BaseSCEV must be the first
|