Searched refs:Accumulate (Results 1 - 10 of 10) sorted by relevance

/external/v8/test/mjsunit/
H A Dfor-in-special-cases.js66 function Accumulate(x) { function
75 var elements = Accumulate("abcd");
97 var elements = Accumulate(y);
98 var elements1 = Accumulate(y);
112 elements = Accumulate(x);
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp49 static void Accumulate(SMap &SM, CFGBlock *B) { function
87 Accumulate(*SM, *I);
/external/chromium/base/metrics/
H A Dhistogram.h335 void Accumulate(Sample value, Count count, size_t index);
493 virtual void Accumulate(Sample value, Count count, size_t index);
H A Dhistogram.cc124 Accumulate(value, 1, index);
519 void Histogram::Accumulate(Sample value, Count count, size_t index) { function in class:base::Histogram
521 sample_.Accumulate(value, count, index);
683 void Histogram::SampleSet::Accumulate(Sample value, Count count, function in class:base::Histogram::SampleSet
/external/libvpx/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm233 ; Accumulate sum of src2
/external/bison/data/
H A Dyacc.c103 # Accumulate in b4_lex_param all the yylex arguments.
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc609 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon3304
614 ForEach(v, Accumulate);
619 ForEach(v, Accumulate);
625 ForEach(v, Accumulate);
/external/gtest/test/
H A Dgtest_unittest.cc609 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon6346
614 ForEach(v, Accumulate);
619 ForEach(v, Accumulate);
625 ForEach(v, Accumulate);
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_unittest.cc609 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon8977
614 ForEach(v, Accumulate);
619 ForEach(v, Accumulate);
625 ForEach(v, Accumulate);
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c2477 DEFAULT_WRAPPER_W_9W(Accumulate)

Completed in 346 milliseconds