Searched refs:Date (Results 201 - 225 of 294) sorted by relevance

1234567891011>>

/openjdk7/jdk/make/java/java/
H A DExportedfiles.gmk62 java/util/Date.java \
133 java/util/Date.java \
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DSimpleValidator.java136 Date date = validationDate;
138 date = new Date();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastServerRef.java51 import java.util.Date;
487 "\" at " + (new Date()) + ":");
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java1318 * <code>java.sql.Date</code> object.
1329 public java.sql.Date getDate(int columnIndex) throws SQLException {
1679 * of the current row as a <code>java.sql.Date</code> object.
1691 public java.sql.Date getDate(String columnName) throws SQLException {
2851 * <code>Date</code> object.
2872 public void updateDate(int columnIndex, java.sql.Date x) throws SQLException {
3367 * <code>Date</code> object.
3388 public void updateDate(String columnName, java.sql.Date x) throws SQLException {
3936 * of this <code>CachedRowSetImpl</code> object as a <code>java.sql.Date</code>
3953 public java.sql.Date getDat
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java45 import java.util.Date;
78 * <h4>Date and Time Patterns</h4>
80 * Date and time formats are specified by <em>date and time pattern</em>
100 * <th align=left>Date or Time Component
356 * <th align=left>Date and Time Pattern
397 * Date formats are not synchronized.
494 private Date defaultCenturyStart;
901 private void parseAmbiguousDatesAsAfter(Date startDate) {
916 public void set2DigitYearStart(Date startDate) {
917 parseAmbiguousDatesAsAfter(new Date(startDat
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java46 import java.util.Date;
585 long now = (new Date()).getTime();
1336 String.valueOf((new Date()).getTime()));
1594 (new Date()).getTime());
2008 (new Date()).getTime());
2320 ((new Date(ntfyObj.getTimeStamp())).toString())+
2712 ((new Date(ntfyObj.getTimeStamp())).toString())+
2738 ((new Date(ntfyObj.getTimeStamp())).toString())+
2816 ((new Date()).getTime()),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java46 import java.util.Date;
271 new StringImpl<Date>(Date.class, DatatypeConstants.DATETIME) {
272 public Date parse(CharSequence text) {
275 public String print(Date v) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java2106 * <code>java.sql.Date</code> object.
2117 public java.sql.Date getDate(int columnIndex) throws SQLException {
2143 long sec = ((java.sql.Date)value).getTime();
2144 return new java.sql.Date(sec);
2148 return new java.sql.Date(sec);
2155 return ((java.sql.Date)(df.parse(value.toString())));
2277 long sec = ((java.sql.Date)value).getTime();
2676 * of the current row as a <code>java.sql.Date</code> object.
2688 public java.sql.Date getDate(String columnName) throws SQLException {
4056 * <TD><code>java.sql.Date</cod
[all...]
H A DJoinRowSetImpl.java1180 * <code>java.sql.Date</code> object.
1190 public java.sql.Date getDate(int columnIndex) throws SQLException {
1461 * of the current row as a <code>java.sql.Date</code> object.
1471 public java.sql.Date getDate(String columnName) throws SQLException {
2535 * <code>Date</code> object.
2556 public void updateDate(int columnIndex, java.sql.Date x) throws SQLException {
3052 * <code>Date</code> object.
3073 public void updateDate(String columnName, java.sql.Date x) throws SQLException {
3576 * of this <code>JoinRowSetImpl</code> object as a <code>java.sql.Date</code>
3593 public java.sql.Date getDat
[all...]
H A DFilteredRowSetImpl.java1162 * <code>Date</code> object.
1183 public void updateDate(int columnIndex , java.sql.Date x) throws SQLException {
1203 * <code>Date</code> object.
1224 public void updateDate(String columnName , java.sql.Date x) throws SQLException {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DDistributionPointFetcher.java87 Date validity)
141 Date validity) {
286 Date validity) throws CRLException, IOException {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java959 public Date getCertificateValid() {
962 public Date getPrivateKeyValid() {
1051 public Date getDateAndTime() {
/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DPlatformLogger.java36 import java.util.Date;
556 private Date date = new Date();
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java37 import java.util.Date;
256 Date d;
331 Date d = null;
342 Date d = null;
1764 * @return a <code>Date</code> representing the last modification time
1769 public Date getLastModified(String path) throws sun.net.ftp.FtpProtocolException, IOException {
1773 Date d = null;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/logutil/
H A DMC.java33 import java.util.Date;
157 pw.printMsg("// Generated from input file @ on @", inFile, new Date());
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKtab.java41 import java.util.Date;
321 new Date(entries[i].getTimeStamp().getTime()));
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java49 import java.util.Date;
63 static JCheckBox dateStampCB = new JCheckBox("Output Date Stamp");
369 System.out.println(new Date().toString() + " " + usedStr);
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java33 import java.util.Date;
499 public boolean inDaylightTime(Date date) {
/openjdk7/jdk/test/java/util/Locale/
H A DInternationalBAT.java34 import java.util.Date;
89 // Date strings for May 10, 2001, for the required locales
120 Date date = calendar.getTime();
/openjdk7/jdk/test/javax/swing/JFormattedTextField/
H A DTest6462562.java37 import java.util.Date;
308 Date date(DateFormat format, String spec) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapGXLWriter.java92 writeAttribute("creation-date", "string", new Date().toString());
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java214 * the drivern uses the <code>Calendar</code> object to construct the <code>Date</code>,
1989 * Sets the designated parameter to the given <code>java.sql.Date</code>
2006 * placeholder parameter number <i>parameterIndex</i> being the <code>Date</code>
2021 public void setDate(int parameterIndex, java.sql.Date x) throws SQLException {
2917 * Sets the designated parameter to the given <code>java.sql.Date</code>
2942 * is the given <code>java.sql.Date</code> object.
2960 * @param x a <code>java.sql.Date</code> object representing an SQL
2968 public void setDate(int parameterIndex, java.sql.Date x, Calendar cal) throws SQLException {
4055 * Sets the designated parameter to the given <code>java.sql.Date</code> value
4070 public void setDate(String parameterName, java.sql.Date
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLOutputImpl.java257 * Writes a <code>java.sql.Date</code> object in the Java programming
266 public void writeDate(java.sql.Date x) throws SQLException {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java39 import java.util.Date;
110 dateRenderer = installRendererIfPossible(Date.class, null);
209 table.setDefaultRenderer(Date.class, dateRenderer);
814 else if (columnClass == Date.class) {
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStoreSpi.java123 public abstract Date engineGetCreationDate(String alias);

Completed in 187 milliseconds

1234567891011>>