Searched refs:handle (Results 326 - 350 of 370) sorted by relevance

<<1112131415

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCElementInfo.java156 BIInlineBinaryData.handle(source,property);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java234 public void handle(@NotNull WSHTTPConnection connection) throws IOException { method in class:HttpAdapter
244 tk.handle(connection);
288 // Let the endpoint handle for HTTPBinding
518 super.handle(con);
571 public void handle(WSHTTPConnection con) throws IOException { method in class:HttpAdapter.HttpToolkit
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c366 HINSTANCE handle; local
380 if ((handle = LoadLibrary(jvmpath)) == 0) {
387 (void *)GetProcAddress(handle, "JNI_CreateJavaVM");
389 (void *)GetProcAddress(handle, "JNI_GetDefaultJavaVMInitArgs");
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/6725892/
H A DTest.java49 public void handle (HttpExchange t) method in class:Test.Handler
/openjdk7/jdk/test/com/sun/security/auth/module/KeyStoreLoginModule/
H A DOptionTest.java242 public void handle(Callback[] callbacks) method in class:OptionTest.MyCallbackHandler
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DCheckNegotiatedQOPs.java129 public void handle(Callback[] callbacks) method in class:CheckNegotiatedQOPs.SampleCallbackHandler
/openjdk7/jdk/test/java/awt/TrayIcon/DragEventSource/
H A DDragEventSource.java55 public void handle(Throwable e){ method in class:DragEventSource
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsSocketFacTest.java143 public void handle(HttpExchange t) throws IOException { method in class:HttpsSocketFacTest.MyHandler
/openjdk7/jdk/test/java/security/KeyStore/
H A DKeyStoreBuilder.java140 public void handle(Callback[] callbacks) method in class:KeyStoreBuilder.DummyHandler
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java294 /* don't re-enable the interestops, just handle it */
296 handle (c.getChannel(), c);
398 handle (chan, conn);
428 public void handle (SocketChannel chan, HttpConnection conn) method in class:ServerImpl.Dispatcher
676 public void handle (HttpExchange exchange) throws IOException { method in class:ServerImpl.Exchange.LinkHandler
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java50 // an XEventDispatcher is registered to handle XEmbed events
101 return ((XEmbeddedFrame)target).handle;
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1300 // Some pathologies this scheme doesn't handle:
1541 // 5/22/01: Right now alternate signal stacks do not handle
1565 // handle stack overflow. This is now handled by allocating
1836 // sure it is async-safe and can handle partially initialized VM.
1857 // sure it is async-safe and can handle partially initialized VM.
2043 void *handle; local
2053 handle = dlopen(dli.dli_fname, RTLD_LAZY);
2054 if (handle == NULL) {
2058 dlinfo(handle, RTLD_DI_LINKMAP, &map);
2072 dlclose(handle);
2211 dll_lookup(void* handle, const char* name) argument
5229 void *handle = dlopen("liblgrp.so.1", RTLD_LAZY); local
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp516 JVM_ENTRY(jint, JVM_IHashCode(JNIEnv* env, jobject handle))
519 return handle == NULL ? 0 : ObjectSynchronizer::FastHashCode (THREAD, JNIHandles::resolve_non_null(handle)) ;
523 JVM_ENTRY(void, JVM_MonitorWait(JNIEnv* env, jobject handle, jlong ms))
525 Handle obj(THREAD, JNIHandles::resolve_non_null(handle));
535 JVM_ENTRY(void, JVM_MonitorNotify(JNIEnv* env, jobject handle))
537 Handle obj(THREAD, JNIHandles::resolve_non_null(handle));
543 JVM_ENTRY(void, JVM_MonitorNotifyAll(JNIEnv* env, jobject handle))
545 Handle obj(THREAD, JNIHandles::resolve_non_null(handle));
551 JVM_ENTRY(jobject, JVM_Clone(JNIEnv* env, jobject handle))
[all...]
H A Djvm.h193 JVM_UnloadLibrary(void * handle);
196 JVM_FindLibraryEntry(void *handle, const char *name);
506 // field is a handle to a java.lang.reflect.Field object
510 // method is a handle to a java.lang.reflect.Method object
514 // method is a handle to a java.lang.reflect.Method object
518 // method is a handle to a java.lang.reflect.Method object
695 * Register new probe with given signature, return global handle
714 JVM_DTraceDispose(JNIEnv* env, jlong handle);
1229 * need to be solved. For example, most existing programs do not handle
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java100 ConstantPool(OopHandle handle, ObjectHeap heap) { argument
101 super(handle, heap);
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKrb5LoginModule.java817 callbackHandler.handle(callbacks);
874 callbackHandler.handle(callbacks);
H A DJndiLoginModule.java695 callbackHandler.handle(callbacks);
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java155 int handle = WindowsRegCreateKeyEx(hKey, subKey)[NATIVE_HANDLE];
156 WindowsRegCloseKey(handle);
416 * @param rootNativeHandle Native handle to one of Windows top level keys.
460 * @return Windows registry key's handle.
474 * @return Windows registry key's handle.
490 * @return Windows registry key's handle.
530 * @param nativeHandle handle to the base Windows key.
533 * @return Windows registry key's handle.
590 * @param key's Windows registry handle.
1061 * Returns native handle fo
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java335 /* Connectors can handle unserializable notifications in
374 handle(n, h);
378 private void handle(Notification n, Object h) { method in class:MissingClassTest.LostListener
/openjdk7/jdk/src/share/classes/sun/font/
H A DFont2D.java71 public Font2DHandle handle; field in class:Font2D
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DTimestampCheck.java55 public void handle(HttpExchange t) throws IOException { method in class:TimestampCheck.Handler
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpOnly.java224 public void handle(HttpExchange t) throws IOException { method in class:HttpOnly.SimpleHandler
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DHttpNegotiateServer.java270 public void handle(HttpExchange t) throws IOException { method in class:HttpNegotiateServer.MyHttpHandler
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassLoader.java1737 // opaque handle to native library, used in native code.
1738 long handle; field in class:ClassLoader.NativeLibrary
1758 if (fromClass.getClassLoader() != null && handle != 0) {
1961 if (lib.handle != 0) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java277 public ThreadProxy getThreadForThreadId(long handle) { argument
278 // with windbg we can't make out using handle
527 * be able to handle symbol information for the newer compilers.

Completed in 130 milliseconds

<<1112131415