Searched defs:hours (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDatatypeFactoryImpl.java149 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
161 * @param hours of this <code>Duration</code>
172 * BigInteger hours, BigInteger minutes, BigDecimal seconds)
179 final BigInteger hours,
188 hours,
174 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
H A DDurationDayTimeImpl.java60 BigInteger hours,
64 super(isPositive, null, null, days, hours, minutes, seconds);
71 int hours,
78 wrap(hours),
186 hours = BigInteger.valueOf((long) getHours()).add(BigInteger.ONE);
191 hours = hours.subtract(BigInteger.valueOf(24));
57 DurationDayTimeImpl( boolean isPositive, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
68 DurationDayTimeImpl( boolean isPositive, int days, int hours, int minutes, int seconds) argument
H A DDurationImpl.java44 * which consists of six fields (years, months, days, hours,
177 protected BigInteger hours; field in class:DurationImpl
211 && (hours == null || hours.signum() == 0)
236 * @param hours of this <code>Duration</code>
241 * If years, months, days, hours, minutes and
250 BigInteger hours,
257 this.hours = hours;
267 && hours
245 DurationImpl( boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
327 DurationImpl( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
[all...]
H A DXMLGregorianCalendarImpl.java157 * Value range from -14 hours (-14 * 60 minutes) to 14 hours (14 * 60 minutes).
675 * @param hours of <code>dateTime</code>
693 int hours,
703 hours,
754 * @param hours of <code>dateTime</code>
771 int hours,
781 hours,
827 * @param hours number of hours
689 createDateTime( BigInteger year, int month, int day, int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) argument
767 createDateTime( int year, int month, int day, int hours, int minutes, int seconds, int milliseconds, int timezone) argument
840 createTime( int hours, int minutes, int seconds, int timezone) argument
874 createTime( int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) argument
909 createTime( int hours, int minutes, int seconds, int milliseconds, int timezone) argument
[all...]
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeFactory.java251 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
265 * @param hours of this <code>Duration</code>
281 final BigInteger hours,
287 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
296 * @param hours of this <code>Duration</code>
310 * BigInteger hours,
319 final int hours,
332 // hours may not be set
333 BigInteger realHours = (hours != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) hours)
276 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
314 newDuration( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
958 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final int timezone) argument
996 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final BigDecimal fractionalSecond, final int timezone) argument
1034 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final int milliseconds, final int timezone) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DDate.java95 * year, month, date, hours, minutes, and seconds values, the
208 * @param hrs the hours between 0-23.
231 * @param hrs the hours between 0-23.
302 * @param hrs the hours between 0-23.
350 * 13:30:00 GMT+0430" (4 hours, 30 minutes west of the Greenwich
369 * in hours. Otherwise, it is regarded as an offset in minutes,
373 * <tt>-5</tt> occurring in the string would mean "five hours west
374 * of Greenwich" and <tt>+0430</tt> would mean "four hours and
432 * North America that is five, six, seven, or eight hours west of
800 * @param hours th
806 setHours(int hours) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2.h574 cmsUInt16Number hours; member in struct:__anon860
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DCalendarDate.java74 private int hours; field in class:CalendarDate
219 return hours;
222 public CalendarDate setHours(int hours) { argument
223 if (this.hours != hours) {
224 this.hours = hours;
232 hours += n;
319 public CalendarDate setTimeOfDay(int hours, int minutes, int seconds, int millis) { argument
320 setHours(hours);
327 addTimeOfDay(int hours, int minutes, int seconds, int millis) argument
[all...]
H A DImmutableGregorianDate.java101 public CalendarDate setHours(int hours) { argument
157 public CalendarDate setTimeOfDay(int hours, int minutes, int seconds, int millis) { argument
161 public CalendarDate addTimeOfDay(int hours, int minutes, int seconds, int millis) { argument
/osnet-11/usr/src/lib/libresolv/
H A Dres_debug.c486 int secs, mins, hours; local
498 hours = value % 24;
507 if (hours) {
510 (void) sprintf(p, "%d hour%s", PLURALIZE(hours));
514 if (value || hours)
519 if (secs || ! (value || hours || mins)) {
520 if (value || hours || mins)
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c54 int secs, mins, hours, days, weeks, x; local
59 hours = src % 24; src /= 24;
72 if (hours) {
73 T(fmt1(hours, 'H', &dst, &dstlen));
80 if (secs || !(weeks || days || hours || mins)) {
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgstr.c1104 unsigned long long hours; local
1125 hours = minutes / 60ll; /* total hours */
1126 minutes = minutes % 60ll; /* minutes left over from hours */
1131 hours, minutes, seconds, ns);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java255 * Gets a time option value indicating the given number of hours.
257 * @param n number of hours
258 * @return time option value indicating the given number of hours
261 hours(int n) method in class:Option
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c399 int hours; local
413 ((hours = ((as_reply->enc_part2->key_exp-now)/(60*60))) <= 7*24) &&
414 (hours >= 0)) {
415 if (hours < 1)
418 else if (hours <= 48)
421 hours, (hours == 1)?"":"s");
425 hours/24);
H A Dstr_conv.c292 int days, hours, minutes, seconds;
308 hours = (int) (dt / 3600);
314 snprintf(buffer, buflen, "%d:%02d:%02d", hours, minutes, seconds);
315 else if (hours || minutes || seconds)
318 hours, minutes, seconds);
290 int days, hours, minutes, seconds; local
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c52 int days = 0, hours = 0; local
57 hours = (days * 24) + seconds_d / 3600;
68 "Your password will expire in %d hours."),
69 (seconds_h == 0) ? hours : hours + 1);
88 int days = 0, hours = 0; local
103 hours = (days * 24) + seconds_d / 3600;
116 " in %d hours."),
117 (seconds_h == 0) ? hours : hours
[all...]

Completed in 618 milliseconds