Home
last modified time | relevance | path

Searched defs:Statistics (Results 1 – 25 of 101) sorted by relevance

12345

/aosp_15_r20/test/dittosuite/include/ditto/
H A Dresult.h33 struct Statistics { struct
45 void SetStatistics(const std::string& name, const Statistics& stats); argument
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_endpoint.h100 struct Statistics { struct
102 int attempted_uploads = 0;
104 int successful_uploads = 0;
108 int attempted_reports = 0;
111 int successful_reports = 0;
/aosp_15_r20/external/openthread/src/core/utils/
H A Dping_sender.hpp74 struct Statistics : public otPingSenderStatistics struct in ot::Utils::PingSender
76 Statistics(void) { Clear(); } in Statistics() function
78 void Clear(void) in Clear()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/exec/
H A Dload_address.c9 struct Statistics { struct
16 struct Statistics *stats = (struct Statistics *) data; in ExtractStatistics() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dtensorflow_profiler_logger.cc32 struct Statistics { struct
33 uint64_t total_bytes_allocated = 0LL;
34 uint64_t peak_bytes_in_use = 0LL;
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp797 struct Statistics struct
799 double mean;
800 double standardDeviation;
801 double standardErrorOfMean;
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DStatistics.java27 public final class Statistics { class
34 public Statistics() { in Statistics() method in Statistics
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStatistics.java28 public final class Statistics { class
35 public Statistics() { in Statistics() method in Statistics
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DSnapshotCache.java45 private static class Statistics { class in SnapshotCache
49 Statistics(@NonNull String n) { in Statistics() method in SnapshotCache.Statistics
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
DCSVProcessor.java254 private static class Statistics class in CSVProcessor
274 public Statistics(int column) { in Statistics() method in CSVProcessor.Statistics
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
DCSVProcessor.java254 private static class Statistics class in CSVProcessor
274 public Statistics(int column) { in Statistics() method in CSVProcessor.Statistics
/aosp_15_r20/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h424 struct Statistics { struct
426 StatisticsFunc* compute_; argument
428 Statistics(const std::string& name, StatisticsFunc* compute) in Statistics() function
/aosp_15_r20/external/google-benchmark/include/benchmark/
H A Dbenchmark.h713 struct Statistics { struct
715 StatisticsFunc* compute_; argument
718 Statistics(const std::string& name, StatisticsFunc* compute, argument
720 : name_(name), compute_(compute), unit_(unit) {} in name_()
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/
H A Dbenchmark.h676 struct Statistics { struct
678 StatisticsFunc* compute_; argument
681 Statistics(const std::string& name, StatisticsFunc* compute, argument
683 : name_(name), compute_(compute), unit_(unit) {} in name_()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssMetrics.java434 private static class Statistics { class in GnssMetrics
441 Statistics() { in Statistics() method in GnssMetrics.Statistics
/aosp_15_r20/external/ltp/doc/users/
H A Dstats.rst3 Statistics title
/aosp_15_r20/external/openthread/tools/spi-hdlc-adapter/
H A DREADME.md47 ## Statistics section in SPI/HDLC Adapter
/aosp_15_r20/external/clang/docs/analyzer/
H A DDebugChecks.rst200 Statistics chapter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h249 void setStatistics(bool Statistics) override { in setStatistics()
797 bool Statistics = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h249 void setStatistics(bool Statistics) override { in setStatistics()
797 bool Statistics = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h249 void setStatistics(bool Statistics) override { in setStatistics()
797 bool Statistics = false; member
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/g3doc/
H A Dindex.md65 ## Statistics section in NetEq
/aosp_15_r20/external/webrtc/api/voip/test/
H A Dmock_voip_engine.h110 VoipStatistics& Statistics() override { return statistics_; } in Statistics() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h278 void setStatistics(bool Statistics) { Options.Statistics = Statistics; } in setStatistics()
817 bool Statistics = false; member
/aosp_15_r20/external/webrtc/audio/voip/
H A Dvoip_core.h68 VoipStatistics& Statistics() override { return *this; } in Statistics() function

12345