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

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitorMBean.java99 * @param lowValue The low threshold value.
104 public void setThresholds(Number highValue, Number lowValue) throws java.lang.IllegalArgumentException; argument
H A DGaugeMonitor.java345 * @param lowValue The low 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,
373 if (highThreshold.equals(highValue) && lowThreshold.equals(lowValue))
376 lowThreshold = lowValue;
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_proto.h2453 const mlib_s32 *lowValue,

Completed in 41 milliseconds