Searched defs:initTime (Results 1 - 9 of 9) sorted by relevance

/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/timeservice/
H A DAccelerateTimeService.java46 * @param initTime when the time acceleration should started, in MS from epoch
48 public AccelerateTimeService(long initTime) { argument
50 this.clock = new AtomicLong(initTime);
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/timeservice/
H A DAccelerateTimeService.java46 * @param initTime when the time acceleration should started, in MS from epoch
48 public AccelerateTimeService(long initTime) { argument
50 this.clock = new AtomicLong(initTime);
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugRotationTest.java230 private long initTime; field in class:DebugRotationTest.PrintLogRunnable
239 public PrintLogRunnable(IDebug debug, long initTime, int testDurationMS, TimeService accelerateClock) { argument
241 this.initTime = initTime;
249 while (accelerateClock.now() - initTime < testDuration) {
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugRotationTest.java231 private long initTime; field in class:DebugRotationTest.PrintLogRunnable
240 public PrintLogRunnable(IDebug debug, long initTime, int testDurationMS, TimeService accelerateClock) { argument
242 this.initTime = initTime;
250 while (accelerateClock.now() - initTime < testDuration) {
/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 50 milliseconds