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

1 2 3 4 5 6 7 8 91011>>

  /external/srec/srec/Nametag/src/
NametagsImpl.c 55 impl->Interface.destroy = &SR_NametagsDestroyImpl;
68 impl->Interface.destroy(&impl->Interface);
118 CHKLOG(rc, oldNametag->destroy(oldNametag));
188 newNametag->destroy(newNametag);
393 CHKLOG(rc, nametag->destroy(nametag));
400 list->destroy(list);
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 146 abstract void destroy(boolean full); method in class:HardwareRenderer
472 * Checks for OpenGL errors. If an error has occured, {@link #destroy(boolean)}
489 destroy(true);
508 destroy(true);
659 // In case we need to destroy an existing surface
707 void destroy(boolean full) { method in class:HardwareRenderer.GlRenderer
1015 void destroy(boolean full) { method in class:HardwareRenderer.Gl20Renderer
    [all...]
  /external/freetype/src/base/
ftutil.c 387 FT_List_Destructor destroy,
401 if ( destroy )
402 destroy( memory, data, user );
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 230 /* each nbest list entry has an ArrayList of Semantic Results... need to destroy them too */
250 CHKLOG(rc, semanticResult->destroy(semanticResult));
253 CHKLOG(rc, semanticList->destroy(semanticList));
255 CHKLOG(rc, impl->results->destroy(impl->results));
  /libcore/luni/src/main/java/java/lang/
ThreadGroup.java 195 * to destroy a {@code ThreadGroup} that has no threads in it. Any daemon
203 public final void destroy() { method in class:ThreadGroup
221 groups.get(0).destroy(); method
238 * @see #destroy
248 destroy(); method
431 * @see #destroy
441 * @see #destroy
559 * @see #destroy
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 189 childGroup.destroy();
268 tg.destroy();
277 testRoot.destroy();
  /bionic/libc/kernel/common/linux/sunrpc/
xprt.h 90 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
  /dalvik/vm/
IndirectRefTable.h 318 void destroy();
  /development/ndk/platforms/android-3/include/linux/sunrpc/
xprt.h 90 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 113 XdgMimeDestroy destroy);
  /external/freetype/include/freetype/internal/
pshints.h 63 PSH_Globals_DestroyFunc destroy; member in struct:PSH_Globals_FuncsRec_
  /external/kernel-headers/original/linux/sunrpc/
auth.h 100 void (*destroy)(struct rpc_auth *); member in struct:rpc_authops
  /external/llvm/include/llvm/
Metadata.h 97 /// DestroyFlag - This bit is set by destroy() so the destructor can assert
165 // destroy - Delete this node. Only when there are no uses.
166 void destroy();
207 /// ~NamedMDNode - Destroy NamedMDNode.
  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 79 // Destroy MDNodes. ~MDNode can move and remove nodes between the MDNodeSet
89 (*I)->destroy();
92 // Destroy MDStrings.
  /external/openssl/crypto/engine/
eng_int.h 175 ENGINE_GEN_INT_FUNC_PTR destroy; member in struct:engine_st
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 80 local int destroy OF((gz_stream *s));
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
355 local int destroy (s) function
965 return destroy((gz_stream*)file);
971 return destroy((gz_stream*)file);
  /external/qemu/
qlist.c 22 .destroy = qlist_destroy_obj,
  /external/srec/portable/include/
plog.h 91 void(*destroy)(struct PLogger_t *self); member in struct:PLogger_t
  /external/srec/shared/include/
HashMap.h 151 ESR_ReturnCode(*destroy)(struct HashMap_t* self); member in struct:HashMap_t
  /external/srec/srec/EventLog/src/
EventLog.c 33 return self->destroy(self);
  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 66 void destroy(); // JSGlobalData must call destroy() before ~Heap().
MarkedSpace.h 59 void destroy();
  /external/webkit/Source/WebCore/manual-tests/resources/
ArrayParameterTestApplet.java 25 public void destroy() method in class:ArrayParameterTestApplet
  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 64 m_marker->destroy();
69 void RenderListItem::destroy() function in class:WebCore::RenderListItem
72 m_marker->destroy();
75 RenderBlock::destroy();
RenderTableSection.h 129 virtual void destroy();

Completed in 1273 milliseconds

1 2 3 4 5 6 7 8 91011>>