Searched defs:when (Results 1 - 4 of 4) sorted by relevance

/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
H A DDdmVmInternal.java41 * @param when when to send the next HPIF chunk
42 * @return true on success. false if 'when' is bad or if there was
46 native public static boolean heapInfoNotify(int when); argument
54 native public static boolean heapSegmentNotify(int when, int what, argument
/libcore/ojluni/src/main/java/java/util/
H A DDate.java391 * the time when the Date class is initialized.
930 * @param when a date.
933 * earlier than the instant represented by <tt>when</tt>;
935 * @exception NullPointerException if <code>when</code> is null.
937 public boolean before(Date when) { argument
938 return getMillisOf(this) < getMillisOf(when);
944 * @param when a date.
947 * instant represented by <tt>when</tt>;
949 * @exception NullPointerException if <code>when</code> is null.
951 public boolean after(Date when) { argument
[all...]
H A DCalendar.java125 * (from 1 to 7). These numbers are taken from the locale resource data when a
239 * field <code>f</code>. Overflow occurs when a field value exceeds its
268 * rule 2, since it is expected to change when the month changes in a
353 // back out to fields is made when necessary. This is implemented by the
357 // ranges when they are regenerated.
825 // Recomputation of the time and fields happens when the object needs
849 * Pseudo-time-stamps which specify when each field was set. There
944 * values which are greater than 1 represents the (pseudo) time when the
1033 * time, calendar specific default values are used when building a
1140 * non-lenient mode when buildin
2736 before(Object when) argument
2757 after(Object when) argument
[all...]
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java93 * method is not particularly useful when it comes to historical or future times as it does not
366 * Ensure that when deserializing an instance that {@link #mDstSavings} is always 0 when
577 public int getOffset(long when) { argument
578 int offsetIndex = findOffsetIndexForTimeInMilliseconds(when);
589 long when = time.getTime();
590 int offsetIndex = findOffsetIndexForTimeInMilliseconds(when);
788 * occur for other reasons such as when a zone changes its raw offset.
865 * <p>This is used when a caller has made an assertion about standard time / DST that cannot
869 * were in. We must correct for any DST change that should have been applied when the
[all...]

Completed in 433 milliseconds