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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAppContext.java609 * The most recent reference should be updated inside a synchronized
614 // Note: this most recent key/value caching is thread-hot.
616 // were matched using the most recent key/value. By instantiating
620 MostRecentKeyValue recent = mostRecentKeyValue;
621 if ((recent != null) && (recent.key == key)) {
622 return recent.value;
658 MostRecentKeyValue recent = mostRecentKeyValue;
659 if ((recent != null) && (recent
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java132 private static Win32ShellFolder2 recent; field in class:Win32ShellFolderManager2
163 if (recent == null) {
167 recent = createShellFolder(getDesktop(), new File(path));
175 return recent;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java97 private Element recent; field in class:Parser
435 recent = elem;
457 recent = (stack != null) ? stack.elem : null;
1662 if (recent == null) {
1666 elem = recent;
1847 elem = recent;
2050 if (recent == dtd.script) { // means: if after starting <script> tag

Completed in 36 milliseconds