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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
BidiRun.h 45 void destroy();
RenderScrollbar.h 78 void updateScrollbarParts(bool destroy = false);
81 void updateScrollbarPart(ScrollbarPart, bool destroy = false);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInline.h 56 virtual void destroy();
RenderSVGBlock.cpp 77 void RenderSVGBlock::destroy() function in class:WebCore::RenderSVGBlock
80 RenderBlock::destroy();
RenderSVGModelObject.cpp 84 void RenderSVGModelObject::destroy() function in class:WebCore::RenderSVGModelObject
87 RenderObject::destroy();
  /frameworks/base/libs/rs/
rs_hal.h 106 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon14761::__anon14762
111 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon14761::__anon14763
162 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon14761::__anon14764
168 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon14761::__anon14765
175 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon14761::__anon14766
182 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon14761::__anon14767
188 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon14761::__anon14768
193 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon14761::__anon14769
199 void (*destroy)(const Context *rsc, const FBOCache *fb); member in struct:android::renderscript::__anon14761::__anon14770
  /frameworks/base/opengl/libs/EGL/
egl_object.cpp 52 void egl_object_t::destroy() { function in class:android::egl_object_t
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_fp_mad.java 38 pRS.destroy();
UT_math.java 38 pRS.destroy();
UT_rsdebug.java 38 pRS.destroy();
UT_rstime.java 38 pRS.destroy();
UT_rstypes.java 38 pRS.destroy();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 35 mRS.destroy();
59 mRS.destroy();
FontTest.java 41 F.destroy();
51 F.destroy();
61 F.destroy();
  /external/clang/include/clang/Lex/
TokenLexer.h 130 ~TokenLexer() { destroy(); }
145 void destroy();
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 31 ~BitmapTextureQt() { destroy(); }
32 virtual void destroy();
  /libcore/luni/src/test/java/tests/api/java/lang/
Process2Test.java 64 process.destroy();
84 erProcess.destroy();
ProcessTest.java 61 proc.destroy();
100 proc.destroy();
126 process.destroy();
154 process.destroy();
176 public void destroy() { method in class:ProcessTest.ProcessClass
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 53 public void destroy() { method in class:ImapMemoryLiteral
55 super.destroy();
  /external/bluetooth/bluez/gdbus/
gdbus.h 51 void *user_data, DBusFreeFunction destroy);
119 GDBusDestroyFunction destroy);
161 void *user_data, GDBusDestroyFunction destroy);
164 void *user_data, GDBusDestroyFunction destroy);
169 GDBusDestroyFunction destroy);
  /external/bluetooth/bluez/health/
mcap_lib.h 125 GDestroyNotify destroy,
130 GDestroyNotify destroy,
135 GDestroyNotify destroy,
140 GDestroyNotify destroy,
147 GDestroyNotify destroy,
152 GDestroyNotify destroy,
168 GDestroyNotify destroy,
  /external/clang/test/SemaTemplate/
member-template-access-expr.cpp 39 void destroy();
44 B<T>::destroy() function in class:B
50 b.destroy();
  /external/webkit/Source/WebCore/platform/win/
WindowMessageBroadcaster.cpp 95 destroy();
98 void WindowMessageBroadcaster::destroy() function in class:WebCore::WindowMessageBroadcaster
125 broadcaster->destroy();
  /external/webkit/Source/WebKit/chromium/public/
WebVector.h 68 destroy();
111 destroy();
173 void destroy()
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererSurface.h 37 int destroy(NativeWindowing *nw);

Completed in 598 milliseconds

1 23 4 5 6 7 8 91011>>