HomeSort by relevance Sort by last modified time
    Searched refs:Accumulate (Results 26 - 30 of 30) sorted by null

12

  /external/chromium_org/base/metrics/
histogram.cc 274 samples_->Accumulate(value, 1);
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 783 static void Accumulate(int n) { g_sum += n; }
788 ForEach(v, Accumulate);
793 ForEach(v, Accumulate);
799 ForEach(v, Accumulate);
    [all...]
  /external/gtest/test/
gtest_unittest.cc 783 static void Accumulate(int n) { g_sum += n; }
788 ForEach(v, Accumulate);
793 ForEach(v, Accumulate);
799 ForEach(v, Accumulate);
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 792 static void Accumulate(int n) { g_sum += n; }
797 ForEach(v, Accumulate);
802 ForEach(v, Accumulate);
808 ForEach(v, Accumulate);
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]

Completed in 960 milliseconds

12