Home
last modified time | relevance | path

Searched defs:AddSample (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/test/
Dstatistics.cc19 void Statistics::AddSample(double sample) { in AddSample() function in webrtc::test::Statistics
/external/webrtc/webrtc/modules/video_coding/utility/
Dmoving_average.h38 void MovingAverage<T>::AddSample(T sample) { in AddSample() function
/external/v8/test/unittests/
Dcounters-unittest.cc19 void AddSample(int value) { samples_.push_back(value); } in AddSample() function in v8::internal::__anon633e12940111::MockHistogram
34 void AddSample(double current_ms, double current_value) { in AddSample() function in v8::internal::__anon633e12940111::AggregatedMemoryHistogramTest
/external/webrtc/webrtc/base/
Drollingaccumulator.h54 void AddSample(T sample) { in AddSample() function
/external/webrtc/webrtc/system_wrappers/source/
Dmetrics_unittest.cc25 void AddSample(const std::string& name, int sample) { in AddSample() function
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dthread.py81 def AddSample(self, category, name, timestamp, args=None): member in Thread
/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc79 void AddSample(float processing_ms, int64_t diff_last_sample_ms) { in AddSample() function in webrtc::OveruseFrameDetector::SendProcessingUsage
/external/v8/src/
Dcounters.cc28 void Histogram::AddSample(int sample) { in AddSample() function in v8::internal::Histogram
Dcounters.h413 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms, in AddSample() function
Dd8.cc977 void Counter::AddSample(int32_t sample) { in AddSample() function in v8::Counter