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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/
SurfaceSession.java 33 * Unlike destroy(), after this call any surfaces that were created
41 destroy(); method
45 private native void destroy(); method in class:SurfaceSession
  /libcore/luni/src/main/java/javax/security/auth/
Destroyable.java 34 void destroy() throws DestroyFailedException; method in interface:Destroyable
  /libcore/luni/src/main/java/java/lang/
Process.java 35 abstract public void destroy(); method in class:Process
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 28 void destroy();
  /external/bluetooth/bluez/src/
agent.h 51 GDestroyNotify destroy);
55 GDestroyNotify destroy);
59 GDestroyNotify destroy);
63 GDestroyNotify destroy);
67 GDestroyNotify destroy);
71 void *user_data, GDestroyNotify destroy);
75 void *user_data, GDestroyNotify destroy);
glib-helper.h 31 bt_callback_t cb, void *user_data, bt_destroy_t destroy);
35 bt_destroy_t destroy);
btio.h 78 GDestroyNotify destroy, GError **err);
87 gpointer user_data, GDestroyNotify destroy,
92 GDestroyNotify destroy, GError **err,
  /external/webkit/WebCore/manual-tests/resources/
ArrayParameterTestApplet.class 
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 51 @Override public void destroy() {
52 // Don't call super.destroy().
88 public void destroy() { method in class:ImapElement
ImapSimpleString.java 35 public void destroy() { method in class:ImapSimpleString
37 super.destroy();
  /external/webkit/WebCore/rendering/
RenderTextFragment.cpp 56 void RenderTextFragment::destroy() function in class:WebCore::RenderTextFragment
59 m_firstLetter->destroy();
60 RenderText::destroy();
68 m_firstLetter->destroy();
RenderScrollbar.cpp 64 // Destroy all of the scrollbar's RenderBoxes.
141 void RenderScrollbar::updateScrollbarParts(bool destroy)
143 updateScrollbarPart(ScrollbarBGPart, destroy);
144 updateScrollbarPart(BackButtonStartPart, destroy);
145 updateScrollbarPart(ForwardButtonStartPart, destroy);
146 updateScrollbarPart(BackTrackPart, destroy);
147 updateScrollbarPart(ThumbPart, destroy);
148 updateScrollbarPart(ForwardTrackPart, destroy);
149 updateScrollbarPart(BackButtonEndPart, destroy);
150 updateScrollbarPart(ForwardButtonEndPart, destroy);
    [all...]
  /external/webkit/WebKit/chromium/public/
WebMessagePortChannel.h 45 // is signalled that its not needed anymore with the destroy() call.
49 virtual void destroy() = 0;
  /external/bluetooth/glib/gio/
gmemoryinputstream.h 74 GDestroyNotify destroy);
78 GDestroyNotify destroy);
  /frameworks/base/libs/ui/
IOverlay.cpp 29 DESTROY = IBinder::FIRST_CALL_TRANSACTION, // one-way transaction
40 virtual void destroy() function in class:android::BpOverlay
44 remote()->transact(DESTROY, data, &reply, IBinder::FLAG_ONEWAY);
56 case DESTROY: {
58 destroy();
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyableTest.java 39 * @tests javax.security.auth.Destroyable#destroy()
46 method = "destroy",
60 md.destroy();
74 public void destroy() throws DestroyFailedException { method in class:DestroyableTest.myDestroyable
  /external/srec/srec/Nametag/include/
SR_NametagDefs.h 90 ESR_ReturnCode (*destroy)(struct SR_Nametag_t* self); member in struct:SR_Nametag_t
  /external/webkit/WebCore/history/
CachedPage.h 44 void destroy();
CachedPage.cpp 64 destroy();
94 void CachedPage::destroy() function in class:WebCore::CachedPage
97 m_cachedMainFrame->destroy();
  /external/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_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
  /frameworks/base/include/ui/
IOverlay.h 35 virtual void destroy() = 0; // one-way
  /system/vold/
Devmapper.h 29 static int destroy(const char *name);
  /external/qemu/
qobject.h 53 void (*destroy)(struct QObject *); member in struct:QType
98 assert(obj->type->destroy != NULL);
99 obj->type->destroy(obj);
  /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 )

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>