Searched refs:Destroy (Results 1 - 25 of 714) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas268 destructor Destroy; override;
546 Destroy;
692 Destroy;
739 destructor TDictionary<TKey,TValue>.Destroy;
H A DAntlr.Runtime.Tree.pas1694 destructor Destroy; override;
3876 destructor TTreePatternLexer.Destroy;
H A DAntlr.Runtime.pas1692 destructor Destroy; override; procedure
3191 destructor TANTLRStringStream.Destroy;
/external/ceres-solver/include/ceres/internal/
H A Dfixed_array.h183 inline_space_[i].Destroy();
H A Dmanual_constructor.h195 inline void Destroy() { function in class:ceres::internal::ManualConstructor
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc13 void AwGLSurface::Destroy() { function in class:android_webview::AwGLSurface
H A Daw_gl_surface.h20 virtual void Destroy() OVERRIDE;
/external/chromium_org/android_webview/native/
H A Daw_contents.cc293 void AwContents::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwContents
H A Daw_contents.h94 void Destroy(JNIEnv* env, jobject obj);
H A Daw_picture.cc21 void AwPicture::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwPicture
H A Daw_picture.h26 void Destroy(JNIEnv* env, jobject obj);
H A Daw_settings.cc95 void AwSettings::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwSettings
H A Daw_settings.h32 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/base/android/jni_generator/
H A Dgolden_sample_for_tests_jni.h55 static void Destroy(JNIEnv* env, jobject jcaller, function in namespace:base::android
58 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
59 return native->Destroy(env, jcaller);
329 "V", reinterpret_cast<void*>(Destroy) },
H A Dsample_for_tests.cc29 void CPPClass::Destroy(JNIEnv* env, jobject obj) { function in class:base::android::CPPClass
H A Dsample_for_tests.h32 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/base/containers/
H A Dsmall_map.h215 Destroy();
219 Destroy();
504 array_[i].Destroy();
507 map_.Destroy();
516 array_[i].Destroy();
520 array_[size_].Destroy();
597 array_[i].Destroy();
607 temp_array[i].Destroy();
624 void Destroy() { function in class:base::SmallMap
627 array_[i].Destroy();
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_memory.cc264 void ScopedTraceMemory::Destroy() { function in class:base::debug::ScopedTraceMemory
H A Dtrace_event_memory.h105 Destroy();
119 void Destroy();
/external/chromium_org/base/memory/
H A Dmanual_constructor.h111 inline void Destroy() { function in class:base::ManualConstructor
/external/chromium_org/base/prefs/
H A Dpref_member.cc25 Destroy();
50 void PrefMemberBase::Destroy() { function in class:subtle::PrefMemberBase
H A Dpref_member.h113 void Destroy();
192 void Destroy() { function in class:PrefMember
193 subtle::PrefMemberBase::Destroy();
H A Dpref_member_unittest.cc43 void Destroy() { function in class:__anon2410::GetPrefValueHelper
44 pref_.Destroy();
315 helper->Destroy();
/external/chromium_org/cc/resources/
H A Dtexture_mailbox_deleter_unittest.cc16 TEST(TextureMailboxDeleterTest, Destroy) {
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_unittest.cc66 factory_.Destroy(one_id);
80 factory_.Destroy(root_surface_id_);
196 factory_.Destroy(embedded_surface_id);
252 factory_.Destroy(embedded_surface_id);
390 factory_.Destroy(embedded_surface_id);
431 factory_.Destroy(surface_with_no_frame_id);
486 factory_.Destroy(child_surface_id);
548 factory_.Destroy(child_surface_id);
708 factory_.Destroy(child_one_surface_id);
709 factory_.Destroy(child_two_surface_i
[all...]

Completed in 1694 milliseconds

1234567891011>>