HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 226 - 250 of 400) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/srec/portable/src/
PFile.c 35 return self->destroy(self);
353 result->destroy(result);
PFileSystem.c 128 rc = arrayList->destroy(arrayList);
151 arrayList->destroy(arrayList);
ArrayListImpl.c 44 impl->Interface.destroy = &ArrayList_Destroy;
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 165 impl->Interface.destroy = &SR_VocabularyDestroyImpl;
257 Interface->destroy(Interface);
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 88 pluginFuncs->destroy = NPP_Destroy;
  /frameworks/base/graphics/java/android/renderscript/
Element.java 243 public void destroy() throws IllegalStateException { method in class:Element
244 super.destroy();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 381 public void destroy() { method in class:VoiceInput
382 mSpeechRecognizer.destroy();
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 405 // destroy process and wake up thread waiting for its completion
406 mProcess.destroy();
  /external/bluetooth/bluez/gdbus/
mainloop.c 362 void *user_data, DBusFreeFunction destroy)
  /external/bluetooth/glib/gobject/
gparam.h 281 GDestroyNotify destroy);
  /external/kernel-headers/original/linux/
key.h 215 void (*destroy)(struct key *key); member in struct:key_type
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 117 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 78 /*!\brief destroy function pointer prototype
295 vpx_codec_destroy_fn_t destroy; /**< \copydoc ::vpx_codec_destroy_fn_t */ member in struct:vpx_codec_iface
  /external/openssl/crypto/conf/
conf.h 93 int (*destroy)(CONF *conf); member in struct:conf_method_st
conf_lib.c 255 conf->meth->destroy(conf);
  /external/openssl/include/openssl/
conf.h 93 int (*destroy)(CONF *conf); member in struct:conf_method_st
  /external/qemu/
qdict.c 26 .destroy = qdict_destroy_obj,
344 * This will destroy all data allocated by this entry.
qerror.c 22 .destroy = qerror_destroy_obj,
  /external/srec/portable/include/
PFile.h 84 ESR_ReturnCode(*destroy)(struct PFile_t* self); member in struct:PFile_t
  /external/srec/shared/include/
ESR_Session.h 300 ESR_ReturnCode(*destroy)(void); member in struct:ESR_SessionSingleton_t
  /external/srec/shared/src/
ESR_Session.c 262 CHKLOG(rc, ESR_Session->destroy(ESR_Session));
Int8ArrayListImpl.c 40 impl->Interface.destroy = &Int8ArrayList_Destroy;
  /external/srec/srec/EventLog/include/
SR_EventLog.h 134 ESR_ReturnCode(*destroy)(struct SR_EventLog_t* self); member in struct:SR_EventLog_t
  /external/srec/tools/dictTest/
dictTest.c 340 vocab->destroy(vocab);
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 109 void destroy(pointer) {} function in class:std::allocator

Completed in 303 milliseconds

1 2 3 4 5 6 7 8 91011>>