Searched refs:startTime (Results 1 - 25 of 173) sorted by relevance

1234567

/openjdk10/hotspot/test/gc/cms/
H A DDisableResizePLAB.java40 long startTime = System.currentTimeMillis();
41 while (System.currentTimeMillis() - startTime < 10_000) {
/openjdk10/nashorn/test/lib/
H A Dbenchmark.js33 startTime = new Date,
38 totalTime = new Date - startTime;
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/
H A DTimeout.java34 private long startTime; field in class:Timeout
85 startTime = System.currentTimeMillis();
94 return System.currentTimeMillis() - startTime > getValue();
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DPrinter.java107 private static long startTime = 0; field in class:Printer
115 if (startTime == 0) {
116 startTime = System.nanoTime() / 1000000l;
118 prepend = prepend + ((System.nanoTime()/1000000l) - startTime) + "millis: ";
/openjdk10/jdk/test/java/util/concurrent/forkjoin/
H A DSubmissionTest.java37 static long millisElapsedSince(long startTime) { argument
38 return (System.nanoTime() - startTime) / (1000L * 1000L);
48 long startTime = System.nanoTime();
50 if (millisElapsedSince(startTime) >= LONG_DELAY_MS) {
/openjdk10/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/Exchanger/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/FutureTask/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/locks/ReentrantLock/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/locks/Lock/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/BlockingQueue/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DLoopHelpers.java74 public volatile long startTime; field in class:LoopHelpers.BarrierTimer
78 if (startTime == 0)
79 startTime = t;
84 startTime = 0;
88 return endTime - startTime;
/openjdk10/hotspot/test/compiler/c2/
H A DTest6901572.java43 long startTime = System.currentTimeMillis();
54 return stopTime - startTime;
/openjdk10/hotspot/test/runtime/Metaspace/
H A DFragmentMetaspace.java53 long startTime = System.currentTimeMillis();
54 for (int i = 0; System.currentTimeMillis() < startTime + time && i < iterations; ++i) {
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DProcessHandleImpl.java145 long startTime = isAlive0(pid);
146 long origStart = startTime;
147 while (startTime >= 0) {
154 startTime = isAlive0(pid); // recheck if is alive
155 if (origStart > 0 && startTime != origStart) {
203 private final long startTime; field in class:ProcessHandleImpl
218 private ProcessHandleImpl(long pid, long startTime) { argument
220 this.startTime = startTime;
244 * The startTime o
313 parent0(long pid, long startTime) argument
351 destroy0(long pid, long startTime, boolean forcibly) argument
552 long startTime; field in class:ProcessHandleImpl.Info
576 info(long pid, long startTime) argument
[all...]
/openjdk10/jdk/test/java/nio/channels/Selector/
H A DWakeupNow.java50 long startTime = System.currentTimeMillis();
56 if (endTime - startTime < 1000)
71 long startTime = System.currentTimeMillis();
75 if (endTime - startTime < 1000)
/openjdk10/jdk/test/java/rmi/testlibrary/
H A DRMID.java350 long startTime = System.currentTimeMillis();
351 long deadline = TestLibrary.computeDeadline(startTime, waitTime);
359 (System.currentTimeMillis() - startTime) + "ms.");
367 (System.currentTimeMillis() - startTime) + "ms.");
386 (System.currentTimeMillis() - startTime) + "ms, at " + LocalTime.now());
393 (System.currentTimeMillis() - startTime) + "ms.", null);
421 long startTime = System.currentTimeMillis();
425 (System.currentTimeMillis() - startTime) + "ms.");
440 (System.currentTimeMillis() - startTime) + "ms.");
444 (System.currentTimeMillis() - startTime)
[all...]
H A DActivationLibrary.java55 long startTime = System.currentTimeMillis();
56 long deadline = TestLibrary.computeDeadline(startTime, DEACTIVATE_TIME_MS);
84 (System.currentTimeMillis() - startTime) + "ms.");
/openjdk10/hotspot/test/gc/cslocker/
H A DTestCSLocker.java38 long startTime = System.currentTimeMillis();
49 while(System.currentTimeMillis() < startTime + timeout) {
/openjdk10/jdk/test/sun/awt/AppContext/8012933/
H A DTest8012933.java49 long startTime = System.currentTimeMillis();
57 if ((endTime - startTime) > 9000) {
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DSimpleTimeZone.java169 * Both <code>startTime</code> and <code>endTime</code> are specified to be
179 * startTime,
198 * @param startTime The daylight saving time starting time in local wall clock
215 int startMonth, int startDay, int startDayOfWeek, int startTime,
219 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME,
228 * Both <code>startTime</code> and <code>endTime</code> are assumed to be
236 * startTime,
255 * @param startTime The daylight saving time starting time in local wall clock
273 int startMonth, int startDay, int startDayOfWeek, int startTime,
278 startMonth, startDay, startDayOfWeek, startTime, WALL_TIM
214 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime) argument
272 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime, int dstSavings) argument
328 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int startTimeMode, int endMonth, int endDay, int endDayOfWeek, int endTime, int endTimeMode, int dstSavings) argument
385 setStartRule(int startMonth, int startDay, int startDayOfWeek, int startTime) argument
412 setStartRule(int startMonth, int startDay, int startTime) argument
435 setStartRule(int startMonth, int startDay, int startDayOfWeek, int startTime, boolean after) argument
1020 private int startTime; field in class:SimpleTimeZone
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/statistics/impl/
H A DStatisticImpl.java43 private long startTime; field in class:StatisticImpl
77 startTime = start_time;
95 statMap.put(StatisticImpl.START_TIME, startTime);
117 return startTime;
121 startTime = System.currentTimeMillis();
/openjdk10/jdk/src/java.security.jgss/share/classes/javax/security/auth/kerberos/
H A DKerberosTicket.java144 private Date startTime; field in class:KerberosTicket
217 * @param startTime the time after which the ticket will be valid. This
219 * startTime.
236 Date startTime,
242 authTime, startTime, endTime, renewTill, clientAddresses);
252 Date startTime,
262 startTime, endTime, renewTill, clientAddresses);
271 Date startTime,
317 if (startTime != null) {
318 this.startTime
229 KerberosTicket(byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, byte[] sessionKey, int keyType, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses) argument
245 init(byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, byte[] sessionKey, int keyType, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses) argument
265 init(byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, KeyImpl sessionKey, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses) argument
[all...]

Completed in 267 milliseconds

1234567