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

/external/webrtc/webrtc/system_wrappers/source/
H A Dmetrics_unittest.cc25 void AddSample(const std::string& name, int sample) { function in namespace:webrtc::__anon21815
86 AddSample("Name1", kSample);
87 EXPECT_DEATH(AddSample("Name2", kSample), "");
/external/webrtc/webrtc/test/
H A Dstatistics.cc19 void Statistics::AddSample(double sample) { function in class:webrtc::test::Statistics
/external/v8/test/unittests/
H A Dcounters-unittest.cc19 void AddSample(int value) { samples_.push_back(value); } function in class:v8::internal::__anon18975::MockHistogram
34 void AddSample(double current_ms, double current_value) { function in class:v8::internal::__anon18975::AggregatedMemoryHistogramTest
35 aggregated_.AddSample(current_ms, current_value);
50 AddSample(10, 1000);
51 AddSample(20, 1000);
59 AddSample(10, 500);
60 AddSample(20, 1000);
68 AddSample(10, 500);
69 AddSample(15, 500);
70 AddSample(1
[all...]
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dmoving_average.h23 void AddSample(T sample);
38 void MovingAverage<T>::AddSample(T sample) { function in class:webrtc::MovingAverage
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dthread.py81 def AddSample(self, category, name, timestamp, args=None): member in class:Thread
/external/webrtc/webrtc/base/
H A Drollingaccumulator.h54 void AddSample(T sample) { function in class:rtc::RollingAccumulator
/external/v8/src/
H A Dcounters.cc28 void Histogram::AddSample(int sample) { function in class:v8::internal::Histogram
56 AddSample(static_cast<int>(sample));
H A Dcounters.h189 void AddSample(int sample);
325 void Stop() { AddSample(static_cast<int>(time_.InMicroseconds())); }
390 // Invariants that hold before and after AddSample if
399 void AddSample(double current_ms, double current_value);
413 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms, function in class:v8::internal::AggregatedMemoryHistogram
446 backing_histogram_->AddSample(static_cast<int>(sample_value + 0.5));
H A Dd8.cc977 void Counter::AddSample(int32_t sample) { function in class:v8::Counter
1061 counter->AddSample(sample);
/external/webrtc/webrtc/video/
H A Doveruse_frame_detector.cc79 void AddSample(float processing_ms, int64_t diff_last_sample_ms) { function in class:webrtc::OveruseFrameDetector::SendProcessingUsage
274 usage_->AddSample(elapsed_ms, diff_ms);

Completed in 260 milliseconds