| /external/cronet/third_party/abseil-cpp/absl/flags/ |
| D | flag_benchmark.cc | 201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function 204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function 205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function 206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function 207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function 208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function 209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
|
| /external/webrtc/third_party/abseil-cpp/absl/flags/ |
| D | flag_benchmark.cc | 201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function 204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function 205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function 206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function 207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function 208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function 209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/flags/ |
| D | flag_benchmark.cc | 201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function 204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function 205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function 206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function 207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function 208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function 209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
|
| /external/angle/third_party/abseil-cpp/absl/flags/ |
| D | flag_benchmark.cc | 201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function 204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function 205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function 206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function 207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function 208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function 209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
|
| /external/abseil-cpp/absl/flags/ |
| D | flag_benchmark.cc | 201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function 204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function 205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function 206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function 207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function 208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function 209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
|
| /external/cronet/base/metrics/ |
| D | histogram_samples_unittest.cc | 68 TEST(SingleSampleTest, Accumulate) { in TEST() argument
|
| D | dummy_histogram.cc | 45 void Accumulate(HistogramBase::Sample value, in Accumulate() function in base::__anonee17d64d0111::DummyHistogramSamples
|
| D | sample_map.cc | 108 void SampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleMap
|
| D | persistent_sample_map.cc | 132 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::PersistentSampleMap
|
| D | sample_vector_unittest.cc | 32 TEST_F(SampleVectorTest, Accumulate) { in TEST_F() argument
|
| D | sample_vector.cc | 145 void SampleVectorBase::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleVectorBase
|
| D | histogram_samples.cc | 140 bool HistogramSamples::AtomicSingleSample::Accumulate( in Accumulate() function in base::HistogramSamples::AtomicSingleSample
|
| /external/libchrome/base/metrics/ |
| D | histogram_samples_unittest.cc | 57 TEST(SingleSampleTest, Accumulate) { in TEST() argument
|
| D | dummy_histogram.cc | 44 void Accumulate(HistogramBase::Sample value, in Accumulate() function in base::__anon87af06770111::DummyHistogramSamples
|
| D | sample_map.cc | 88 void SampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleMap
|
| D | persistent_sample_map.cc | 111 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::PersistentSampleMap
|
| D | sample_vector.cc | 35 void SampleVectorBase::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleVectorBase
|
| D | histogram_samples.cc | 102 bool HistogramSamples::AtomicSingleSample::Accumulate( in Accumulate() function in base::HistogramSamples::AtomicSingleSample
|
| D | sample_vector_unittest.cc | 32 TEST_F(SampleVectorTest, Accumulate) { in TEST_F() argument
|
| /external/clang/lib/Analysis/ |
| D | CFGStmtMap.cpp | 49 static void Accumulate(SMap &SM, CFGBlock *B) { in Accumulate() function
|
| /external/webrtc/modules/audio_processing/aec3/ |
| D | reverb_decay_estimator.cc | 290 void ReverbDecayEstimator::LateReverbLinearRegressor::Accumulate(float z) { in Accumulate() function in webrtc::ReverbDecayEstimator::LateReverbLinearRegressor 322 void ReverbDecayEstimator::EarlyReverbLengthEstimator::Accumulate( in Accumulate() function in webrtc::ReverbDecayEstimator::EarlyReverbLengthEstimator
|
| D | vector_math.h | 173 void Accumulate(rtc::ArrayView<const float> x, rtc::ArrayView<float> z) { in Accumulate() function
|
| D | vector_math_unittest.cc | 61 TEST(VectorMath, Accumulate) { in TEST() argument
|
| /external/openscreen/cast/streaming/ |
| D | bandwidth_estimator.cc | 130 void BandwidthEstimator::FlowTracker::Accumulate(int32_t amount, in Accumulate() function in openscreen::cast::BandwidthEstimator::FlowTracker
|
| /external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
| D | gemv_pretransposed.hpp | 60 const Tr *bias, const Activation &act, bool Accumulate, in run()
|