Home
last modified time | relevance | path

Searched defs:when (Results 1 – 6 of 6) sorted by relevance

/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DDdmVmInternal.java52 native public static boolean heapInfoNotify(int when); in heapInfoNotify()
61 native public static boolean heapSegmentNotify(int when, int what, in heapSegmentNotify()
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java107 public int getOffset(long when) { in getOffset()
/libcore/ojluni/src/main/java/java/util/
DDate.java937 public boolean before(Date when) { in before()
951 public boolean after(Date when) { in after()
DCalendar.java2741 public boolean before(Object when) { in before()
2762 public boolean after(Object when) { in after()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCalendar.annotated.java108 …olean before(@libcore.util.Nullable java.lang.Object when) { throw new RuntimeException("Stub!"); } in before()
110 …oolean after(@libcore.util.Nullable java.lang.Object when) { throw new RuntimeException("Stub!"); } in after()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCalendar.java258 public boolean before(java.lang.Object when) { in before()
262 public boolean after(java.lang.Object when) { in after()