Searched defs:addCount (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java51 private final AtomicInteger addCount = new AtomicInteger(0); field in class:TestChangeNotificationListener
90 addCount.incrementAndGet();
133 addCount.set(0);
146 return addCount.get();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java51 private final AtomicInteger addCount = new AtomicInteger(0); field in class:TestChangeNotificationListener
90 addCount.incrementAndGet();
133 addCount.set(0);
146 return addCount.get();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DTestChangeNotificationListener.java51 private final AtomicInteger addCount = new AtomicInteger(0); field in class:TestChangeNotificationListener
90 addCount.incrementAndGet();
133 addCount.set(0);
146 return addCount.get();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java50 private AtomicInteger addCount; field in class:TestChangeNotificationListener
71 addCount = new AtomicInteger(0);
86 addCount.incrementAndGet();
130 addCount.set(0);
145 return addCount.get();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java50 private AtomicInteger addCount; field in class:TestChangeNotificationListener
71 addCount = new AtomicInteger(0);
86 addCount.incrementAndGet();
130 addCount.set(0);
145 return addCount.get();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java50 private AtomicInteger addCount; field in class:TestChangeNotificationListener
71 addCount = new AtomicInteger(0);
86 addCount.incrementAndGet();
130 addCount.set(0);
145 return addCount.get();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DShardedCounter.java96 void addCount(final WriteableTransaction txn, ByteSequence key, final long delta) method in class:ShardedCounter
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 73 milliseconds