HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 1 - 25 of 618) 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
GLES20Layer.java 56 void destroy() { method in class:GLES20Layer
58 mFinalizer.destroy();
82 void destroy() { method in class:GLES20Layer.Finalizer
  /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 40 * process should be closed by calling {@link #destroy}. This will kill the
56 * process.destroy();
65 public abstract void destroy(); method in class:Process
  /external/bluetooth/bluez/src/
agent.h 46 GDestroyNotify destroy);
50 GDestroyNotify destroy);
54 GDestroyNotify destroy);
58 GDestroyNotify destroy);
62 void *user_data, GDestroyNotify destroy);
66 void *user_data, GDestroyNotify destroy);
  /external/llvm/lib/Support/
ManagedStatic.cpp 52 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
60 // Destroy memory.
68 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
71 StaticList->destroy();
  /external/webkit/Source/WebCore/manual-tests/resources/
ArrayParameterTestApplet.class 
  /external/webkit/Source/WebCore/rendering/
RenderSummary.cpp 33 void RenderSummary::destroy() function in class:WebCore::RenderSummary
39 RenderBlock::destroy();
RenderSummary.h 34 virtual void destroy();
RenderTextFragment.cpp 71 void RenderTextFragment::destroy() function in class:WebCore::RenderTextFragment
74 m_firstLetter->destroy();
75 RenderText::destroy();
83 m_firstLetter->destroy();
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyableTest.java 33 * javax.security.auth.Destroyable#destroy()
40 md.destroy();
54 public void destroy() throws DestroyFailedException { method in class:DestroyableTest.myDestroyable
  /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();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 38 mRS.destroy();
RSBaseGraphics.java 39 mRS.destroy();
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGBlock.h 41 virtual void destroy();
  /external/webkit/Source/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);
  /external/webkit/Source/WebCore/platform/
ThreadGlobalData.cpp 81 destroy();
84 void ThreadGlobalData::destroy() function in class:WebCore::ThreadGlobalData
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 31 void destroy();
  /frameworks/base/core/java/android/webkit/
WebViewFragment.java 45 mWebView.destroy();
86 mWebView.destroy();
  /external/collada/include/dae/
daeAtomicType.h 96 * as a pointer. The return value must be freed by calling destroy.
97 * @return Returns a pointer to a new value. The memory must be freed by calling destroy.
105 virtual void destroy(daeMemoryRef obj) = 0;
345 virtual void destroy(daeMemoryRef obj);
368 virtual void destroy(daeMemoryRef obj);
391 virtual void destroy(daeMemoryRef obj);
414 virtual void destroy(daeMemoryRef obj);
437 virtual void destroy(daeMemoryRef obj);
460 virtual void destroy(daeMemoryRef obj);
485 virtual void destroy(daeMemoryRef obj)
    [all...]
  /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/Source/WebCore/history/
CachedPage.h 44 void 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

Completed in 1637 milliseconds

1 2 3 4 5 6 7 8 91011>>