Searched refs:TIME (Results 1 - 25 of 30) sorted by relevance

12

/openjdk10/jdk/test/java/io/File/
H A DTimeZoneLastModified.java38 private static final long TIME = 1023199010002L; field in class:TimeZoneLastModified
61 boolean succeeded = f.setLastModified(TIME);
65 TIME, timeZoneID);
70 if (Math.abs(time - TIME) > 999) { // account for second precision
73 TIME, time);
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DTypes.java141 * <code>TIME</code>.
143 public final static int TIME = 92; field in class:Types
327 * {@code TIME WITH TIMEZONE}.
H A DJDBCType.java93 * Identifies the generic SQL type {@code TIME}.
95 TIME(Types.TIME), enum constant in enum:JDBCType
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/datatype/
H A DDatatypeConstants.java217 public static final QName TIME = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "time"); field in class:DatatypeConstants
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Dinflate.h47 TIME, /* i: waiting for modification time (gzip) */ enumerator in enum:__anon796
86 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c748 state->mode = TIME;
749 case TIME:
/openjdk10/jdk/test/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java57 private static final byte TIME = GENERIC + 1; field in class:IntlTestDateFormat
58 private static final byte DATE = TIME + 1;
133 // Shift 6 months into the future, AT THE SAME TIME OF DAY.
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DBaseDVFactory.java152 final String TIME = "time";
173 types.put(TIME, new XSSimpleTypeDecl(anySimpleType, TIME, XSSimpleTypeDecl.DV_TIME, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.TIME_DT));
H A DBaseSchemaDVFactory.java88 final String TIME = "time";
114 builtInTypes.put(TIME, new XSSimpleTypeDecl(baseAtomicType, TIME, XSSimpleTypeDecl.DV_TIME, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.TIME_DT));
/openjdk10/jdk/test/java/util/logging/
H A DTestLogConfigurationDeadLockWithConf.java69 static final long TIME = 4 * 1000; // 4 sec. field in class:TestLogConfigurationDeadLockWithConf
83 * will stop the test after 4secs (TIME ms), and one DeadlockDetector
155 threads.add(0, new Stopper(TIME));
H A DTestLogConfigurationDeadLock.java62 static final long TIME = 4 * 1000; // 4 sec. field in class:TestLogConfigurationDeadLock
76 * will stop the test after 4secs (TIME ms), and one DeadlockDetector
128 threads.add(0, new Stopper(TIME));
H A DTestLoggerBundleSync.java68 static final long TIME = 4 * 1000; // 4 sec. field in class:TestLoggerBundleSync
167 threads.add(0, new Stopper(TIME));
/openjdk10/jdk/test/sun/security/util/DerInputBuffer/
H A DTimeParsing.java39 private final static long TIME = 997465431000l; field in class:TimeParsing
137 Date d0 = new Date(TIME);
/openjdk10/jdk/test/java/util/logging/LogManager/Configuration/
H A DTestConfigurationLock.java74 static final long TIME = 8 * 1000; // 8 sec. field in class:TestConfigurationLock
101 * - one (Stopper) that will stop the test after 4secs (TIME ms),
164 threads.add(0, new Stopper(TIME));
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DClassTab.java219 text += newRow(Messages.TIME, timeStamp);
H A DMessages.java279 public static String TIME; field in class:Messages
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DFormatter.java4025 case DateTime.TIME: // 'T' (24 hour hh:mm:ss - %tH:%tM:%tS)
4030 if (c == DateTime.TIME) {
4054 print(sb, t, DateTime.TIME, l).append(sep);
4267 case DateTime.TIME: // 'T' (24 hour hh:mm:ss - %tH:%tM:%tS)
4272 if (c == DateTime.TIME) {
4295 print(sb, t, DateTime.TIME, l).append(sep);
4653 static final char TIME = 'T'; // (24 hour hh:mm:ss) field in class:Formatter.DateTime
4701 case TIME:
/openjdk10/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java884 case Types.TIME:
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java555 DatatypeConstants.TIME,
964 m.put(DatatypeConstants.TIME, "%h:%m:%s"+ "%z");
1001 f.put(DatatypeConstants.TIME, 0x1000111);
/openjdk10/jdk/test/javax/sql/testng/test/rowset/cachedrowset/
H A DCommonCachedRowSetTests.java125 {rs, JDBCType.TIME},
159 rsmd.setColumnType(12, Types.TIME);
346 case TIME:
995 case TIME:
1092 case TIME:
/openjdk10/jdk/test/javax/sql/testng/test/rowset/
H A DRowSetMetaDataTests.java546 {Types.TIME, "java.sql.Time"},
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java2211 case java.sql.Types.TIME: {
2277 case java.sql.Types.TIME: {
3943 * <code>TIME</code>, or <code>TIMESTAMP</code>;
3949 case java.sql.Types.TIME:
4068 * <TD><code>TIME</code>
4072 * <TD><code>TIME</code>
4077 * <TD><code>DATE</code>, <code>TIME</code>, or <code>TIMESTAMP</code>
4094 * <code>TIME</code>, <code>TIMESTAMP</code>, <code>CHAR</code>,
4122 if (srcType == java.sql.Types.TIME) {
4127 case java.sql.Types.TIME
[all...]
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java424 case java.sql.Types.TIME:
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java50 * {@link DatatypeConstants#TIME time},
1787 } else if (typekind == DatatypeConstants.TIME) {
1845 * <td>{@link DatatypeConstants#TIME}</td>
1906 * {@link DatatypeConstants#TIME},
1930 return DatatypeConstants.TIME;
/openjdk10/make/common/
H A DMakeBase.gmk361 gnutime $$(TIME) \

Completed in 234 milliseconds

12