Home
last modified time | relevance | path

Searched defs:before (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLogRecordTest.java31 long before = lr.getMillis(); in testGetSetTimeCheck() local
/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java100 Map<String, String> before = new HashMap<String, String>(environment); in testEnvironmentMapForbidsNulls() local
DOldRuntimeTest.java48 long before = r.totalMemory() - r.freeMemory(); in test_freeMemory() local
/libcore/luni/src/test/java/tests/api/java/lang/
DProcessManagerTest.java186 int before = countLines(process); in testCloseNonStandardFds() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSecurity2Test.java131 Integer before = (Integer) table.get(key); in addOrIncrementTable() local
/libcore/luni/src/main/java/java/sql/
DTimestamp.java148 public boolean before(Timestamp theTimestamp) { in before() method in Timestamp
/libcore/luni/src/main/java/java/util/
DDate.java172 public boolean before(Date date) { in before() method in Date
DCalendar.java774 public boolean before(Object calendar) { in before() method in Calendar
/libcore/luni/src/test/java/libcore/java/security/
DKeyStoreTest.java658 long before = System.currentTimeMillis(); in test_KeyStore_getCreationDate() local