Searched refs:Release (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DRelease.java32 public class Release { class
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h178 * may change until a corresponding call to Release is made.
292 * returns until the Release function is called.
439 ReleaseFunc *Release; member in struct:_SurfaceDataOps
458 * This macro invokes the SurfaceData Release function only if the
463 if ((ops)->Release != NULL) { \
464 (ops)->Release(env, ops, pRI); \
480 * This macro invokes both the SurfaceData Release and Unlock functions
483 * Critical locks (which would need to be released after Release and
488 if ((ops)->Release != NULL) { \
489 (ops)->Release(en
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A DDevices.h44 int Release();
50 INLINE ~InstanceAccess() { devices->Release(); }
H A Dawt_GDIObject.h67 INLINE void Release() { function in class:AwtGDIObject
H A DShellFolder2.cpp475 ((IShellFolder*)pIShellFolder)->Release();
600 pEnum->Release();
688 ppf->Release();
690 psl->Release();
885 pIcon->Release();
953 // Release DC
1100 pIShellFolder2->Release();
1125 pIShellFolder2->Release();
1145 pIShellDetails->Release();
1162 pIShellDetails->Release();
[all...]
H A Dawt_DnDDS.h59 virtual ULONG __stdcall Release(void);
157 virtual ULONG __stdcall Release(void);
187 virtual ULONG __stdcall Release(void);
H A Dawt_Win32GraphicsDevice.h66 void Release();
H A DDevices.cpp79 * wsdo->device->Release();
241 oldDevices->Release();
273 * The caller thus must call Release() when done dealing with
366 int Devices::Release() function in class:Devices
368 J2dTraceLn(J2D_TRACE_INFO, "Devices::Release");
396 "Devices::Release: Negative ref count! refCount=%d",
H A Dawt_DnDDT.h55 virtual ULONG __stdcall Release(void);
268 m_pIUnknown->Release();
H A Dawt_TextComponent.h133 STDMETHODIMP_(ULONG) Release();
H A Dawt_DnDDS.cpp135 pHelper->Release();
291 dragSource->Release();
614 * Release
617 ULONG __stdcall AwtDragSource::Release() { function in class:AwtDragSource
1254 m_parent->Release();
1289 * Release
1292 ULONG __stdcall AwtDragSource::ADSIEnumFormatEtc::Release(void) { function in class:AwtDragSource::ADSIEnumFormatEtc
1441 m_cloneof->Release();
1444 m_parent->Release();
1479 * Release
1482 ULONG __stdcall AwtDragSource::ADSIStreamProxy::Release(void) { function in class:AwtDragSource::ADSIStreamProxy
[all...]
H A Dawt_DnDDT.cpp119 * Release
122 ULONG __stdcall AwtDropTarget::Release() { function in class:AwtDropTarget
453 m_pIDropTargetHelper->Release();
1051 pEnumFormatEtc->Release();
1108 m_dataObject->Release();
1254 m_istream->Release();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dpark.hpp70 static void Release (Parker * e) ;
108 // exported Allocate(), Release(), etc. The platform-specific class would extend
174 static void Release (ParkEvent * e) ;
H A Dpark.cpp39 // Caveat: Allocate() and Release() may be called from threads
123 void ParkEvent::Release (ParkEvent * ev) { function in class:ParkEvent
225 void Parker::Release (Parker * p) { function in class:Parker
/openjdk7/jdk/make/javax/crypto/
H A DDefs-jce.gmk26 include $(BUILDDIR)/common/Release.gmk
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipeline.h73 (RES)->Release(); \
H A DD3DResourceManager.h40 * Subclasses will need to override Release() and the destructor to release
46 * virtual ~D3DShaderResource() { Release(); }
47 * virtual Release() { SAFE_RELEASE(pShader); }
79 virtual void Release() = 0;
112 virtual void Release();
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp201 STDMETHOD_(ULONG, Release)(THIS);
215 STDMETHODIMP_(ULONG) SAOutputCallbacks::Release(THIS) { function in class:SAOutputCallbacks
724 ptrIDebugDataSpaces->Release();
731 ptrIDebugOutputCallbacks->Release();
739 ptrIDebugAdvanced->Release();
746 ptrIDebugSymbols->Release();
753 ptrIDebugSystemObjects->Release();
760 ptrIDebugControl->Release();
767 ptrIDebugClient->Release();
841 // manage COM 'auto' pointers (to avoid multiple Release
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCoreTextSupport.m53 #pragma mark --- Retain/Release CoreText State Dictionary ---
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterSurfaceData.m109 sdo->Release = PrintSD_ReleaseRasInfo;
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.hpp110 Release, // virtual memory release enumerator in enum:MemTracker::Tracker::MemoryOperation
328 return Tracker(Tracker::Release);
/openjdk7/corba/make/common/shared/
H A DDefs-windows.gmk148 _MKS_VER :=$(shell $(MKSINFO) 2>&1 | $(GREP) Release | $(TAIL) -1 | $(SED) -e 's@.*\(Release.*\)@\1@')
/openjdk7/jdk/make/javax/swing/beaninfo/
H A DSwingBeans.gmk56 include $(BUILDDIR)/common/Release.gmk
/openjdk7/jdk/make/
H A DMakefile266 # Release engineering targets.
268 include $(BUILDDIR)/common/Release.gmk
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp112 // Release cached DC. We use deferred DC releasing mechanism because
201 info->brush->Release();
204 info->pen->Release();
1124 info->brush->Release();
1146 info->pen->Release();
1205 wsdo->device->Release();

Completed in 115 milliseconds

12