Searched defs:percentage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1103 double percentage; member in class:setTreeSurplusClosure
1105 setTreeSurplusClosure(double v) { percentage = v; }
1107 double splitSurplusPercent = percentage;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java1236 * with a % after indicating a percentage value of 255. Values are
1254 * a percentage (floating number ending with %), in which case it is
1795 * percentage, depending upon the ending of the
2267 * a percentage, it is scaled based on <code>currentValue</code>.
2273 if (percentage) {
2280 * Returns true if the length represents a percentage of the
2284 return percentage;
2314 lv.percentage = true;
2361 /** If true, span is a percentage value, and that to determine
2363 boolean percentage; field in class:CSS.LengthValue
[all...]

Completed in 41 milliseconds