Searched refs:destroy (Results 276 - 300 of 434) sorted by relevance

<<1112131415161718

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsGhostObject.java208 public void destroy() { method in class:PhysicsGhostObject
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
H A DBulletAppState.java209 pSpace.destroy();
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtMouseInput.java128 public void destroy() { method in class:AwtMouseInput
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java256 public void destroy() { method in class:PhysicsCharacter
H A DPhysicsGhostObject.java210 public void destroy() { method in class:PhysicsGhostObject
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DJInputJoyInput.java178 public void destroy() { method in class:JInputJoyInput
/external/kernel-headers/original/linux/
H A Dkey.h215 void (*destroy)(struct key *key); member in struct:key_type
/external/kernel-headers/original/linux/sunrpc/
H A Dxprt.h117 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h80 /*!\brief destroy function pointer prototype
301 vpx_codec_destroy_fn_t destroy; /**< \copydoc ::vpx_codec_destroy_fn_t */ member in struct:vpx_codec_iface
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h335 destroy();
337 void destroy() { function in class:llvm::ImutAVLTree
487 N->destroy();
631 TNew->destroy();
/external/openssl/crypto/conf/
H A Dconf.h93 int (*destroy)(CONF *conf); member in struct:conf_method_st
H A Dconf_lib.c255 conf->meth->destroy(conf);
/external/openssl/include/openssl/
H A Dconf.h93 int (*destroy)(CONF *conf); member in struct:conf_method_st
/external/qemu/
H A Dqdict.c26 .destroy = qdict_destroy_obj,
420 * This will destroy all data allocated by this entry.
H A Dqerror.c22 .destroy = qerror_destroy_obj,
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DWebViewTest.java181 webView.destroy();
/external/srec/portable/include/
H A DPFile.h84 ESR_ReturnCode(*destroy)(struct PFile_t* self); member in struct:PFile_t
/external/srec/portable/src/
H A DArrayListImpl.c44 impl->Interface.destroy = &ArrayList_Destroy;
/external/srec/shared/include/
H A DESR_Session.h300 ESR_ReturnCode(*destroy)(void); member in struct:ESR_SessionSingleton_t
/external/srec/shared/src/
H A DESR_Session.c262 CHKLOG(rc, ESR_Session->destroy(ESR_Session));
H A DInt8ArrayListImpl.c40 impl->Interface.destroy = &Int8ArrayList_Destroy;
/external/srec/srec/EventLog/include/
H A DSR_EventLog.h134 ESR_ReturnCode(*destroy)(struct SR_EventLog_t* self); member in struct:SR_EventLog_t
/external/srec/tools/dictTest/
H A DdictTest.c340 vocab->destroy(vocab);
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp109 void destroy(pointer) {} function in class:std::allocator
H A Dstack_allocator.h139 void destroy(pointer __p) { __p->~_Tp(); } function in struct:StackAllocator

Completed in 1489 milliseconds

<<1112131415161718