Searched defs:Accumulate (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/
H A Dstring-builder.cc61 void IncrementalStringBuilder::Accumulate(Handle<String> new_part) { function in class:v8::internal::IncrementalStringBuilder
77 Accumulate(current_part());
95 Accumulate(current_part());
107 Accumulate(string);
H A Dcompilation-statistics.cc25 it->second.Accumulate(stats);
40 it->second.Accumulate(stats);
49 total_stats_.Accumulate(stats);
53 void CompilationStatistics::BasicStats::Accumulate(const BasicStats& stats) { function in class:v8::internal::CompilationStatistics::BasicStats
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp49 static void Accumulate(SMap &SM, CFGBlock *B) { function
87 Accumulate(*SM, *I);
/external/libchrome/base/metrics/
H A Dsample_map.cc85 void SampleMap::Accumulate(Sample value, Count count) { function in class:base::SampleMap
H A Dsample_vector.cc42 void SampleVector::Accumulate(Sample value, Count count) { function in class:base::SampleVector
H A Dpersistent_sample_map.cc116 void PersistentSampleMap::Accumulate(Sample value, Count count) { function in class:base::PersistentSampleMap
/external/v8/src/parsing/
H A Dexpression-classifier.h44 // is achieved by calling the method Accumulate. The latter is
294 void Accumulate(ExpressionClassifier* inner, unsigned productions, function
H A Dparser-base.h1414 V8_INLINE void Accumulate(unsigned productions, function in class:v8::internal::ParseFunctionFlags::ParserBase
1419 previous->Accumulate(classifier_, productions, merge_non_patterns);
1431 // Accumulate errors that can be arbitrarily deep in an expression.
1440 Accumulate(ExpressionClassifier::FormalParameterInitializerProduction |
1912 impl()->Accumulate(ExpressionClassifier::AllProductions &
2808 impl()->Accumulate(productions);
2812 impl()->Accumulate(productions, false);
/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.cc993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1016 VirtualSocketServer::Function* VirtualSocketServer::Accumulate(Function* f) { function in class:rtc::VirtualSocketServer
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2497 bool Accumulate) {
2506 *Opc = Accumulate ? ARM::SMLAWB : ARM::SMULWB;
2527 *Opc = Accumulate ? ARM::SMLAWB : ARM::SMULWB;
2531 *Opc = Accumulate ? ARM::SMLAWT : ARM::SMULWT;
2537 SDValue &Src1, bool Accumulate) {
2577 if (SearchSignedMulShort(SMULLOHI->getOperand(0), Opc, Src1, Accumulate)) {
2580 Accumulate)) {
2496 SearchSignedMulShort(SDValue SignExt, unsigned *Opc, SDValue &Src1, bool Accumulate) argument
2536 SearchSignedMulLong(SDValue OR, unsigned *Opc, SDValue &Src0, SDValue &Src1, bool Accumulate) argument
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc710 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon7592
715 ForEach(v, Accumulate);
720 ForEach(v, Accumulate);
726 ForEach(v, Accumulate);
/external/googletest/googletest/test/
H A Dgtest_unittest.cc776 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon7747
781 ForEach(v, Accumulate);
786 ForEach(v, Accumulate);
792 ForEach(v, Accumulate);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc576 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon18782
581 ForEach(v, Accumulate);
586 ForEach(v, Accumulate);
592 ForEach(v, Accumulate);
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc776 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon27991
781 ForEach(v, Accumulate);
786 ForEach(v, Accumulate);
792 ForEach(v, Accumulate);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc783 static void Accumulate(int n) { g_sum += n; } function in namespace:__anon30343
788 ForEach(v, Accumulate);
793 ForEach(v, Accumulate);
799 ForEach(v, Accumulate);

Completed in 1209 milliseconds