Searched refs:getDate (Results 1 - 16 of 16) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DInvalidityDate.java56 public Date getDate() { method in class:InvalidityDate
/libcore/luni/src/test/java/libcore/java/text/
H A DOldDateFormatTest.java226 assertEquals(current.getDate(), date.getDate());
259 assertEquals(current.getDate(), date.getDate());
287 assertEquals(current.getDate(), date.getDate());
301 assertEquals(current.getDate(), date.getDate());
315 assertEquals(1, date.getDate());
334 assertEquals(current.getDate(), dat
[all...]
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DOldPKIXParametersTest.java58 assertEquals(cpp.getDate(), cppc.getDate());
74 assertFalse(cpp.getDate().equals(cppc.getDate()));
/libcore/luni/src/main/java/java/sql/
H A DCallableStatement.java286 public Date getDate(int parameterIndex) throws SQLException; method in interface:CallableStatement
307 public Date getDate(int parameterIndex, Calendar cal) throws SQLException; method in interface:CallableStatement
321 public Date getDate(String parameterName) throws SQLException; method in interface:CallableStatement
341 public Date getDate(String parameterName, Calendar cal) throws SQLException; method in interface:CallableStatement
H A DDate.java184 format(getDate(), 2, sb);
H A DTime.java78 public int getDate() { method in class:Time
H A DResultSet.java54 * data from columns in the current row, such as {@code getDate} and {@code
559 public Date getDate(int columnIndex) throws SQLException; method in interface:ResultSet
574 public Date getDate(int columnIndex, Calendar cal) throws SQLException; method in interface:ResultSet
587 public Date getDate(String columnName) throws SQLException; method in interface:ResultSet
602 public Date getDate(String columnName, Calendar cal) throws SQLException; method in interface:ResultSet
H A DTimestamp.java360 format(getDate(), 2, sb);
/libcore/luni/src/main/java/java/security/cert/
H A DCertificateRevokedException.java93 return invalidityDate.getDate();
H A DPKIXParameters.java321 public Date getDate() { method in class:PKIXParameters
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetGetterTests.java413 Date d = res.getDate(15);
418 d = res.getDate(500);
426 d = res.getDate(15);
433 Date d = res.getDate(15, testCal);
439 d = res.getDate(500, testCal);
448 d = res.getDate(15,testCal);
455 Date d = res.getDate("dateVal");
460 d = res.getDate("bla");
468 d = res.getDate("dateVal");
475 Date d = res.getDate("dateVa
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DDateTest.java199 * java.util.Date#getDate()
202 // Test for method int java.util.Date.getDate()
205 assertEquals("Returned incorrect date", 13, d.getDate());
355 assertEquals("Set incorrect date", 23, d.getDate());
/libcore/luni/src/test/java/tests/java/sql/
H A DSelectFunctionalityTest.java159 date.toString(), result.getDate("fdate").toString());
220 date.toString(), result.getDate("fdate").toString());
/libcore/luni/src/main/java/java/net/
H A DURLConnection.java335 public long getDate() { method in class:URLConnection
/libcore/luni/src/main/java/java/util/
H A DDate.java245 public int getDate() { method in class:Date
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java468 * {@link java.net.URLConnection#getDate()}
472 assertTrue("getDate gave wrong date: " + uc.getDate(),
473 uc.getDate() > 930000000000L);

Completed in 3414 milliseconds