Searched refs:Statistic (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStatistic.h1 //===-- 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");
35 class Statistic { class in namespace:llvm
56 const Statistic &operator=(unsigned Val) {
61 const Statistic &operator++() {
77 const Statistic &operator--() {
89 const Statistic &operator+=(const unsigned &V) {
95 const Statistic &operator-=(const unsigned &V) {
101 const Statistic
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_perf.cc12 static std::string Statistic(const std::string& statistic, function
26 if (!pc_dict.GetString(Statistic("audioOutputLevel", ssrc), &value)) {
31 EXPECT_TRUE(pc_dict.GetString(Statistic("bytesReceived", ssrc), &value));
34 EXPECT_TRUE(pc_dict.GetString(Statistic("packetsLost", ssrc), &value));
44 if (!pc_dict.GetString(Statistic("audioInputLevel", ssrc), &value)) {
49 EXPECT_TRUE(pc_dict.GetString(Statistic("bytesSent", ssrc), &value));
52 EXPECT_TRUE(pc_dict.GetString(Statistic("googJitterReceived", ssrc), &value));
55 EXPECT_TRUE(pc_dict.GetString(Statistic("googRtt", ssrc), &value));
64 if (!pc_dict.GetString(Statistic("googFrameRateSent", ssrc), &value)) {
74 EXPECT_TRUE(pc_dict.GetString(Statistic("googFrameRateInpu
[all...]
/external/llvm/lib/Support/
H A DStatistic.cpp1 //===-- 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"
53 std::vector<const Statistic*> Stats;
59 void addStatistic(const Statistic *S) {
70 void Statistic::RegisterStatistic() {
114 [](const Statistic *LHS, const Statistic *RHS) {
H A DAndroid.mk63 Statistic.cpp \
/external/chromium_org/third_party/webrtc/modules/audio_processing/include/
H A Daudio_processing.h351 struct Statistic { struct in class:webrtc::AudioProcessing
445 AudioProcessing::Statistic residual_echo_return_loss;
448 AudioProcessing::Statistic echo_return_loss;
451 AudioProcessing::Statistic echo_return_loss_enhancement;
454 AudioProcessing::Statistic a_nlp;
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h212 struct Statistic { struct in class:webrtc::AudioProcessing
310 AudioProcessing::Statistic residual_echo_return_loss;
313 AudioProcessing::Statistic echo_return_loss;
316 AudioProcessing::Statistic echo_return_loss_enhancement;
319 AudioProcessing::Statistic a_nlp;
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc197 void TestStats(const AudioProcessing::Statistic& test,
198 const webrtc::audioproc::Test::Statistic& reference) {
205 void WriteStatsMessage(const AudioProcessing::Statistic& output,
206 webrtc::audioproc::Test::Statistic* message) {
H A Dprocess_test.cc68 void PrintStat(const AudioProcessing::Statistic& stat) {
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp32 #include "llvm/ADT/Statistic.h"
1184 Statistic &NumBranches = (I->succ_size() > 1) ? NumCondBranches
1186 Statistic &BranchTakenFreq = (I->succ_size() > 1) ? CondBranchTakenFreq
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc198 void TestStats(const AudioProcessing::Statistic& test,
199 const audioproc::Test::Statistic& reference) {
206 void WriteStatsMessage(const AudioProcessing::Statistic& output,
207 audioproc::Test::Statistic* msg) {
H A Dprocess_test.cc46 void PrintStat(const AudioProcessing::Statistic& stat) {
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp36 #include "llvm/ADT/Statistic.h"
3003 llvm::Statistic &NumRetains =
3005 llvm::Statistic &NumReleases =

Completed in 1158 milliseconds