Searched defs:Release (Results 101 - 125 of 182) sorted by relevance

12345678

/external/lzma/CPP/Windows/
H A DSynchronization.h112 WRes Release() function in class:NWindows::NSynchronization::CMutex
122 ~CMutexLock() { _object->Release(); }
138 WRes Release() { return Semaphore_Release1(&_object); } function in class:NWindows::NSynchronization::CSemaphore
139 WRes Release(UInt32 releaseCount) { return Semaphore_ReleaseN(&_object, releaseCount); } function in class:NWindows::NSynchronization::CSemaphore
/external/pdfium/fpdfsdk/javascript/
H A DJS_GlobalData.cpp54 void CJS_GlobalData::Release() { function in class:CJS_GlobalData
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp167 ULONG STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::Release() { function in class:SkDWriteFontFileStreamWrapper
H A DSkDWriteGeometrySink.cpp40 ULONG STDMETHODCALLTYPE SkDWriteGeometrySink::Release(void) { function in class:SkDWriteGeometrySink
/external/swiftshader/src/D3D9/
H A DDirect3DCubeTexture9.cpp104 unsigned long Direct3DCubeTexture9::Release() function in class:D3D9::Direct3DCubeTexture9
108 return Direct3DBaseTexture9::Release();
H A DDirect3DSurface9.cpp121 unsigned long Direct3DSurface9::Release() function in class:D3D9::Direct3DSurface9
127 return parentTexture->Release();
130 return Direct3DResource9::Release();
H A DDirect3DSwapChain9.cpp73 unsigned long Direct3DSwapChain9::Release() function in class:D3D9::Direct3DSwapChain9
77 return Unknown::Release();
H A DDirect3DTexture9.cpp95 unsigned long Direct3DTexture9::Release() function in class:D3D9::Direct3DTexture9
99 return Direct3DBaseTexture9::Release();
H A DDirect3D9Ex.cpp62 unsigned long Direct3D9Ex::Release() function in class:D3D9::Direct3D9Ex
66 return Direct3D9::Release();
H A DDirect3DVolumeTexture9.cpp96 unsigned long Direct3DVolumeTexture9::Release() function in class:D3D9::Direct3DVolumeTexture9
100 return Direct3DBaseTexture9::Release();
/external/v8/src/base/platform/
H A Dplatform.h358 void Release() { function in class:v8::base::VirtualMemory
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h85 virtual int32_t Release() { return WEBRTC_VIDEO_CODEC_OK; } function in class:cricket::FakeWebRtcVideoDecoder
171 virtual int32_t Release() { return WEBRTC_VIDEO_CODEC_OK; } function in class:cricket::FakeWebRtcVideoEncoder
/external/webrtc/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc69 Release();
72 void XServerPixelBuffer::Release() { function in class:webrtc::XServerPixelBuffer
97 Release();
161 Release();
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_decoder.cc166 int H264VideoToolboxDecoder::Release() { function in class:webrtc::H264VideoToolboxDecoder
/external/webrtc/webrtc/modules/video_coding/
H A Dgeneric_decoder.cc170 int32_t VCMGenericDecoder::Release() { function in class:webrtc::VCMGenericDecoder
171 return _decoder->Release();
H A Dgeneric_encoder.cc111 int32_t VCMGenericEncoder::Release() { function in class:webrtc::VCMGenericEncoder
112 return encoder_->Release();
/external/webrtc/webrtc/modules/video_processing/
H A Dcontent_analysis.cc45 Release();
49 Release();
81 int32_t VPMContentAnalysis::Release() { function in class:webrtc::VPMContentAnalysis
/external/webrtc/webrtc/test/channel_transport/
H A Dtraffic_control_win.cc142 void TrafficControlWindows::Release(TrafficControlWindows* gtc) function in class:webrtc::test::TrafficControlWindows
/external/webrtc/webrtc/test/
H A Dfake_encoder.cc124 int32_t FakeEncoder::Release() { return 0; } function in class:webrtc::test::FakeEncoder
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs396 public virtual void Release(int marker) { method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
/external/libbrillo/brillo/
H A Dprocess.cc419 pid_t ProcessImpl::Release() { function in class:brillo::ProcessImpl
/external/libmojo/base/android/linker/
H A Dmodern_linker_jni.cc208 void Release() { addr_ = nullptr; size_ = 0; effective_addr_ = nullptr; } function in class:chromium_android_linker::__anon10811::ScopedAnonymousMmap
424 // Release the scoped mapping. Now that the library has loaded we can no
428 mapping.Release();
545 // Release the scoped mapping. See comment in LoadLibrary() above for more.
546 mapping.Release();
561 // TODO(simonb): Between mapping.Release() and here, consider calling the
/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc390 int MapContainer::Release() { function in class:google::protobuf::python::MapContainer
H A Drepeated_composite_container.cc437 // Release field of parent message and transfer the ownership to target.
458 int Release(RepeatedCompositeContainer* self) { function in namespace:google::protobuf::python::repeated_composite_container
/external/webrtc/webrtc/base/
H A Dstream.h658 void Release() { function in class:rtc::StreamReference::StreamRefCount

Completed in 1586 milliseconds

12345678