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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p20.cpp 4 void destroy(T* ptr) { function
11 destroy(&lambda);
  /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();
89 void destroy() { method in class:GLES20Layer.Finalizer
  /external/libsepol/tests/policies/test-deps/
modreq-obj-global.conf 4 class sem { create destroy };
12 allow mod_foo_t mod_bar_t : sem { create destroy };
modreq-obj-opt.conf 14 class sem { create destroy };
19 allow mod_foo_t mod_bar_t : sem { create destroy };
  /libcore/luni/src/main/java/javax/security/auth/
Destroyable.java 34 void destroy() throws DestroyFailedException; method in interface:Destroyable
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
Input.java 60 public void destroy(); method in interface:Input
65 * @see #destroy()
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java 73 * initialize() has been called or after destroy() has been called.
80 * initialize() has been called or after destroy() has been called.
98 public void destroy(); method in interface:SystemListener
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfoFactory.h 30 void destroy(entry_type* pEntry);
ELFSegmentFactory.h 36 /// destroy - destruct the ELF segment
37 void destroy(ELFSegment*& pSegment);
  /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/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();
  /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();
  /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;
  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 35 /// destroy - destruct the ELF segment
36 void ELFSegmentFactory::destroy(ELFSegment*& pSegment) function in class:ELFSegmentFactory
  /external/bluetooth/glib/gio/
gmemoryinputstream.h 74 GDestroyNotify destroy);
78 GDestroyNotify destroy);
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestBareBonesApp.java 85 public void destroy(){ method in class:TestBareBonesApp
86 super.destroy();
88 System.out.println("Destroy");
  /external/llvm/lib/Support/
ManagedStatic.cpp 59 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
67 // Destroy memory.
75 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
78 StaticList->destroy();

Completed in 3290 milliseconds

1 2 3 4 5 6 7 8 91011>>