HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 76 - 100 of 618) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 52 process.destroy();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
Process2Test.java 46 p.destroy();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 48 * <code>destroy()<code>
64 ksPWP.destroy();
  /external/freetype/include/freetype/
ftlist.h 222 /* finalization by @FT_List_Finalize to destroy all elements in a */
228 /* data :: The current object to destroy. */
245 /* Destroy all elements in the list as well as the list itself. */
250 /* destroy :: A list destructor that will be applied to each element */
264 FT_List_Destructor destroy,
  /external/icu4c/common/unicode/
uclean.h 124 * Subsequent calls by ICU to lock, unlock, or destroy a mutex will
137 * whenever ICU needs to lock, unlock, or destroy a mutex.
158 * @param destroy Pointer to the mutex destroy function. Must be non-null.
166 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
  /external/qemu/hw/
scsi-disk.h 18 void (*destroy)(SCSIDevice *s); member in struct:SCSIDevice
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 95 ESR_ReturnCode(*destroy)(SR_Recognizer* recognizer); member in struct:SR_AcousticState_t
  /external/srec/srec/Nametag/src/
Nametag.c 73 return self->destroy(self);
  /external/srec/srec/Semproc/include/
SR_SemanticProcessor.h 61 ESR_ReturnCode(*destroy)(struct SR_SemanticProcessor_t* self); member in struct:SR_SemanticProcessor_t
SR_SemanticResult.h 65 ESR_ReturnCode(*destroy)(struct SR_SemanticResult_t* self); member in struct:SR_SemanticResult_t
  /external/srec/srec/Semproc/src/
SemanticResult.c 65 return self->destroy(self);
  /external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.h 59 // Creates an isolated world. To destroy it, call destroy().
64 // Call this to destroy the isolated world. It will be deleted sometime
67 void destroy();
  /external/webkit/Source/WebCore/rendering/
LayoutState.h 58 void destroy(RenderArena*);
RenderListItem.h 57 virtual void destroy();
RenderTextFragment.h 42 virtual void destroy();
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGModelObject.h 61 virtual void destroy();
RenderSVGResourceContainer.h 36 virtual void destroy();
RenderSVGInline.cpp 96 void RenderSVGInline::destroy() function in class:WebCore::RenderSVGInline
99 RenderInline::destroy();
  /frameworks/base/core/java/android/view/
HardwareLayer.java 116 abstract void destroy(); method in class:HardwareLayer
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 41 * <code>destroy()<code>
57 ksPWP.destroy();
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapList.java 29 @Override public void destroy() {
30 // Don't call super.destroy().
171 public void destroy() { method in class:ImapList
174 e.destroy();
178 super.destroy();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
af_vfs.h 38 void (*destroy)(AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /external/srec/shared/src/
LStringImpl.c 38 impl->Interface.destroy = &LString_Destroy;
88 return self->destroy(self);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSpecific.h 77 // Not implemented. It's technically possible to destroy a thread specific key, but one would need
85 void static destroy(void* ptr);
93 ~Data() { owner->destroy(this); }
143 int error = pthread_key_create(&m_key, destroy);
204 g_static_private_set(&m_key, data, destroy);
255 data->destructor = &ThreadSpecific<T>::destroy;
265 inline void ThreadSpecific<T>::destroy(void* ptr) function in class:WTF::ThreadSpecific
272 // Some pthreads implementations zero out the pointer before calling destroy(), so we temporarily reset it.
  /external/bluetooth/bluez/src/
agent.c 79 GDestroyNotify destroy; member in struct:agent_request
125 static void agent_request_free(struct agent_request *req, gboolean destroy)
133 if (destroy && req->destroy)
134 req->destroy(req->user_data);
217 GDestroyNotify destroy)
227 req->destroy = destroy;
335 GDestroyNotify destroy)
344 user_data, destroy);
    [all...]

Completed in 1348 milliseconds

1 2 34 5 6 7 8 91011>>