HomeSort by relevance Sort by last modified time
    Searched defs:Accumulate (Results 1 - 14 of 14) sorted by null

  /external/v8/test/mjsunit/
for-in-special-cases.js 66 function Accumulate(x) {
75 var elements = Accumulate("abcd");
97 var elements = Accumulate(y);
98 var elements1 = Accumulate(y);
112 elements = Accumulate(x);
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 49 static void Accumulate(SMap &SM, CFGBlock *B) {
87 Accumulate(*SM, *I);
  /external/v8/src/
string-builder.cc 61 void IncrementalStringBuilder::Accumulate(Handle<String> new_part) {
77 Accumulate(current_part());
95 Accumulate(current_part());
107 Accumulate(string);
compilation-statistics.cc 23 it->second.Accumulate(stats);
36 it->second.Accumulate(stats);
43 total_stats_.Accumulate(stats);
47 void CompilationStatistics::BasicStats::Accumulate(const BasicStats& stats) {
  /external/libchrome/base/metrics/
sample_map.cc 20 void SampleMap::Accumulate(Sample value, Count count) {
sample_vector.cc 42 void SampleVector::Accumulate(Sample value, Count count) {
  /external/opencv3/modules/imgproc/test/ocl/
test_accumulate.cpp 102 /////////////////////////////////// Accumulate ///////////////////////////////////
104 typedef AccumulateBase Accumulate;
106 OCL_TEST_P(Accumulate, Mat)
112 OCL_OFF(cv::accumulate(src_roi, dst_roi));
113 OCL_ON(cv::accumulate(usrc_roi, udst_roi));
119 OCL_TEST_P(Accumulate, Mask)
125 OCL_OFF(cv::accumulate(src_roi, dst_roi, mask_roi));
126 OCL_ON(cv::accumulate(usrc_roi, udst_roi, umask_roi));
233 OCL_INSTANTIATE_TEST_CASE_P(ImgProc, Accumulate, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool()));
  /external/v8/src/parsing/
expression-classifier.h 348 void Accumulate(ExpressionClassifier* inner,
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1016 VirtualSocketServer::Function* VirtualSocketServer::Accumulate(Function* f) {
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 576 static void Accumulate(int n) { g_sum += n; }
581 ForEach(v, Accumulate);
586 ForEach(v, Accumulate);
592 ForEach(v, Accumulate);
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 710 static void Accumulate(int n) { g_sum += n; }
715 ForEach(v, Accumulate);
720 ForEach(v, Accumulate);
726 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...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]

Completed in 1952 milliseconds