/aosp_15_r20/external/cronet/base/ |
H A D | moving_window.h | 135 void AddSample(const T& value, size_t total_added) { in AddSample() function 200 void AddSample(const T&, size_t) {} in AddSample() function 213 void AddSample(const T& sample) { in AddSample() function 250 void AddSample(const T& sample) {} in AddSample() function 273 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function 302 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function 336 void AddSample(const T& sample, const T&, bool) {} in AddSample() function 371 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function 399 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function 432 void AddSample(const T&, const T&, bool) {} in AddSample() function
|
/aosp_15_r20/external/webrtc/api/numerics/ |
H A D | samples_stats_counter.cc | 34 void SamplesStatsCounter::AddSample(double value) { in AddSample() function in webrtc::SamplesStatsCounter 38 void SamplesStatsCounter::AddSample(StatsSample sample) { in AddSample() function in webrtc::SamplesStatsCounter
|
/aosp_15_r20/external/webrtc/rtc_base/numerics/ |
H A D | sample_stats.cc | 56 void SampleStats<TimeDelta>::AddSample(TimeDelta delta) { in AddSample() function in webrtc::SampleStats 104 void SampleStats<DataRate>::AddSample(DataRate sample) { in AddSample() function in webrtc::SampleStats
|
H A D | moving_average.cc | 25 void MovingAverage::AddSample(int sample) { in AddSample() function in rtc::MovingAverage
|
H A D | event_based_exponential_moving_average.cc | 47 void EventBasedExponentialMovingAverage::AddSample(int64_t now, int sample) { in AddSample() function in rtc::EventBasedExponentialMovingAverage
|
H A D | running_statistics.h | 51 void AddSample(T sample) { in AddSample() function
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | metrics.cpp | 206 void MetricData::AddSample(int64_t timestamp_ns, double value) { in AddSample() function in torch::lazy::MetricData 265 void Metric::AddSample(int64_t timestamp_ns, double value) { in AddSample() function in torch::lazy::Metric 269 void Metric::AddSample(double value) { in AddSample() function in torch::lazy::Metric
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | profile_builder.cc | 201 bool GProfileBuilder::SampleAggregator::AddSample( in AddSample() function in perfetto::trace_processor::GProfileBuilder::SampleAggregator 266 bool GProfileBuilder::AddSample(const Stack::Decoder& stack, in AddSample() function in perfetto::trace_processor::GProfileBuilder
|
/aosp_15_r20/external/webrtc/video/adaptation/ |
H A D | overuse_frame_detector.cc | 186 void AddSample(float processing_ms, int64_t diff_last_sample_ms) { in AddSample() function in webrtc::__anon1bb79a570111::SendProcessingUsage1 270 void AddSample(double encode_time, double diff_time) { in AddSample() function in webrtc::__anon1bb79a570111::SendProcessingUsage2
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | time_averaged_stats.cc | 31 void TimeAveragedStats::AddSample(double value) { in AddSample() function in grpc_core::TimeAveragedStats
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | time_averaged_stats.cc | 31 void TimeAveragedStats::AddSample(double value) { in AddSample() function in grpc_core::TimeAveragedStats
|
/aosp_15_r20/external/webrtc/common_audio/ |
H A D | smoothing_filter.cc | 42 void SmoothingFilterImpl::AddSample(float sample) { in AddSample() function in webrtc::SmoothingFilterImpl
|
/aosp_15_r20/external/webrtc/modules/audio_coding/audio_network_adaptor/ |
H A D | fec_controller_plr_based.cc | 24 void AddSample(float sample) override { last_sample_ = sample; } in AddSample() function in webrtc::__anonefec601d0111::NullSmoothingFilter
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | rolling_accumulator.h | 53 void AddSample(T sample) { in AddSample() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | legacy_v8_cpu_profile_tracker.cc | 100 base::Status LegacyV8CpuProfileTracker::AddSample(int64_t ts, in AddSample() function in perfetto::trace_processor::LegacyV8CpuProfileTracker
|
/aosp_15_r20/external/webrtc/api/test/metrics/ |
H A D | metrics_accumulator.cc | 66 bool MetricsAccumulator::AddSample( in AddSample() function in webrtc::test::MetricsAccumulator
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | link_quality.cpp | 51 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample() function in ot::SuccessRateTracker
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/ |
H A D | bdp_estimator_test.cc | 75 void AddSample(BdpEstimator* estimator, int64_t sample) { in AddSample() function
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | perf_test_histogram_writer.cc | 94 void AddSample(absl::string_view original_graph_name, in AddSample() function in webrtc::test::__anon135c1f210111::PerfTestHistogramWriter
|
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/ |
H A D | neural_stylus_palm_detection_filter_util.cc | 184 void PalmFilterStroke::AddSample(const PalmFilterSample& sample) { in AddSample() function in ui::PalmFilterStroke
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | sample_tree_test.cpp | 65 void AddSample(int pid, int tid, uint64_t ip, bool in_kernel) { in AddSample() function in __anonb7e208560111::TestSampleTreeBuilder
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/ |
H A D | audio_encoder_opus.cc | 334 void AddSample(float packet_loss_fraction) { in AddSample() function in webrtc::AudioEncoderOpusImpl::PacketLossFractionSmoother
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_code.cc | 277 void AddSample(const CodeNode* leaf, std::vector<uint64>* call_ids) override { in AddSample() function in tensorflow::tfprof::__anon370f23e00111::PprofProfileImpl
|
/aosp_15_r20/external/libgav1/src/ |
H A D | motion_vector.cc | 714 void AddSample(const Tile::Block& block, int delta_row, int delta_column, in AddSample() function
|
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | pprof_builder.cc | 436 bool AddSample(const protozero::PackedVarInt& values, int64_t callstack_id) { in AddSample() function in perfetto::trace_to_text::__anon3e98f22b0211::GProfileBuilder
|