Searched refs:destroy (Results 251 - 275 of 434) sorted by relevance

<<1112131415161718

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp225 virtual void destroy();
232 ~BitmapTextureGL() { destroy(); }
490 destroy();
499 destroy();
511 void BitmapTextureGL::destroy() function in class:WebCore::BitmapTextureGL
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
H A DKerberosTicketTest.java383 * @tests javax.security.auth.kerberos.KerberosTicket#destroy()
394 kt.destroy();
397 // no exceptions for second destroy
398 kt.destroy();
543 krbTicket2.destroy();
545 fail("krbTicket2 destroy failed");
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java111 rBody.destroy();
619 public void destroy() { method in class:PhysicsRigidBody
620 rBody.destroy();
H A DPhysicsVehicle.java483 public void destroy() { method in class:PhysicsVehicle
484 super.destroy();
/external/libvorbis/examples/
H A Dframeview.pl529 $win->destroy();
533 $win->destroy();
537 $win->destroy();
/external/llvm/lib/IR/
H A DMetadata.cpp133 "Not being destroyed through destroy()?");
200 // destroy - Delete this node. Only when there are no uses.
201 void MDNode::destroy() { function in class:MDNode
301 N->destroy();
380 destroy();
/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c269 impl->Interface.destroy = &SR_AcousticModels_Destroy;
418 impl->Interface.destroy(&impl->Interface);
455 CHKLOG(rc, impl->acoustic->destroy(impl->acoustic));
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h118 void deref(RenderArena* renderArena) { if (--m_refCnt == 0) destroy(renderArena); }
120 void destroy(RenderArena*);
641 void destroy(RenderArena*);
/external/libsepol/tests/policies/test-deps/
H A Dbase-notmetreq.conf124 destroy
/external/libsepol/tests/policies/test-expander/
H A Dalias-base.conf125 destroy
H A Drole-base.conf125 destroy
H A Duser-base.conf125 destroy
/external/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf125 destroy
H A Dsmall-base.conf125 destroy
/external/srec/portable/src/
H A DPANSIFileImpl.c50 impl->Interface.Interface.destroy = &PANSIFileDestroyImpl;
72 impl->Interface.Interface.destroy(&impl->Interface.Interface);
H A DPFile.c35 return self->destroy(self);
353 result->destroy(result);
H A DPFileSystem.c128 rc = arrayList->destroy(arrayList);
151 arrayList->destroy(arrayList);
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c165 impl->Interface.destroy = &SR_VocabularyDestroyImpl;
257 Interface->destroy(Interface);
/external/stlport/stlport/stl/
H A D_pthread_alloc.h159 void destroy(pointer _p) { _p->~_Tp(); } function in class:pthread_allocator
342 void destroy(pointer _p) { _p->~_Tp(); } function in class:per_thread_allocator
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
H A Dmain.m88 pluginFuncs->destroy = NPP_Destroy;
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.cpp361 void Node::destroy(int index) function in class:RTree::Node
592 destroy(i);
/external/clang/lib/Lex/
H A DMacroArgs.cpp71 /// destroy - Destroy and deallocate the memory for this object.
73 void MacroArgs::destroy(Preprocessor &PP) { function in class:MacroArgs
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc329 asan_zone.destroy = &mz_destroy;
/external/harfbuzz_ng/contrib/python/scripts/
H A Dhbtestfont91 self.window.destroy()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java278 public void destroy() { method in class:PhysicsCharacter

Completed in 573 milliseconds

<<1112131415161718