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

  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 118 histogram->AddCount(100, 15);
123 histogram->AddCount(100, 15);
124 histogram->AddCount(101, 25);
137 histogram->AddCount(1000000000, 15);
142 histogram->AddCount(1000000000, 15);
143 histogram->AddCount(1010000000, 25);
sparse_histogram.h 79 void AddCount(Sample value, int count) override;
histogram_unittest.cc 362 histogram->AddCount(20, 15);
363 histogram->AddCount(30, 14);
370 histogram->AddCount(20, 25);
371 histogram->AddCount(30, 24);
385 histogram->AddCount(200000000, 15);
386 histogram->AddCount(300000000, 14);
393 histogram->AddCount(200000000, 25);
394 histogram->AddCount(300000000, 24);
sparse_histogram.cc 104 AddCount(value, 1);
107 void SparseHistogram::AddCount(Sample value, int count) {
histogram_base.h 171 // cases we need to increase this value by an arbitrary integer. AddCount
174 virtual void AddCount(Sample value, int count) = 0;
histogram.h 204 void AddCount(Sample value, int count) override;
histogram.cc 417 AddCount(value, 1);
420 void Histogram::AddCount(int value, int count) {
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Stat.cs 32 Stat.AddCount(builder, count);
39 public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count, 0); }

Completed in 106 milliseconds