Home
last modified time | relevance | path

Searched refs:counterType (Results 1 – 25 of 134) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DCounterSample.cs46 private PerformanceCounterType counterType; field
54 PerformanceCounterType counterType) in CounterSample()
57 counterType, 0) in CounterSample()
67 PerformanceCounterType counterType, in CounterSample()
76 this.counterType = counterType; in CounterSample()
98 get {return counterType;}
145 counterType == sample.counterType; in Equals()
167 (int) counterType))))))); in GetHashCode()
H A DCounterCreationData.cs54 PerformanceCounterType counterType) in CounterCreationData() argument
58 CounterType = counterType; in CounterCreationData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DCounterSample.cs21 private PerformanceCounterType counterType; field
35 … long systemFrequency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType) { in CounterSample()
40 this.counterType = counterType; in CounterSample()
49 …equency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType, long counterTi… in CounterSample()
54 this.counterType = counterType; in CounterSample()
134 return this.counterType;
161 (counterType == sample.counterType) && in Equals()
H A DCounterCreationData.cs22 private PerformanceCounterType counterType = PerformanceCounterType.NumberOfItems32; field in System.Diagnostics.CounterCreationData
35 …c CounterCreationData(string counterName, string counterHelp, PerformanceCounterType counterType) { in CounterCreationData() argument
36 CounterType = counterType; in CounterCreationData()
50 return counterType;
56 counterType = value;
H A DPerformanceCounter.cs45 private int counterType = -1; field in System.Diagnostics.PerformanceCounter
222 if (counterType == -1) {
234 this.counterType = counterSample.CounterType;
237 return(PerformanceCounterType) counterType;
381 this.counterType = -1; in Close()
562 this.counterType = counterSample.CounterType; in NextSample()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Diagnostics/PerformanceData/
H A DCounterSet.cs100 public void AddCounter(Int32 counterId, CounterType counterType) { in AddCounter() argument
104 if (! PerfProviderCollection.ValidateCounterType(counterType)) { in AddCounter()
105 …ArgumentException(SR.GetString(SR.Perflib_Argument_InvalidCounterType, counterType), "counterType"… in AddCounter()
119 m_idToCounter.Add(counterId, counterType); in AddCounter()
130 public void AddCounter(Int32 counterId, CounterType counterType, String counterName) { in AddCounter() argument
137 if (! PerfProviderCollection.ValidateCounterType(counterType)) { in AddCounter()
138 …ArgumentException(SR.GetString(SR.Perflib_Argument_InvalidCounterType, counterType), "counterType"… in AddCounter()
159 m_idToCounter.Add(counterId, counterType); in AddCounter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/
H A DCounterSample.cs23 …y, long systemFrequency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType) in CounterSample()
29 _counterType = counterType; in CounterSample()
35 …equency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType, long counterTi… in CounterSample()
41 _counterType = counterType; in CounterSample()
H A DCounterCreationData.cs22 …lic CounterCreationData(string counterName, string counterHelp, PerformanceCounterType counterType) in CounterCreationData() argument
24 CounterType = counterType; in CounterCreationData()
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Danimnode.cpp148 CounterType_t counterType; in updateBatteryCapacityImage() local
149 …nterId = AnimNodeMgr::getInstance ()->getCounterIdForName ("RemainingEnergy", result, counterType); in updateBatteryCapacityImage()
208 AnimNode::updateCounter (uint32_t counterId, qreal counterValue, CounterType_t counterType) in updateCounter() argument
210 if (counterType == DOUBLE_COUNTER) in updateCounter()
215 if (counterType == UINT32_COUNTER) in updateCounter()
688 …Mgr::getCounterIdForName (QString counterName, bool &result, AnimNode::CounterType_t & counterType) in getCounterIdForName() argument
699 counterType = AnimNode::DOUBLE_COUNTER; in getCounterIdForName()
711 counterType = AnimNode::UINT32_COUNTER; in getCounterIdForName()
H A Dcountertablesscene.cpp120 AnimNode::CounterType_t counterType; in reloadContent() local
121 …rId = AnimNodeMgr::getInstance ()->getCounterIdForName (m_currentCounterName, result, counterType); in reloadContent()
156 if (counterType == AnimNode::DOUBLE_COUNTER) in reloadContent()
168 else if (counterType == AnimNode::UINT32_COUNTER) in reloadContent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/tests/
H A DCounterSampleCalculatorTests.cs34 … public static PerformanceCounter CreateCounter(string name, PerformanceCounterType counterType) in CreateCounter() argument
41 ccd.CounterType = counterType; in CreateCounter()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xephyr/xorg-server-1.20.13/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xarcan/xarcan-0.6.0/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xwayland/xorg-server-1.20.13/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/x11-servers/xorg-server/xorg-server-1.20.13/Xext/
H A Dsyncsrv.h83 SyncCounterType counterType; /* how can this counter change */ member
126 SyncCounterType counterType,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/ref/
H A DSystem.Diagnostics.PerformanceCounter.cs13 …(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType) { } in CounterCreationData() argument
38 …tamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw null; } in CounterSample()
39 …tamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTi… in CounterSample()
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/libs/
H A Dlibnapi_subotage.sh201 local counterType="not_found"
217 if [ "$counterType" = "not_found" ]; then
222 counterType="newline"
231 counterType="inline"
236 elif [ "$counterType" = "newline" ]; then
241 counterType="newline"
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/
H A DLogConfig.php20 protected $counterType = 'Google_Service_CloudUserAccounts_LogConfigCounterOptions'; variable in Google_Service_CloudUserAccounts_LogConfig
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudUserAccounts/
H A DLogConfig.php20 protected $counterType = 'Google_Service_CloudUserAccounts_LogConfigCounterOptions'; variable in Google_Service_CloudUserAccounts_LogConfig
/dports/textproc/py-markdown2/markdown2-2.3.6/test/tm-cases/
H A Dfenced_code_blocks_issue113.text7 Shadowbox.setup(".entry-content img", { gallery: "{{post.title}}", counterType: "skip" });

123456