Home
last modified time | relevance | path

Searched refs:AddCount (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc119 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()
Dhistogram_unittest.cc363 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()
Dpersistent_histogram_allocator_unittest.cc183 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()
Dsparse_histogram.cc104 AddCount(value, 1); in Add()
107 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
Dsparse_histogram.h51 void AddCount(Sample value, int count) override;
Dhistogram_base.h170 virtual void AddCount(Sample value, int count) = 0;
Dhistogram.h199 void AddCount(Sample value, int count) override;
Dhistogram.cc417 AddCount(value, 1); in Add()
420 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
/external/flatbuffers/tests/MyGame/Example/
DStat.cs34 Stat.AddCount(builder, count); in CreateStat()
41 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method