Searched refs:handle (Results 226 - 250 of 370) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java105 public void handle(HttpExchange t) throws IOException { method in class:RetryPost.MyHandler
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DCrossRealm.java97 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { method in class:CrossRealm
H A DOneKDC.java127 public void handle(Callback[] callbacks) { method in class:OneKDC.CallbackForClient
/openjdk7/jdk/test/sun/security/pkcs11/Provider/
H A DLogin.java111 public void handle(Callback[] callbacks) method in class:Login.PasswordCallbackHandler
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventDispatchThread.java238 Object handle = null;
240 handle = delegate.beforeDispatch(event);
244 delegate.afterDispatch(event, handle);
H A DFont.java231 public void setFont2D(Font font, Font2DHandle handle) { argument
232 font.font2DHandle = handle;
500 FontManager.LOGICAL_FALLBACK).handle;
582 boolean created, Font2DHandle handle) {
595 if (handle.font2D instanceof CompositeFont &&
596 handle.font2D.getStyle() != style) {
598 this.font2DHandle = fm.getNewComposite(null, style, handle);
600 this.font2DHandle = handle;
615 tracker).handle;
626 * need to have the handle t
581 Font(String name, int style, float sizePts, boolean created, Font2DHandle handle) argument
645 Font(AttributeValues values, String oldName, int oldStyle, boolean created, Font2DHandle handle) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DPropertySet.java276 handle(e);
289 handle(e);
298 private Exception handle(InvocationTargetException e) { method in class:PropertySet.MethodAccessor
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp126 // save DLL module handle, used by GetModuleFileName
1081 dirp->handle = FindFirstFile(dirp->path, &dirp->find_data);
1082 if (dirp->handle == INVALID_HANDLE_VALUE) {
1099 if (dirp->handle == INVALID_HANDLE_VALUE) {
1105 if (!FindNextFile(dirp->handle, &dirp->find_data)) {
1110 FindClose(dirp->handle);
1111 dirp->handle = INVALID_HANDLE_VALUE;
1121 if (dirp->handle != INVALID_HANDLE_VALUE) {
1122 if (!FindClose(dirp->handle)) {
1126 dirp->handle
1896 HANDLE handle = GetProcessWindowStation(); local
3541 HANDLE handle = thread->osthread()->thread_handle(); local
4290 HANDLE handle = (HANDLE)::_get_osfhandle(fd); local
5189 HMODULE handle = ::GetModuleHandle("Kernel32.dll"); local
5312 HMODULE handle = ::GetModuleHandle("Kernel32.dll"); local
5401 HMODULE handle = os::win32::load_Windows_dll("PSAPI.DLL", NULL, 0); local
5454 HMODULE handle = os::win32::load_Windows_dll("ws2_32.dll", NULL, 0); local
5495 HMODULE handle = os::win32::load_Windows_dll("advapi32.dll", NULL, 0); local
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java127 * the objects to handle any versioning that occurs.
178 /** obj -> wire handle map */
1021 int handle;
1024 } else if ((handle = handles.lookup(str)) != -1) {
1025 writeHandle(handle);
1108 // handle previously written and non-replaceable objects
1198 * Writes given object handle to stream.
1200 private void writeHandle(int handle) throws IOException { argument
1202 bout.writeInt(baseWireHandle + handle);
1220 int handle;
2315 insert(Object obj, int handle) argument
[all...]
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLock.java164 IOHandler.handle(p.getInputStream());
165 IOHandler.handle(p.getErrorStream());
249 static void handle(InputStream in) { method in class:Lock.IOHandler
/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/sasl/
H A DClientFactoryImpl.java136 cbh.handle(new Callback[]{ncb,pcb});
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DAbstractServerAsyncTransport.java130 protected void handle(final T connection) throws IOException { method in class:AbstractServerAsyncTransport
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest14.java120 public void handle (HttpExchange t) method in class:Test14.Handler
H A DTest2.java107 public void handle (HttpExchange t) method in class:Test2.Handler
H A DTest8a.java107 public void handle (HttpExchange t) method in class:Test8a.Handler
110 System.out.println ("Handler.handle");
/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 DB6529200.java113 public void handle (HttpExchange t) method in class:B6529200.Handler
/openjdk7/jdk/test/com/sun/security/auth/module/LdapLoginModule/
H A DCheckOptions.java148 public void handle(Callback[] callbacks) method in class:CheckOptions.MyCallbackHandler
/openjdk7/jdk/test/com/sun/security/sasl/
H A DPropertiesFileCallbackHandler.java65 public void handle(Callback[] callbacks) method in class:PropertiesFileCallbackHandler
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DPropertiesFileCallbackHandler.java65 public void handle(Callback[] callbacks) method in class:PropertiesFileCallbackHandler
/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A DPropertiesFileCallbackHandler.java65 public void handle(Callback[] callbacks) method in class:PropertiesFileCallbackHandler
/openjdk7/jdk/test/java/awt/EventQueue/6638195/
H A Dbug6638195.java102 methodMap.put("handle", afterDispatchHandleArgument);
153 public void afterDispatch(AWTEvent event, Object handle) { argument

Completed in 92 milliseconds

1234567891011>>