Searched defs:handle (Results 51 - 75 of 267) sorted by relevance

1234567891011

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCacheKlass.java49 ConstantPoolCacheKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
H A DConstantPoolKlass.java49 ConstantPoolKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
H A DInstanceKlassKlass.java50 InstanceKlassKlass(OopHandle handle, ObjectHeap heap) { argument
51 super(handle, heap);
H A DInstanceMirrorKlass.java51 InstanceMirrorKlass(OopHandle handle, ObjectHeap heap) { argument
52 super(handle, heap);
H A DKlassKlass.java50 KlassKlass(OopHandle handle, ObjectHeap heap) { argument
51 super(handle, heap);
H A DMethodDataKlass.java49 MethodDataKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
H A DMethodKlass.java49 MethodKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
H A DObjArrayKlassKlass.java50 ObjArrayKlassKlass(OopHandle handle, ObjectHeap heap) { argument
51 super(handle, heap);
H A DTypeArrayKlassKlass.java47 public TypeArrayKlassKlass(OopHandle handle, ObjectHeap heap) { argument
48 super(handle, heap);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJNIHandles.java76 public boolean isDeletedHandle(OopHandle handle) { argument
77 return (handle != null && handle.equals(deletedHandle()));
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEventQueueDelegate.java59 * @return handle to be passed to {@code afterDispatch} method
67 * @param handle object which came from {@code beforeDispatch} method
69 public void afterDispatch(AWTEvent event, Object handle) throws InterruptedException; argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/sasl/
H A DDefaultCallbackHandler.java68 public void handle(Callback[] callbacks) method in class:DefaultCallbackHandler
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DTextCallbackHandler.java70 * @param callbacks the callbacks to handle
75 public void handle(Callback[] callbacks) method in class:TextCallbackHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIFactoryMethod.java52 public static void handle(XSComponent source, CPropertyInfo prop) { method in class:BIFactoryMethod
H A DBIInlineBinaryData.java50 public static void handle(XSComponent source, CPropertyInfo prop) { method in class:BIInlineBinaryData
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsLinkSupport.java52 long handle = 0L;
54 handle = path.openForReadAttributeAccess(false); // don't follow links
59 return readLinkImpl(handle);
61 CloseHandle(handle);
235 FindClose(fileData.handle());
268 * Returns target of a symbolic link given the handle of an open file
271 private static String readLinkImpl(long handle) throws IOException { argument
276 DeviceIoControlGetReparsePoint(handle, buffer.address(), size);
/openjdk7/jdk/test/com/sun/jdi/
H A DBadHandshakeTest.java62 static void handle(InputStream in) { method in class:BadHandshakeTest.IOHandler
130 IOHandler.handle(p.getInputStream());
131 IOHandler.handle(p.getErrorStream());
H A DDoubleAgentTest.java53 static Thread handle(InputStream in) { method in class:DoubleAgentTest.IOHandler
132 Thread t1 = IOHandler.handle(process.getInputStream());
133 Thread t2 = IOHandler.handle(process.getErrorStream());
H A DExclusiveBind.java57 static void handle(InputStream in) { method in class:ExclusiveBind.IOHandler
122 IOHandler.handle(p.getInputStream());
123 IOHandler.handle(p.getErrorStream());
H A DRunToExit.java64 static void handle(String name, InputStream in) { method in class:RunToExit.IOHandler
135 IOHandler.handle("Input Stream", p.getInputStream());
136 IOHandler.handle("Error Stream", p.getErrorStream());
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest2.java107 public void handle (HttpExchange t) method in class:Test2.Handler
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6361557.java54 public void handle (HttpExchange t) method in class:B6361557.Handler
H A DB6393710.java132 public void handle (HttpExchange t) method in class:B6393710.Handler
H A DB6401598.java49 public void handle(HttpExchange arg0) throws IOException { method in class:B6401598.MyHandler
H A DB6433018.java42 /* This checks that the server is able to handle it
92 public void handle (HttpExchange t) method in class:B6433018.Handler

Completed in 60 milliseconds

1234567891011