Home
last modified time | relevance | path

Searched refs:getDate (Results 1 – 21 of 21) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
DOldDateFormatTest.java231 assertEquals(current.getDate(), date.getDate()); in test_parseLString()
264 assertEquals(current.getDate(), date.getDate()); in test_parseLString()
292 assertEquals(current.getDate(), date.getDate()); in test_parseLString()
306 assertEquals(current.getDate(), date.getDate()); in test_parseLString()
320 assertEquals(1, date.getDate()); in test_parseLString()
339 assertEquals(current.getDate(), date.getDate()); in test_parseLString()
394 assertEquals("Dates are different.", current.getDate(), result.getDate()); in test_parseObjectLjava_lang_StringLjava_text_ParsePosition()
424 assertEquals("Dates are different.", current.getDate(), result.getDate()); in test_parseObjectLjava_lang_StringLjava_text_ParsePosition()
/libcore/luni/src/test/java/libcore/java/security/cert/
DOldPKIXParametersTest.java58 assertEquals(cpp.getDate(), cppc.getDate()); in testClone()
74 assertFalse(cpp.getDate().equals(cppc.getDate())); in testClone()
/libcore/ojluni/src/main/java/sun/security/util/
DConstraintsParameters.java54 Date getDate(); in getDate() method
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java331 java.sql.Date getDate(int parameterIndex) throws SQLException; in getDate() method
523 java.sql.Date getDate(int parameterIndex, Calendar cal) in getDate() method
1504 java.sql.Date getDate(String parameterName) throws SQLException; in getDate() method
1692 java.sql.Date getDate(String parameterName, Calendar cal) in getDate() method
DResultSet.java395 java.sql.Date getDate(int columnIndex) throws SQLException; in getDate() method
686 java.sql.Date getDate(String columnLabel) throws SQLException; in getDate() method
2643 java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException; in getDate() method
2664 java.sql.Date getDate(String columnLabel, Calendar cal) throws SQLException; in getDate() method
DTime.java198 public int getDate() { in getDate() method in Time
DDate.java159 int day = super.getDate(); in toString()
DTimestamp.java278 int day = super.getDate(); in toString()
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java413 Date d = res.getDate(15); in testGetDateInt()
418 d = res.getDate(500); in testGetDateInt()
426 d = res.getDate(15); in testGetDateInt()
433 Date d = res.getDate(15, testCal); in testGetDateIntCalendar()
439 d = res.getDate(500, testCal); in testGetDateIntCalendar()
448 d = res.getDate(15,testCal); in testGetDateIntCalendar()
455 Date d = res.getDate("dateVal"); in testGetDateString()
460 d = res.getDate("bla"); in testGetDateString()
468 d = res.getDate("dateVal"); in testGetDateString()
475 Date d = res.getDate("dateVal", testCal); in testGetDateStringCalendar()
[all …]
/libcore/ojluni/annotations/hiddenapi/sun/security/timestamp/
DTimestampToken.java37 public java.util.Date getDate() { in getDate() method in TimestampToken
/libcore/ojluni/src/main/java/sun/security/timestamp/
DTimestampToken.java101 public Date getDate() { in getDate() method in TimestampToken
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DDateTest.java207 assertEquals("Returned incorrect date", 13, d.getDate()); in test_getDate()
357 assertEquals("Set incorrect date", 23, d.getDate()); in test_setDateI()
/libcore/ojluni/src/main/java/sun/security/pkcs/
DSignerInfo.java618 timestamp = new Timestamp(tsTokenInfo.getDate(), tsaChain); in getTimestamp()
644 token.getSerialNumber() + ") generated on " + token.getDate() + in verifyTimestamp()
/libcore/ojluni/src/test/java/util/GregorianCalendar/
DGregorianCalendarTest.java65 gc.get(java.util.Calendar.DAY_OF_MONTH) == date.getDate() && in testGregorianCalendar()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIX.java150 date = params.getDate(); in date()
/libcore/luni/src/test/java/tests/java/sql/
DSelectFunctionalityTest.java159 date.toString(), result.getDate("fdate").toString()); in test_SelectSimple()
220 date.toString(), result.getDate("fdate").toString()); in test_SelectPrepared()
/libcore/ojluni/src/main/java/java/security/cert/
DPKIXParameters.java484 public Date getDate() { in getDate() method in PKIXParameters
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java480 assertTrue("getDate gave wrong date: " + uc.getDate(),
481 uc.getDate() > 930000000000L);
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java574 public long getDate() { in getDate() method in URLConnection
/libcore/ojluni/src/main/java/java/util/
DDate.java755 public int getDate() { in getDate() method in Date
/libcore/api/
Dcurrent.txt6177 method public long getDate();
9013 method public java.util.Date getDate();
9676 method public java.sql.Date getDate(int) throws java.sql.SQLException;
9677 method public java.sql.Date getDate(int, java.util.Calendar) throws java.sql.SQLException;
9678 method public java.sql.Date getDate(String) throws java.sql.SQLException;
9679 method public java.sql.Date getDate(String, java.util.Calendar) throws java.sql.SQLException;
10258 method public java.sql.Date getDate(int) throws java.sql.SQLException;
10259 method public java.sql.Date getDate(String) throws java.sql.SQLException;
10260 method public java.sql.Date getDate(int, java.util.Calendar) throws java.sql.SQLException;
10261 method public java.sql.Date getDate(String, java.util.Calendar) throws java.sql.SQLException;
[all …]