Searched
full:buckets (Results
301 -
325 of
1047) sorted by null
<<11121314151617181920>>
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
summary_unittest.py | 364 raw_value_json='{"buckets": [{"low": 1, "high": 2, "count": 1}]}', 372 raw_value_json='{"buckets": [{"low": 2, "high": 3, "count": 1}]}',
|
/external/jemalloc/src/ |
ckh.c | 100 * The randomness avoids worst-case search overhead as buckets fill up. 179 * has hashes that indicate distinct buckets.
|
/external/libevent/ |
bufferevent-internal.h | 53 /* On a base bufferevent: when we have emptied a bandwidth buckets */ 130 /* Timeout event used when one this bufferevent's buckets are
|
/external/llvm/unittests/ADT/ |
StringMapTest.cpp | 140 // StringMap has a tricky corner case when the map is small (<8 buckets) and 415 // buckets to insert N items without increasing allocation size.
|
/external/v8/src/heap/ |
slot-set.h | 25 // splits the valid slot offset range into kBuckets buckets. 129 // All buckets between start_bucket and end_bucket are cleared.
|
/frameworks/base/core/java/com/android/internal/os/ |
PowerProfile.java | 373 * Returns the number of memory bandwidth buckets defined in power_profile.xml, or a 375 * @return the number of memory bandwidth buckets.
|
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkStatsObservers.java | 366 * over all buckets, which in this case should be only one since we built it big enough 367 * that it will outlive the caller. If it doesn't, then there will be multiple buckets.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
WifiScanningServiceImpl.java | 738 WifiNative.BucketSettings activeBucket = mActiveScanSettings.buckets[0]; [all...] |
/libcore/ojluni/src/main/java/java/util/ |
HashSet.java | 40 * buckets. Iterating over this set requires time proportional to the sum of 43 * buckets). Thus, it's very important not to set the initial capacity too
|
/toolchain/binutils/binutils-2.25/gold/ |
stringpool.cc | 69 // buckets you'd like," rather than "number of elements you'd like," 512 fprintf(stderr, _("%s: %s entries: %zu; buckets: %zu\n"),
|
/external/fio/t/ |
genzipf.c | 7 * 20 buckets:
|
/external/kernel-headers/original/uapi/linux/ |
bcache.h | 204 __u64 d[SB_JOURNAL_BUCKETS]; /* journal buckets */
|
/external/kmod/testsuite/ |
test-hash.c | 232 /* With N - 1 buckets, there'll be a bucket with more than one key. */
|
/external/libchrome/base/metrics/ |
sparse_histogram.cc | 222 ListValue* /*buckets*/) const {
|
/external/libdrm/tests/ |
hash.c | 113 bucket = table->buckets[i];
|
/external/libtextclassifier/smartselect/ |
text-classification-model.proto | 66 // Number of buckets used for hashing charactergrams.
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
TpiStream.cpp | 181 "TPI Stream Invalid number of hash buckets.");
|
/external/selinux/libsepol/src/ |
hashtab.c | 311 ("%s: %d entries and %d/%d buckets used, longest chain length %d\n",
|
/external/v8/src/ |
counters.h | 67 // sample values. buckets is the maximum number of buckets 72 size_t buckets) { 74 return create_histogram_function_(name, min, max, buckets); [all...] |
/frameworks/base/tools/aapt2/split/ |
TableSplitter.cpp | 206 // Organize the values into two separate buckets. Those that are
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchLandscapeLayout.java | 32 * list and the container size. Layouts fall into two different buckets:
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 164 * appropriate buckets. If H is an affine transform and the "affine" parameter is set to 1 or 2,
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartNetworkSeriesView.java | 223 // gap in buckets; line to start of current bucket
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaDocumentsProvider.java | 332 // include all unique buckets 355 // include all unique buckets 421 // include all unique buckets 429 // include all unique buckets [all...] |
/external/llvm/include/llvm/Object/ |
ELFTypes.h | 529 ArrayRef<Elf_Word> buckets() const { 553 ArrayRef<Elf_Word> buckets() const { 559 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
|
Completed in 1486 milliseconds
<<11121314151617181920>>