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

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/gdbus/
gdbus.h 51 void *user_data, DBusFreeFunction destroy);
98 GDBusDestroyFunction destroy);
126 void *user_data, GDBusDestroyFunction destroy);
129 void *user_data, GDBusDestroyFunction destroy);
134 GDBusDestroyFunction destroy);
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 61 * We should always be calling {@link ImapResponse#destroy()}, but it's here as a last resort.
66 destroy(); method
98 public void destroy() { method in class:ImapTempFileLiteral
107 super.destroy();
ImapMemoryLiteral.java 53 public void destroy() { method in class:ImapMemoryLiteral
55 super.destroy();
  /external/qemu/
qbool.c 30 .destroy = qbool_destroy_obj,
qfloat.c 30 .destroy = qfloat_destroy_obj,
qint.c 20 .destroy = qint_destroy_obj,
  /external/srec/portable/src/
PANSIFileSystem.c 47 CHKLOG(rc, PANSIFileSystemSingleton->destroy(PANSIFileSystemSingleton));
  /external/srec/shared/include/
lstring.h 68 ESR_ReturnCode(*destroy)(struct LString_t* self); member in struct:LString_t
  /external/srec/shared/src/
lstring.c 62 return self->destroy(self);
  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 51 ESR_ReturnCode(*destroy)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
  /external/webkit/WebCore/platform/win/
WindowMessageBroadcaster.h 57 void destroy();
WindowMessageBroadcaster.cpp 95 destroy();
98 void WindowMessageBroadcaster::destroy() function in class:WebCore::WindowMessageBroadcaster
125 broadcaster->destroy();
  /external/webkit/WebCore/rendering/
BidiRun.cpp 40 void BidiRun::destroy() function in class:WebCore::BidiRun
70 // Stash size where destroy() can find it.
BidiRun.h 44 void destroy();
LayoutState.h 53 void destroy(RenderArena*);
RenderRubyRun.h 51 virtual void destroy();
RenderSVGInlineText.h 52 virtual void destroy();
RenderTextFragment.h 41 virtual void destroy();
RenderScrollbar.h 74 void updateScrollbarParts(bool destroy = false);
77 void updateScrollbarPart(ScrollbarPart, bool destroy = false);
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 71 proc.destroy();
116 proc.destroy();
148 process.destroy();
180 method = "destroy",
188 process.destroy();
210 public void destroy() { method in class:ProcessTest.ProcessClass
  /external/webkit/WebKit/chromium/public/
WebVector.h 68 destroy();
111 destroy();
156 void destroy() function in class:WebKit::WebVector
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 166 mProcess.destroy();
184 mProcess.destroy();
204 mProcess.destroy();
  /external/chromium/third_party/icu/public/common/unicode/
uclean.h 140 * Subsequent calls by ICU to lock, unlock, or destroy a mutex will
153 * whenever ICU needs to lock, unlock, or destroy a mutex.
174 * @param destroy Pointer to the mutex destroy function. Must be non-null.
182 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
  /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,

Completed in 487 milliseconds

12 3 4 5 6 7 8 91011>>