Searched refs:lookup (Results 101 - 125 of 292) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/amd64/
H A DBsdAMD64CFrame.java43 // try native lookup in debugger.
44 return dbg.lookup(dbg.getAddressValue(pc()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/x86/
H A DBsdX86CFrame.java44 // try native lookup in debugger.
45 return dbg.lookup(dbg.getAddressValue(pc()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java58 public ClosestSymbol lookup(long address); method in interface:LinuxDebugger
69 // public Address lookup(String objectName, String symbol);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/
H A DLinuxAMD64CFrame.java43 // try native lookup in debugger.
44 return dbg.lookup(dbg.getAddressValue(pc()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/
H A DLinuxSPARCCFrame.java48 // try native lookup in debugger.
49 return dbg.lookup(dbg.getAddressValue(pc()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/
H A DLinuxX86CFrame.java44 // try native lookup in debugger.
45 return dbg.lookup(dbg.getAddressValue(pc()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java60 public ClosestSymbol lookup(long address) throws DebuggerException; method in interface:ProcDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicVtblAccess.java63 Address addr = symbolLookup.lookup(dllNames[i], vtblSymbol);
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DContinuationContext.java65 public Object lookup(Name name) throws NamingException { method in class:ContinuationContext
67 return ctx.lookup(name);
70 public Object lookup(String name) throws NamingException { method in class:ContinuationContext
72 return ctx.lookup(name);
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/iiop/
H A DiiopURLContextFactory.java82 return ctx.lookup(res.getRemainingName());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/
H A DMoveFilterDownAction.java42 Filter c = n.getLookup().lookup(Filter.class);
H A DMoveFilterUpAction.java42 Filter c = n.getLookup().lookup(Filter.class);
H A DRemoveFilterAction.java57 FilterTopComponent.findInstance().removeFilter(activatedNodes[i].getLookup().lookup(Filter.class));
/openjdk7/jdk/test/java/io/Serializable/class/
H A DTest.java39 if (ObjectStreamClass.lookup(cl) != null)
/openjdk7/jdk/test/java/io/Serializable/expectedStackTrace/
H A DExpectedStackTrace.java68 ObjectStreamClass.lookup(SerializableObject.class);
/openjdk7/jdk/test/java/rmi/Naming/
H A DUnderscoreHost.java83 Naming.lookup("rmi://" + HOSTNAME +
90 * contain underscores, then the Naming.lookup invocation
102 * contain underscores, then the Naming.lookup invocation
/openjdk7/jdk/test/java/rmi/activation/Activatable/lookupActivationSystem/
H A DLookupActivationSystem.java61 rmidRegistry.lookup(NAME);
64 System.err.println("test1 passed: lookup succeeded");
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DUseCustomSocketFactory.java78 /* lookup server */
83 obj = (Echo) Naming.lookup("//:" + registryPort +
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdownImpl.java75 registry.lookup(KeepAliveDuringCall.BINDING);
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRegistryRunner.java64 Naming.lookup("rmi://localhost:" +
/openjdk7/jdk/test/java/rmi/transport/checkFQDN/
H A DCheckFQDNClient.java47 * main, lookup remote object and tell it the rmi
62 tell = (TellServerName) Naming.lookup("rmi://:" +
/openjdk7/jdk/test/java/rmi/transport/handshakeFailure/
H A DHandshakeFailure.java123 registry.lookup("Dale Cooper");
/openjdk7/jdk/test/java/rmi/transport/handshakeTimeout/
H A DHandshakeTimeout.java121 registry.lookup("Dale Cooper");
/openjdk7/jdk/test/java/rmi/transport/httpSocket/
H A DHttpSocketTest.java89 (MyRemoteInterface)Naming.lookup("//:" + registryPort + "/" + NAME);
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DSingleEntryRegistry.java68 public Remote lookup(String name) throws NotBoundException { method in class:SingleEntryRegistry

Completed in 191 milliseconds

1234567891011>>