Searched refs:Release (Results 301 - 325 of 1060) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_hardware.h28 // base->Release();
29 // hardware->Release();
53 virtual int Release() = 0;
H A Dvoe_volume_control.h32 // base->Release();
33 // volume->Release();
57 virtual int Release() = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_impl.h134 // This implements the Release() method for all the inherited interfaces.
135 virtual int Release();
/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_win.h50 ULONG __stdcall Release();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner.cc22 impl_->Release();
H A Dmenu_runner_impl.h31 virtual void Release() OVERRIDE;
61 // Created and set as the delegate of the MenuItemView if Release() is
63 // Release() is invoked. We do this as we assume the delegate is no longer
70 // Set if |running_| and Release() has been invoked.
/external/gtest/test/
H A Dgtest_shuffle_test_.cc99 delete listeners.Release(listeners.default_result_printer());
/external/lldb/include/lldb/API/
H A DSBCommandReturnObject.h34 Release ();
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h53 void Release() const { function in class:llvm::RefCountedBase
78 void Release() const { function in class:llvm::RefCountedBaseVPTR
90 static void release(T *obj) { obj->Release(); }
110 void Release() const { function in class:llvm::ThreadSafeRefCountedBase
130 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp52 I->Release();
/external/lzma/CPP/7zip/Common/
H A DInBuffer.h43 void ReleaseStream() { _stream.Release(); }
H A DOutBuffer.h47 void ReleaseStream() { _stream.Release(); }
/external/pdfium/core/include/fxcodec/
H A Dfx_codec_provider.h13 virtual void Release() = 0;
/external/pdfium/core/include/fxge/
H A Dfpf.h24 virtual void Release() = 0;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp17 m_pFile->Release();
91 pMainDict->Release();
130 pFile->Release();
140 pFile->Release();
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_platforms.h21 virtual void Release(IFX_Allocator* pAllocator = NULL);
H A Dfxcrt_posix.h19 virtual void Release(IFX_Allocator* pAllocator = NULL);
H A Dfxcrt_windows.h19 virtual void Release(IFX_Allocator* pAllocator = NULL);
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.h18 virtual void Release();
H A Dfx_android_font.cpp81 ((IFPF_Font*)hFont)->Release();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_define.h115 virtual void Release() { delete this; } function in class:CPDF_CustomAccess
/external/pdfium/fpdfsdk/src/
H A Dfpdfsave.cpp23 virtual void Release(){}; function in class:CFX_IFileWrite
/external/protobuf/gtest/test/
H A Dgtest_shuffle_test_.cc100 delete listeners.Release(listeners.default_result_printer());
H A Dgtest_xml_output_unittest_.cc142 delete listeners.Release(listeners.default_xml_generator());
/external/qemu/android/base/files/
H A DScopedFd_unittest.cpp48 TEST(ScopedFd, Release) {

Completed in 328 milliseconds

<<11121314151617181920>>