Searched refs:Cookie (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DRemoveCookie.java34 public interface RemoveCookie extends Node.Cookie {
H A DDiffGraphCookie.java37 public class DiffGraphCookie implements Node.Cookie {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DSelectBytecodesCookie.java35 public class SelectBytecodesCookie implements Node.Cookie {
H A DBytecodeNode.java94 public <T extends Node.Cookie> T getCookie(Class<T> aClass) {
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A Dpoa.idl499 native Cookie;
521 out Cookie the_cookie )
537 in Cookie the_cookie,
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DGraphNode.java104 public <T extends Node.Cookie> T getCookie(Class<T> aClass) {
/openjdk7/jdk/test/tools/launcher/
H A DArrrghs.java64 // The Cookie or the pattern we match in the debug output.
65 final static String Cookie = "ReExec Args: "; field in class:Arrrghs
92 if (in.startsWith(Cookie)) {
93 String detectedArgument = removeExtraQuotes(in.substring(Cookie.length()));

Completed in 1356 milliseconds