Searched refs:HOURS (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/TimeUnit/
H A DBasic.java48 equal( 24L, HOURS.convert (1, DAYS));
49 equal( 60L, MINUTES.convert (1, HOURS));
56 equal( 60L, HOURS.toMinutes(1));
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeConstants.java149 public static final Field HOURS = new Field("HOURS", 3); field in class:DatatypeConstants
H A DDuration.java184 boolean hourSet = isSet(DatatypeConstants.HOURS);
283 * Obtains the value of the HOURS field as an integer value,
287 * that this method works on the HOURS field.
293 return getField(DatatypeConstants.HOURS).intValue();
406 * In case of YEARS, MONTHS, DAYS, HOURS, and MINUTES, the returned
411 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS,
417 * For YEARS, MONTHS, DAYS, HOURS, and MINUTES, this method
432 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS,
499 * order of YEARS, MONTHS, DAYS, HOURS, MINUTES, SECONDS, and MILLISECONDS
917 BigInteger hours = (BigInteger) getField(DatatypeConstants.HOURS);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java121 DatatypeConstants.HOURS,
133 DatatypeConstants.HOURS.getId(),
278 testNonNegative(hours, DatatypeConstants.HOURS);
761 new Object[]{this.getClass().getName() + "#compare(Duration duration)" + DatatypeConstants.HOURS.toString(), hours.toString()})
823 BigInteger rhsHours = (BigInteger) rhs.getField(DatatypeConstants.HOURS);
827 new Object[]{this.getClass().getName() + "#compare(Duration duration)" + DatatypeConstants.HOURS.toString(), rhsHours.toString()})
1079 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS,
1109 if (field == DatatypeConstants.HOURS) {
1134 * In case of YEARS, MONTHS, DAYS, HOURS, and MINUTES, the returned
1139 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS,
[all...]
H A DXMLGregorianCalendarImpl.java2145 BigInteger dHours = sanitize(duration.getField(DatatypeConstants.HOURS), signum);
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DDoneTimedGetLoops.java113 check(future.get(0L, TimeUnit.HOURS) == Boolean.TRUE);
123 try { future.get(0L, TimeUnit.HOURS); fail(); }
/openjdk7/jdk/test/java/nio/file/attribute/FileTime/
H A DBasic.java82 ts(1L, HOURS, "1970-01-01T01:00:00Z");
92 ts(-1L, HOURS, "1969-12-31T23:00:00Z");
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DFileTime.java324 case HOURS : scale = C1; break;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DTimeUnit.java127 HOURS { enum constant in enum:TimeUnit
261 * Equivalent to <tt>HOURS.convert(duration, this)</tt>.
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java159 1L, TimeUnit.HOURS,

Completed in 2793 milliseconds