Searched refs:handle (Results 201 - 225 of 370) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.cpp100 // handle contains a reference toe the registry entry to look in.
105 static LPTSTR resolveShellDialogFont(LPTSTR fontName, HKEY handle) { argument
107 if (RegQueryValueEx((HKEY)handle, fontName, NULL,
117 if (RegQueryValueEx((HKEY)handle, fontName, NULL,
133 HKEY handle; local
134 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, subKey, 0, KEY_READ, &handle) != 0) {
138 LPTSTR font = resolveShellDialogFont(TEXT("MS Shell Dlg 2"), handle);
140 font = resolveShellDialogFont(TEXT("MS Shell Dlg"), handle);
142 RegCloseKey(handle);
151 HKEY handle; local
[all...]
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatform.java87 public void handle(ArgIterator it) { method in class:SpecificHsArgHandler
288 public void handle(ArgIterator it) {
378 public void handle(ArgIterator it) {
396 public void handle(ArgIterator it) {
427 public void handle(ArgIterator it) {
467 public void handle(ArgIterator it) {
487 public void handle(ArgIterator it) {
508 public void handle(ArgIterator it) {
528 public void handle(ArgIterator it) {
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java66 // socket handle. Use begin()/end() around each usage of this handle.
67 final long handle; field in class:WindowsAsynchronousSocketChannelImpl
106 this.handle = h;
134 long handle() { method in class:WindowsAsynchronousSocketChannelImpl
135 return handle;
153 closesocket0(handle);
210 updateConnectContext(handle);
227 // synchronize on result to allow this thread handle the case
232 int n = connect0(handle, Ne
[all...]
H A DFileDispatcherImpl.java114 // on Windows we need to keep a handle to the file
118 long handle = duplicateHandle(fdAccess.getHandle(fd));
119 fdAccess.setHandle(result, handle);
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java181 * the objects to handle any versioning that occurs.
209 /** handle value representing null */
212 /** marker for unshared objects in internal handle table */
249 /** wire handle -> obj/exception map */
251 /** scratch field for passing handle values up/down call stack */
367 // if nested read, passHandle contains handle of enclosing object
423 * to deserialize back-references to the stream handle deserialized
426 * Deserializing an object via readUnshared invalidates the stream handle
457 // if nested read, passHandle contains handle of enclosing object
1387 * replacement for object, and updates handle tabl
3333 markException(int handle, ClassNotFoundException ex) argument
3363 finish(int handle) argument
3401 setObject(int handle, Object obj) argument
3421 lookupObject(int handle) argument
3432 lookupException(int handle) argument
3485 add(int handle) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DUniverse.java129 private Oop newOop(OopHandle handle) { argument
130 return VM.getVM().getObjectHeap().newOop(handle);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayKlass.java59 ArrayKlass(OopHandle handle, ObjectHeap heap) { argument
60 super(handle, heap);
H A DTypeArray.java49 TypeArray(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java608 OopHandle handle = array.getOopHandleAt(index);
609 writeObjectID(getAddressValue(handle));
810 OopHandle handle = ((NarrowOopField)field).getValueAsOopHandle(oop);
811 writeObjectID(getAddressValue(handle));
813 OopHandle handle = ((OopField)field).getValueAsOopHandle(oop);
814 writeObjectID(getAddressValue(handle));
899 OopHandle handle = (oop != null)? oop.getHandle() : null;
900 long address = getAddressValue(handle);
/openjdk7/hotspot/src/share/vm/ci/
H A DciObject.hpp38 // oopHierarchy.hpp). Each instance of ciObject holds a handle
56 // A JNI handle referring to an oop in the VM. This
57 // handle may, in a small set of cases, correctly be NULL.
73 jobject handle() const { return _handle; } function in class:ciObject
193 return handle() != NULL || is_classless();
304 void print() { print(tty); } // GDB cannot handle default arguments
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Server.java47 * CallbackHandler must be able to handle the following callbacks:
170 cbh.handle(new Callback[]{ncb,pcb});
212 cbh.handle(new Callback[]{acb});
/openjdk7/jdk/src/share/classes/com/sun/java/swing/
H A DSwingUtilities3.java164 afterDispatchHandleArgument = (Object[]) methodMap.get("handle");
178 public void afterDispatch(AWTEvent event, Object handle) throws InterruptedException { argument
180 afterDispatchHandleArgument[0] = handle;
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB5017051.java145 public void handle(HttpExchange t) throws IOException { method in class:B5017051.MyHandler
167 public void handle(HttpExchange t) throws IOException { method in class:B5017051.MyHandler2
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java152 int handle = xctxt.getDTMHandleFromNode(node);
153 addNodeInDocOrder(handle, xctxt);
173 int handle = xctxt.getDTMHandleFromNode(node);
175 addNode(handle); // addNodeInDocOrder(handle, xctxt);
347 * Get an instance of a DTM that "owns" a node handle. Since a node
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest6.java85 public void handle (HttpExchange t) method in class:Test6.Handler
H A DTest6a.java87 public void handle (HttpExchange t) method in class:Test6a.Handler
H A DTest7.java85 public void handle (HttpExchange t) method in class:Test7.Handler
H A DTest7a.java92 public void handle (HttpExchange t) method in class:Test7a.Handler
H A DTest8.java84 public void handle (HttpExchange t) method in class:Test8.Handler
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6341616.java89 public void handle (HttpExchange t) method in class:B6341616.Handler
H A DB6744329.java79 public void handle (HttpExchange t) method in class:B6744329.Handler
H A DB6886436.java80 public void handle (HttpExchange t) method in class:B6886436.Handler
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemsys.h129 short file_handle; /* DOS file handle if it's a temp file */
130 XMSH xms_handle; /* handle if it's a chunk of XMS */
131 EMSH ems_handle; /* handle if it's a chunk of EMS */
159 handle_union handle; /* reference to backing-store storage object */ member in struct:backing_store_struct
/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/ChunkedInputStream/
H A DTestAvailable.java115 public void handle(HttpExchange t) throws IOException { method in class:TestAvailable.MyHandler

Completed in 88 milliseconds

1234567891011>>