Searched refs:AddCount (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/metrics/ |
D | sparse_histogram_unittest.cc | 119 histogram->AddCount(100, 15); in TEST_P() 124 histogram->AddCount(100, 15); in TEST_P() 125 histogram->AddCount(101, 25); in TEST_P() 138 histogram->AddCount(1000000000, 15); in TEST_P() 143 histogram->AddCount(1000000000, 15); in TEST_P() 144 histogram->AddCount(1010000000, 25); in TEST_P()
|
D | histogram_unittest.cc | 363 histogram->AddCount(20, 15); in TEST_P() 364 histogram->AddCount(30, 14); in TEST_P() 371 histogram->AddCount(20, 25); in TEST_P() 372 histogram->AddCount(30, 24); in TEST_P() 386 histogram->AddCount(200000000, 15); in TEST_P() 387 histogram->AddCount(300000000, 14); in TEST_P() 394 histogram->AddCount(200000000, 25); in TEST_P() 395 histogram->AddCount(300000000, 24); in TEST_P()
|
D | persistent_histogram_allocator_unittest.cc | 183 histogram1->AddCount(1, 4); in TEST_F() 194 histogram2->AddCount(1, 4); in TEST_F() 247 histogram1->AddCount(1, 3); in TEST_F() 249 histogram2->AddCount(1, 3); in TEST_F()
|
D | sparse_histogram.cc | 104 AddCount(value, 1); in Add() 107 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
|
D | sparse_histogram.h | 51 void AddCount(Sample value, int count) override;
|
D | histogram_base.h | 170 virtual void AddCount(Sample value, int count) = 0;
|
D | histogram.h | 199 void AddCount(Sample value, int count) override;
|
D | histogram.cc | 417 AddCount(value, 1); in Add() 420 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.cs | 34 Stat.AddCount(builder, count); in CreateStat() 41 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
|