Home
last modified time | relevance | path

Searched refs:Counts (Results 1 – 25 of 4070) sorted by relevance

12345678910>>...163

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dkernel_test.cpp435 REQUIRE(p.Counts().size() == 2);
436 REQUIRE(p.Counts()[0].size() == 4);
437 REQUIRE(p.Counts()[1].size() == 7);
440 REQUIRE(p.Counts()[0][0].size() == 5);
441 REQUIRE(p.Counts()[0][0]["her"] == 1);
442 REQUIRE(p.Counts()[0][0]["erp"] == 1);
443 REQUIRE(p.Counts()[0][0]["rpg"] == 1);
444 REQUIRE(p.Counts()[0][0]["pgl"] == 1);
445 REQUIRE(p.Counts()[0][0]["gle"] == 1);
448 REQUIRE(p.Counts()[0][1].size() == 7);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIcmpV6Statistics.cs183 get { return iin.Counts [IcmpV6MessageTypes.EchoReply]; }
186 get { return iout.Counts [IcmpV6MessageTypes.EchoReply]; }
189 get { return iin.Counts [IcmpV6MessageTypes.EchoRequest]; }
192 get { return iout.Counts [IcmpV6MessageTypes.EchoRequest]; }
237 get { return iin.Counts [IcmpV6MessageTypes.PacketTooBig]; }
240 get { return iout.Counts [IcmpV6MessageTypes.PacketTooBig]; }
249 get { return iin.Counts [IcmpV6MessageTypes.Redirect]; }
252 get { return iout.Counts [IcmpV6MessageTypes.Redirect]; }
267 get { return iin.Counts [IcmpV6MessageTypes.TimeExceeded]; }
270 get { return iout.Counts [IcmpV6MessageTypes.TimeExceeded]; }
[all …]
/dports/net-mgmt/observium/observium/mibs/rdpru/
H A Deconat-MIB26 "Counts of allocating global ip"
34 "Counts of freeing global ip"
50 "Counts of freeing port blocks"
66 "Counts of freeing ports"
450 "Counts of used napt ports"
687 "Counts of TCP sessions"
705 "Counts of UDP sessions"
723 "Counts of ICMP sessions"
894 "Counts of rolling queues"
1225 "Counts of in jumbo frames"
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/container/test/
H A DUtilTest.cpp38 EXPECT_EQ(sumCounts(), (Counts{1, 0, 0, 0})); in TEST()
39 EXPECT_EQ(Tracked<0>::counts(), (Counts{1, 0, 0, 0})); in TEST()
45 EXPECT_EQ(sumCounts(), (Counts{0, 1, 0, 0})); in TEST()
46 EXPECT_EQ(Tracked<0>::counts(), (Counts{0, 1, 0, 0})); in TEST()
52 EXPECT_EQ(sumCounts(), (Counts{0, 0, 1, 0})); in TEST()
59 EXPECT_EQ(sumCounts(), (Counts{0, 0, 0, 1})); in TEST()
67 EXPECT_EQ(sumCounts(), (Counts{0, 0, 0, 0, 1, 0})); in TEST()
75 EXPECT_EQ(sumCounts(), (Counts{0, 0, 0, 0, 0, 1})); in TEST()
116 Tracked<0>::counts().dist(Counts{1, 0, 0, 0}) + in runKeyExtractCases()
130 Tracked<0>::counts().dist(Counts{1, 0, 0, 0}) + in runKeyExtractCases()
[all …]
/dports/biology/stacks/stacks-2.4/src/
H A Dnucleotides.h117 class Counts {
123 Counts() { in Counts() function
129 Counts(const Counts<Nt4>& nt4counts);
130 Counts(const Counts<Nt2>& nt2counts);
143 Counts& operator+= (const Counts& other)
159 Counts<Nt2>::Counts(const Counts<Nt2>& nt2counts) : counts_(nt2counts.counts_) {} in Counts() function
161 Counts<Nt2>::Counts(const Counts<Nt4>& nt4counts) : Counts() { in Counts() function
166 Counts<Nt4>::Counts(const Counts<Nt4>& nt4counts) : counts_(nt4counts.counts_) {} in Counts() function
168 Counts<Nt4>::Counts(const Counts<Nt2>& nt2counts) : Counts() { in Counts() function
174 array<pair<size_t,Nt>,4> Counts<Nt>::sorted() const { in sorted()
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/db/
H A Dmeta.go145 m.counts.Counts = append(m.counts.Counts, Counts{DeviceID: dev[:], LocalFlags: flag})
154 m.counts.Counts = append(m.counts.Counts, m.allNeededCounts(dev))
163 counts := Counts{}
211 empty := Counts{
221 m.counts.Counts = append(m.counts.Counts, empty)
330 m.counts.Counts[i] = Counts{
350 m.counts.Counts[i] = Counts{
361 func (m *countsMap) Counts(dev protocol.DeviceID, flag uint32) Counts { func
373 return Counts{}
386 Counts: make([]Counts, len(m.counts.Counts)),
[all …]
/dports/mail/postfix-logwatch/postfix-logwatch-1.40.03/
H A Dpostfix-logwatch995 our (%Totals, %Counts);
1407 return unless (keys %Counts);
1464 delete $Counts{$keyname};
3607 $Counts{'tlsoffered'}{$1}++;
3614 $Counts{'tlsunverified'}{$1}++;
3634 $Counts{'warnconfigerror'}{$1}++;
4476 $Counts{'panicerror'}{ucfirst($1)}++;
4514 $Counts{'error'}{ucfirst($reason)}++;
4589 $Counts{'mailerloop'}{$1}++;
4623 $Counts{'numerichostname'}{$1}++;
[all …]
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Dpostfix1005 our (%Totals, %Counts);
1412 return unless (keys %Counts);
1469 delete $Counts{$keyname};
3613 $Counts{'tlsoffered'}{$1}++;
3620 $Counts{'tlsunverified'}{$1}++;
3640 $Counts{'warnconfigerror'}{$1}++;
4495 $Counts{'panicerror'}{ucfirst($1)}++;
4533 $Counts{'error'}{ucfirst($reason)}++;
4608 $Counts{'mailerloop'}{$1}++;
4642 $Counts{'numerichostname'}{$1}++;
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DContent.java44 public static class Counts extends EnumCounters<Content> { class in Content
45 public static Counts newInstance() { in newInstance()
46 return new Counts(); in newInstance()
49 private Counts() { in Counts() method in Content.Counts
54 private static final EnumCounters.Factory<Content, Counts> FACTORY
55 = new EnumCounters.Factory<Content, Counts>() {
57 public Counts newInstance() {
58 return Counts.newInstance();
64 extends EnumCounters.Map<CountsMap.Key, Content, Counts> {
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_totals.cpp12 Counts Counts::operator - ( Counts const& other ) const { in operator -()
13 Counts diff; in operator -()
20 Counts& Counts::operator += ( Counts const& other ) { in operator +=()
27 std::size_t Counts::total() const { in total()
30 bool Counts::allPassed() const { in allPassed()
33 bool Counts::allOk() const { in allOk()
H A Dcatch_totals.h15 struct Counts { struct
16 Counts operator - ( Counts const& other ) const;
17 Counts& operator += ( Counts const& other );
36 Counts assertions; argument
37 Counts testCases;
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_totals.cpp12 Counts Counts::operator - ( Counts const& other ) const { in operator -()
13 Counts diff; in operator -()
20 Counts& Counts::operator += ( Counts const& other ) { in operator +=()
27 std::size_t Counts::total() const { in total()
30 bool Counts::allPassed() const { in allPassed()
33 bool Counts::allOk() const { in allOk()
H A Dcatch_totals.h15 struct Counts { struct
16 Counts operator - ( Counts const& other ) const;
17 Counts& operator += ( Counts const& other );
36 Counts assertions; argument
37 Counts testCases;
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_totals.cpp12 Counts Counts::operator - ( Counts const& other ) const { in operator -()
13 Counts diff; in operator -()
20 Counts& Counts::operator += ( Counts const& other ) { in operator +=()
27 std::size_t Counts::total() const { in total()
30 bool Counts::allPassed() const { in allPassed()
33 bool Counts::allOk() const { in allOk()
H A Dcatch_totals.h15 struct Counts { struct
16 Counts operator - ( Counts const& other ) const;
17 Counts& operator += ( Counts const& other );
36 Counts assertions; argument
37 Counts testCases;
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_totals.cpp12 Counts Counts::operator - ( Counts const& other ) const { in operator -()
13 Counts diff; in operator -()
20 Counts& Counts::operator += ( Counts const& other ) { in operator +=()
27 std::size_t Counts::total() const { in total()
30 bool Counts::allPassed() const { in allPassed()
33 bool Counts::allOk() const { in allOk()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_totals.cpp12 Counts Counts::operator - ( Counts const& other ) const { in operator -()
13 Counts diff; in operator -()
20 Counts& Counts::operator += ( Counts const& other ) { in operator +=()
27 std::size_t Counts::total() const { in total()
30 bool Counts::allPassed() const { in allPassed()
33 bool Counts::allOk() const { in allOk()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_totals.cpp12 Counts Counts::operator - ( Counts const& other ) const { in operator -()
13 Counts diff; in operator -()
20 Counts& Counts::operator += ( Counts const& other ) { in operator +=()
27 std::size_t Counts::total() const { in total()
30 bool Counts::allPassed() const { in allPassed()
33 bool Counts::allOk() const { in allOk()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_totals.cpp12 Counts Counts::operator - ( Counts const& other ) const { in operator -()
13 Counts diff; in operator -()
20 Counts& Counts::operator += ( Counts const& other ) { in operator +=()
27 std::size_t Counts::total() const { in total()
30 bool Counts::allPassed() const { in allPassed()
33 bool Counts::allOk() const { in allOk()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_totals.hpp15 struct Counts { struct
16 Counts() : passed( 0 ), failed( 0 ), failedButOk( 0 ) {} in Counts() argument
18 Counts operator - ( Counts const& other ) const { in operator -() argument
19 Counts diff; in operator -()
25 Counts& operator += ( Counts const& other ) { in operator +=() argument
73 Counts assertions;
74 Counts testCases;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_totals.hpp15 struct Counts { struct
16 Counts() : passed( 0 ), failed( 0 ), failedButOk( 0 ) {} in Counts() argument
18 Counts operator - ( Counts const& other ) const { in operator -() argument
19 Counts diff; in operator -()
25 Counts& operator += ( Counts const& other ) { in operator +=() argument
73 Counts assertions;
74 Counts testCases;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_totals.hpp15 struct Counts { struct
16 Counts() : passed( 0 ), failed( 0 ), failedButOk( 0 ) {} in Counts() argument
18 Counts operator - ( Counts const& other ) const { in operator -() argument
19 Counts diff; in operator -()
25 Counts& operator += ( Counts const& other ) { in operator +=() argument
73 Counts assertions;
74 Counts testCases;
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_totals.hpp15 struct Counts { struct
16 Counts() : passed( 0 ), failed( 0 ), failedButOk( 0 ) {} in Counts() function
18 Counts operator - ( Counts const& other ) const { in operator -() argument
19 Counts diff; in operator -()
25 Counts& operator += ( Counts const& other ) { in operator +=() argument
73 Counts assertions;
74 Counts testCases;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/internal/
H A DTriangulateTables.h119 return this->Counts.Get(shape.Id); in GetCount()
145 PortalType Counts;
173 , Counts(counts) in TriangulateTablesExecutionObjectFactory()
181 TriangulateArrayHandle Counts; variable
202 this->Counts, this->Offsets, this->Indices); in PrepareForInput()
206 TriangulateArrayHandle Counts;
325 return this->Counts.Get(shape.Id); in GetCount()
342 PortalType Counts;
371 , Counts(counts) in TetrahedralizeTablesExecutionObjectFactory()
379 TriangulateArrayHandle Counts; variable
[all …]
/dports/net-mgmt/observium/observium/mibs/bintec/
H A DBIANCA-BRICK-OSPF-ERR-MIB23 "Counts the number of OSPF packets received with bad
32 "Counts the number of OSPF packets received with bad
49 "Counts the number of OSPF packets received with bad
74 "Counts the number of OSPF packets received from an unknown
110 "Counts the number of OSPF Hello packets with bad options."
118 "Counts the number of packets received that used
127 "Counts the number of unknown LSAs received."
135 "Counts the number of OSPF DD packets with bad options."
143 "Counts the number of OSPF DD packets received then the
152 "Counts the number of OSPF LS Acknowledge packets received
[all …]

12345678910>>...163