Searched refs:getSeconds (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDateTime.java40 * <td> getSeconds() </td>
246 public double getSeconds(); method in interface:XSDateTime
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DExpirationTest.sh176 getSeconds() { function
191 S=`getSeconds`
193 E=`getSeconds`
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationDayTimeImpl.java177 while (getSeconds() >= 60)
H A DDurationYearMonthImpl.java176 || getMinutes() > 0 || getSeconds() > 0) {
H A DDurationImpl.java874 lhsCalendar.add(GregorianCalendar.SECOND, getSeconds() * getSign());
889 rhsCalendar.add(GregorianCalendar.SECOND, rhs.getSeconds() * rhs.getSign());
1288 public int getSeconds() { method in class:DurationImpl
1928 calendar.add(Calendar.SECOND, getSeconds() * signum);
H A DXMLGregorianCalendarImpl.java1085 private BigDecimal getSeconds() { method in class:XMLGregorianCalendarImpl
2094 startSeconds = getSeconds();
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbApRep.java141 if (encPart.ctime.getSeconds() != apReq.getCtime().getSeconds() ||
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DImmutableGregorianDate.java121 public int getSeconds() { method in class:ImmutableGregorianDate
122 return date.getSeconds();
H A DAbstractCalendar.java230 fraction += date.getSeconds();
361 t = date.getSeconds();
H A DCalendarDate.java258 public int getSeconds() { method in class:CalendarDate
/openjdk7/jdk/src/share/classes/java/sql/
H A DTime.java121 int second = super.getSeconds();
H A DDate.java205 public int getSeconds() { method in class:Date
239 * @see #getSeconds
H A DTimestamp.java281 int second = super.getSeconds();
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipEntry.java304 d.getSeconds() >> 1;
/openjdk7/jdk/src/share/classes/java/util/
H A DDate.java854 public int getSeconds() { method in class:Date
855 return normalize().getSeconds();
1039 CalendarUtils.sprintf0d(sb, date.getSeconds(), 2).append(' '); // ss
1127 CalendarUtils.sprintf0d(sb, date.getSeconds(), 2); // ss
1153 * this.getSeconds())) / (60 * 1000)
1222 int ss = date.getSeconds();
H A DGregorianCalendar.java1904 maxEnd += d.getSeconds();
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDuration.java321 public int getSeconds() { method in class:Duration
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DXMLFormatter.java70 a2(sb, date.getSeconds());
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipUtils.java142 d.getSeconds() >> 1;
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKerberosTime.java315 public int getSeconds() { method in class:KerberosTime
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java1057 * @see org.apache.xerces.xs.datatypes.XSDateTime#getSeconds()
1061 public double getSeconds() { method in class:AbstractDateTimeDV.DateTimeData

Completed in 88 milliseconds