Searched refs:lu (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/atomic/
H A DLazy.java51 final AtomicLongFieldUpdater<Lazy> lu =
66 new Thread() { public void run() { lu.lazySet(z,8L); }},
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java1817 else if (lu == null) {
1821 if (lu.type == 0) {
1823 return Math.round(lu.getValue(isW3CLengthUnits));
1832 if (lu.type == 1 || lu.type == 3) {
1833 retValue = lu.value * (float)pValue;
1836 retValue = lu.value + (float)pValue;
1872 fs.lu = new LengthUnit(value, (short)1, 1f);
1966 LengthUnit lu; field in class:CSS.FontSize
2296 LengthUnit lu
[all...]

Completed in 174 milliseconds