Searched refs:handle (Results 126 - 150 of 370) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DSocketInheritance.java46 static void handle(InputStream in) { method in class:SocketInheritance.IOHandler
116 IOHandler.handle(p.getInputStream());
117 IOHandler.handle(p.getErrorStream());
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java75 // handle to be passed to the native code, 0 means not initialized
204 if (DEBUG) System.out.println("handle: " + nssHandle);
611 final long handle; field in class:Secmod.TrustAttributes
633 handle = token.p11.C_CreateObject(session.id(), attrs);
645 TrustAttributes(Token token, Session session, long handle) argument
647 this.handle = handle;
655 token.p11.C_GetAttributeValue(session.id(), handle, attrs);
666 token.p11.C_GetAttributeValue(session.id(), handle, attrs);
740 for (long handle
754 nssVersionCheck(long handle, String minVersion) argument
756 nssInit(String functionName, long handle, String configDir) argument
758 nssGetModuleList(long handle, String libDir) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java93 static native void CloseHandle(long handle); argument
151 static native void DeviceIoControlSetSparse(long handle) argument
161 static native void DeviceIoControlGetReparsePoint(long handle, argument
181 private long handle; field in class:WindowsNativeDispatcher.FirstFile
186 public long handle() { return handle; } method in class:WindowsNativeDispatcher.FirstFile
218 static native String FindNextFile(long handle, long address) argument
234 if (data.handle() == WindowsConstants.INVALID_HANDLE_VALUE)
242 private long handle; field in class:WindowsNativeDispatcher.FirstStream
246 public long handle() { retur method in class:WindowsNativeDispatcher.FirstStream
258 FindNextStream(long handle) argument
265 FindClose(long handle) argument
273 GetFileInformationByHandle(long handle, long address) argument
384 SetFileTime(long handle, long createTime, long lastAccessTime, long lastWriteTime) argument
395 SetEndOfFile(long handle) argument
949 GetFinalPathNameByHandle(long handle) argument
[all...]
H A DWindowsFileAttributes.java265 static WindowsFileAttributes readAttributes(long handle) argument
272 GetFileInformationByHandle(handle, address);
282 DeviceIoControlGetReparsePoint(handle, reparseBuffer.address(), size);
333 long handle = FindFirstFile(search, buffer.address());
334 FindClose(handle);
352 long handle = path.openForReadAttributeAccess(followLinks);
354 return readAttributes(handle);
356 CloseHandle(handle);
/openjdk7/jdk/src/windows/javavm/export/
H A Djvm_md.h52 HANDLE handle; member in struct:__anon1051
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DIocp.c73 jlong handle, jlong existingPort, jint completionKey, jint concurrency)
76 HANDLE port = CreateIoCompletionPort((HANDLE)jlong_to_ptr(handle),
88 jlong handle)
90 HANDLE h = (HANDLE)jlong_to_ptr(handle);
72 Java_sun_nio_ch_Iocp_createIoCompletionPort(JNIEnv* env, jclass this, jlong handle, jlong existingPort, jint completionKey, jint concurrency) argument
87 Java_sun_nio_ch_Iocp_close0(JNIEnv* env, jclass this, jlong handle) argument
/openjdk7/jdk/test/com/sun/security/auth/callback/DialogCallbackHandler/
H A DDefault.java51 h.handle(callbacks);
/openjdk7/jdk/test/java/awt/List/ActionAfterRemove/
H A DActionAfterRemove.java43 // handle the uncaught exception
44 public void handle(Throwable e) { method in class:ActionAfterRemove
55 // In order to handle all uncaught exceptions in the EDT
/openjdk7/jdk/src/share/sample/nio/server/
H A DAcceptHandler.java66 public void handle(SelectionKey sk) throws IOException { method in class:AcceptHandler
H A DDispatcher1.java79 h.handle(sk);
H A DDispatcherN.java80 h.handle(sk);
/openjdk7/jdk/src/solaris/classes/java/io/
H A DFileDescriptor.java31 * Instances of the file descriptor class serve as an opaque handle
71 * A handle to the standard input stream. Usually, this file
80 * A handle to the standard output stream. Usually, this file
88 * A handle to the standard error stream. Usually, this file
156 public void setHandle(FileDescriptor obj, long handle) {
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c88 void * handle = NULL; local
90 handle = dlopen(JNI_LIB_NAME("xinerama"), RTLD_NOW);
91 if (handle != NULL) {
92 void *sym = dlsym(handle, "IsXineramaOn");
95 sym = dlsym(handle, "GetVirtualDrawable");
100 dlclose(handle);
107 void *handle = 0; local
133 handle = dlopen(libName, RTLD_NOW);
134 if (handle != 0) {
136 void *sym = dlsym(handle, "SolarisJDgaDevOpe
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArray.java44 Array(OopHandle handle, ObjectHeap heap) { argument
45 super(handle, heap);
H A DObjArrayKlass.java51 ObjArrayKlass(OopHandle handle, ObjectHeap heap) { argument
52 super(handle, heap);
H A DTypeArrayKlass.java50 TypeArrayKlass(OopHandle handle, ObjectHeap heap) { argument
51 super(handle, heap);
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DHeadTest.java55 public void handle(HttpExchange msg) {
74 public void handle(HttpExchange msg) {
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DUserAuth.java95 public void handle(HttpExchange t) throws IOException { method in class:UserAuth.RedirectHandler
108 public void handle(HttpExchange t) throws IOException { method in class:UserAuth.HasAuthHandler
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSignal.java35 * by the Java VM implementation. The <code>Signal.handle</code>
39 * When <code>Signal.handle</code> is called, the VM internally registers a
62 * public void handle(Signal sig) {
63 * ... // handle SIGINT
66 * Signal.handle(new Signal("INT"), handler);
159 public static synchronized SignalHandler handle(Signal sig, method in class:Signal
192 * @see sun.misc.Signal#handle(Signal sig, SignalHandler handler)
212 handler.handle(sig);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DCTypeTreeNodeAdapter.java126 OopHandle handle;
128 handle = f.getOopHandle();
130 handle = f.getOopHandle(addr);
133 Oop oop = VM.getVM().getObjectHeap().newOop(handle);
136 return new BadOopTreeNodeAdapter(handle,
140 return new BadOopTreeNodeAdapter(handle,
/openjdk7/jdk/src/windows/native/java/util/
H A DWindowsPreferences.c34 HKEY handle; local
40 errorCode = RegOpenKeyEx((HKEY)hKey, str, 0, securityMask, &handle);
42 tmp[0]= (int) handle;
56 HKEY handle; local
65 NULL, &handle, &lpdwDisposition);
67 tmp[0]= (int) handle;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMManagerDefault.java102 * a single Node Handle, this table is used to map the handle's node field
486 * Given a W3C DOM node, try and return a DTM handle.
492 * @return a valid DTM handle.
531 int handle=((DOM2DTM)thisDTM).getHandleOfNode(node);
532 if(handle!=DTM.NULL) return handle;
565 int handle;
572 handle=dtm.getHandleOfNode(((org.w3c.dom.Attr)node).getOwnerElement());
573 handle=dtm.getAttributeNode(handle,nod
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Clipboard.cpp359 HANDLE handle = ::GetClipboardData((UINT)format); local
360 if (handle == NULL) {
374 HMETAFILEPICT hMetaFilePict = (HMETAFILEPICT)handle;
398 hemf = (HENHMETAFILE)handle;
426 LCID *lcid = (LCID *)::GlobalLock(handle);
434 ::GlobalUnlock(handle);
437 ::GlobalUnlock(handle);
445 SIZE_T globalSize = ::GlobalSize(handle);
448 JNU_ThrowIOException(env, "invalid global memory block handle");
458 LPVOID data = ::GlobalLock(handle);
[all...]
/openjdk7/jdk/test/com/sun/security/sasl/ntlm/
H A DNTLMTest.java121 public void handle(Callback[] callbacks)
136 public void handle(Callback[] callbacks)
164 public void handle(Callback[] callbacks)
179 public void handle(Callback[] callbacks)
212 public void handle(Callback[] callbacks)
230 public void handle(Callback[] callbacks)
260 public void handle(Callback[] callbacks)
275 public void handle(Callback[] callbacks)
305 public void handle(Callback[] callbacks)
322 public void handle(Callbac
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DInspector.java75 OopHandle handle = a.addOffsetToAsOopHandle(-vm.getAddressSize());
76 addressField.setText(handle.toString());
126 OopHandle handle = a.addOffsetToAsOopHandle(0);
129 if (RobustOopDeterminator.oopLooksValid(handle)) {
131 oop = VM.getVM().getObjectHeap().newOop(handle);
132 addressField.setText(handle.toString());
141 handle = a.addOffsetToAsOopHandle(offset);

Completed in 89 milliseconds

1234567891011>>