Searched refs:Aggregator (Results 1 – 4 of 4) sorted by relevance
270 AsyncUtil.Aggregator = function(closure, opt_delay) { class300 AsyncUtil.Aggregator.prototype.run = function() {318 AsyncUtil.Aggregator.prototype.runImmediately_ = function() {328 AsyncUtil.Aggregator.prototype.cancelScheduledRuns_ = function() {
164 function Aggregator(key) { class in MainView.UniquifyAggregator169 Aggregator.prototype = { class180 create: function(key) { return new Aggregator(key); }188 function Aggregator(key) { class in MainView.SumAggregator193 Aggregator.prototype = {208 create: function(key) { return new Aggregator(key); }217 function Aggregator(numeratorKey, divisorKey) { class in MainView.AvgAggregator225 Aggregator.prototype = {244 return new Aggregator(numeratorKey, divisorKey);255 function Aggregator(key) { class in MainView.MaxAggregator[all …]
36 this.rescanAggregator_ = new AsyncUtil.Aggregator(
5987 void Aggregator() { in Aggregator() function6005 MyThreadArray t(Adder, Adder, Adder, Aggregator); in Run()6013 MyThreadArray t(Aggregator, Adder, Adder, Adder); in Run()