Searched refs:isFixed (Results 1 – 5 of 5) sorted by relevance
46 private final boolean isFixed; field in ThreadPool53 boolean isFixed, in ThreadPool() argument57 this.isFixed = isFixed; in ThreadPool()66 return isFixed; in isFixedThreadPool()
99 assertEquals(test.isFixed(), true); in test_of_longlong()109 assertEquals(test.isFixed(), true); in test_of_longlong_big()127 assertEquals(test.isFixed(), false); in test_of_longlonglong()166 assertEquals(test.isFixed(), sMin == lMin && sMax == lMax); in test_of_longlonglonglong()
203 public boolean isFixed() { in isFixed() method in ValueRange
250 if (startRange.isFixed() && startRange.isIntValue()) { in monthRange()
2923 if (field.range().isFixed() == false) { in FractionPrinterParser()