Searched defs:Release (Results 1 - 25 of 182) sorted by relevance

12345678

/external/vixl/src/aarch32/
H A Dlabel-aarch32.cc34 void VeneerPoolManager::Release() { function in class:vixl::aarch32::VeneerPoolManager
39 // which used Block/Release.
/external/webrtc/webrtc/video/
H A Dpayload_router.h67 void Release() { if (--ref_count_ == 0) { delete this; } } function in class:webrtc::PayloadRouter
/external/google-breakpad/src/client/windows/common/
H A Dauto_critical_section.h51 Release();
62 // Leaves the critical section. The caller should not call Release() unless
64 void Release() { function in class:google_breakpad::AutoCriticalSection
/external/libchrome/base/mac/
H A Dscoped_block.h30 static void Release(B block) { function in struct:base::mac::internal::ScopedBlockTraits
H A Dscoped_cftyperef.h37 static void Release(CFT object) { function in struct:base::internal::ScopedCFTypeRefTraits
H A Dscoped_dispatch_object.h23 static void Release(T object) { function in struct:base::internal::ScopedDispatchObjectTraits
H A Dscoped_ioobject.h24 static void Release(IOT iot) { IOObjectRelease(iot); } function in struct:base::mac::internal::ScopedIOObjectTraits
H A Dscoped_ioplugininterface.h24 static void Release(T t) { (*t)->Release(t); } function in struct:base::mac::internal::ScopedIOPluginInterfaceTraits
/external/libchrome/base/memory/
H A Dref_counted.cc26 "calling Release()";
37 bool RefCountedThreadSafeBase::Release() const { function in class:base::subtle::RefCountedThreadSafeBase
H A Dref_counted_delete_on_message_loop.h50 void Release() const { function in class:base::RefCountedDeleteOnMessageLoop
51 if (subtle::RefCountedThreadSafeBase::Release())
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTBoneBatch.h65 void Release() function in class:CPVRTBoneBatches
/external/webrtc/webrtc/common_video/
H A Di420_buffer_pool.cc57 Release();
60 void I420BufferPool::Release() { function in class:webrtc::I420BufferPool
68 // Release buffers with wrong resolution.
/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration_monitor.h42 void Release() { function in class:webrtc::DesktopConfigurationMonitor
H A Dfull_screen_chrome_window_detector.h38 void Release() { function in class:webrtc::FullScreenChromeWindowDetector
H A Dscoped_pixel_buffer_object.cc23 Release();
37 Release();
46 void ScopedPixelBufferObject::Release() { function in class:webrtc::ScopedPixelBufferObject
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
111 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
114 void Release(int marker); method in interface:Antlr.Runtime.IIntStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs111 void Release( int marker ); method in interface:Antlr.Runtime.IIntStream
/external/libchrome/base/
H A Dcallback_helpers.cc22 : closure_(other.Release()) {}
26 ReplaceClosure(other.Release());
31 Closure old_closure = Release();
40 Closure ScopedClosureRunner::Release() { function in class:base::ScopedClosureRunner
H A Dcallback_internal.cc16 void BindStateBase::Release() { function in class:base::internal::BindStateBase
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_imageobject.cpp19 Release();
52 Release();
58 Release();
63 void CPDF_ImageObject::Release() { function in class:CPDF_ImageObject
/external/pdfium/core/fxcrt/
H A Dcfx_weak_ptr_unittest.cpp24 void Release() { function in class:__anon15690::PseudoDeletable
/external/pdfium/core/fxge/win32/
H A Dcpsoutput.cpp19 void CPSOutput::Release() { function in class:CPSOutput
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.h25 void Release() { function in class:CPDFXFA_Page
/external/swiftshader/src/D3D9/
H A DUnknown.cpp53 unsigned long Unknown::Release() function in class:D3D9::Unknown
/external/toolchain-utils/automation/common/
H A Dmachine.py30 def Release(self): member in class:Machine

Completed in 668 milliseconds

12345678