Searched refs:Release (Results 151 - 175 of 1060) sorted by relevance

1234567891011>>

/external/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc39 STDMETHOD_(ULONG, Release)() {
40 base::RefCounted<PinEnumerator>::Release();
172 ULONG STDMETHODCALLTYPE FilterBase::Release() { function in class:media::FilterBase
173 base::RefCounted<FilterBase>::Release();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A DMakefile27 # On NaCl, only produce a stripped binary for Release configs (not Debug).
28 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A DMakefile24 # On NaCl, only produce a stripped binary for Release configs (not Debug).
25 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
H A DMakefile24 # On NaCl, only produce a stripped binary for Release configs (not Debug).
25 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A DMakefile24 # On NaCl, only produce a stripped binary for Release configs (not Debug).
25 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dinode_pool.h42 void Release(ino_t ino) { function in class:nacl_io::INodePool
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_manager.h37 void Release(PP_Var var);
/external/chromium_org/sync/syncable/
H A Dsyncable_base_transaction.cc31 directory_->kernel_->transaction_mutex.Release();
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relro.h35 int DetachFd() { return ashmem_.Release(); }
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dcache.h47 // must call this->Release(handle) when the returned mapping is no
58 // must call this->Release(handle) when the returned mapping is no
62 // Release a mapping returned by a previous Lookup().
65 virtual void Release(Handle* handle) = 0;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache_test.cc52 cache_->Release(handle);
58 cache_->Release(cache_->Insert(EncodeKey(key), EncodeValue(value), charge,
120 cache_->Release(h1);
129 cache_->Release(h2);
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dmedia_codec_video_decoder.h37 virtual int32_t Release();
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACLongtest.txt8 ISAC=../Release/kenny.exe
9 ISACFIXFLOAT=../Release/testFixFloat.exe
H A DruniSACNB.txt8 ISAC=../Release/kenny.exe
9 ISACFIXFLOAT=../Release/testFixFloat.exe
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
H A DruniSACfault.txt6 ISAC=../x64/Release/ReleaseTest-API_2005.exe
10 ISAC=../win32/Release/ReleaseTest-API_2005.exe
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.h51 void Release() { function in class:webrtc::SharedXDisplay
H A Dx_server_pixel_buffer.h32 void Release();
/external/chromium_org/third_party/webrtc/modules/video_capture/include/mock/
H A Dmock_video_capture.h26 MOCK_METHOD0(Release, int32_t());
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.h21 #define RELEASE_AND_CLEAR(p) if (p) { (p) -> Release () ; (p) = NULL ; }
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.h41 // Release all allocated memory
43 int32_t Release();
/external/chromium_org/third_party/webrtc/test/
H A Dfake_decoder.h39 virtual int32_t Release() OVERRIDE;
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_network.h48 virtual int Release() = 0;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_network_impl.h27 virtual int Release();
/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dmock_voe_volume_control.h23 MOCK_METHOD0(Release, int());
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_dtmf.h29 // base->Release();
30 // dtmf->Release();
56 virtual int Release() = 0;

Completed in 574 milliseconds

1234567891011>>