Searched defs:MAX (Results 1 – 11 of 11) sorted by relevance
82 final int MAX = MAX_ARITY-2; // 253+1 would cause parameter overflow with 'this' added in testVarargsArray() local116 private static int nextArgCount(int nargs, int density, int MAX) { in nextArgCount()139 int MAX = MAX_ARITY-2; // 253+1 would cause parameter overflow with 'this' added in testTypedVarargsArray() local
144 final int MAX = MAX_ARITY-2; // 253+1 would cause parameter overflow with 'this' added in testIntSpreads() local173 final int MAX = MAX_ARITY-2; // 253+1 would cause parameter overflow with 'this' added in testByteSpreads() local202 … final int MAX = (MAX_ARITY - 2) / 2; // 253/2+1 would cause parameter overflow with 'this' added in testLongSpreads() local
154 public static final ZoneOffset MAX = ZoneOffset.ofTotalSeconds(MAX_SECONDS); field in ZoneOffset
237 public static final Instant MAX = Instant.ofEpochSecond(MAX_SECOND, 999_999_999); field in Instant
130 public static final OffsetTime MAX = LocalTime.MAX.atOffset(ZoneOffset.MIN); field in OffsetTime
140 public static final OffsetDateTime MAX = LocalDateTime.MAX.atOffset(ZoneOffset.MIN); field in OffsetDateTime
131 public static final LocalTime MAX; field in LocalTime
145 public static final LocalDateTime MAX = LocalDateTime.of(LocalDate.MAX, LocalTime.MAX); field in LocalDateTime
147 public static final LocalDate MAX = LocalDate.of(Year.MAX_VALUE, 12, 31); field in LocalDate
440 public static final java.time.OffsetDateTime MAX; field in OffsetDateTime
490 final int MAX = 13; in testFloatingPointSorting() local