/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A 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 218 Accumulate(res, absl::GetFlag(*flag_ptr)); \
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | compilation-statistics.cc | 26 it->second.Accumulate(stats); in RecordPhaseStats() 41 it->second.Accumulate(stats); in RecordPhaseKindStats() 46 total_stats_.Accumulate(stats); in RecordTotalStats() 49 void CompilationStatistics::BasicStats::Accumulate(const BasicStats& stats) { in Accumulate() function in v8::internal::CompilationStatistics::BasicStats
|
H A D | compilation-statistics.h | 38 void Accumulate(const BasicStats& stats);
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-builder.cc | 253 void IncrementalStringBuilder::Accumulate(Handle<String> new_part) { in Accumulate() function in v8::internal::IncrementalStringBuilder 268 Accumulate(current_part()); in Extend() 285 Accumulate(current_part()); in Finish() 330 Accumulate(string); in AppendString()
|
H A D | string-builder-inl.h | 318 void Accumulate(Handle<String> new_part);
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_util.c | 730 static void Accumulate(double v1, double v2, double* const max_diff, in Accumulate() function 751 Accumulate(alpha1, alpha2, &f_max_diff, &sse); in GetDiffAndPSNR() 754 Accumulate(rgba1[offset + k], rgba2[offset + k], &f_max_diff, &sse); in GetDiffAndPSNR() 759 Accumulate(rgba1[offset + k] * alpha1 / 255., in GetDiffAndPSNR()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | expression-scope.h | 690 void Accumulate() { in Accumulate() function in v8::internal::AccumulationScope 699 // This is called instead of Accumulate in case the parsed member is already 719 Accumulate(); in ~AccumulationScope()
|
H A D | parser-base.h | 5022 accumulation_scope->Accumulate(); in ClassifyArrowParameter() 5046 if (scope) scope->Accumulate(); in ParsePossibleDestructuringSubPattern()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorParser.java | 436 * pos on entry points right after it. Accumulate everything
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorParser.java | 437 * pos on entry points right after it. Accumulate everything
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 827 static void Accumulate(int n) { g_sum += n; } in Accumulate() function 832 ForEach(v, Accumulate); in TEST() 837 ForEach(v, Accumulate); in TEST() 843 ForEach(v, Accumulate); in TEST()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 312 @ Accumulate, adding idx2 last with a separate
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 451 TEST_F(NonMutatingTest, Accumulate) { in TEST_F()
|