Searched defs:release (Results 51 - 75 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrlist.h77 NFRule** release() { function in class:NFRuleList
89 tmp = release();
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
H A Dconf.py44 # |version| and |release|, also used in various other places throughout the
50 release = '0.4' variable
108 # "<project> v<release> documentation".
/external/chromium_org/third_party/skia/include/core/
H A DSkOnce.h68 void release() { function in class:SkOnceFlag
69 // To act as a mutex, this needs a release barrier. sk_atomic_cas guarantees this.
101 lock->release();
117 // The release barrier in sk_once_slow guaranteed that done = true
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkTScopedComPtr.h69 T* release() { function in class:SkTScopedComPtr
/external/chromium_org/third_party/skia/src/core/
H A DSkTObjectPool.h54 void release(T* entry) { function in class:SkTObjectPool
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuResource.cpp52 void GrGpuResource::release() { function in class:GrGpuResource
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ref_ptr.h106 T* release() { function in class:rtc::scoped_refptr
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscoped_gdi_object.h48 T release() { function in class:webrtc::win::ScopedGDIObject
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_refptr.h104 T* release() { function in class:webrtc::scoped_refptr
/external/clang/docs/analyzer/
H A Dconf.py47 # |version| and |release|, also used in various other places throughout the
53 release = '3.4' variable
105 # "<project> v<release> documentation".
/external/clang/docs/
H A Dconf.py47 # |version| and |release|, also used in various other places throughout the
53 release = '3.5' variable
105 # "<project> v<release> documentation".
/external/icu/icu4c/source/i18n/
H A Dnfrlist.h77 NFRule** release() { function in class:NFRuleList
89 tmp = release();
/external/llvm/include/llvm/Support/
H A DMutex.h54 /// Attempts to release the lock. If the lock is held by the current
58 /// @brief Unconditionally release the lock.
59 bool release();
109 bool release() { function in class:llvm::sys::SmartMutex
111 return MutexImpl::release();
117 "Lock not acquired before release!");
147 mtx.release();
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp50 static void release(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
/external/mesa3d/src/gallium/docs/source/
H A Dconf.py44 # |version| and |release|, also used in various other places throughout the
50 release = '0.4' variable
108 # "<project> v<release> documentation".
/external/qemu/android/base/files/
H A DScopedHandle.h28 // the instance is destroyed, unless the release() method was called
48 HANDLE release() { function in class:android::base::ScopedHandle
/external/replicaisland/src/com/replica/replicaisland/
H A DInputButton.java35 public void release() { method in class:InputButton
H A DObjectPool.java23 * may wish to override release() to clear state on objects as they are returned to the pool.
54 public void release(Object entry) { method in class:ObjectPool
/external/skia/include/core/
H A DSkOnce.h68 void release() { function in class:SkOnceFlag
69 // To act as a mutex, this needs a release barrier. sk_atomic_cas guarantees this.
101 lock->release();
117 // The release barrier in sk_once_slow guaranteed that done = true
/external/skia/include/utils/win/
H A DSkTScopedComPtr.h69 T* release() { function in class:SkTScopedComPtr
/external/skia/src/core/
H A DSkTObjectPool.h54 void release(T* entry) { function in class:SkTObjectPool
/external/stlport/stlport/stl/
H A D_auto_ptr.h39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } function in class:auto_ptr_ref
53 _Tp* release() _STLP_NOTHROW {
89 _Tp* __conversionCheck = __r.release();
94 _Tp* __conversionCheck = __r.release();
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
103 reset(__r.release());
110 { this->__set(__r.release()); }
113 reset(__r.release());
121 { return auto_ptr<_Tp1>(release()); }
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_refptr.h97 T* release() { function in class:webrtc::scoped_refptr
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DCommonTokenStream.as300 public function release(marker:int):void { function
301 // no resources to release
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3intstream.h142 * essentially calling release() and seek(). If there are markers
159 void (*release) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER mark); member in struct:ANTLR3_INT_STREAM_struct

Completed in 1415 milliseconds

1234567891011>>