Searched refs:Release (Results 51 - 75 of 1050) sorted by relevance

1234567891011>>

/external/chromium_org/base/win/
H A Diunknown_impl.h23 virtual ULONG STDMETHODCALLTYPE Release() OVERRIDE;
H A Dscoped_comptr_unittest.cc21 void Release() { ++releases; } function in struct:base::win::__anon2580::Dummy
54 qi_test.Release();
64 naked_copy->Release();
66 copy1.Release();
75 unk.Release();
H A Denum_variant_unittest.cc22 iunknown->Release();
29 ienumvariant->Release();
48 ULONG ev2_finalrefcount = ev2->Release();
51 ULONG ev_finalrefcount = ev->Release();
110 ULONG ev2_finalrefcount = ev2->Release();
113 ULONG ev_finalrefcount = ev->Release();
/external/chromium_org/cc/test/
H A Dfake_tile_manager.h27 virtual void Release(Tile* tile) OVERRIDE;
/external/chromium_org/chrome/browser/android/
H A Dfield_trial_helper.cc22 base::FieldTrialList::FindFullName(trial_name)).Release();
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dref_object.h55 bool Release() { function in class:sdk_util::RefObject
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_messaging_interface.cc16 manager_->Release(*it);
H A Dfake_var_interface.h18 virtual void Release(PP_Var var);
/external/chromium_org/ppapi/shared_impl/
H A Dscoped_pp_var.h39 PP_Var Release();
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory_thread_traits.h54 /// Release() decrements the reference counter.
57 int32_t Release() { function in class:pp::ThreadSafeThreadTraits::RefCount
104 /// Release() decrements the reference counter.
107 int32_t Release() { function in class:pp::NonThreadSafeThreadTraits::RefCount
148 void Release() { function in class:pp::NonThreadSafeThreadTraits::Lock
168 lock_.Release();
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule.h55 virtual int32_t Release() { function in class:webrtc::RefCountedModule
/external/compiler-rt/test/builtins/Unit/
H A Dtest43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
/external/lzma/CPP/7zip/Archive/Common/
H A DDummyOutStream.h17 void ReleaseStream() { _stream.Release(); }
/external/webrtc/src/modules/interface/
H A Dmodule.h54 virtual int32_t Release() { function in class:webrtc::RefCountedModule
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
H A Dbuild.sh74 LogExecute make ports TOOLCHAIN=pnacl CONFIG=Release
77 LogExecute make TOOLCHAIN=pnacl CONFIG=Release -j${OS_JOBS}
81 LogExecute cp ${SMOOTHLIFE_DIR}/pnacl/Release/smoothnacl.{pexe,nmf} ${OUT_DIR}
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_standard_test.cc175 voe_base_->Release();
179 voe_codec_->Release();
183 voe_volume_control_->Release();
187 voe_dtmf_->Release();
191 voe_rtp_rtcp_->Release();
195 voe_apm_->Release();
199 voe_network_->Release();
203 voe_file_->Release();
208 voe_vsync_->Release();
213 voe_hardware_->Release();
[all...]
/external/chromium_org/webkit/common/blob/
H A Dscoped_file.cc48 base::FilePath ScopedFile::Release() { function in class:webkit_blob::ScopedFile
73 Release();
82 path_ = other.Release();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_image.cpp30 m_pImage->Release();
46 void CPDF_Image::Release() function in class:CPDF_Image
89 m_pStream->Release();
92 m_pInlineDict->Release();
100 m_pInlineDict->Release();
/external/chromium_org/mojo/tools/
H A Dmojob.sh31 --release - Build/test in Release mode.
32 --debug-and-release - Build/test in both Debug and Release modes (default).
78 # Valid values: Debug, Release, or Debug_and_Release.
84 test "$BUILD_TEST_TYPE" = Release -o "$BUILD_TEST_TYPE" = Debug_and_Release
131 should_do_Release && do_build Release
135 should_do_Release && do_unittests Release
139 should_do_Release && do_perftests Release
164 BUILD_TEST_TYPE=Release
/external/chromium_org/tools/win/static_initializers/
H A Dstatic_initializers.cc80 // Release DIA objects and CoUninitialize.
83 global_symbol->Release();
85 dia_session->Release();
140 symbol->Release();
142 enum_children->Release();
144 compiland->Release();
147 enum_symbols->Release();
/external/chromium_org/base/
H A Dcallback_helpers.h40 Closure Release() WARN_UNUSED_RESULT;
H A Dscoped_native_library.cc38 NativeLibrary ScopedNativeLibrary::Release() { function in class:base::ScopedNativeLibrary
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa_wrapper.cc43 lock->Release();
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_service_provider.h31 virtual void Release();
/external/chromium_org/content/common/
H A Dsandbox_init_win.cc32 policy->Release();

Completed in 936 milliseconds

1234567891011>>