Home
last modified time | relevance | path

Searched refs:StatsType (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dstats.go16 type StatsType string type
20 StatsTypeCodec StatsType = "codec"
35 StatsTypeCSRC StatsType = "csrc"
148 Type StatsType `json:"type"`
190 Type StatsType `json:"type"`
357 Type StatsType `json:"type"`
486 Type StatsType `json:"type"`
594 Type StatsType `json:"type"`
678 Type StatsType `json:"type"`
713 Type StatsType `json:"type"`
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Dstats.go16 type StatsType string type
20 StatsTypeCodec StatsType = "codec"
35 StatsTypeCSRC StatsType = "csrc"
148 Type StatsType `json:"type"`
190 Type StatsType `json:"type"`
357 Type StatsType `json:"type"`
486 Type StatsType `json:"type"`
594 Type StatsType `json:"type"`
678 Type StatsType `json:"type"`
713 Type StatsType `json:"type"`
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/stats/
H A DStreamingStats.h42 StatsType mean = 0;
43 StatsType m2 = 0;
77 StatsType const delta = value - mean_; in add()
79 StatsType const delta2 = value - mean_; in add()
91 StatsType const new_mean = in merge()
117 StatsType mean() const { in mean()
122 StatsType m2() const { in m2()
127 StatsType populationVariance() const { in populationVariance()
132 StatsType sampleVariance() const { in sampleVariance()
169 StatsType mean_ = 0;
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dperformance_manager.go49 StatsType: "rate",
78 StatsType: "rate",
107 StatsType: "rate",
136 StatsType: "rate",
165 StatsType: "rate",
194 StatsType: "rate",
223 StatsType: "rate",
252 StatsType: "rate",
484 StatsType: "rate",
513 StatsType: "rate",
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dperformance_manager.go49 StatsType: "rate",
78 StatsType: "rate",
107 StatsType: "rate",
136 StatsType: "rate",
165 StatsType: "rate",
194 StatsType: "rate",
223 StatsType: "rate",
252 StatsType: "rate",
484 StatsType: "rate",
513 StatsType: "rate",
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dperformance_manager.go49 StatsType: "rate",
78 StatsType: "rate",
107 StatsType: "rate",
136 StatsType: "rate",
165 StatsType: "rate",
194 StatsType: "rate",
223 StatsType: "rate",
252 StatsType: "rate",
484 StatsType: "rate",
513 StatsType: "rate",
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/simulator/vpx/
H A Dperformance_manager.go50 StatsType: "rate",
79 StatsType: "rate",
108 StatsType: "rate",
137 StatsType: "rate",
166 StatsType: "rate",
195 StatsType: "rate",
224 StatsType: "rate",
253 StatsType: "rate",
311 StatsType: "delta",
514 StatsType: "rate",
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dperformance_manager.go49 StatsType: "rate",
78 StatsType: "rate",
107 StatsType: "rate",
136 StatsType: "rate",
165 StatsType: "rate",
194 StatsType: "rate",
223 StatsType: "rate",
252 StatsType: "rate",
484 StatsType: "rate",
513 StatsType: "rate",
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/gmeasure/
H A Dstats.go34 type StatsType uint type
37 StatsTypeInvalid StatsType = iota
44 func (s StatsType) String() string { return statsTypeEnumSupport.String(uint(s)) }
45 func (s *StatsType) UnmarshalJSON(b []byte) error {
47 *s = StatsType(out)
50 func (s StatsType) MarshalJSON() ([]byte, error) { return statsTypeEnumSupport.MarshJSON(uint(s)) }
59 Type StatsType
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/gmeasure/
H A Dstats.go34 type StatsType uint type
37 StatsTypeInvalid StatsType = iota
44 func (s StatsType) String() string { return statsTypeEnumSupport.String(uint(s)) }
45 func (s *StatsType) UnmarshalJSON(b []byte) error {
47 *s = StatsType(out)
50 func (s StatsType) MarshalJSON() ([]byte, error) { return statsTypeEnumSupport.MarshJSON(uint(s)) }
59 Type StatsType
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/
H A Dstats_types.h41 enum StatsType { enum
248 StatsType type() const;
263 explicit IdBase(StatsType type); // Only meant for derived classes.
264 const StatsType type_;
374 static Id NewTypedId(StatsType type, const std::string& id);
375 static Id NewTypedIntId(StatsType type, int id);
376 static Id NewIdWithDirection(StatsType type,
386 StatsType type() const { return id_->type(); } in type()
H A Dstats_types.cc35 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString()
75 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId()
93 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId()
112 IdWithDirection(StatsReport::StatsType type, in IdWithDirection()
160 ComponentId(StatsReport::StatsType type, in ComponentId()
204 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase()
207 StatsReport::StatsType StatsReport::IdBase::type() const { in type()
696 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId()
701 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId()
707 StatsType type, in NewIdWithDirection()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Dstats_types.h41 enum StatsType { enum
248 StatsType type() const;
263 explicit IdBase(StatsType type); // Only meant for derived classes.
264 const StatsType type_;
374 static Id NewTypedId(StatsType type, const std::string& id);
375 static Id NewTypedIntId(StatsType type, int id);
376 static Id NewIdWithDirection(StatsType type,
386 StatsType type() const { return id_->type(); } in type()
H A Dstats_types.cc35 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString()
75 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId()
93 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId()
112 IdWithDirection(StatsReport::StatsType type, in IdWithDirection()
160 ComponentId(StatsReport::StatsType type, in ComponentId()
204 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase()
207 StatsReport::StatsType StatsReport::IdBase::type() const { in type()
696 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId()
701 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId()
707 StatsType type, in NewIdWithDirection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Dstats_types.h41 enum StatsType { enum
248 StatsType type() const;
263 explicit IdBase(StatsType type); // Only meant for derived classes.
264 const StatsType type_;
374 static Id NewTypedId(StatsType type, const std::string& id);
375 static Id NewTypedIntId(StatsType type, int id);
376 static Id NewIdWithDirection(StatsType type,
386 StatsType type() const { return id_->type(); } in type()
H A Dstats_types.cc35 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString()
75 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId()
93 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId()
112 IdWithDirection(StatsReport::StatsType type, in IdWithDirection()
160 ComponentId(StatsReport::StatsType type, in ComponentId()
204 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase()
207 StatsReport::StatsType StatsReport::IdBase::type() const { in type()
696 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId()
701 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId()
707 StatsType type, in NewIdWithDirection()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/
H A Dstats_types.h41 enum StatsType { enum
248 StatsType type() const;
263 explicit IdBase(StatsType type); // Only meant for derived classes.
264 const StatsType type_;
374 static Id NewTypedId(StatsType type, const std::string& id);
375 static Id NewTypedIntId(StatsType type, int id);
376 static Id NewIdWithDirection(StatsType type,
386 StatsType type() const { return id_->type(); } in type()
H A Dstats_types.cc35 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString()
75 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId()
93 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId()
112 IdWithDirection(StatsReport::StatsType type, in IdWithDirection()
160 ComponentId(StatsReport::StatsType type, in ComponentId()
204 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase()
207 StatsReport::StatsType StatsReport::IdBase::type() const { in type()
696 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId()
701 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId()
707 StatsType type, in NewIdWithDirection()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/api/
H A Dstatstypes.h41 enum StatsType { enum
241 StatsType type() const;
256 explicit IdBase(StatsType type); // Only meant for derived classes.
257 const StatsType type_;
367 static Id NewTypedId(StatsType type, const std::string& id);
368 static Id NewTypedIntId(StatsType type, int id);
370 StatsType type, const std::string& id, Direction direction);
378 StatsType type() const { return id_->type(); } in type()
H A Dstatstypes.cc34 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString()
74 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId()
92 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId()
112 IdWithDirection(StatsReport::StatsType type, const std::string& id, in IdWithDirection()
163 ComponentId(StatsReport::StatsType type, const std::string& content_name, in ComponentId()
207 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase()
210 StatsReport::StatsType StatsReport::IdBase::type() const { return type_; } in type()
680 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId()
685 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId()
691 StatsType type, const std::string& id, StatsReport::Direction direction) { in NewIdWithDirection()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/api/
H A Dstatstypes.h41 enum StatsType { enum
241 StatsType type() const;
256 explicit IdBase(StatsType type); // Only meant for derived classes.
257 const StatsType type_;
367 static Id NewTypedId(StatsType type, const std::string& id);
368 static Id NewTypedIntId(StatsType type, int id);
370 StatsType type, const std::string& id, Direction direction);
378 StatsType type() const { return id_->type(); } in type()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/api/
H A Dstatstypes.h41 enum StatsType { enum
241 StatsType type() const;
256 explicit IdBase(StatsType type); // Only meant for derived classes.
257 const StatsType type_;
367 static Id NewTypedId(StatsType type, const std::string& id);
368 static Id NewTypedIntId(StatsType type, int id);
370 StatsType type, const std::string& id, Direction direction);
378 StatsType type() const { return id_->type(); } in type()
/dports/net/tcpkali/tcpkali-1.1.1/deps/libstatsd/src/
H A Dstatsd.c48 static int sendToServer(Statsd* stats, const char* bucket, StatsType type, int64_t delta, double sa…
49 …har* stat, size_t stat_size, const char* nameSpace, const char* bucket, StatsType type, int64_t de…
50 …har* stat, size_t stat_size, const char* nameSpace, const char* bucket, StatsType type, double del…
71 static int sendToServer(Statsd* stats, const char* bucket, StatsType type, int64_t delta, double sa… in sendToServer()
114 …har* stat, size_t stat_size, const char* nameSpace, const char* bucket, StatsType type, int64_t de… in buildStatString()
155 …har* stat, size_t stat_size, const char* nameSpace, const char* bucket, StatsType type, double del… in buildStatString_dbl()
455 int ADDCALL statsd_addToBatch(Statsd* statsd, StatsType type, const char* bucket, int64_t value, do… in statsd_addToBatch()
477 int ADDCALL statsd_addToBatch_dbl(Statsd* statsd, StatsType type, const char* bucket, double value,… in statsd_addToBatch_dbl()
H A Dstatsd.h84 } StatsType; typedef
116 ADDAPI int ADDCALL statsd_addToBatch(Statsd* statsd, StatsType type, const char* bucket, int64_t va…
117 ADDAPI int ADDCALL statsd_addToBatch_dbl(Statsd* statsd, StatsType type, const char* bucket, double…
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/iosxr/iosxr/mock_data/
H A D_Get__Operational__Interfaces__InterfaceTable___InterfaceTable___Interfaces___Operational___Get_.rpc1StatsType>Full</StatsType><FullInterfaceStats><PacketsReceived>2107533305471</PacketsReceived><Byt…

12345678