Home
last modified time | relevance | path

Searched defs:initialDelay (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/scheduling/support/
H A DPeriodicTriggerTests.java49 long initialDelay = 30000; in fixedDelayWithInitialDelayFirstExecution() local
68 long initialDelay = 30; in fixedDelayWithTimeUnitAndInitialDelayFirstExecution() local
88 long initialDelay = 30000; in fixedDelayWithInitialDelaySubsequentExecution() local
126 long initialDelay = 30000; in fixedRateWithInitialDelayFirstExecution() local
138 long initialDelay = 30; in fixedRateWithTimeUnitAndInitialDelayFirstExecution() local
160 long initialDelay = 30000; in fixedRateWithInitialDelaySubsequentExecution() local
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/
H A DConcurrentTaskScheduler.java131 long initialDelay = startTime.getTime() - System.currentTimeMillis(); in schedule() local
142 long initialDelay = startTime.getTime() - System.currentTimeMillis(); in scheduleAtFixedRate() local
163 long initialDelay = startTime.getTime() - System.currentTimeMillis(); in scheduleWithFixedDelay() local
H A DThreadPoolTaskScheduler.java173 long initialDelay = startTime.getTime() - System.currentTimeMillis(); in schedule() local
184 long initialDelay = startTime.getTime() - System.currentTimeMillis(); in scheduleAtFixedRate() local
205 long initialDelay = startTime.getTime() - System.currentTimeMillis(); in scheduleWithFixedDelay() local
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/jsr166/java/util/concurrent/
H A DScheduledExecutorService.java128 long initialDelay, in scheduleAtFixedRate()
155 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/jsr166/java/util/concurrent/
H A DScheduledExecutorService.java128 long initialDelay, in scheduleAtFixedRate()
155 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DScheduledExecutorService.java128 long initialDelay, in scheduleAtFixedRate()
155 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java155 long initialDelay, in scheduleAtFixedRate()
182 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DScheduledExecutorService.java128 long initialDelay, in scheduleAtFixedRate()
155 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/external/jsr166/java/util/concurrent/
H A DScheduledExecutorService.java128 long initialDelay, in scheduleAtFixedRate()
155 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java155 long initialDelay, in scheduleAtFixedRate()
182 long initialDelay, in scheduleWithFixedDelay()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/scheduling/support/
H A DPeriodicTrigger.java52 private volatile long initialDelay = 0; field in PeriodicTrigger
81 public void setInitialDelay(long initialDelay) { in setInitialDelay()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Appengine/
H A DLivenessCheck.php23 public $initialDelay; variable in Google_Service_Appengine_LivenessCheck
52 public function setInitialDelay($initialDelay)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/
H A DLivenessCheck.php23 public $initialDelay; variable in Google_Service_Appengine_LivenessCheck
52 public function setInitialDelay($initialDelay)
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/
H A DScheduledChore.java60 private final long initialDelay; field in ScheduledChore
145 final long initialDelay) { in ScheduledChore()
159 final long initialDelay, final TimeUnit unit) { in ScheduledChore()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/util/
H A DTimeScheduler.java74 …public Future<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit … in scheduleWithFixedDelay()
102 …public Future<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit un… in scheduleAtFixedRate()
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/
H A DTimer.h80 jint initialDelay; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/
H A DTimer.h80 jint initialDelay; variable

12345678