Searched defs:seconds (Results 1 - 25 of 72) sorted by relevance

123

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotspot/
H A DNotOnDebug.java30 public static TestRule create(Timeout seconds) { argument
/openjdk10/hotspot/src/share/vm/utilities/
H A Dticks.cpp62 double TicksToTimeHelper::seconds(const Tickspan& span) { function in class:TicksToTimeHelper
/openjdk10/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSSLSessionContext.java96 public void setSessionTimeout(int seconds) argument
/openjdk10/jdk/src/java.sql/share/classes/javax/sql/
H A DDataSource.java131 void setLoginTimeout(int seconds) throws SQLException; argument
H A DCommonDataSource.java96 void setLoginTimeout(int seconds) throws SQLException; argument
H A DConnectionPoolDataSource.java94 void setLoginTimeout(int seconds) throws SQLException; argument
H A DXADataSource.java103 void setLoginTimeout(int seconds) throws SQLException; argument
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftReceiver/
H A DSoftTestUtils.java85 public void read(double seconds) throws IOException argument
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DSoftTestUtils.java85 public void read(double seconds) throws IOException argument
/openjdk10/jdk/test/sun/net/InetAddress/nameservice/simple/
H A DDefaultCaching.java94 static void sleep (int seconds) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationDayTimeImpl.java56 DurationDayTimeImpl( boolean isPositive, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
67 DurationDayTimeImpl( boolean isPositive, int days, int hours, int minutes, int seconds) argument
H A DDatatypeFactoryImpl.java174 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
/openjdk10/jdk/test/java/awt/Modal/LWModalTest/
H A DLWModalTest.java154 public static synchronized void setTimeoutTo(int seconds) argument
/openjdk10/jdk/test/java/util/Date/
H A DDateGregorianCalendarTest.java203 checkTimes(GregorianCalendar gc, long year, long month, long dayOfMonth, long hourOfDay, long minutes, long seconds) argument
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider2/xp2/
H A DDatatypeFactoryImpl.java47 newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/xwp/
H A DDatatypeFactoryWrapper.java48 newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
/openjdk10/jdk/test/java/awt/event/ComponentEvent/MovedResizedTwiceTest/
H A DMovedResizedTwiceTest.java239 public static synchronized void setTimeoutTo(int seconds) argument
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DNoPermToRemoveTest.java117 boolean waitForNotification(int seconds) throws InterruptedException { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DBootstrapWatchDog.java209 private static double seconds(long ms) { method in class:BootstrapWatchDog
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dtimer.cpp74 double elapsedTimer::seconds() const { function in class:elapsedTimer
100 double TimeStamp::seconds() const { function in class:TimeStamp
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/datatype/
H A DDatatypeFactory.java310 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
348 newDuration( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
995 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final int timezone) argument
1033 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final BigDecimal fractionalSecond, final int timezone) argument
1071 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final int milliseconds, final int timezone) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLSessionContextImpl.java93 public void setSessionTimeout(int seconds) argument
/openjdk10/jdk/src/java.sql/share/classes/javax/transaction/xa/
H A DXAResource.java222 boolean setTransactionTimeout(int seconds) throws XAException; argument
/openjdk10/jdk/test/java/awt/datatransfer/DataFlavor/MacOsXFileAndMultipleFileCopingTest/
H A DMacOsXFileAndMultipleFileCopingTest.java156 public static synchronized void setTimeoutTo(int seconds) { argument
/openjdk10/jdk/test/java/awt/PrintJob/
H A DHighResTest.java205 public static synchronized void setTimeoutTo(int seconds) { argument

Completed in 396 milliseconds

123