HomeSort by relevance Sort by last modified time
    Searched refs:Statistic (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/ADT/
Statistic.h 1 //===-- llvm/ADT/Statistic.h - Easy way to expose stats ---------*- C++ -*-===//
10 // This file defines the 'Statistic' class, which is designed to be an easy way
18 // static Statistic NumInstsKilled("gcse", "Number of instructions killed");
34 class Statistic {
53 const Statistic &operator=(unsigned Val) {
58 const Statistic &operator++() {
74 const Statistic &operator--() {
86 const Statistic &operator+=(const unsigned &V) {
92 const Statistic &operator-=(const unsigned &V) {
98 const Statistic &operator*=(const unsigned &V)
    [all...]
  /external/webrtc/src/modules/audio_processing/main/interface/
audio_processing.h 207 struct Statistic {
300 // Each statistic is reported in dB.
308 AudioProcessing::Statistic residual_echo_return_loss;
311 AudioProcessing::Statistic echo_return_loss;
314 AudioProcessing::Statistic echo_return_loss_enhancement;
317 AudioProcessing::Statistic a_nlp;
477 AudioProcessing::Statistic signal; // Overall signal level.
478 AudioProcessing::Statistic speech; // Speech level.
479 AudioProcessing::Statistic noise; // Noise level.
  /external/llvm/lib/Support/
Statistic.cpp 1 //===-- Statistic.cpp - Easy way to expose stats information --------------===//
10 // This file implements the 'Statistic' class, which is designed to be an easy
18 // static Statistic NumInstEliminated("GCSE", "Number of instructions killed");
24 #include "llvm/ADT/Statistic.h"
48 /// on demand (when the first statistic is bumped) and destroyed only when
51 std::vector<const Statistic*> Stats;
57 void addStatistic(const Statistic *S) {
66 /// RegisterStatistic - The first time a statistic is bumped, this method is
68 void Statistic::RegisterStatistic() {
69 // If stats are enabled, inform StatInfo that this statistic should b
    [all...]
Android.mk 48 Statistic.cpp \
CMakeLists.txt 41 Statistic.cpp
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.h 112 // @@protoc_insertion_point(class_scope:audio_processing_unittest.Test.Statistic)
183 // optional .audio_processing_unittest.Test.Statistic residualEchoReturnLoss = 1;
191 // optional .audio_processing_unittest.Test.Statistic echoReturnLoss = 2;
199 // optional .audio_processing_unittest.Test.Statistic echoReturnLossEnhancement = 3;
207 // optional .audio_processing_unittest.Test.Statistic aNlp = 4;
284 typedef Test_Statistic Statistic;
545 // optional .audio_processing_unittest.Test.Statistic residualEchoReturnLoss = 1;
574 // optional .audio_processing_unittest.Test.Statistic echoReturnLoss = 2;
603 // optional .audio_processing_unittest.Test.Statistic echoReturnLossEnhancement = 3;
632 // optional .audio_processing_unittest.Test.Statistic aNlp = 4
    [all...]

Completed in 58 milliseconds