Searched defs:before (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DTimestamp.java149 public boolean before(Timestamp theTimestamp) { method in class:Timestamp
184 * a value {@code < 0} if this {@code Timestamp} object is before
211 * <li>{@code < 0}, if this {@code Timestamp} object is before the
328 * negative, since then the time value is the time before the Epoch but
/libcore/luni/src/main/java/java/util/
H A DDate.java173 * Returns if this {@code Date} is before the specified Date.
177 * @return {@code true} if this {@code Date} is before the specified {@code Date},
180 public boolean before(Date date) { method in class:Date
H A DCalendar.java91 * designate the week before week 1 of a year as week <em>n</em> of the
182 * before the call to {@code getTime()} sets the calendar to September
194 * call minus the value of field {@code f} before the call is
503 * define the value of {@code WEEK_OF_YEAR} for days before the first
516 * define the value of {@code WEEK_OF_MONTH} for days before the
578 * {@code DAY_OF_WEEK_IN_MONTH 0} indicates the week before
594 * whether the {@code HOUR} is before or after noon. E.g., at
673 * from midnight to just before noon.
679 * from noon to just before midnight.
770 * Returns whether the {@code Date} represented by this {@code Calendar} instance is before th
781 public boolean before(Object calendar) { method in class:Calendar
[all...]
H A DCollections.java493 * that JREs before 1.4 can deserialize this object without any
641 * compliance with JREs before 1.4.
1016 * so that JREs before 1.4 can deserialize this object without any
1133 * compliance with JREs before 1.4.
1344 @Override public SortedMap<K, V> headMap(K before) { argument
1345 return new UnmodifiableSortedMap<K, V>(sm.headMap(before));
1380 @Override public SortedSet<E> headSet(E before) { argument
1381 return new UnmodifiableSortedSet<E>(ss.headSet(before));
2157 // at the position before index.
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp237 // Cache the methods ids before we throw, so we don't call GetMethodID with a pending exception.
683 // We need to do this before we can throw an IOException (http://b/3222087).
1301 timespec before; local
1302 clock_gettime(CLOCK_MONOTONIC, &before);
1315 diff.tv_sec = now.tv_sec - before.tv_sec;
1316 diff.tv_nsec = now.tv_nsec - before.tv_nsec;
/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 180 milliseconds