Home
last modified time | relevance | path

Searched refs:incCounter (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/utils/
H A DStatisticsUnitTest.java53 statistics.incCounter(STAT_KEY); in shouldIncreaseCounter()
62 statistics.incCounter(STAT_KEY); in shouldIncreaseExistingCounter()
64 statistics.incCounter(STAT_KEY); in shouldIncreaseExistingCounter()
74 statistics.incCounter(STAT_KEY, 5); in shouldIncreaseCounterWithGivenValue()
83 statistics.incCounter(STAT_KEY); in shouldIncreaseExistingCounterWithGivenValue()
156 statistics.incCounter("stats.a"); in shouldReturnStatsWithSamePrefix()
157 statistics.incCounter("stats.b"); in shouldReturnStatsWithSamePrefix()
189 statistics.incCounter("stats.a"); in shouldClearAllStats()
202 statistics.incCounter("stats"); in shouldClearStatsWithSamePrefix()
203 statistics.incCounter("stats.a"); in shouldClearStatsWithSamePrefix()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/core/scanner/
H A DPluginStats.java79 Stats.incCounter(Scanner.ASCAN_RULE_PREFIX + this.pluginId + Scanner.SKIPPED_POSTFIX); in skip()
107 Stats.incCounter(Scanner.ASCAN_RULE_PREFIX + this.pluginId + Scanner.STARTED_POSTFIX); in start()
112 Stats.incCounter( in stopped()
149 Stats.incCounter(Scanner.ASCAN_URLS_STATS); in incMessageCount()
150 Stats.incCounter(Scanner.ASCAN_RULE_PREFIX + this.pluginId + Scanner.URLS_POSTFIX); in incMessageCount()
169 Stats.incCounter(Scanner.ASCAN_RULE_PREFIX + this.pluginId + Scanner.ALERTS_POSTFIX); in incAlertCount()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/src/
H A Dload_gen.c49 void incCounter(int delta){ in incCounter() function
83 incCounter(-1); in create_completion()
95 incCounter(1); in doCreateNodes()
112 incCounter(-1); in write_completion()
125 incCounter(1); in doWrites()
134 incCounter(-1); in read_completion()
154 incCounter(1); in doReads()
162 incCounter(-1); in delete_completion()
172 incCounter(1); in doDeletes()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/pscan/scanner/
H A DStatsPassiveScanner.java58 Stats.incCounter(site, CODE_STATS_PREFIX + msg.getResponseHeader().getStatusCode()); in scanHttpResponseReceive()
61 Stats.incCounter( in scanHttpResponseReceive()
65 Stats.incCounter( in scanHttpResponseReceive()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/utils/
H A DStatistics.java31 public void incCounter(String key) { in incCounter() method in Statistics
32 incCounter(key, 1); in incCounter()
35 public void incCounter(String key, long inc) { in incCounter() method in Statistics
H A DStats.java35 public static void incCounter(String key) { in incCounter() method in Stats
45 public static void incCounter(String site, String key) { in incCounter() method in Stats
55 public static void incCounter(String key, long inc) { in incCounter() method in Stats
65 public static void incCounter(String site, String key, long inc) { in incCounter() method in Stats
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/tcp/
H A Dmegaco_tcp_connection.erl252 incCounter({Socket, medGwyGatewayNumInMessages}, 1).
255 incCounter({Socket, medGwyGatewayNumInOctets}, NumOctets).
258 incCounter({Socket, medGwyGatewayNumErrors}, 1).
260 incCounter(Key, Inc) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/tcp/
H A Dmegaco_tcp_connection.erl252 incCounter({Socket, medGwyGatewayNumInMessages}, 1).
255 incCounter({Socket, medGwyGatewayNumInOctets}, NumOctets).
258 incCounter({Socket, medGwyGatewayNumErrors}, 1).
260 incCounter(Key, Inc) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/tcp/
H A Dmegaco_tcp_connection.erl252 incCounter({Socket, medGwyGatewayNumInMessages}, 1).
255 incCounter({Socket, medGwyGatewayNumInOctets}, NumOctets).
258 incCounter({Socket, medGwyGatewayNumErrors}, 1).
260 incCounter(Key, Inc) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/tcp/
H A Dmegaco_tcp_connection.erl252 incCounter({Socket, medGwyGatewayNumInMessages}, 1).
255 incCounter({Socket, medGwyGatewayNumInOctets}, NumOctets).
258 incCounter({Socket, medGwyGatewayNumErrors}, 1).
260 incCounter(Key, Inc) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/tcp/
H A Dmegaco_tcp_connection.erl252 incCounter({Socket, medGwyGatewayNumInMessages}, 1).
255 incCounter({Socket, medGwyGatewayNumInOctets}, NumOctets).
258 incCounter({Socket, medGwyGatewayNumErrors}, 1).
260 incCounter(Key, Inc) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/tcp/
H A Dmegaco_tcp_connection.erl252 incCounter({Socket, medGwyGatewayNumInMessages}, 1).
255 incCounter({Socket, medGwyGatewayNumInOctets}, NumOctets).
258 incCounter({Socket, medGwyGatewayNumErrors}, 1).
260 incCounter(Key, Inc) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/tcp/
H A Dmegaco_tcp_connection.erl252 incCounter({Socket, medGwyGatewayNumInMessages}, 1).
255 incCounter({Socket, medGwyGatewayNumInOctets}, NumOctets).
258 incCounter({Socket, medGwyGatewayNumErrors}, 1).
260 incCounter(Key, Inc) -> function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/
H A Dresume001a.java45 synchronized static void incCounter() { in incCounter() method in resume001a
65 incCounter(); in stopAtBreakpoint()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/authentication/
H A DAuthenticationMethod.java274 Stats.incCounter(SessionStructure.getHostName(msg), AUTH_STATE_NO_INDICATOR_STATS); in isAuthenticated()
309 Stats.incCounter( in isAuthenticated()
323 Stats.incCounter( in isAuthenticated()
371 Stats.incCounter(SessionStructure.getHostName(msg), AUTH_STATE_LOGGED_IN_STATS); in evaluateAuthRequest()
386 Stats.incCounter(SessionStructure.getHostName(msg), AUTH_STATE_UNKNOWN_STATS); in evaluateAuthRequest()
397 Stats.incCounter(SessionStructure.getHostName(msg), AUTH_STATE_LOGGED_OUT_STATS); in evaluateAuthRequest()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/udp/
H A Dmegaco_udp_server.erl212 incCounter({SH, medGwyGatewayNumInMessages}, 1).
215 incCounter({SH, medGwyGatewayNumInOctets}, NumOctets).
217 incCounter(Key, Inc) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/udp/
H A Dmegaco_udp_server.erl229 incCounter({SH, medGwyGatewayNumInMessages}, 1).
232 incCounter({SH, medGwyGatewayNumInOctets}, NumOctets).
234 incCounter(Key, Inc) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/udp/
H A Dmegaco_udp_server.erl212 incCounter({SH, medGwyGatewayNumInMessages}, 1).
215 incCounter({SH, medGwyGatewayNumInOctets}, NumOctets).
217 incCounter(Key, Inc) -> function

12345678910>>...12