Home
last modified time | relevance | path

Searched defs:second (Results 1 – 25 of 39) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/util/random/
DRandomGeneratorFactoryTest.java159 private static void checkNextBoolean(RandomGenerator first, RandomGenerator second) { in checkNextBoolean()
169 private static void checkNextInt(RandomGenerator first, RandomGenerator second) { in checkNextInt()
179 private static void checkNextLong(RandomGenerator first, RandomGenerator second) { in checkNextLong()
189 private static void checkNextDouble(RandomGenerator first, RandomGenerator second) { in checkNextDouble()
199 private static void checkInts(RandomGenerator first, RandomGenerator second) { in checkInts()
208 private static void checkLongs(RandomGenerator first, RandomGenerator second) { in checkLongs()
217 private static void checkDoubles(RandomGenerator first, RandomGenerator second) { in checkDoubles()
/libcore/ojluni/src/test/java/net/SocketOptions/
DSupportedOptionsSet.java58 Set<?> second = ss.supportedOptions(); in first() local
70 static void second() throws IOException { in second() method in SupportedOptionsSet
77 Set<?> second = s.supportedOptions(); in second() local
/libcore/luni/src/test/java/libcore/java/lang/
DThreadGroupTest.java47 Thread second = createHangThread(group); in interrupt_shouldInterruptAllThreadsInAGroup() local
63 Thread second = createHangThread(childGroup); in interrupt_shouldInterruptThreadsInSubgroups() local
79 Thread second = createHangThread(childGroup); in interrupt_shouldNotInterruptThreadsInParentGroup() local
/libcore/ojluni/src/main/java/java/sql/
DTime.java58 public Time(int hour, int minute, int second) { in Time()
93 int second; in valueOf() local
122 int second = super.getSeconds(); in toString() local
DTimestamp.java88 int hour, int minute, int second, int nano) { in Timestamp()
180 int second; in valueOf() local
281 int second = super.getSeconds(); in toString() local
/libcore/luni/src/main/java/javax/xml/datatype/
DXMLGregorianCalendar.java327 public void setTime(int hour, int minute, int second) { in setTime()
371 public abstract void setSecond(int second); in setSecond()
419 int second, in setTime()
444 public void setTime(int hour, int minute, int second, int millisecond) { in setTime()
DDatatypeFactory.java471 final BigInteger second) { in newDurationDayTime()
513 final int second) { in newDurationDayTime()
794 final int second, in newXMLGregorianCalendar()
830 final int second, in newXMLGregorianCalendar()
/libcore/ojluni/src/main/java/java/time/
DLocalTime.java224 private final byte second; field in LocalTime
312 public static LocalTime of(int hour, int minute, int second) { in of()
334 public static LocalTime of(int hour, int minute, int second, int nanoOfSecond) { in of()
474 private static LocalTime create(int hour, int minute, int second, int nanoOfSecond) { in create()
489 private LocalTime(int hour, int minute, int second, int nanoOfSecond) { in LocalTime()
920 public LocalTime withSecond(int second) { in withSecond()
1715 int second = 0; in readExternal() local
DLocalDateTime.java255 … static LocalDateTime of(int year, Month month, int dayOfMonth, int hour, int minute, int second) { in of()
280 …teTime of(int year, Month month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecon… in of()
330 …ic static LocalDateTime of(int year, int month, int dayOfMonth, int hour, int minute, int second) { in of()
355 …DateTime of(int year, int month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecon… in of()
1070 public LocalDateTime withSecond(int second) { in withSecond()
DOffsetTime.java230 …public static OffsetTime of(int hour, int minute, int second, int nanoOfSecond, ZoneOffset offset)… in of()
775 public OffsetTime withSecond(int second) { in withSecond()
DOffsetDateTime.java300 int hour, int minute, int second, int nanoOfSecond, ZoneOffset offset) { in of()
1084 public OffsetDateTime withSecond(int second) { in withSecond()
/libcore/luni/src/test/java/libcore/java/time/
DDurationTest.java139 Duration second = Duration.ofSeconds(1); in test_addTo_subtractFrom_unsupported() local
/libcore/ojluni/src/main/java/sun/security/util/
DObjectIdentifier.java149 int first = 0, second; in ObjectIdentifier() local
375 BigInteger second = big.subtract(BigInteger.valueOf(80)); in toIntArray() local
642 private static void checkSecondComponent(int first, int second) throws IOException { in checkSecondComponent()
648 private static void checkSecondComponent(int first, BigInteger second) throws IOException { in checkSecondComponent()
DDerInputBuffer.java313 int year, month, day, hour, minute, second, millis; in getTime() local
/libcore/metrictests/memory/apps/src/libcore/heapdumper/
DActions.java81 String second = m.group(2); in run() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileWriterTest.java67 String second = "The second String for testing."; in test_ConstructorLjava_io_FileZ() local
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldAbstractPreferencesTest.java676 AbstractPreferences second = (AbstractPreferences) pref.node("Second node"); in testChildrenNames() local
737 AbstractPreferences second = (AbstractPreferences) pref.node("Second node"); in testNode() local
855 AbstractPreferences second = (AbstractPreferences) pref.node("Second node/sub node"); in testName() local
/libcore/luni/src/test/java/libcore/javax/xml/datatype/
DXMLGregorianCalendarTest.java171 private int second; field in XMLGregorianCalendarTest.XMLGregorianCalendarImpl
224 public void setSecond(int second) { in setSecond()
DDatatypeFactoryTest.java360 int day, int hour, int minute, int second, in newXMLGregorianCalendar()
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DObjectIdentifier.java131 private static void checkSecondComponent(int first, int second) throws java.io.IOException { in checkSecondComponent()
135 private static void checkSecondComponent(int first, java.math.BigInteger second) in checkSecondComponent()
/libcore/ojluni/src/main/java/java/time/chrono/
DChronology.java740 int hour, int minute, int second, ZoneOffset zoneOffset) { in epochSecond()
769 int hour, int minute, int second, ZoneOffset zoneOffset) { in epochSecond()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectionAndMapModifyStreamTest.java164 Map.Entry<Integer, Integer> second = c.iterator().next(); in testEntrySetSizeRemove() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCalendar.annotated.java86 public final void set(int year, int month, int date, int hourOfDay, int minute, int second) { throw… in set()
287 …lic java.util.Calendar.Builder setTimeOfDay(int hourOfDay, int minute, int second) { throw new Run… in setTimeOfDay()
289 …lic java.util.Calendar.Builder setTimeOfDay(int hourOfDay, int minute, int second, int millis) { t… in setTimeOfDay()
/libcore/ojluni/src/main/java/java/util/zip/
DZipUtils.java95 int second = (int) ((dtime << 1) & 0x3e); in dosToJavaTime() local
114 int hour, int minute, int second) { in overflowDosToJavaTime()
/libcore/ojluni/annotations/hiddenapi/java/time/
DOffsetDateTime.java116 int second, in of()
261 public java.time.OffsetDateTime withSecond(int second) { in withSecond()

12