HomeSort by relevance Sort by last modified time
    Searched defs:AddSamples (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/base/
ratetracker.cc 108 void RateTracker::AddSamples(size_t sample_count) {
  /external/libchrome/base/metrics/
sparse_histogram.cc 154 void SparseHistogram::AddSamples(const HistogramSamples& samples) {
histogram.cc 470 void Histogram::AddSamples(const HistogramSamples& samples) {
    [all...]
  /art/runtime/jit/
jit.cc 319 // There is a DCHECK in the 'AddSamples' method to ensure the tread pool
338 // A mutator in the 'AddSamples' method will check against it.
637 void Jit::AddSamples(Thread* self, ArtMethod* method, uint16_t count, bool with_backedges) {
724 AddSamples(thread, method, 1, /* with_backedges */false);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 376 bool AddSamples(const CPDF_SampledFunc* pFunc,
    [all...]

Completed in 262 milliseconds