Searched defs:release (Results 1 - 25 of 268) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h37 void (*release)(struct pipe_loader_device **dev); member in struct:pipe_loader_ops
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h37 void (*release)(struct pipe_loader_device **dev); member in struct:pipe_loader_ops
/external/chromium_org/third_party/skia/include/core/
H A DSkThread.h29 void release();
47 /** If the mutex has not been release, release it now.
51 fMutex->release();
55 /** If the mutex has not been release, release it now.
57 void release() { function in class:SkAutoMutexAcquire
59 fMutex->release();
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java30 public void release(Object entry) { method in class:HitPointPool
32 super.release(entry);
H A DVectorPool.java36 public void release(Object entry) { method in class:VectorPool
38 super.release(entry);
/external/skia/include/core/
H A DSkThread.h29 void release();
47 /** If the mutex has not been release, release it now.
51 fMutex->release();
55 /** If the mutex has not been release, release it now.
57 void release() { function in class:SkAutoMutexAcquire
59 fMutex->release();
/external/chromium/net/spdy/
H A Dspdy_io_buffer.cc24 void SpdyIOBuffer::release() { function in class:net::SpdyIOBuffer
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb46 def release(&block) method in class:GLMatrix
47 GLMatrix::ReleaseHelper.release &block
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dutsname.h13 char release[_UTSNAME_LENGTH]; member in struct:utsname
/external/chromium_org/third_party/angle/src/common/
H A DRefCountObject.cpp31 void RefCountObject::release() const function in class:RefCountObject
45 if (mObject != NULL) mObject->release();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DHandleAllocator.cpp44 void HandleAllocator::release(GLuint handle) function in class:gl::HandleAllocator
/external/chromium_org/third_party/skia/src/gpu/
H A DGrResource.cpp31 void GrResource::release() { function in class:GrResource
/external/chromium_org/ui/base/gtk/
H A Dscoped_region.cc28 GdkRegion* ScopedRegion::release() { function in class:ui::ScopedRegion
/external/chromium_org/ui/gfx/
H A Dscoped_sk_region.h31 SkRegion* release() { function in class:gfx::ScopedSkRegion
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h30 static void release(const clang::ento::ProgramState *state) { function in struct:llvm::IntrusiveRefCntPtrInfo
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DInstanceOutputBufferProvider.java36 public void release(Appendable buffer) { method in class:InstanceOutputBufferProvider
H A DOutputBufferProvider.java34 void release(Appendable buffer); method in interface:OutputBufferProvider
/external/llvm/lib/Support/
H A DMutex.cpp29 bool MutexImpl::release() { return true; } function in class:llvm::MutexImpl
101 MutexImpl::release()
/external/skia/src/gpu/
H A DGrResource.cpp31 void GrResource::release() { function in class:GrResource
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRStringStream.as154 release(m);
161 public function release(marker:int):void { function
162 // unwind any other markers made after m and release m
164 // release this marker
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java61 * essentially calling release() and seek(). If there are markers
84 * argument. So if you're nested 5 levels of mark(), and then release(2)
85 * you have to release resources for depths 2..5.
87 void release(int marker); method in interface:IntStream
/external/chromium/base/win/
H A Dscoped_hglobal.h36 T* release() { function in class:base::win::ScopedHGlobal
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb26 def release method in class:GLMatrix
/external/chromium_org/base/win/
H A Dscoped_hglobal.h35 T* release() { function in class:base::win::ScopedHGlobal
/external/chromium_org/native_client_sdk/src/doc/
H A Dconf.py44 # |version| and |release|, also used in various other places throughout the
50 release = '31' variable
104 # "<project> v<release> documentation".

Completed in 836 milliseconds

1234567891011