Searched defs:handle (Results 76 - 100 of 267) sorted by relevance

1234567891011

/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/digest/
H A DNoQuoteParams.java115 public void handle(Callback[] callbacks) method in class:SampleCallbackHandler
/openjdk7/jdk/test/java/net/Authenticator/
H A DDeadlock.java141 public void handle (HttpExchange t) method in class:Deadlock.Handler
/openjdk7/jdk/test/java/net/HttpCookie/
H A DIllegalCookieNameTest.java64 public void handle (HttpExchange e) { method in class:HHandler
/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/test/sun/security/tools/jarsigner/
H A DTimestampCheck.java55 public void handle(HttpExchange t) throws IOException { method in class:TimestampCheck.Handler
/openjdk7/jdk/test/javax/swing/JEditorPane/
H A Dbug4714674.java112 public void handle(HttpExchange r) throws IOException { method in class:DeafServer.DeafHandler
/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/net/www/protocol/http/
H A DAsyncDisconnect.java106 public void handle(HttpExchange t) throws IOException { method in class:AsyncDisconnect.MyHandler
H A DB6518816.java143 public void handle(HttpExchange t) throws IOException { method in class:B6518816.MyHandler
H A DBasicLongCredentials.java96 public void handle (HttpExchange t) throws IOException { method in class:BasicLongCredentials.Handler
H A DChunkedErrorStream.java154 public void handle(HttpExchange t) throws IOException { method in class:ChunkedErrorStream.FirstHandler
179 public void handle(HttpExchange t) throws IOException { method in class:ChunkedErrorStream.SecondHandler
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/net/www/protocol/http/spnego/
H A DNegotiateCallbackHandler.java80 public void handle(Callback[] callbacks) throws method in class:NegotiateCallbackHandler
/openjdk7/jdk/src/share/sample/nio/server/
H A DRequestHandler.java125 public void handle(SelectionKey sk) throws IOException { method in class:RequestHandler
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DLoginModuleOptions.java171 public void handle(Callback[] callbacks) { method in class:LoginModuleOptions.MyCallback
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc_audit.cpp85 void* handle = dlmopen(LM_ID_BASE, "libsaproc.so", RTLD_NOLOAD); local
86 if (handle == NULL) {
89 uintptr_t libsaproc_open = (uintptr_t)dlsym(handle, "libsaproc_open");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DExceptionTableElement.java57 private OopHandle handle; field in class:ExceptionTableElement
60 public ExceptionTableElement(OopHandle handle, long offset) { argument
61 this.handle = handle;
66 return (int) handle.getCIntegerAt(offset + offsetOfStartPC, 2, true);
70 return (int) handle.getCIntegerAt(offset + offsetOfEndPC, 2, true);
74 return (int) handle.getCIntegerAt(offset + offsetOfHandlerPC, 2, true);
78 return (int) handle.getCIntegerAt(offset + offsetOfCatchTypeIndex, 2, true);
H A DInstance.java50 Instance(OopHandle handle, ObjectHeap heap) { argument
51 super(handle, heap);
H A DObjArray.java49 ObjArray(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.cpp41 HMODULE handle = ::LoadLibrary("dbghelp.dll"); local
42 if (!handle) {
47 _dbghelp_handle = handle;
49 pfn_SymSetOptions _pfnSymSetOptions = (pfn_SymSetOptions)::GetProcAddress(handle, "SymSetOptions");
50 pfn_SymInitialize _pfnSymInitialize = (pfn_SymInitialize)::GetProcAddress(handle, "SymInitialize");
51 _pfnSymGetSymFromAddr64 = (pfn_SymGetSymFromAddr64)::GetProcAddress(handle, "SymGetSymFromAddr64");
52 _pfnUndecorateSymbolName = (pfn_UndecorateSymbolName)::GetProcAddress(handle, "UnDecorateSymbolName");
57 ::FreeLibrary(handle);
68 ::FreeLibrary(handle);
76 (pfn_SymSetSearchPath)::GetProcAddress(handle, "SymSetSearchPat
[all...]
H A DosThread_windows.hpp34 HANDLE _thread_handle; // Win32 thread handle
42 void set_thread_handle(HANDLE handle) { _thread_handle = handle; } argument
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DArgsParser.java38 public abstract void handle(ArgIterator it); method in class:ArgHandler
52 handler.handle(it);
77 defaulter.handle(ai);
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiIn.c63 INT32 MIDI_IN_OpenDevice(INT32 deviceID, MidiDeviceHandle** handle) { argument
66 MIDI_Utils_OpenDevice(MIDI_IN, deviceID, (MacMidiDeviceHandle**) handle,
73 INT32 MIDI_IN_CloseDevice(MidiDeviceHandle* handle) { argument
75 return MIDI_Utils_CloseDevice((MacMidiDeviceHandle*) handle);
79 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle) { argument
81 return MIDI_Utils_StartDevice((MacMidiDeviceHandle*) handle);
85 INT32 MIDI_IN_StopDevice(MidiDeviceHandle* handle) { argument
87 return MIDI_Utils_StopDevice((MacMidiDeviceHandle*) handle);
90 INT64 MIDI_IN_GetTimeStamp(MidiDeviceHandle* handle) { argument
91 return MIDI_Utils_GetTimeStamp((MacMidiDeviceHandle*) handle);
96 MIDI_IN_GetMessage(MidiDeviceHandle* handle) argument
116 MIDI_IN_ReleaseMessage(MidiDeviceHandle* handle, MidiMessage* msg) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.cpp83 int handle = pd_activate((void*)probes, local
85 if (handle < 0) {
90 probes->set_helper_handle(handle);

Completed in 521 milliseconds

1234567891011