Searched refs:destroy (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp20.cpp4 void destroy(T* ptr) { function
11 destroy(&lambda);
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-obj-global.conf4 class sem { create destroy };
12 allow mod_foo_t mod_bar_t : sem { create destroy };
H A Dmodreq-obj-opt.conf14 class sem { create destroy };
19 allow mod_foo_t mod_bar_t : sem { create destroy };
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInput.java60 public void destroy(); method in interface:Input
65 * @see #destroy()
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DSystemListener.java73 * 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
/external/webkit/Source/WebCore/manual-tests/resources/
H A DArrayParameterTestApplet.class ... void init () public void start () public void stop () public void destroy () public void arrayFunction (java.lang.String[]) public void ...
/external/webkit/Source/WebCore/rendering/
H A DRenderSummary.cpp33 void RenderSummary::destroy() function in class:WebCore::RenderSummary
39 RenderBlock::destroy();
H A DRenderSummary.h34 virtual void destroy();
H A DRenderTextFragment.cpp71 void RenderTextFragment::destroy() function in class:WebCore::RenderTextFragment
74 m_firstLetter->destroy();
75 RenderText::destroy();
83 m_firstLetter->destroy();
H A DRenderScrollbar.cpp171 void RenderScrollbar::updateScrollbarParts(bool destroy) argument
173 updateScrollbarPart(ScrollbarBGPart, destroy);
174 updateScrollbarPart(BackButtonStartPart, destroy);
175 updateScrollbarPart(ForwardButtonStartPart, destroy);
176 updateScrollbarPart(BackTrackPart, destroy);
177 updateScrollbarPart(ThumbPart, destroy);
178 updateScrollbarPart(ForwardTrackPart, destroy);
179 updateScrollbarPart(BackButtonEndPart, destroy);
180 updateScrollbarPart(ForwardButtonEndPart, destroy);
181 updateScrollbarPart(TrackBGPart, destroy);
227 updateScrollbarPart(ScrollbarPart partType, bool destroy) argument
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestBareBonesApp.java85 public void destroy(){ method in class:TestBareBonesApp
86 super.destroy();
/external/llvm/lib/Support/
H A DManagedStatic.cpp59 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
75 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
78 StaticList->destroy();
/external/webkit/Source/WebCore/platform/
H A DThreadGlobalData.cpp81 destroy();
84 void ThreadGlobalData::destroy() function in class:WebCore::ThreadGlobalData
/external/jmonkeyengine/engine/src/core/com/jme3/input/dummy/
H A DDummyInput.java60 public void destroy() { method in class:DummyInput
/external/srec/srec/Nametag/include/
H A DSR_NametagDefs.h90 ESR_ReturnCode (*destroy)(struct SR_Nametag_t* self); member in struct:SR_Nametag_t
/external/webkit/Source/WebKit/chromium/public/
H A DWebMessagePortChannel.h45 // is signalled that its not needed anymore with the destroy() call.
49 virtual void destroy() = 0;
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Deventhistory.ui.h8 ** Instead, write your code in functions called init() and destroy().
18 void EventHistory::destroy() function in class:EventHistory
/external/qemu/
H A Dqobject.h53 void (*destroy)(struct QObject *); member in struct:QType
98 assert(obj->type->destroy != NULL);
99 obj->type->destroy(obj);
H A Dqbool.c22 .destroy = qbool_destroy_obj,
H A Dqfloat.c22 .destroy = qfloat_destroy_obj,
H A Dqint.c21 .destroy = qint_destroy_obj,
/external/webkit/Source/WebCore/history/
H A DCachedPage.cpp66 destroy();
104 void CachedPage::destroy() function in class:WebCore::CachedPage
107 m_cachedMainFrame->destroy();
/external/webkit/Source/WebCore/platform/qt/
H A DSharedTimerQt.cpp55 void destroy();
79 void SharedTimerQt::destroy() function in class:WebCore::SharedTimerQt
89 timer->connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()), SLOT(destroy()));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadGroupTest.java86 newGroup.destroy();
115 newGroup.destroy();
122 newGroup.destroy();
159 tg.destroy();
163 * @tests java.lang.ThreadGroup#destroy()
166 // Test for method void java.lang.ThreadGroup.destroy()
173 // destroy them all
174 testRoot.destroy();
182 child.destroy();
195 // If we destroy th
[all...]
/external/libsepol/include/sepol/policydb/
H A Dhashtab.h67 Applies the specified destroy function to (key,datum,args) for
74 void (*destroy) (hashtab_key_t k,
81 then the specified destroy function is applied to (key,datum,args)
88 void (*destroy) (hashtab_key_t k,
124 destroy function will be applied to (key,datum,args).
130 void (*destroy) (hashtab_key_t k,

Completed in 454 milliseconds

1234567891011>>