Searched refs:again (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt42 exception to tell the ORB to ask it for type/host/port info again.
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftReverb.java302 float again = gain * 0.018f / 2;
307 input[i] = inputA[i] * again + 1E-20f;
310 input[i] = inputA[i] * again - 1E-20f;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentScannerImpl.java1081 boolean again;
1094 again = false;
1146 again = true;
1168 again = true;
1191 } while (complete || again);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DXmlReader.java541 // caller shouldn't read again
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp295 // If needed find the best memory reference for loop alignment again.
605 // or need to run igvn.optimize() again before SLP
1745 bool again; local
1747 again = false;
1761 again = true;
1766 } while (again);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES290 Corrected png_get_tRNS() again.
1562 Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin).
2304 but was never defined (again).
2444 Revised png_check_IHDR() again, to check info_ptr members instead of
3507 Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again. If this is

Completed in 55 milliseconds