Searched refs:after (Results 26 - 43 of 43) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/
H A DSimpleTimeZone.java77 * <li><b>Day of week on or after day of month</b><br>
78 * To specify a day of week on or after an exact day of month, set the
80 * or after which the rule is applied, and <em>day-of-week</em> to a negative {@link
417 * Sets the daylight saving time start rule to a weekday before or after the given date within
418 * a month, e.g., the first Monday on or after the 8th.
427 * @param after If true, this rule selects the first <code>dayOfWeek</code> on or
428 * <em>after</em> <code>dayOfMonth</code>. If false, this rule
436 int startTime, boolean after)
439 if (after) {
499 * Sets the daylight saving time end rule to a weekday before or after th
435 setStartRule(int startMonth, int startDay, int startDayOfWeek, int startTime, boolean after) argument
518 setEndRule(int endMonth, int endDay, int endDayOfWeek, int endTime, boolean after) argument
[all...]
H A DDate.java334 // is the UTC value after the normalization.
390 * which dates are within 80 years before and 19 years after
918 * <code>time</code> milliseconds after January 1, 1970 00:00:00 GMT.
942 * Tests if this date is after the specified date.
951 public boolean after(Date when) { method in class:Date
993 * <code>0</code> if this Date is after the Date argument.
H A DCalendar.java219 * after the calendar fields have been recomputed. The specifics are determined by
229 * no recomputation occurs after <code>set()</code> itself.</p>
237 * after the call minus the value of field <code>f</code> before the
245 * prior value because of changes in its minimum or maximum after field
277 * <p><strong>Roll rule</strong>. Larger fields are unchanged after the
491 * whether the <code>HOUR</code> is before or after noon.
840 * which generates the fields, they all remain set after that.
856 * The currently set time for this calendar, expressed in milliseconds after
2743 * after the time represented by the specified
2753 * after th
2757 public boolean after(Object when) { method in class:Calendar
[all...]
/libcore/ojluni/src/main/java/sun/security/x509/
H A DCertificateValidity.java112 * @param notAfter the date and time after which the certificate is
265 * because someone could override the Date methods after()
268 if (notBefore.after(now)) {
H A DPrivateKeyUsageExtension.java47 * certificate should not be used to sign objects before or after the
112 * @param notAfter the date/time after which the private key
211 * because someone could override the Date methods after()
214 if (notBefore.after(now)) {
/libcore/ojluni/src/main/java/java/time/zone/
H A DZoneOffsetTransitionRule.java89 * <li>the Sunday on or after the 16th March
146 * The offset after the cutover.
166 * @param offsetAfter the offset after the cutover, not null
209 * @param offsetAfter the offset after the cutover, not null
354 ZoneOffset after = (afterByte == 3 ? ZoneOffset.ofTotalSeconds(in.readInt()) : ZoneOffset.ofTotalSeconds(std.getTotalSeconds() + afterByte * 1800));
355 return ZoneOffsetTransitionRule.of(month, dom, dow, time, timeByte == 24, defn, std, before, after);
465 * Gets the offset after the transition.
467 * @return the offset after, not null
562 buf.append(dow.name()).append(" on or after ").append(month.name()).append(' ').append(dom);
H A DZoneRules.java288 ZoneOffset after = wallOffsets[i + 1];
289 ZoneOffsetTransition trans = new ZoneOffsetTransition(savingsInstantTransitions[i], before, after);
826 * Gets the next transition after the specified instant.
828 * This returns details of the next transition after the specified instant.
832 * @param instant the instant to get the next transition after, not null, but null
834 * @return the next transition after the specified instant, null if this is after the last transition
875 * This returns details of the previous transition after the specified instant.
879 * @param instant the instant to get the previous transition after, not null, but null
881 * @return the previous transition after th
[all...]
/libcore/ojluni/src/main/java/java/sql/
H A DTimestamp.java119 * <tt>time</tt> milliseconds after January 1, 1970 00:00:00 GMT.
458 public boolean after(Timestamp ts) { method in class:Timestamp
472 * <code>Timestamp</code> object is after the given argument.
500 * <code>Timestamp</code> object is after the given argument.
/libcore/luni/src/test/java/libcore/java/util/
H A DTimeZoneTest.java101 // Times after our last transition should assume we're still following that transition.
205 @Override public void setStartRule(int m, int d, int dow, int time, boolean after) {
211 @Override public void setEndRule(int m, int d, int dow, int time, boolean after) {
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DLambdaTestHelpers.java137 public static<V, T, R> Function<V, R> compose(Function<? super T, ? extends R> after, Function<? super V, ? extends T> before) { argument
139 return (V v) -> after.apply(before.apply(v));
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DLambdaTestHelpers.java138 public static<V, T, R> Function<V, R> compose(Function<? super T, ? extends R> after, Function<? super V, ? extends T> before) { argument
140 return (V v) -> after.apply(before.apply(v));
/libcore/ojluni/src/main/java/java/security/cert/
H A DX509CRLSelector.java686 if (nowMinusSkew.after(nextUpdate)
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java219 HijrahDate after = maxDate.plus(1, ChronoUnit.DAYS);
220 fail("Exception did not occur, maxDate: " + maxDate + ".plus(1, DAYS) = " + after);
637 // Test to verify the returned hijrah date after adjusting the day of week as Saturday
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java365 assertTrue(actual.after(c.getTime()));
H A DX509CertificateTest.java187 assertTrue(endDate.after(startDate));
405 assertTrue(now.after(dates[0]));
411 /* A day after the start date. */
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DOCSPResponse.java616 nowMinusSkew.after(
/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKZonedDateTime.java2051 ZonedDateTime after = TEST_PARIS_GAP_2008_03_30_02_30.withHour(0).withMinute(0).plusDays(1).atZone(ZONE_PARIS);
2053 assertEquals(before.until(after, HOURS), 23);
2054 assertEquals(before.until(after, DAYS), 1);
2060 ZonedDateTime after = TEST_PARIS_OVERLAP_2008_10_26_02_30.withHour(0).withMinute(0).plusDays(1).atZone(ZONE_PARIS);
2062 assertEquals(before.until(after, HOURS), 25);
2063 assertEquals(before.until(after, DAYS), 1);
2299 {11, 31, ZONE_0100, 11, 30, ZONE_0100, true}, // a is after b due to time
2300 {11, 30, ZONE_0100, 11, 30, ZONE_0200, true}, // a is after b due to offset
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 4846 milliseconds

12