Home
last modified time | relevance | path

Searched refs:_aggregate (Results 1 – 25 of 45) sorted by relevance

12

/dports/textproc/py-agate/agate-1.6.3/agate/tableset/
H A Daggregate.py7 def _aggregate(self, aggregations=[]): function
19 …column_names, column_types, nested_output, row_name_columns = _aggregate(nested_tableset, aggregat…
73 column_names, column_types, output, row_name_columns = _aggregate(self, aggregations)
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Daggregateipflows.hh182 uint32_t _aggregate; member
189 …FlowInfo(uint32_t ports, FlowInfo *next, uint32_t agg) : _ports(ports), _aggregate(agg), _flow_ove… in FlowInfo()
190 uint32_t aggregate() const { return _aggregate; } in aggregate()
H A Daggregateipflows.cc191 sinfo->_aggregate, in delete_flowinfo()
295 notify(f->_aggregate, AggregateListener::DELETE_AGG, 0); in reap_map()
371 finfo->_aggregate = _next; in find_flow_info()
438 if (finfo->_aggregate == AGGREGATE_ANNO(head)) { in emit_fragment_head()
H A Dfromipsumdump.hh187 uint32_t _aggregate; member in FromIPSummaryDump
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/compute/v2/
H A D_proxy.py15 from openstack.compute.v2 import aggregate as _aggregate unknown
273 return self._list(_aggregate.Aggregate, **query)
286 return self._get(_aggregate.Aggregate, aggregate)
299 return self._find(_aggregate.Aggregate, name_or_id,
312 return self._create(_aggregate.Aggregate, **attrs)
326 return self._update(_aggregate.Aggregate, aggregate, **attrs)
342 self._delete(_aggregate.Aggregate, aggregate,
355 aggregate = self._get_resource(_aggregate.Aggregate, aggregate)
368 aggregate = self._get_resource(_aggregate.Aggregate, aggregate)
383 aggregate = self._get_resource(_aggregate.Aggregate, aggregate)
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Harness/lib/Test/
H A DHarness.pm111 sub _aggregate { subroutine
151 _aggregate( $harness, $aggregate, @tests );
359 _aggregate( $harness, $aggregate, @{ $args{tests} } );
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Harness/lib/Test/
H A DHarness.pm111 sub _aggregate { subroutine
151 _aggregate( $harness, $aggregate, @tests );
359 _aggregate( $harness, $aggregate, @{ $args{tests} } );
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Harness/lib/Test/
H A DHarness.pm111 sub _aggregate { subroutine
151 _aggregate( $harness, $aggregate, @tests );
359 _aggregate( $harness, $aggregate, @{ $args{tests} } );
/dports/devel/p5-Test-Harness/Test-Harness-3.42/lib/Test/
H A DHarness.pm111 sub _aggregate { subroutine
151 _aggregate( $harness, $aggregate, @tests );
359 _aggregate( $harness, $aggregate, @{ $args{tests} } );
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Harness/lib/Test/
H A DHarness.pm111 sub _aggregate { subroutine
151 _aggregate( $harness, $aggregate, @tests );
359 _aggregate( $harness, $aggregate, @{ $args{tests} } );
/dports/databases/p5-Mango/Mango-1.30/lib/Mango/
H A DCollection.pm21 return $self->_aggregate($command, $self->db->command($command)) unless $cb;
25 sub { shift; $self->$cb(shift, $self->_aggregate($command, shift)) });
225 sub _aggregate { subroutine
/dports/net-im/folks/folks-0.15.3/tests/eds/
H A Dperf.vala82 private async IndividualAggregator _aggregate () throws Error
114 this._aggregate.begin ((obj, res) =>
125 return this._aggregate.end ((!) result);
163 var aggregator = yield this._aggregate ();
201 var aggregator = yield this._aggregate ();
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/resource/
H A Dtable_printer.py169 self._aggregate = True
175 self._aggregate = False
186 out = self._out if self._aggregate else io.StringIO()
204 self._aggregate = False
205 elif self._subformats and not self._aggregate:
305 if self._aggregate:
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Filter/
H A DAggregateNode.cs25 private readonly Aggregate _aggregate; field in System.Data.AggregateNode
45 _aggregate = (Aggregate)(int)aggregateType; in AggregateNode()
/dports/devel/py-datatest/datatest-0.11.1/datatest/__past__/
H A Dapi07_sources.py318 return self._aggregate('sum', column, keys, **kwds_filter)
321 return self._aggregate('count', column, keys, **kwds_filter)
323 def _aggregate(self, method, column, keys=None, **kwds_filter): member in AdapterSource
600 return self._aggregate('sum', column, keys, **kwds_filter)
603 return self._aggregate('count', column, keys, **kwds_filter)
605 def _aggregate(self, method, column, keys=None, **kwds_filter): member in MultiSource
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsISupportsImpl.h814 #define NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate) \ argument
816 foundInterface = static_cast<_interface*>(_aggregate); \
881 #define NS_INTERFACE_MAP_ENTRY_AGGREGATED(_interface,_aggregate) \ argument
882 NS_IMPL_QUERY_BODY_AGGREGATED(_interface,_aggregate)
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/stats/aggregator/
H A Dstats-change-per-second.c289 _aggregate(StatsAggregator *s) in _aggregate() function
336 self->super.aggregate = _aggregate; in _set_virtual_function()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsISupportsImpl.h930 #define NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate) \ argument
932 foundInterface = static_cast<_interface*>(_aggregate); \
991 #define NS_INTERFACE_MAP_ENTRY_AGGREGATED(_interface, _aggregate) \ argument
992 NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate)
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsISupportsImpl.h1136 #define NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate) \ argument
1138 foundInterface = static_cast<_interface*>(_aggregate); \
1197 #define NS_INTERFACE_MAP_ENTRY_AGGREGATED(_interface, _aggregate) \ argument
1198 NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/greybus/tools/
H A Dloopback_test.c111 static int get_##field##_aggregate(struct loopback_test *t) \
125 static int get_##field##_aggregate(struct loopback_test *t) \
139 static int get_##field##_aggregate(struct loopback_test *t) \
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/greybus/tools/
H A Dloopback_test.c111 static int get_##field##_aggregate(struct loopback_test *t) \
125 static int get_##field##_aggregate(struct loopback_test *t) \
139 static int get_##field##_aggregate(struct loopback_test *t) \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/greybus/tools/
H A Dloopback_test.c111 static int get_##field##_aggregate(struct loopback_test *t) \
125 static int get_##field##_aggregate(struct loopback_test *t) \
139 static int get_##field##_aggregate(struct loopback_test *t) \
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsISupportsImpl.h1229 #define NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate) \ argument
1231 foundInterface = static_cast<_interface*>(_aggregate); \
1290 #define NS_INTERFACE_MAP_ENTRY_AGGREGATED(_interface, _aggregate) \ argument
1291 NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate)
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsISupportsImpl.h1229 #define NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate) \ argument
1231 foundInterface = static_cast<_interface*>(_aggregate); \
1290 #define NS_INTERFACE_MAP_ENTRY_AGGREGATED(_interface, _aggregate) \ argument
1291 NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate)
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsISupportsImpl.h1229 #define NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate) \ argument
1231 foundInterface = static_cast<_interface*>(_aggregate); \
1290 #define NS_INTERFACE_MAP_ENTRY_AGGREGATED(_interface, _aggregate) \ argument
1291 NS_IMPL_QUERY_BODY_AGGREGATED(_interface, _aggregate)

12