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

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui.h 8 ** Instead, write your code in functions called init() and destroy().
18 void EventHistory::destroy() function in class:EventHistory
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
eventhistory.ui.h 8 ** Instead, write your code in functions called init() and destroy().
18 void EventHistory::destroy() function in class:EventHistory
  /system/vold/
Devmapper.h 29 static int destroy(const char *name);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BaseObjTest.java 37 B.destroy();
48 B.destroy();
59 B.destroy();
ProgramVertexFixedFunctionTest.java 58 pva.destroy();
77 pv.destroy();
85 pv.destroy();
  /external/bluetooth/bluez/btio/
btio.h 83 GDestroyNotify destroy, GError **err);
92 gpointer user_data, GDestroyNotify destroy,
97 GDestroyNotify destroy, GError **err,
  /external/bluetooth/bluez/health/
hdp_util.h 39 gpointer data, GDestroyNotify destroy,
45 GDestroyNotify destroy,
50 GDestroyNotify destroy,
  /external/qemu/
qobject.h 53 void (*destroy)(struct QObject *); member in struct:QType
98 assert(obj->type->destroy != NULL);
99 obj->type->destroy(obj);
qbool.c 22 .destroy = qbool_destroy_obj,
qfloat.c 22 .destroy = qfloat_destroy_obj,
qint.c 21 .destroy = qint_destroy_obj,
  /external/webkit/Source/WebCore/history/
CachedPage.cpp 66 destroy();
104 void CachedPage::destroy() function in class:WebCore::CachedPage
107 m_cachedMainFrame->destroy();
  /external/webkit/Source/WebCore/platform/qt/
SharedTimerQt.cpp 55 void destroy();
79 void SharedTimerQt::destroy() function in class:WebCore::SharedTimerQt
89 timer->connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()), SLOT(destroy()));
  /system/core/libcutils/
threads.c 32 thread_store_destruct_t destroy)
36 if (pthread_key_create( &store->tls, destroy) != 0) {
60 thread_store_destruct_t destroy )
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.cpp 83 // Destroy all of the scrollbar's RenderBoxes.
171 void RenderScrollbar::updateScrollbarParts(bool destroy)
173 updateScrollbarPart(ScrollbarBGPart, destroy);
174 updateScrollbarPart(BackButtonStartPart, destroy);
175 updateScrollbarPart(ForwardButtonStartPart, destroy);
176 updateScrollbarPart(BackTrackPart, destroy);
177 updateScrollbarPart(ThumbPart, destroy);
178 updateScrollbarPart(ForwardTrackPart, destroy);
179 updateScrollbarPart(BackButtonEndPart, destroy);
180 updateScrollbarPart(ForwardButtonEndPart, destroy);
    [all...]
BidiRun.cpp 40 void BidiRun::destroy() function in class:WebCore::BidiRun
70 // Stash size where destroy() can find it.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 86 newGroup.destroy();
115 newGroup.destroy();
122 newGroup.destroy();
159 tg.destroy();
163 * @tests java.lang.ThreadGroup#destroy()
166 // Test for method void java.lang.ThreadGroup.destroy()
173 // destroy them all
174 testRoot.destroy();
182 child.destroy();
195 // If we destroy the last daemon's child, the daemon should get destroye
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 62 * We should always be calling {@link ImapResponse#destroy()}, but it's here as a last resort.
67 destroy(); method
99 public void destroy() { method in class:ImapTempFileLiteral
108 super.destroy();
  /cts/tests/src/android/webkit/cts/
WebViewStubActivity.java 41 mWebView.destroy();
  /external/bluetooth/bluez/src/
glib-helper.h 29 bt_destroy_t destroy);
  /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/Source/WebCore/platform/win/
WindowMessageBroadcaster.h 57 void destroy();

Completed in 1948 milliseconds

12 3 4 5 6 7 8 91011>>