Home
last modified time | relevance | path

Searched defs:aggregator (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/watchaggregator/
H A Daggregator.go94 type aggregator struct { struct
97 folderID string
101 notifyDelay time.Duration
103 notifyTimeout time.Duration
104 notifyTimer *time.Timer
105 notifyTimerNeedsReset bool
106 notifyTimerResetChan chan time.Duration
108 root *eventDir
109 ctx context.Context
404 func (a *aggregator) eventCount() int {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/DataDog/datadog-go/statsd/
H A Daggregator.go67 type aggregator struct { struct
68 nbContextGauge int32
69 nbContextCount int32
70 nbContextSet int32
72 countsM sync.RWMutex
73 gaugesM sync.RWMutex
74 setsM sync.RWMutex
78 sets setsMap
83 closed chan struct{}
84 exited chan struct{}
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrBufferAllocPool.cpp67 }
68 SkASSERT(!fBufferPtr);
71 GrBufferAllocPool::~GrBufferAllocPool() {
73 this->deleteBlocks();
74 sk_free(fCpuData);
78 void GrBufferAllocPool::reset() {
80 fBytesInUse = 0;
81 this->deleteBlocks();
86 void GrBufferAllocPool::unmap() {
230 }
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DSelectionServiceImpl.java44 SelectionAggregator aggregator = getServiceAggregator(); in getSelection() local
53 SelectionAggregator aggregator = getServiceAggregator(); in getSelection() local
62 SelectionAggregator aggregator = getServiceAggregator(); in addSelectionListener() local
70 SelectionAggregator aggregator = getServiceAggregator(); in removeSelectionListener() local
78 SelectionAggregator aggregator = getServiceAggregator(); in addSelectionListener() local
86 SelectionAggregator aggregator = getServiceAggregator(); in removeSelectionListener() local
94 SelectionAggregator aggregator = getServiceAggregator(); in addPostSelectionListener() local
102 SelectionAggregator aggregator = getServiceAggregator(); in removePostSelectionListener() local
110 SelectionAggregator aggregator = getServiceAggregator(); in addPostSelectionListener() local
118 SelectionAggregator aggregator = getServiceAggregator(); in removePostSelectionListener() local
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_benchmarkaggregator.cpp77 BenchmarkAggregator aggregator; in TEST_SUITE() local
86 BenchmarkAggregator aggregator; in TEST_SUITE() local
104 BenchmarkAggregator aggregator; in TEST_SUITE() local
113 BenchmarkAggregator aggregator; in TEST_SUITE() local
146 BenchmarkAggregator aggregator; in TEST_SUITE() local
170 BenchmarkAggregator aggregator; in TEST_SUITE() local
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/compact/downsample/
H A Ddownsample.go204 type aggregator struct { struct
205 total int // Total samples processed.
206 count int // Samples in current window.
207 sum float64 // Value sum of current window.
208 min float64 // Min of current window.
209 max float64 // Max of current window.
210 counter float64 // Total counter state since beginning.
211 resets int // Number of counter resets since beginning.
212 last float64 // Last added value.
216 func (a *aggregator) reset() {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Ddownsample.go218 type aggregator struct { struct
219 total int // Total samples processed.
220 count int // Samples in current window.
221 sum float64 // Value sum of current window.
222 min float64 // Min of current window.
223 max float64 // Max of current window.
224 counter float64 // Total counter state since beginning.
225 resets int // Number of counter resets since beginning.
226 last float64 // Last added value.
230 func (a *aggregator) reset() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Ddownsample.go220 type aggregator struct { struct
221 total int // Total samples processed.
222 count int // Samples in current window.
223 sum float64 // Value sum of current window.
224 min float64 // Min of current window.
225 max float64 // Max of current window.
226 counter float64 // Total counter state since beginning.
227 resets int // Number of counter resets since beginning.
228 last float64 // Last added value.
232 func (a *aggregator) reset() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Ddownsample.go220 type aggregator struct { struct
221 total int // Total samples processed.
222 count int // Samples in current window.
223 sum float64 // Value sum of current window.
224 min float64 // Min of current window.
225 max float64 // Max of current window.
226 counter float64 // Total counter state since beginning.
227 resets int // Number of counter resets since beginning.
228 last float64 // Last added value.
232 func (a *aggregator) reset() {
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/expressions/
H A DReduceAggregatorSuite.scala29 val aggregator: ReduceAggregator[Int] = new ReduceAggregator(func)(Encoders.scalaInt) constant
36 val aggregator: ReduceAggregator[Int] = new ReduceAggregator(func)(Encoders.scalaInt) constant
67 val aggregator: ReduceAggregator[Int] = new ReduceAggregator(func)(Encoders.scalaInt) constant
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/stats/examples/
H A Dfile-aggregator-example.cc44 Ptr<FileAggregator> aggregator = in CreateCommaSeparatedFile() local
89 Ptr<FileAggregator> aggregator = in CreateSpaceSeparatedFile() local
132 Ptr<FileAggregator> aggregator = in CreateFormattedFile() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/util/memory_pressure/
H A Dmemory_pressure_voter_unittest.cc26 MemoryPressureVoteAggregator aggregator(&delegate); in TEST() local
50 MemoryPressureVoteAggregator aggregator(&delegate); in TEST() local
96 MemoryPressureVoteAggregator aggregator(&delegate); in TEST() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/util/memory_pressure/
H A Dmemory_pressure_voter_unittest.cc26 MemoryPressureVoteAggregator aggregator(&delegate); in TEST() local
50 MemoryPressureVoteAggregator aggregator(&delegate); in TEST() local
96 MemoryPressureVoteAggregator aggregator(&delegate); in TEST() local
/dports/databases/opentsdb/opentsdb-2.3.0/src/query/pojo/
H A DDownsampler.java37 private String aggregator; field in Downsampler
123 private String aggregator; field in Downsampler.Builder
132 public Builder setAggregator(String aggregator) { in setAggregator()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter_lag_aggregator_unittest.cc35 MatchedFilterLagAggregator aggregator(&data_dumper, std::max(kLag1, kLag2)); in TEST() local
68 MatchedFilterLagAggregator aggregator(&data_dumper, 100); in TEST() local
83 MatchedFilterLagAggregator aggregator(&data_dumper, kLag); in TEST() local
100 MatchedFilterLagAggregator aggregator(&data_dumper, std::max(kLag1, kLag2)); in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter_lag_aggregator_unittest.cc35 MatchedFilterLagAggregator aggregator(&data_dumper, std::max(kLag1, kLag2)); in TEST() local
68 MatchedFilterLagAggregator aggregator(&data_dumper, 100); in TEST() local
83 MatchedFilterLagAggregator aggregator(&data_dumper, kLag); in TEST() local
100 MatchedFilterLagAggregator aggregator(&data_dumper, std::max(kLag1, kLag2)); in TEST() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter_lag_aggregator_unittest.cc35 MatchedFilterLagAggregator aggregator(&data_dumper, std::max(kLag1, kLag2)); in TEST() local
68 MatchedFilterLagAggregator aggregator(&data_dumper, 100); in TEST() local
83 MatchedFilterLagAggregator aggregator(&data_dumper, kLag); in TEST() local
100 MatchedFilterLagAggregator aggregator(&data_dumper, std::max(kLag1, kLag2)); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/hit_test/
H A Dhit_test_aggregator_unittest.cc244 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
281 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
342 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
428 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
508 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
589 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
718 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
840 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
925 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
949 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/hit_test/
H A Dhit_test_aggregator_unittest.cc244 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
281 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
342 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
428 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
508 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
589 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
718 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
840 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
925 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
949 TestHitTestAggregator* aggregator = hit_test_aggregator(); in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter_lag_aggregator_unittest.cc37 MatchedFilterLagAggregator aggregator( in TEST() local
74 MatchedFilterLagAggregator aggregator( in TEST() local
105 MatchedFilterLagAggregator aggregator( in TEST() local
125 MatchedFilterLagAggregator aggregator( in TEST() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aec3/
H A Dmatched_filter_lag_aggregator_unittest.cc37 MatchedFilterLagAggregator aggregator( in TEST() local
74 MatchedFilterLagAggregator aggregator( in TEST() local
105 MatchedFilterLagAggregator aggregator( in TEST() local
125 MatchedFilterLagAggregator aggregator( in TEST() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aec3/
H A Dmatched_filter_lag_aggregator_unittest.cc37 MatchedFilterLagAggregator aggregator( in TEST() local
74 MatchedFilterLagAggregator aggregator( in TEST() local
105 MatchedFilterLagAggregator aggregator( in TEST() local
125 MatchedFilterLagAggregator aggregator( in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter_lag_aggregator_unittest.cc37 MatchedFilterLagAggregator aggregator( in TEST() local
74 MatchedFilterLagAggregator aggregator( in TEST() local
105 MatchedFilterLagAggregator aggregator( in TEST() local
125 MatchedFilterLagAggregator aggregator( in TEST() local
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dbond_3ad.h180 typedef struct aggregator { struct
181 struct mac_addr aggregator_mac_address; argument
182 u16 aggregator_identifier; argument
184 u16 actor_admin_aggregator_key; argument
185 u16 actor_oper_aggregator_key; argument
188 u16 partner_oper_aggregator_key; argument
193 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ argument
194 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */ argument
196 } aggregator_t; argument
242 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */ member
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dbond_3ad.h180 typedef struct aggregator { struct
181 struct mac_addr aggregator_mac_address; argument
182 u16 aggregator_identifier; argument
184 u16 actor_admin_aggregator_key; argument
185 u16 actor_oper_aggregator_key; argument
188 u16 partner_oper_aggregator_key; argument
193 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ argument
194 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */ argument
196 } aggregator_t; argument
242 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */ member
[all …]

12345678910>>...25