Searched refs:highValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitorMBean.java98 * @param highValue The high threshold value.
104 public void setThresholds(Number highValue, Number lowValue) throws java.lang.IllegalArgumentException; argument
H A DGaugeMonitor.java344 * @param highValue The high threshold value.
355 public synchronized void setThresholds(Number highValue, Number lowValue) argument
358 if ((highValue == null) || (lowValue == null)) {
362 if (highValue.getClass() != lowValue.getClass()) {
367 if (isFirstStrictlyGreaterThanLast(lowValue, highValue,
368 highValue.getClass().getName())) {
373 if (highThreshold.equals(highValue) && lowThreshold.equals(lowValue))
375 highThreshold = highValue;
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_proto.h2454 const mlib_s32 *highValue,

Completed in 40 milliseconds