Searched defs:seconds (Results 26 - 50 of 72) sorted by relevance

123

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DCompilationWatchDog.java175 private static long ms(double seconds) { argument
/openjdk10/hotspot/src/share/vm/compiler/
H A DabstractCompiler.hpp66 double seconds = _standard._time.seconds() + _osr._time.seconds(); local
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/datatype/
H A DDurationTest.java343 newDurationTester(boolean isPositive, boolean normalizedIsPositive, BigInteger years, BigInteger normalizedYears, BigInteger months, BigInteger normalizedMonths, BigInteger days, BigInteger normalizedDays, BigInteger hours, BigInteger normalizedHours, BigInteger minutes, BigInteger normalizedMinutes, BigDecimal seconds, BigDecimal normalizedSeconds, long durationInMilliSeconds, long normalizedDurationInMilliSeconds, String lexicalRepresentation, String normalizedLexicalRepresentation) argument
380 newDurationDayTimeTester(boolean isPositive, boolean normalizedIsPositive, BigInteger years, BigInteger normalizedYears, BigInteger months, BigInteger normalizedMonths, BigInteger days, BigInteger normalizedDays, BigInteger hours, BigInteger normalizedHours, BigInteger minutes, BigInteger normalizedMinutes, BigDecimal seconds, BigDecimal normalizedSeconds, long durationInMilliSeconds, long normalizedDurationInMilliSeconds, String lexicalRepresentation, String normalizedLexicalRepresentation) argument
418 durationAssertEquals(Duration duration, QName xmlSchemaType, boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds, long milliseconds, String lexical) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/
H A DZoneOffset.java316 ofHoursMinutesSeconds(int hours, int minutes, int seconds) argument
362 validate(int hours, int minutes, int seconds) argument
399 totalSeconds(int hours, int minutes, int seconds) argument
[all...]
H A DInstant.java253 private final long seconds; field in class:Instant
406 create(long seconds, int nanoOfSecond) argument
[all...]
H A DOffsetTime.java927 public OffsetTime plusSeconds(long seconds) { argument
1038 minusSeconds(long seconds) argument
[all...]
H A DLocalDateTime.java1326 public LocalDateTime plusSeconds(long seconds) { argument
1521 minusSeconds(long seconds) argument
1552 plusWithOverflow(LocalDate newDate, long hours, long minutes, long seconds, long nanos, int sign) argument
[all...]
H A DOffsetDateTime.java1317 public OffsetDateTime plusSeconds(long seconds) { argument
1506 minusSeconds(long seconds) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/chrono/
H A DChronoLocalDateTimeImpl.java333 ChronoLocalDateTimeImpl<D> plusSeconds(long seconds) { argument
342 private ChronoLocalDateTimeImpl<D> plusWithOverflow(D newDate, long hours, long minutes, long seconds, long nanos) { argument
/openjdk10/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DMixingPanelsResizing.java271 public static synchronized void setTimeoutTo(int seconds) { argument
H A DHierarchyBoundsListenerMixingTest.java497 public static synchronized void setTimeoutTo(int seconds) { argument
H A DOverlappingTestBase.java629 public static synchronized void setTimeoutTo(int seconds) { argument
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubStatement.java81 public void setQueryTimeout(int seconds) throws SQLException { argument
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DDriverManager.java466 public static void setLoginTimeout(int seconds) { argument
H A DStatement.java250 void setQueryTimeout(int seconds) throws SQLException; argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/debug/
H A DBenchmarkCounters.java151 private static synchronized void dump(OptionValues options, PrintStream out, double seconds, long[] counters, int maxRows) { argument
228 private final double seconds; field in class:BenchmarkCounters.HumanReadableDumper
231 HumanReadableDumper(PrintStream out, double seconds, int maxRows) { argument
/openjdk10/jaxp/test/javax/xml/jaxp/functional/javax/xml/datatype/ptests/
H A DDurationTest.java89 public void checkNumberDurationPos(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds) { argument
110 public void checkDurationNumberNeg(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds) { argument
132 checkBigIntegerDurationPos(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
153 checkBigIntegerDurationNeg(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
376 checkDurationGetField(String lexRepresentation, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
403 checkDurationToString(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds, String lexical) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/util/calendar/
H A DCalendarDate.java76 private int seconds; field in class:CalendarDate
262 public CalendarDate setSeconds(int seconds) { argument
319 public CalendarDate setTimeOfDay(int hours, int minutes, int seconds, int millis) { argument
327 addTimeOfDay(int hours, int minutes, int seconds, int millis) argument
[all...]
H A DImmutableGregorianDate.java125 public CalendarDate setSeconds(int seconds) { argument
157 public CalendarDate setTimeOfDay(int hours, int minutes, int seconds, int millis) { argument
161 public CalendarDate addTimeOfDay(int hours, int minutes, int seconds, int millis) { argument
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DDate.java871 setSeconds(int seconds) argument
[all...]
/openjdk10/jdk/test/java/time/tck/java/time/
H A DTCKZoneOffset.java660 private void doTestOffset(ZoneOffset offset, int hours, int minutes, int seconds) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java176 protected BigDecimal seconds; field in class:DurationImpl
234 DurationImpl( boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
316 DurationImpl( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
[all...]
H A DXMLGregorianCalendarImpl.java693 createDateTime( BigInteger year, int month, int day, int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) argument
771 createDateTime( int year, int month, int day, int hours, int minutes, int seconds, int milliseconds, int timezone) argument
844 createTime( int hours, int minutes, int seconds, int timezone) argument
878 createTime( int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) argument
913 createTime( int hours, int minutes, int seconds, int milliseconds, int timezone) argument
[all...]
/openjdk10/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSet.java407 void setQueryTimeout(int seconds) throws SQLException; argument
/openjdk10/jdk/test/java/net/httpclient/
H A DSmokeTest.java593 static void delay(int seconds) { argument

Completed in 335 milliseconds

123