HomeSort by relevance Sort by last modified time
    Searched full:buckets (Results 326 - 350 of 1047) sorted by null

<<11121314151617181920>>

  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 345 P.printNumber("Number of Hash Buckets", Tpi.NumHashBuckets());
699 P.printNumber("Number of buckets", Publics->getNumBuckets());
700 P.printList("Hash Buckets", Publics->getHashBuckets());
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 374 // Will allocate 64 buckets
405 // buckets to insert N items without increasing allocation size.
447 // Make sure reserve actually gives us enough buckets to insert N items
  /frameworks/base/core/java/android/app/usage/
NetworkStats.java 37 * Class providing enumeration over buckets of network usage statistics. {@link NetworkStats} objects
127 * Buckets are the smallest elements of a query result. As some dimensions of a result may be
128 * aggregated (e.g. time or state) some values may be equal across all buckets.
  /external/selinux/libselinux/src/android/
android.c 1164 unsigned int hash, buckets, entries, chainlen, longestchain; local
1167 buckets = entries = longestchain = 0;
1170 buckets++;
1183 selinux_log(SELINUX_INFO, "SELinux: %d pkg entries and %d/%d buckets used, longest chain %d\n", entries, buckets, PKGTAB_SIZE, longestchain);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 131 // Free the buckets.
373 InternedString*** buckets = parsingContext->internedStrings; local
374 InternedString** bucket = buckets[bucketIndex];
398 buckets[bucketIndex] = bucket;
414 buckets[bucketIndex] = bucket;
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerScanTest.py 289 self.log.info("Scan number Buckets: %s\nTotal BSSID: %s",
450 self.log.info("Scan number: %s\n Buckets: %s\n BSSID: %s",
    [all...]
  /libcore/ojluni/src/main/java/java/util/
IdentityHashMap.java 66 * disperses elements properly among the buckets.
71 * this parameter is used to determine the number of buckets initially
73 * maximum size and the number of buckets is unspecified.
76 * exceeds the expected maximum size, the number of buckets is increased.
77 * Increasing the number of buckets ("rehashing") may be fairly expensive, so
80 * time proportional to the number of buckets in the hash table, so it
    [all...]
LinkedHashSet.java 60 * properly among the buckets. Performance is likely to be just slightly
  /cts/apps/CameraITS/tests/
tutorial.py 165 # Compute a histogram of the luma image, in 256 buckets.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
sym.c 330 printf("Buckets of len %d == %d (%f %% of recs)\n",
  /docs/source.android.com/src/source/
life-of-a-bug.jd 55 triaged into one of four "buckets": New, Open, No-Action, or Resolved.</p>
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
_bitmap.py 72 'The ColorHistogram has the wrong number of buckets: %s' % len(out))
  /external/compiler-rt/lib/asan/tests/
CMakeLists.txt 3 # These are broken into two buckets. One set of tests directly interacts with
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 85 // The first caching layer is a small hash table with no chaining; buckets are
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 447 // of the index, and that the names are distributed among several buckets.
713 dataerrln("too few buckets/labels for Chinese/unihan: %d (is zh/unihan data available?)",
717 logln("Chinese/unihan has %d buckets/labels", bucketCount);
719 // bucketIndex = radical number, adjusted for simplified radicals in lower buckets.
    [all...]
  /external/v8/src/
counters.cc 88 // where the n is the number of buckets, the low is the lower limit,
  /frameworks/base/core/java/com/android/internal/app/
LocaleHelper.java 257 // One locale is suggested and one is not, so we put them in different "buckets"
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogGroupBuilder.java 264 * to the buckets: Today, Yesterday, Last week, and Other
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 50 // buckets.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 321 // tail labels in the result set right before the final "#" and "" buckets.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
formatter.h 114 // unordered container buckets
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
formatter.h 114 // unordered container buckets
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
formatter.h 114 // unordered container buckets
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
formatter.h 114 // unordered container buckets
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
formatter.h 114 // unordered container buckets

Completed in 2160 milliseconds

<<11121314151617181920>>