HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 151 - 175 of 1765) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_rstime.java 38 pRS.destroy();
UT_rstypes.java 38 pRS.destroy();
  /packages/apps/Gallery2/src/com/android/photos/
FullscreenViewer.java 41 mTextureView.destroy();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 35 mRS.destroy();
59 mRS.destroy();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.h 75 void updateScrollbarParts(bool destroy = false);
78 void updateScrollbarPart(ScrollbarPart, bool destroy = false);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_decoder.h 58 * destroy this video decoder
60 void (*destroy)(struct pipe_video_decoder *decoder); member in struct:pipe_video_decoder
116 * destroy this video buffer
118 void (*destroy)(struct pipe_video_buffer *buffer); member in struct:pipe_video_buffer
146 * destroy the associated data
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
listfmt.h 64 void (*destroy) (/*@only@*/ yasm_listfmt *listfmt); member in struct:yasm_listfmt_module
117 ((yasm_listfmt_base *)listfmt)->module->destroy(listfmt)
  /external/clang/include/clang/Lex/
TokenLexer.h 131 ~TokenLexer() { destroy(); }
146 void destroy();
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 76 void destroy(T* p) { function in namespace:PR11339
81 template void destroy(int*); // expected-note{{in instantiation of function template specialization}}
  /external/jmonkeyengine/engine/src/test/jme3test/app/state/
TestAppStates.java 95 public void destroy(){ method in class:TestAppStates
96 super.destroy();
98 System.out.println("Destroy");
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 58 * destroy this video decoder
60 void (*destroy)(struct pipe_video_decoder *decoder); member in struct:pipe_video_decoder
116 * destroy this video buffer
118 void (*destroy)(struct pipe_video_buffer *buffer); member in struct:pipe_video_buffer
146 * destroy the associated data
  /libcore/luni/src/test/java/tests/api/java/lang/
Process2Test.java 64 process.destroy();
84 erProcess.destroy();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
destroy.pass.cpp 15 // template <class T> void destroy(T* p);
46 a.destroy(s);
63 a.destroy(s);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_spin.hpp 79 // destroy() is called when weak_count_ drops to zero.
81 virtual void destroy() // nothrow function in class:boost::detail::sp_counted_base
116 destroy();
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 74 public void destroy() { method in class:PreloadedTabControl
75 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.destroy");
77 mTab.destroy();
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 52 public void destroy() { method in class:ImapMemoryLiteral
54 super.destroy();
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pixmap.c 53 .destroy = pixmap_destroy
143 d->destroy(d);
152 d->destroy(d);
162 d->destroy(d);
174 d->destroy(d);
  /external/mesa3d/src/glx/apple/
apple_glx_pixmap.c 53 .destroy = pixmap_destroy
143 d->destroy(d);
152 d->destroy(d);
162 d->destroy(d);
174 d->destroy(d);
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java 39 private Destroy destroy; field in class:MUCOwner
55 * Returns a request to the server to destroy a room. The sender of the request
56 * should be the room's owner. If the sender of the destroy request is not the room's owner
59 * @return a request to the server to destroy a room.
61 public Destroy getDestroy() {
62 return destroy;
66 * Sets a request to the server to destroy a room. The sender of the request
67 * should be the room's owner. If the sender of the destroy request is not the room's owner
70 * @param destroy the request to the server to destroy a room
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
context.c 258 pipe->destroy(pipe);
266 context_priv->decoder->destroy(context_priv->decoder);
267 pipe->destroy(pipe);
276 context_priv->decoder->destroy(context_priv->decoder);
277 pipe->destroy(pipe);
329 context_priv->decoder->destroy(context_priv->decoder);
332 context_priv->pipe->destroy(context_priv->pipe);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java 129 logger.log(Level.INFO, "EDT: Telling OGL to destroy display ..");
237 Mouse.destroy();
241 Keyboard.destroy();
330 pbuffer.destroy();
354 pbuffer.destroy();
378 * by destroying keyboard in by Display.destroy() or Display.setParent(null).
379 * Therefore Keyboard.destroy() should precede any of these calls.
384 Keyboard.destroy();
400 Display.destroy();
413 // Destroy pbuffer.
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 258 pipe->destroy(pipe);
266 context_priv->decoder->destroy(context_priv->decoder);
267 pipe->destroy(pipe);
276 context_priv->decoder->destroy(context_priv->decoder);
277 pipe->destroy(pipe);
329 context_priv->decoder->destroy(context_priv->decoder);
332 context_priv->pipe->destroy(context_priv->pipe);
  /external/libsepol/src/
hashtab.c 104 void (*destroy) (hashtab_key_t k,
129 if (destroy)
130 destroy(cur->key, cur->datum, args);
137 void (*destroy) (hashtab_key_t k,
155 if (destroy)
156 destroy(cur->key, cur->datum, args);
248 void (*destroy) (hashtab_key_t k,
273 if (destroy)
274 destroy(temp->key, temp->datum, args);
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
FontTest.java 41 F.destroy();
51 F.destroy();
61 F.destroy();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 70 $(this).dialog('destroy');
73 $(this).dialog('destroy');
86 $(this).dialog('destroy');
90 $(this).dialog('destroy');
105 $(this).dialog('destroy');
108 $(this).dialog('destroy');

Completed in 511 milliseconds

1 2 3 4 5 67 8 91011>>