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

1 2 3 4 5 67 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 169 tg.destroy();
188 tg.destroy();
202 foo.destroy();
255 tg.destroy();
278 * @tests java.lang.Thread#destroy()
283 new Thread().destroy();
357 mytg.destroy();
370 tg.destroy();
428 tg.destroy();
892 tg.destroy();
    [all...]
  /external/bluetooth/glib/glib/
gthread.c 80 GDestroyNotify destroy; member in struct:_GStaticPrivateNode
480 if (node->destroy)
483 GDestroyNotify ddestroy = node->destroy;
486 node->destroy = notify;
493 node->destroy = notify;
522 GDestroyNotify ddestroy = node->destroy;
525 node->destroy = NULL;
555 if (node->destroy)
556 node->destroy (node->data);
  /external/bluetooth/bluez/src/
glib-helper.c 117 bt_destroy_t destroy; member in struct:search_context
129 if (ctxt->destroy)
130 ctxt->destroy(ctxt->user_data);
312 bt_destroy_t destroy)
325 ctxt->destroy = destroy;
  /external/bluetooth/glib/gio/
gmemoryoutputstream.c 56 GDestroyNotify destroy; member in struct:_GMemoryOutputStreamPrivate
139 if (priv->destroy)
140 priv->destroy (priv->data);
170 * @destroy: a function to be called on @data when the stream is finalized,
194 GDestroyNotify destroy)
206 priv->destroy = destroy;
  /external/webkit/Source/WebCore/rendering/
RenderObjectChildList.cpp 54 firstChild()->destroy();
56 // Destroy any anonymous children remaining in the render tree, as well as implicit (shadow) DOM elements like those used in the engine-based text fields.
59 firstChild()->destroy();
359 child->destroy();
457 generatedContentContainer->destroy();
458 renderer->destroy();
466 renderer->destroy();
  /external/speex/libspeex/
jitter.c 148 void (*destroy) (void *); /**< Callback for destroying a packet */ member in struct:JitterBuffer_
286 jitter->destroy = NULL;
304 if (jitter->destroy)
305 jitter->destroy(jitter->packets[i].data);
327 /** Destroy jitter buffer */
383 if (jitter->destroy)
384 jitter->destroy(jitter->packets[i].data);
433 if (jitter->destroy)
434 jitter->destroy(jitter->packets[i].data);
442 if (jitter->destroy)
    [all...]
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrivateCredentialTest.java 170 cred.destroy();
176 cred.destroy();
  /external/bluetooth/bluez/gdbus/
object.c 52 GDBusDestroyFunction destroy; member in struct:interface_data
504 GDBusDestroyFunction destroy)
514 iface->destroy = destroy;
562 if (iface->destroy)
563 iface->destroy(iface->user_data);
678 GDBusDestroyFunction destroy)
692 properties, user_data, destroy);
  /external/qemu/android/
looper.h 96 void (*destroy) (Looper* looper); member in struct:Looper
330 /* Destroy a given looper object. Only works for those created
340 looper->destroy(looper);
  /external/qemu/audio/
audio.h 63 void (*destroy) (void *opaque); member in struct:audio_capture_ops
68 void (*destroy) (void *opaque); member in struct:capture_ops
wavcapture.c 80 .destroy = wav_capture_destroy,
121 ops.destroy = wav_destroy;
  /external/srec/portable/src/
PFileImpl.c 48 impl->Interface.destroy = &PFileDestroyImpl;
77 self->destroy(self);
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 138 impl->Interface.destroy = &SR_SemanticProcessor_Destroy;
148 impl->Interface.destroy(&impl->Interface);
691 I do not want memory destroy problems */
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.cpp 46 void MarkedSpace::destroy() function in class:JSC::MarkedSpace
71 MarkedBlock::destroy(block);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.cpp 59 void RenderSVGResourceContainer::destroy() function in class:WebCore::RenderSVGResourceContainer
62 RenderSVGHiddenContainer::destroy();
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 115 static void destroy(JNIEnv* env, jobject clazz, PathMeasurePair* pair) { function in class:android::SkPathMeasureGlue
129 {"native_destroy", "(I)V", (void*) SkPathMeasureGlue::destroy }
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 142 public void destroy() { method in class:PreloadedTabControl
143 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.destroy");
145 mTab.destroy();
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 169 mEngine.destroy();
214 engine.destroy();
  /bionic/libc/kernel/common/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /dalvik/tests/071-dexfile/src/
Main.java 58 p.destroy();
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererContext.h 43 int destroy();
RendererSurface.cpp 102 int RendererSurface::destroy(NativeWindowing *nw) function in class:RendererSurface
  /external/bluetooth/bluez/attrib/
gattrib.h 53 GDestroyNotify destroy, gpointer user_data);
  /external/javassist/sample/rmi/
CountApplet.java 47 public void destroy() { method in class:CountApplet

Completed in 595 milliseconds

1 2 3 4 5 67 8 91011>>