Home
last modified time | relevance | path

Searched refs:getEventCount (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/cheatsheet/org/eclipse/ua/tests/cheatsheet/composite/
H A DTestTaskEvents.java146 assertEquals(1, taskMap.getEventCount(task1A)); in testStartTask()
148 assertEquals(1, taskMap.getEventCount(group1)); in testStartTask()
158 assertEquals(1, taskMap.getEventCount(task1A)); in testStartTwoTasks()
159 assertEquals(1, taskMap.getEventCount(task1B)); in testStartTwoTasks()
161 assertEquals(1, taskMap.getEventCount(group1)); in testStartTwoTasks()
172 assertEquals(1, taskMap.getEventCount(task1A)); in testCompleteTaskGroup()
173 assertEquals(1, taskMap.getEventCount(task1B)); in testCompleteTaskGroup()
174 assertEquals(1, taskMap.getEventCount(task1C)); in testCompleteTaskGroup()
176 assertEquals(2, taskMap.getEventCount(group1)); in testCompleteTaskGroup()
186 assertEquals(1, taskMap.getEventCount(task1A)); in testCompleteTaskWithDependent()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/context/
H A DAbstractApplicationContextTests.java132 assertTrue("0 events before publication", listener.getEventCount() == 0); in testEvents()
133 assertTrue("0 parent events before publication", parentListener.getEventCount() == 0); in testEvents()
135 …assertTrue("1 events after publication, not " + listener.getEventCount(), listener.getEventCount()… in testEvents()
136 assertTrue("1 parent events after publication", parentListener.getEventCount() == 1); in testEvents()
144 assertTrue("0 events before publication", b.getEventCount() == 0); in testBeanAutomaticallyHearsEvents()
146 assertTrue("1 events after publication, not " + b.getEventCount(), b.getEventCount() == 1); in testBeanAutomaticallyHearsEvents()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/
H A DAbstractApplicationContextTests.java132 assertTrue("0 events before publication", listener.getEventCount() == 0); in testEvents()
133 assertTrue("0 parent events before publication", parentListener.getEventCount() == 0); in testEvents()
135 …assertTrue("1 events after publication, not " + listener.getEventCount(), listener.getEventCount()… in testEvents()
136 assertTrue("1 parent events after publication", parentListener.getEventCount() == 1); in testEvents()
144 assertTrue("0 events before publication", b.getEventCount() == 0); in testBeanAutomaticallyHearsEvents()
146 assertTrue("1 events after publication, not " + b.getEventCount(), b.getEventCount() == 1); in testBeanAutomaticallyHearsEvents()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/context/
H A DAbstractApplicationContextTests.java121 assertTrue("0 events before publication", listener.getEventCount() == 0); in testEvents()
122 assertTrue("0 parent events before publication", parentListener.getEventCount() == 0); in testEvents()
124 …assertTrue("1 events after publication, not " + listener.getEventCount(), listener.getEventCount()… in testEvents()
125 assertTrue("1 parent events after publication", parentListener.getEventCount() == 1); in testEvents()
133 assertTrue("0 events before publication", b.getEventCount() == 0); in testBeanAutomaticallyHearsEvents()
135 assertTrue("1 events after publication, not " + b.getEventCount(), b.getEventCount() == 1); in testBeanAutomaticallyHearsEvents()
H A DXmlWebApplicationContextTests.java100 assertTrue("0 events before publication", listener.getEventCount() == 0); in testEvents()
101 assertTrue("0 parent events before publication", parentListener.getEventCount() == 0); in testEvents()
103 …assertTrue("1 events after publication, not " + listener.getEventCount(), listener.getEventCount()… in testEvents()
104 assertTrue("1 parent events after publication", parentListener.getEventCount() == 1); in testEvents()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/ode/events/
H A DEventFilterTest.java154 Assert.assertEquals(5, allEvents.getEventCount()); in testIncreasingOnly()
155 Assert.assertEquals(2, onlyIncreasing.getEventCount()); in testIncreasingOnly()
181 Assert.assertEquals(5, allEvents.getEventCount()); in testDecreasingOnly()
182 Assert.assertEquals(3, onlyDecreasing.getEventCount()); in testDecreasingOnly()
213 Assert.assertEquals(5, allEvents.getEventCount()); in testTwoOppositeFilters()
214 Assert.assertEquals(2, onlyIncreasing.getEventCount()); in testTwoOppositeFilters()
215 Assert.assertEquals(3, onlyDecreasing.getEventCount()); in testTwoOppositeFilters()
242 public int getEventCount() { in getEventCount() method in EventFilterTest.Event
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/web/portlet/context/
H A DAbstractXmlWebApplicationContextTests.java57 assertTrue("0 events before publication", listener.getEventCount() == 0); in testEvents()
58 assertTrue("0 parent events before publication", parentListener.getEventCount() == 0); in testEvents()
60 …assertTrue("1 events after publication, not " + listener.getEventCount(), listener.getEventCount()… in testEvents()
61 assertTrue("1 parent events after publication", parentListener.getEventCount() == 1); in testEvents()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/test/
H A DTestSparseModels.h44 QCOMPARE(m.getEventCount(), 0); in s1d_empty()
56 QCOMPARE(m.getEventCount(), 0); in s1d_empty()
67 QCOMPARE(m.getEventCount(), 1); in s1d_extents()
71 QCOMPARE(m.getEventCount(), 2); in s1d_extents()
79 QCOMPARE(m.getEventCount(), 1); in s1d_extents()
145 QCOMPARE(m.getEventCount(), 1); in note_extents()
149 QCOMPARE(m.getEventCount(), 2); in note_extents()
159 QCOMPARE(m.getEventCount(), 1); in note_extents()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/profiler/
H A DProfilerExcimer.php81 $cpuSamples = $this->cpuProf->getLog()->getEventCount();
82 $realSamples = $this->realProf->getLog()->getEventCount();
136 $cpuSamples = $cpuLog->getEventCount();
137 $realSamples = $realLog->getEventCount();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/profiler/
H A DProfilerExcimer.php82 $cpuSamples = $this->cpuProf->getLog()->getEventCount();
83 $realSamples = $this->realProf->getLog()->getEventCount();
137 $cpuSamples = $cpuLog->getEventCount();
138 $realSamples = $realLog->getEventCount();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/profiler/
H A DProfilerExcimer.php81 $cpuSamples = $this->cpuProf->getLog()->getEventCount();
82 $realSamples = $this->realProf->getLog()->getEventCount();
136 $cpuSamples = $cpuLog->getEventCount();
137 $realSamples = $realLog->getEventCount();
/dports/audio/midifile/midifile-988d55b/tools/
H A Dredexpress.cpp145 int count = midifile.getEventCount(sourcetrack); in addSustainPedalling()
176 int count = midifile.getEventCount(sourcetrack); in addSoftPedalling()
208 int count = midifile.getEventCount(track); in getRewindTime()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/
H A Dmcontentered001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontentered001
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/
H A Dmcontenter001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontenter001
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/
H A Dmcontenter001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontenter001
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/
H A Dmcontenter001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontenter001
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/
H A Dmcontentered001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontentered001
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/
H A Dmcontentered001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontentered001
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/
H A Dmcontenter001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontenter001
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/
H A Dmcontenter001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontenter001
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/
H A Dmcontentered001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontentered001
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/
H A Dmcontentered001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontentered001
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/
H A Dmcontenter001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontenter001
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/
H A Dmcontentered001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontentered001
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/
H A Dmcontenter001.java85 while (getEventCount() < 1 && totalDelay < timeout) { in runIt()
111 private native int getEventCount(); in getEventCount() method in mcontenter001

1234567