HomeSort by relevance Sort by last modified time
    Searched refs:nbuckets (Results 1 - 25 of 42) 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:__anon19299
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 725 Elf32_Word nbuckets; member in struct:__anon11635
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...]
  /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::__anon13852::__anon13853
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon54466::__anon54467
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon55233::__anon55234
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon56012::__anon56013
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon56790::__anon56791
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon57566::__anon57567
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon58343::__anon58344
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon59113::__anon59114
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
bcache.h 85 __u64 nbuckets; member in struct:cache_sb::__anon59880::__anon59881

Completed in 665 milliseconds

1 2