Home
last modified time | relevance | path

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

12

/external/openthread/src/core/utils/
Dping_sender.hpp71 struct Statistics : public otPingSenderStatistics struct in ot::Utils::PingSender
73 Statistics(void) { Clear(); } in Statistics() argument
75 void Clear(void) in Clear()
/external/linux-kselftest/tools/testing/selftests/exec/
Dload_address.c9 struct Statistics { struct
16 struct Statistics *stats = (struct Statistics *) data; in ExtractStatistics() argument
/external/cronet/tot/net/reporting/
Dreporting_endpoint.h125 struct Statistics { struct
127 int attempted_uploads = 0;
129 int successful_uploads = 0;
133 int attempted_reports = 0;
136 int successful_reports = 0;
/external/cronet/stable/net/reporting/
Dreporting_endpoint.h125 struct Statistics { struct
127 int attempted_uploads = 0;
129 int successful_uploads = 0;
133 int attempted_reports = 0;
136 int successful_reports = 0;
/external/rust/android-crates-io/crates/icu_provider_baked/src/
Dexport.rs175 pub struct Statistics { struct
176 pub structs_total_size: usize,
177 pub structs_count: usize,
178 pub lookup_struct_size: usize,
179 pub identifiers_count: usize,
293 stats: Statistics, in write_impl_macros()
/external/ltp/doc/users/
Dstats.rst3 Statistics title
/external/tensorflow/tensorflow/lite/
Dtensorflow_profiler_logger.cc32 struct Statistics { struct
33 uint64_t total_bytes_allocated = 0LL;
34 uint64_t peak_bytes_in_use = 0LL;
/external/openthread/tools/spi-hdlc-adapter/
DREADME.md47 ## Statistics section in SPI/HDLC Adapter
/external/clang/docs/analyzer/
DDebugChecks.rst200 Statistics chapter
/external/webrtc/modules/audio_coding/neteq/g3doc/
Dindex.md65 ## Statistics section in NetEq
/external/webrtc/api/voip/test/
Dmock_voip_engine.h110 VoipStatistics& Statistics() override { return statistics_; } in Statistics() function
/external/webrtc/audio/voip/
Dvoip_core.h68 VoipStatistics& Statistics() override { return *this; } in Statistics() function
/external/coreboot/Documentation/releases/
Dcoreboot-4.8.1-relnotes.md171 Statistics section in coreboot 4.8 & 4.8.1 release notes
Dcoreboot-4.17-relnotes.md366 Statistics section in coreboot 4.17
/external/deqp/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp797 struct Statistics struct
799 double mean;
800 double standardDeviation;
801 double standardErrorOfMean;
/external/openthread/src/core/radio/
Dradio.cpp129 Radio::Statistics::Statistics(void) in Statistics() function in ot::Radio::Statistics
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h424 struct Statistics { struct
426 StatisticsFunc* compute_; argument
428 Statistics(const std::string& name, StatisticsFunc* compute) in Statistics() argument
/external/google-benchmark/include/benchmark/
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_()
/external/cronet/stable/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h752 struct Statistics { struct
754 StatisticsFunc* compute_; argument
757 Statistics(const std::string& name, StatisticsFunc* compute, argument
759 : name_(name), compute_(compute), unit_(unit) {} in name_()
/external/cronet/tot/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h752 struct Statistics { struct
754 StatisticsFunc* compute_; argument
757 Statistics(const std::string& name, StatisticsFunc* compute, argument
759 : name_(name), compute_(compute), unit_(unit) {} in name_()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h278 void setStatistics(bool Statistics) { Options.Statistics = Statistics; } in setStatistics()
817 bool Statistics = false; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DSimpleNetwork.h657 EFI_SIMPLE_NETWORK_STATISTICS Statistics; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DSimpleNetwork.h657 EFI_SIMPLE_NETWORK_STATISTICS Statistics; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DSimpleNetwork.h663 EFI_SIMPLE_NETWORK_STATISTICS Statistics; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DSimpleNetwork.h657 EFI_SIMPLE_NETWORK_STATISTICS Statistics; member

12