Searched refs:Time (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_sql_Time.java27 * @summary Tests Time encoding
31 import java.sql.Time;
33 public final class java_sql_Time extends AbstractTest<Time> {
38 protected Time getObject() {
39 return new Time(System.currentTimeMillis());
42 protected Time getAnotherObject() {
43 return new Time(0L);
/openjdk7/jdk/test/sun/tools/jstat/
H A DclassloadOutput1.awk6 # Loaded Time Inited Time Shared Kbytes LoadTime SysClass Kbytes LoadTime Lookup Parse Linked Time Verified Time AppClass Kbytes AppCL DefineClass Time FindClass Time Delegation URLCL Read
14 /^Loaded Time Inited Time Shared Kbytes LoadTime SysClass Kbytes LoadTime Lookup Parse Linked Time Verified Time AppClas
[all...]
H A DclassOutput1.awk6 # Loaded Bytes Unloaded Bytes Time
13 /^Loaded Bytes Unloaded Bytes Time $/ {
H A DcompilerOutput1.awk6 # Compiled Failed Invalid Time FailedType FailedMethod
15 /^Compiled Failed Invalid Time FailedType FailedMethod$/ {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DXrandr.h58 Time timestamp; /* when the screen change occurred */
59 Time config_timestamp; /* when the last configuration change */
95 Time timestamp);
104 Time timestamp);
109 Time XRRConfigTimes (XRRScreenConfiguration *config, Time *config_timestamp);
144 Time XRRTimes (Display *dpy, int screen, Time *config_timestamp);
H A Dawt_util.h61 Time awt_util_getCurrentServerTime();
63 jlong awt_util_nowMillisUTC_offset(Time server_offset);
/openjdk7/jdk/src/share/classes/java/sql/
H A DTime.java30 * API to identify this as an SQL <code>TIME</code> value. The <code>Time</code>
37 public class Time extends java.util.Date { class in inherits:java.util.Date
40 * Constructs a <code>Time</code> object initialized with the
44 * <code>Time</code> object will throw a
57 public Time(int hour, int minute, int second) { method in class:Time
62 * Constructs a <code>Time</code> object using a milliseconds time value.
68 public Time(long time) { method in class:Time
73 * Sets a <code>Time</code> object using a milliseconds time value.
84 * Converts a string in JDBC time escape format to a <code>Time</code> value.
87 * @return a corresponding <code>Time</cod
[all...]
H A DSQLInput.java197 * Reads the next attribute in the stream and returns it as a <code>java.sql.Time</code> object.
205 java.sql.Time readTime() throws SQLException;
H A DSQLOutput.java200 * Writes the next attribute to the stream as a java.sql.Time object.
210 void writeTime(java.sql.Time x) throws SQLException;
H A DCallableStatement.java332 * <code>java.sql.Time</code> object.
343 java.sql.Time getTime(int parameterIndex) throws SQLException;
525 * <code>java.sql.Time</code> object, using
545 java.sql.Time getTime(int parameterIndex, Calendar cal)
993 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
1007 void setTime(String parameterName, java.sql.Time x)
1249 * Sets the designated parameter to the given <code>java.sql.Time</code> value,
1270 void setTime(String parameterName, java.sql.Time x, Calendar cal)
1505 * <code>java.sql.Time</code> object.
1517 java.sql.Time getTim
[all...]
H A DPreparedStatement.java269 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
279 void setTime(int parameterIndex, java.sql.Time x)
636 * Sets the designated parameter to the given <code>java.sql.Time</code> value,
654 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
H A DResultSet.java395 * a <code>java.sql.Time</code> object in the Java programming language.
404 java.sql.Time getTime(int columnIndex) throws SQLException;
680 * a <code>java.sql.Time</code> object in the Java programming language.
690 java.sql.Time getTime(String columnLabel) throws SQLException;
1721 * Updates the designated column with a <code>java.sql.Time</code> value.
1737 void updateTime(int columnIndex, java.sql.Time x) throws SQLException;
2110 * Updates the designated column with a <code>java.sql.Time</code> value.
2126 void updateTime(String columnLabel, java.sql.Time x) throws SQLException;
2655 * of this <code>ResultSet</code> object as a <code>java.sql.Time</code> object
2664 * @return the column value as a <code>java.sql.Time</cod
[all...]
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DZoneRec.java56 private Time untilTime;
63 Time getUntilTime() {
131 return Time.getLocalTime(untilYear,
142 return Time.getLocalTime(untilYear,
213 rec.gmtOffset = (int) Time.parse(tokens.nextToken()).getTime();
217 rec.directSave = (int) Time.parse(token).getTime();
236 rec.untilTime = Time.parse(tokens.nextToken());
238 rec.untilTime = Time.parse("0:00");
H A DRuleRec.java41 private Time atTime;
67 Time getTime() {
126 transition = Time.getLocalTime(zrec.getUntilYear(),
134 transition = Time.getLocalTime(zrec.getUntilYear(),
197 rec.atTime = Time.parse(tokens.nextToken());
200 rec.save = (int) Time.parse(tokens.nextToken()).getTime();
218 long time = Time.getLocalTime(year, getMonth(),
H A DSimple.java150 String s = Time.toFormedString(offset);
152 Time.toFormedString(offset) + ", \"" + key + "\"");
166 Time.toFormedString((int)rr0.getTime().getTime()) + ", " +
172 Time.toFormedString((int)rr1.getTime().getTime())+ ", " +
175 "\t " + Time.toFormedString(rr0.getSave()) + "),\n");
H A DTime.java34 * Time class represents the "AT" field and other time related information.
38 class Time { class
55 * Time from the EPOCH in milliseconds
64 Time() { method in class:Time
68 Time(long time) { method in class:Time
139 * @param time the time of the day represented by {@link Time}
143 int gmtOffset, Time time) {
189 * @param time the time of the day represented by {@link Time}
203 * @param time the time of the day represented by {@link Time}
229 * Parses the given "AT" field and constructs a Time objec
[all...]
H A DRule.java96 long t1 = Time.getLocalTime(year, rec1.getMonth(),
98 long t2 = Time.getLocalTime(year, rec2.getMonth(),
118 long t1 = Time.getLocalTime(y, r1.getMonth(),
120 long t2 = Time.getLocalTime(y, r2.getMonth(),
H A DZoneinfo.java47 private static final long minTime = Time.getLocalTime(minYear, Month.JANUARY, 1, 0);
371 long fromTime = Time.getLocalTime(startYear,
414 long time = Time.getLocalTime(maxYear,
531 long time = Time.getLocalTime(maxYear, Month.JANUARY,
H A DMappings.java83 && (zrec.getUntilTime(0) > Time.getCurrentTime())) {
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java834 * to the given <code>java.sql.Time</code> value. The driver converts this to
842 void setTime(int parameterIndex, java.sql.Time x) throws SQLException;
1735 * with the given <code>java.sql.Time</code> value. The driver will convert this
1744 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
1748 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
1761 void setTime(String parameterName, java.sql.Time x)
1765 * Sets the designated parameter to the given <code>java.sql.Time</code> value,
1785 void setTime(String parameterName, java.sql.Time x, Calendar cal)
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java441 * a <code>java.sql.Time</code> object.
453 public java.sql.Time readTime() throws SQLException {
454 java.sql.Time attrib = (java.sql.Time)getNextAttribute();
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DTestIBMDB.java37 static class Time { class in class:TestIBMDB
42 static char[] decode(byte[] bb, Charset cs, boolean testDirect, Time t)
103 static byte[] encode(char[] cc, Charset cs, boolean testDirect, Time t)
325 Time t1 = new Time();
326 Time t2 = new Time();
/openjdk7/jdk/test/sun/nio/cs/
H A DTestEUC_TW.java36 static class Time { class in class:TestEUC_TW
41 static char[] decode(byte[] bb, Charset cs, boolean testDirect, Time t)
96 static byte[] encode(char[] cc, Charset cs, boolean testDirect, Time t)
236 Time t1 = new Time();
237 Time t2 = new Time();
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java1336 * <code>java.sql.Time</code> object.
1346 public java.sql.Time getTime(int columnIndex) throws SQLException {
1697 * of the current row as a <code>java.sql.Time</code> object.
1707 public java.sql.Time getTime(String columnName) throws SQLException {
2879 * <code>Time</code> object.
2900 public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {
3395 * <code>Time</code> object.
3416 public void updateTime(String columnName, java.sql.Time x) throws SQLException {
3981 * of this <code>CachedRowSetImpl</code> object as a <code>java.sql.Time</code>
3998 public java.sql.Time getTim
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java1197 * <code>java.sql.Time</code> object.
1207 public java.sql.Time getTime(int columnIndex) throws SQLException {
1477 * of the current row as a <code>java.sql.Time</code> object.
1487 public java.sql.Time getTime(String columnName) throws SQLException {
2563 * <code>Time</code> object.
2584 public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {
3080 * <code>Time</code> object.
3101 public void updateTime(String columnName, java.sql.Time x) throws SQLException {
3621 * of this <code>JoinRowSetImpl</code> object as a <code>java.sql.Time</code>
3638 public java.sql.Time getTim
[all...]

Completed in 151 milliseconds

12