Searched defs:when (Results 1 – 4 of 4) sorted by relevance
43 native public static boolean heapInfoNotify(int when); in heapInfoNotify()51 native public static boolean heapSegmentNotify(int when, int what, in heapSegmentNotify()
434 public void schedule(TimerTask task, Date when) { in schedule()500 public void schedule(TimerTask task, Date when, long period) { in schedule()547 public void scheduleAtFixedRate(TimerTask task, Date when, long period) { in scheduleAtFixedRate()564 long when = delay + System.currentTimeMillis(); in scheduleImpl() local
35 long when; field in TimerTask
166 public int getOffset(long when) { in getOffset()182 long when = time.getTime(); in inDaylightTime() local