Searched refs:handle (Results 176 - 200 of 370) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/os/windows/vm/
H A Djvm_windows.h83 HANDLE handle; member in struct:__anon99
/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/solaris/native/sun/nio/ch/
H A DFileChannelImpl.c62 handle(JNIEnv *env, jlong rv, char *msg) function
107 return handle(env, -1, "Map failed");
119 return handle(env,
137 return handle(env, result, "Position failed");
H A DFileDispatcherImpl.c130 handle(JNIEnv *env, jlong rv, char *msg) function
152 return handle(env, result, "Force failed");
159 return handle(env,
170 return handle(env, -1, "Size failed");
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c442 md_unload_library(void *handle) argument
444 FreeLibrary(handle);
448 md_find_library_entry(void *handle, const char *name) argument
450 return GetProcAddress(handle, name);
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest10.java67 public void handle (HttpExchange t) method in class:Test10.Handler
H A DTest11.java37 public void handle(HttpExchange t) throws IOException { method in class:Test11.Handler
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6421581.java54 public void handle(HttpExchange msg) {
H A DB6431193.java51 public void handle(HttpExchange t) throws IOException {
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
H A DB6526158.java83 public void handle (HttpExchange t) method in class:B6526158.Handler
H A DB6526913.java76 public void handle (HttpExchange t) method in class:B6526913.Handler
/openjdk7/jdk/test/java/net/HttpCookie/
H A DIllegalCookieNameTest.java64 public void handle (HttpExchange e) { method in class:HHandler
/openjdk7/jdk/test/java/net/ResponseCache/
H A DTest.java39 public void handle(HttpExchange t) throws IOException { method in class:Test.MyHandler
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DClassLoad.java46 public void handle(HttpExchange t) throws IOException {
/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A Dtest.java44 public void handle (HttpExchange e) {
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DAsyncDisconnect.java106 public void handle(HttpExchange t) throws IOException { method in class:AsyncDisconnect.MyHandler
H A DStreamingOutputStream.java95 public void handle(HttpExchange t) throws IOException { method in class:StreamingOutputStream.MyHandler
H A DUserCookie.java89 public void handle(HttpExchange t) throws IOException { method in class:UserCookie.MyHandler
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/spnego/
H A DNegotiateCallbackHandler.java80 public void handle(Callback[] callbacks) throws method in class:NegotiateCallbackHandler
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c442 md_unload_library(void *handle) argument
444 (void)dlclose(handle);
449 md_find_library_entry(void *handle, const char *name) argument
453 sym = dlsym(handle, name);
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DCleanState.java63 public void handle(Callback[] callbacks) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java368 OopHandle handle = mon.object();
371 return vm.objectMirror(vm.saObjectHeap().newOop(handle));
378 OopHandle handle = mon.object();
380 Assert.that(handle != null, "Object.wait() should have an object");
382 Oop obj = vm.saObjectHeap().newOop(handle);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java242 public void handle(Callback[] callbacks) method in class:P11KeyStore.PasswordCallbackHandler
266 private final long handle; // token object handle field in class:P11KeyStore.THandle
269 private THandle(long handle, CK_ATTRIBUTE type) { argument
270 this.handle = handle;
320 return loadPkey(session, h.handle);
328 return loadSkey(session, h.handle);
953 SecretKey skey = loadSkey(session, h.handle);
968 PrivateKey pkey = loadPkey(session, h.handle);
[all...]

Completed in 85 milliseconds

1234567891011>>