/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | Printer.java | 107 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: ";
|
/openjdk7/jdk/test/demo/jvmti/ |
H A D | Context.java | 50 private static long startTime; field in class:Context 95 startTime = System.currentTimeMillis(); 128 long totalTime = endTime - startTime;
|
/openjdk7/jdk/test/javax/sound/sampled/DirectAudio/ |
H A D | bug6400879.java | 111 static long startTime = currentTimeMillis(); field in class:bug6400879 117 long time = currentTimeMillis() - startTime;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/ |
H A D | BoundaryStatisticImpl.java | 49 String unit, String desc, long startTime, 51 super(name, unit, desc, startTime, sampleTime); 48 BoundaryStatisticImpl(long lower, long upper, String name, String unit, String desc, long startTime, long sampleTime) argument
|
H A D | StringStatisticImpl.java | 49 String desc, long sampleTime, long startTime) { 50 super(name, unit, desc, startTime, sampleTime); 48 StringStatisticImpl(String str, String name, String unit, String desc, long sampleTime, long startTime) argument
|
H A D | AverageRangeStatisticImpl.java | 65 long startTime, long sampleTime) { 66 super(name, unit, desc, startTime, sampleTime); 63 AverageRangeStatisticImpl(long curVal, long highMark, long lowMark, String name, String unit, String desc, long startTime, long sampleTime) argument
|
H A D | CountStatisticImpl.java | 48 String desc, long sampleTime, long startTime) { 49 super(name, unit, desc, startTime, sampleTime); 47 CountStatisticImpl(long countVal, String name, String unit, String desc, long sampleTime, long startTime) argument
|
H A D | RangeStatisticImpl.java | 54 long startTime, long sampleTime) { 55 super(name, unit, desc, startTime, sampleTime); 52 RangeStatisticImpl(long curVal, long highMark, long lowMark, String name, String unit, String desc, long startTime, long sampleTime) argument
|
H A D | StatisticImpl.java | 43 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();
|
H A D | TimeStatisticImpl.java | 65 String desc, long startTime, long sampleTime) { 66 super(name, unit, desc, startTime, sampleTime); 63 TimeStatisticImpl(long counter, long maximumTime, long minimumTime, long totalTime, String name, String unit, String desc, long startTime, long sampleTime) argument
|
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/ |
H A D | LoopHelpers.java | 100 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 104 if (startTime == 0) 105 startTime = t; 110 startTime = 0; 114 return endTime - startTime;
|
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/ |
H A D | LoopHelpers.java | 100 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 104 if (startTime == 0) 105 startTime = t; 110 startTime = 0; 114 return endTime - startTime;
|
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/ |
H A D | LoopHelpers.java | 100 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 104 if (startTime == 0) 105 startTime = t; 110 startTime = 0; 114 return endTime - startTime;
|
/openjdk7/jdk/test/java/util/concurrent/Exchanger/ |
H A D | LoopHelpers.java | 99 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 103 if (startTime == 0) 104 startTime = t; 109 startTime = 0; 113 return endTime - startTime;
|
/openjdk7/jdk/test/java/util/concurrent/ExecutorCompletionService/ |
H A D | LoopHelpers.java | 99 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 103 if (startTime == 0) 104 startTime = t; 109 startTime = 0; 113 return endTime - startTime;
|
/openjdk7/jdk/test/java/util/concurrent/FutureTask/ |
H A D | LoopHelpers.java | 99 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 103 if (startTime == 0) 104 startTime = t; 109 startTime = 0; 113 return endTime - startTime;
|
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantLock/ |
H A D | LoopHelpers.java | 99 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 103 if (startTime == 0) 104 startTime = t; 109 startTime = 0; 113 return endTime - startTime;
|
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/ |
H A D | LoopHelpers.java | 99 public volatile long startTime; field in class:LoopHelpers.BarrierTimer 103 if (startTime == 0) 104 startTime = t; 109 startTime = 0; 113 return endTime - startTime;
|
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/ |
H A D | ListenerScaleTest.java | 84 private static volatile long startTime; field in class:ListenerScaleTest 92 elapsed = System.nanoTime() - startTime; 100 startTime = System.nanoTime();
|
/openjdk7/jdk/src/share/classes/com/sun/management/ |
H A D | GcInfo.java | 69 private final long startTime; field in class:GcInfo 78 long index, long startTime, long endTime, 84 this.startTime = startTime; 101 this.startTime = GcInfoCompositeData.getStartTime(cd); 128 return startTime; 147 return endTime - startTime; 198 * <td>startTime</td> 77 GcInfo(GcInfoBuilder builder, long index, long startTime, long endTime, MemoryUsage[] muBeforeGc, MemoryUsage[] muAfterGc, Object[] extAttributes) argument
|
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/ |
H A D | Krb5InitCredential.java | 67 Date startTime, 79 startTime, 95 startTime, 118 Date startTime, 130 startTime, 59 Krb5InitCredential(Krb5NameElement name, byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, byte[] sessionKey, int keyType, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses) argument 109 Krb5InitCredential(Krb5NameElement name, Credentials delegatedCred, byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, byte[] sessionKey, int keyType, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses) argument
|
/openjdk7/jdk/test/java/util/ResourceBundle/Control/ |
H A D | StressTest.java | 53 final static long startTime = System.currentTimeMillis(); field in class:StressTest 205 // " at " + (loadTime-startTime) + ", bundle=" + bundle);
|
/openjdk7/jdk/src/share/classes/sun/misc/ |
H A D | PerfCounter.java | 118 public void addElapsedTimeFrom(long startTime) { argument 119 add(System.nanoTime() - startTime);
|
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/ |
H A D | KerberosTicket.java | 144 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, 261 startTime, endTime, renewTill, clientAddresses); 270 Date startTime, 315 if (startTime != null) { 316 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 264 init(byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, KeyImpl sessionKey, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses) argument [all...] |
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/ |
H A D | AnimationController.java | 331 private long startTime; field in class:AnimationController.AnimationState 353 this.startTime = System.nanoTime(); 365 progress = ((float) (currentTime - startTime)) 371 startTime = currentTime;
|