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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
xprt.h 90 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 87 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
extptr_allocator.h 109 void destroy(pointer __p) function in class:_ExtPtr_allocator
  /development/tools/emulator/opengl/tests/ut_renderer/
Renderer.cpp 85 if (i->second->destroy(m_nw)) {
125 if (i->second->destroy()) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 82 proc.destroy();
135 proc.destroy();
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 167 GTK_OBJECT_CLASS(gtk_chrome_link_button_parent_class)->destroy(object);
181 object_class->destroy = &gtk_chrome_link_button_destroy;
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 181 void (*destroy)(const struct xt_match *match, void *matchinfo, member in struct:xt_match
229 void (*destroy)(const struct xt_target *target, void *targinfo, member in struct:xt_target
  /external/llvm/include/llvm/Analysis/
CallGraph.h 155 virtual ~CallGraph() { destroy(); }
165 // destroy - Release memory for the call graph
166 virtual void destroy();
  /external/openssl/crypto/engine/
eng_list.c 340 dest->destroy = src->destroy;
  /external/srec/srec/Nametag/src/
NametagImpl.c 147 impl->Interface.destroy = &SR_Nametag_Destroy;
173 impl->Interface.destroy(&impl->Interface);
  /external/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /external/webkit/Source/WebCore/history/
CachedFrame.cpp 78 // CachedFrames should always have had destroy() called by their parent CachedPage
165 // 2 - It's much easier to destroy a CachedFrame while it resides in the PageCache if it is disconnected from its parent.
204 // 2 - destroy()'ed because the PageCache is pruning or the WebView was closed.
221 void CachedFrame::destroy() function in class:WebCore::CachedFrame
237 m_childFrames[i]->destroy();
  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 54 void InlineBox::destroy(RenderArena* renderArena) function in class:WebCore::InlineBox
77 // Stash size where destroy can find it.
136 destroy(arena);
RenderRubyRun.cpp 177 // Check if our base (if any) is now empty. If so, destroy it.
182 base->destroy();
185 // If any of the above leaves the run empty, destroy it as well.
189 destroy();
RenderTableRow.cpp 46 void RenderTableRow::destroy() function in class:WebCore::RenderTableRow
50 RenderBox::destroy();
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 73 void RenderSVGInlineText::destroy() function in class:WebCore::RenderSVGInlineText
78 RenderText::destroy();
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java 221 public void destroy() { method in class:ProgramVertexFixedFunction.Constants
222 mAlloc.destroy();
  /frameworks/base/opengl/libs/EGL/
egl_object.h 51 void destroy();
97 ref->destroy();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewTwoPane.java 177 public void destroy() { method in class:SearchActivityViewTwoPane
180 super.destroy();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 376 bullet.destroy();
377 obstacle.destroy();
387 mShip.destroy();
388 obstacle.destroy();
562 public void destroy() {
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 91 XdgMimeDestroy destroy; member in struct:XdgCallbackList
860 XdgMimeDestroy destroy)
870 list_el->destroy = destroy;
898 /* invoke the destroy handler */
899 (list->destroy) (list->data);
  /external/freetype/src/base/
ftglyph.c 407 /* if an error occurred, destroy the glyph */
508 FT_Bool destroy )
569 if ( !destroy && origin )
591 if ( destroy )

Completed in 890 milliseconds

<<11121314151617181920>>