HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 1 - 25 of 398) 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
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
Destroyable.java 34 void destroy() throws DestroyFailedException; method in interface:Destroyable
  /dalvik/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 46 GDestroyNotify destroy);
50 GDestroyNotify destroy);
54 GDestroyNotify destroy);
58 GDestroyNotify destroy);
62 void *user_data, GDestroyNotify destroy);
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_auto_ptr.h 119 alloc.destroy(_Ptr);
143 alloc.destroy(_Ptr);
185 alloc.destroy(_Ptr);
200 alloc.destroy(ptr);
209 alloc.destroy(_Ptr);
228 alloc.destroy(_Ptr);
  /external/webkit/WebCore/manual-tests/resources/
ArrayParameterTestApplet.class 
  /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/opencore/oscl/oscl/osclbase/src/
oscl_vector.cpp 53 destroy(oldmem, increment_T(oldmem, numelems));
99 pOpaqueType->destroy(end());
113 pOpaqueType->destroy(increment_T(elems, i - 1));
135 pOpaqueType->destroy(previous);
148 pOpaqueType->destroy(pos);
160 destroy(first, last);
173 destroy(begin(), end());
182 destroy(i, end());
192 OSCL_EXPORT_REF void Oscl_Vector_Base::destroy() function in class:Oscl_Vector_Base
196 destroy(begin(), end())
233 void Oscl_Vector_Base::destroy(OsclAny* first, OsclAny* last) function in class:Oscl_Vector_Base
    [all...]
oscl_opaque_type.h 59 * Destroy element at p.
61 virtual void destroy(OsclAny* p) = 0;
116 * Destroy element at p.
118 virtual void destroy(OsclAny* p) = 0;
  /dalvik/libcore/security/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/bluetooth/bluez/common/
glib-helper.h 31 bt_callback_t cb, void *user_data, bt_destroy_t destroy);
35 bt_destroy_t destroy);
btio.h 77 GDestroyNotify destroy, GError **err);
86 gpointer user_data, GDestroyNotify destroy,
91 GDestroyNotify destroy, GError **err,
  /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();
  /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);
  /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 882 milliseconds

1 2 3 4 5 6 7 8 91011>>