Searched refs:handle (Results 301 - 325 of 370) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java180 * whose <code>handle</code> method implementation invokes the
181 * specified CallbackHandler's <code>handle</code> method in a
962 public void handle(final Callback[] callbacks) method in class:LoginContext.SecureCallbackHandler
969 ch.handle(callbacks);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Client.java276 * correcly handle a callbacks or if a violation in the
342 cbh.handle(new Callback[] {tcb, ncb, pcb});
354 cbh.handle(new Callback[] {ccb, ncb, pcb});
H A DDigestMD5Server.java585 cbh.handle(new Callback[] {rcb, ncb, pcb});
631 cbh.handle(new Callback[]{acb});
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c75 // library does not handle invalid drives.
293 /* These are functions that use a handle fd instead of the
441 * is a handle to console output. That is because console
454 HANDLE handle = (HANDLE)fd; local
456 if (!FlushFileBuffers(handle)) {
490 result = ReadFile(h, /* File handle to read */
521 result = WriteFile(h, /* File handle to write */
/openjdk7/jdk/src/windows/native/sun/awt_common/
H A Dawt_makecube.cpp432 jio_fprintf (FILE *handle, const char *format, ...) argument
438 len = vfprintf(handle, format, args);
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileDispatcherImpl.c51 JNU_ThrowIOExceptionWithLastError(env, "Invalid handle");
54 result = ReadFile(h, /* File handle to read */
87 JNU_ThrowIOExceptionWithLastError(env, "Invalid handle");
94 result = ReadFile(h, /* File handle to read */
135 JNU_ThrowIOExceptionWithLastError(env, "Invalid handle");
157 result = ReadFile(h, /* File handle to read */
204 result = WriteFile(h, /* File handle to write */
245 result = WriteFile(h, /* File handle to write */
296 result = WriteFile(h, /* File handle to write */
466 Java_sun_nio_ch_FileDispatcherImpl_duplicateHandle(JNIEnv *env, jclass this, jlong handle) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c174 /* process is attaching to itself; get a pseudo handle instead */
176 /* duplicate the pseudo handle so it can be used in more contexts */
180 * Could not duplicate the handle which isn't a good sign,
213 * On Windows 64-bit we need to handle 32-bit tools trying to attach to 64-bit
328 (HANDLE)hPipe, // handle to pipe
358 (JNIEnv *env, jclass cls, jlong handle, jbyteArray stub, jstring cmd,
411 hProcess = (HANDLE)handle;
357 Java_sun_tools_attach_WindowsVirtualMachine_enqueue(JNIEnv *env, jclass cls, jlong handle, jbyteArray stub, jstring cmd, jstring pipename, jobjectArray args) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.h282 // cause the message pump thread to synchronously synchronize on the handle
284 INLINE void WaitForSingleObject(HANDLE handle) { argument
285 SendMessage(WM_AWT_WAIT_FOR_SINGLE_OBJECT, 0, (LPARAM)handle);
423 HMODULE m_dllHandle; /* The module handle. */
462 // The window handle of a toplevel window last seen under the mouse cursor.
/openjdk7/jdk/test/java/nio/channels/
H A DTestServers.java266 * Creates a new TcpConnnectionThread to handle the connection through
270 * @return a new TcpConnnectionThread to handle the connection through
276 * Creates and starts a new TcpConnectionThread to handle the accepted
623 handle(sSocket, packet);
657 * Creates a new UdpRequestThread to handle a DatagramPacket received
662 * @return a new UdpRequestThread to handle the request received through
669 * Creates and starts a new UdpRequestThread to handle the received
675 private synchronized void handle(DatagramSocket socket, method in class:TestServers.AbstractUdpServer
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME120 Create a transparency mask buffer and return a handle to it.
251 the properties that you are trying to handle. In some cases, you can
252 choose a very general header file to handle more cases as a default
253 implementation, or a very specific header file to handle common cases
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js611 return oop.handle;
618 return object(addr2str(oop.handle));
689 write('\t', method.externalNameAndSignature(), '@', method.handle, 'bci=' + bci);
712 writeln('NMethod:', method.externalNameAndSignature(), '@', method.handle);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java304 // Not too sure about this, how we handle this isn't very
849 throw new RuntimeException("Can not handle look ahead of more than one character");
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontUtilities.java246 * can handle this case and doesn't need to be told such a case is
431 FontAccess.getFontAccess().setFont2D(fuir, compFont.handle);
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStoreSpi.java399 handler.handle(new Callback[] {callback});
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp186 ciInstance* get_or_create_exception(jobject& handle, Symbol* name);
211 // Get a ciInstance representing an unresolved method handle constant.
H A DciMethodData.hpp193 if (handle() == NULL) return NULL;
H A DciEnv.cpp237 ciInstance* ciEnv::get_or_create_exception(jobject& handle, Symbol* name) { argument
239 if (handle == NULL) {
251 handle = objh;
254 oop obj = JNIHandles::resolve(handle);
470 // Found it. Build a CI handle.
1051 // (Put nm into the task handle *before* publishing to the Java heap.)
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java535 callbackHandler.handle(callbacks);
H A DJMXPluggableAuthenticator.java267 public void handle(Callback[] callbacks) method in class:JMXPluggableAuthenticator.JMXCallbackHandler
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DDialogCallbackHandler.java93 * @param callbacks the callbacks to handle
98 public void handle(Callback[] callbacks) method in class:DialogCallbackHandler
H A DTextCallbackHandler.java70 * @param callbacks the callbacks to handle
75 public void handle(Callback[] callbacks) method in class:TextCallbackHandler
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/gsskerb/
H A DGssKrb5Server.java295 cbh.handle(new Callback[] {acb});
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp179 static void* libnuma_dlsym(void* handle, const char* name);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp171 static void* libnuma_dlsym(void* handle, const char* name);
/openjdk7/hotspot/src/os/solaris/vm/
H A DdtraceJSDT_solaris.cpp449 void DTraceJSDT::pd_dispose(int handle) { argument
451 if (handle == -1) {
457 ioctl(fd, DTRACEHIOC_REMOVE, handle);
649 void DTraceJSDT::pd_dispose(int handle) { argument

Completed in 4387 milliseconds

<<1112131415