HomeSort by relevance Sort by last modified time
    Searched refs:nbuckets (Results 1 - 25 of 46) sorted by null

1 2

  /system/core/metricsd/aidl/android/brillo/metrics/
IMetricsd.aidl 21 int nbuckets);
  /system/core/metricsd/include/metrics/
c_metrics_library.h 37 int min, int max, int nbuckets);
metrics_library_mock.h 32 int min, int max, int nbuckets));
metrics_library.h 43 int min, int max, int nbuckets) = 0;
79 // |nbuckets| is the number of histogram buckets.
88 int min, int max, int nbuckets) override;
  /system/core/metricsd/
c_metrics_library.cc 45 int min, int max, int nbuckets) {
49 return lib->SendToUMA(std::string(name), sample, min, max, nbuckets);
metrics_client.cc 35 "Usage: metrics_client [-t] name sample min max nbuckets\n"
110 int nbuckets = ParseInt(argv[name_index + 4]); local
111 metrics_lib.SendToUMA(name, sample, min, max, nbuckets);
metrics_collector.h 140 int min, int max, int nbuckets);
146 int max, int nbuckets);
metrics_library.cc 174 const std::string& name, int sample, int min, int max, int nbuckets) {
177 max, nbuckets)
metrics_collector.cc 630 int min, int max, int nbuckets) {
631 metrics_lib_->SendToUMA(name, sample, min, max, nbuckets);
707 int max, int nbuckets) {
710 LOG_IF(FATAL, nbuckets != max + 1) << "unsupported histogram scale";
  /system/core/metricsd/uploader/
bn_metricsd_impl.h 33 int nbuckets) override;
bn_metricsd_impl.cc 39 const String16& name, int sample, int min, int max, int nbuckets) {
41 android::String8(name).string(), min, max, nbuckets,
upload_service_test.cc 74 const std::string& name, int sample, int min, int max, int nbuckets) {
76 name, min, max, nbuckets, base::Histogram::kUmaTargetedHistogramFlag);
  /external/mdnsresponder/mDNSShared/
dnsextd.h 141 mDNSs32 nbuckets; // buckets allocated member in struct:__anon20137
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 725 Elf32_Word nbuckets; member in struct:__anon12223
736 Elf32_Word nbuckets = header->nbuckets; local
746 if (nbuckets > SIZE_MAX / sizeof (Elf32_Word))
751 nbuckets * sizeof (Elf32_Word),
753 if (data != NULL && symndx < nbuckets)
757 for (Elf32_Word bucket = 0; bucket < nbuckets; ++bucket)
762 + nbuckets * sizeof (Elf32_Word));
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pcln.go 449 nbuckets := int32((max - min + BUCKETSIZE - 1) / BUCKETSIZE)
451 Symgrow(Ctxt, t, 4*int64(nbuckets)+int64(n))
456 for i := int32(0); i < nbuckets; i++ {
468 Diag("too many functions in a findfunc bucket! %d/%d %d %d", i, nbuckets, j, idx-base)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pcln.go 446 nbuckets := int32((max - min + BUCKETSIZE - 1) / BUCKETSIZE)
448 Symgrow(Ctxt, t, 4*int64(nbuckets)+int64(n))
453 for i := int32(0); i < nbuckets; i++ {
465 Diag("too many functions in a findfunc bucket! %d/%d %d %d", i, nbuckets, j, idx-base)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pcln.go 449 nbuckets := int32((max - min + BUCKETSIZE - 1) / BUCKETSIZE)
451 Symgrow(Ctxt, t, 4*int64(nbuckets)+int64(n))
456 for i := int32(0); i < nbuckets; i++ {
468 Diag("too many functions in a findfunc bucket! %d/%d %d %d", i, nbuckets, j, idx-base)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pcln.go 446 nbuckets := int32((max - min + BUCKETSIZE - 1) / BUCKETSIZE)
448 Symgrow(Ctxt, t, 4*int64(nbuckets)+int64(n))
453 for i := int32(0); i < nbuckets; i++ {
465 Diag("too many functions in a findfunc bucket! %d/%d %d %d", i, nbuckets, j, idx-base)
  /bionic/libc/kernel/uapi/linux/
bcache.h 93 __u64 nbuckets; member in struct:cache_sb::__anon360::__anon361
  /development/ndk/platforms/android-21/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon1507::__anon1508
  /external/kernel-headers/original/uapi/linux/
bcache.h 177 __u64 nbuckets; /* device size */ member in struct:cache_sb::__anon14440::__anon14441
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon55994::__anon55995
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon56761::__anon56762
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon57540::__anon57541
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon58318::__anon58319

Completed in 934 milliseconds

1 2