Searched refs:destroy (Results 176 - 200 of 434) sorted by relevance

1234567891011>>

/external/srec/portable/include/
H A Dplog.h91 void(*destroy)(struct PLogger_t *self); member in struct:PLogger_t
/external/srec/shared/include/
H A DHashMap.h151 ESR_ReturnCode(*destroy)(struct HashMap_t* self); member in struct:HashMap_t
/external/srec/srec/EventLog/src/
H A DEventLog.c33 return self->destroy(self);
/external/webkit/Source/WebCore/loader/
H A DWorkerThreadableLoader.h103 void destroy();
/external/webkit/Source/WebCore/manual-tests/resources/
H A DArrayParameterTestApplet.java25 public void destroy() method in class:ArrayParameterTestApplet
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapper.h52 virtual void destroy() = 0;
/external/webkit/Source/WebCore/rendering/
H A DRenderListItem.cpp64 m_marker->destroy();
69 void RenderListItem::destroy() function in class:WebCore::RenderListItem
72 m_marker->destroy();
75 RenderBlock::destroy();
H A DInlineBox.cpp54 void InlineBox::destroy(RenderArena* renderArena) function in class:WebCore::InlineBox
77 // Stash size where destroy can find it.
136 destroy(arena);
H A DRenderRubyRun.cpp177 // 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();
H A DRenderTableRow.cpp46 void RenderTableRow::destroy() function in class:WebCore::RenderTableRow
50 RenderBox::destroy();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.h62 virtual void destroy();
H A DRenderSVGInlineText.cpp73 void RenderSVGInlineText::destroy() function in class:WebCore::RenderSVGInlineText
78 RenderText::destroy();
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPlugin.h74 virtual void destroy() = 0;
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c80 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/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Exec.java82 proc.destroy();
135 proc.destroy();
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_link_button.cc167 GTK_OBJECT_CLASS(gtk_chrome_link_button_parent_class)->destroy(object);
181 object_class->destroy = &gtk_chrome_link_button_destroy;
/external/harfbuzz_ng/src/
H A Dhb-shape-plan.cc161 hb_destroy_func_t destroy,
164 return hb_object_set_user_data (shape_plan, key, data, destroy, replace);
158 hb_shape_plan_set_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglDisplay.java103 Display.destroy();
152 Display.destroy();
154 listener.handleError("Failed to destroy context", ex);
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h181 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/
H A DCallGraph.h155 virtual ~CallGraph() { destroy(); }
165 // destroy - Release memory for the call graph
166 virtual void destroy();
/external/openssl/crypto/engine/
H A Deng_list.c340 dest->destroy = src->destroy;
/external/smack/src/org/jivesoftware/smackx/
H A DMessageEventManager.java300 public void destroy() { method in class:MessageEventManager
307 destroy();
/external/srec/srec/Nametag/src/
H A DNametagImpl.c147 impl->Interface.destroy = &SR_Nametag_Destroy;
173 impl->Interface.destroy(&impl->Interface);
/external/stlport/stlport/stl/
H A D_construct.h278 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/
H A DCachedFrame.cpp78 // 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();

Completed in 4619 milliseconds

1234567891011>>