HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 76 - 100 of 400) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/freetype/include/freetype/
ftglyph.h 439 /* destroy :: A boolean that indicates that the original glyph */
    [all...]
  /external/srec/portable/include/
PFileSystem.h 67 ESR_ReturnCode(*destroy)(struct PFileSystem_t* self); member in struct:PFileSystem_t
  /external/srec/shared/include/
IntArrayList.h 114 ESR_ReturnCode(*destroy)(struct IntArrayList_t* self); member in struct:IntArrayList_t
  /external/srec/shared/src/
IntArrayList.c 84 return self->destroy(self);
  /external/srec/srec/AcousticModels/src/
AcousticModels.c 33 return self->destroy(self);
  /external/srec/srec/Session/src/
SR_Session.c 77 CHKLOG(rc, eventLog->destroy(eventLog));
  /external/srec/srec/Vocabulary/include/
SR_Vocabulary.h 75 ESR_ReturnCode(*destroy)(struct SR_Vocabulary_t* self); member in struct:SR_Vocabulary_t
  /external/srec/tools/make_g2g/
make_g2g.c 124 grammar->destroy(grammar);
  /external/webkit/WebCore/bindings/v8/
V8IsolatedContext.cpp 82 void V8IsolatedContext::destroy() function in class:WebCore::V8IsolatedContext
  /external/webkit/WebCore/history/
CachedFrame.h 76 void destroy();
  /external/webkit/WebCore/rendering/
RenderTableRow.h 50 virtual void destroy();
RenderWidget.h 62 virtual void destroy();
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 49 * <li>Destroy the <code>Recognizer</code>.
99 * // destroy the Recognizer
100 * recognizer.destroy();
237 public void destroy() { method in class:Recognizer.Grammar
250 destroy(); method
251 throw new IllegalStateException("someone forgot to destroy Grammar");
403 public void destroy() { method in class:Recognizer
430 destroy(); method
431 throw new IllegalStateException("someone forgot to destroy Recognizer");
  /frameworks/base/services/surfaceflinger/
LayerBuffer.h 50 virtual void destroy() { } function in class:android::LayerBuffer::Source
135 virtual void destroy() { } function in class:android::LayerBuffer::BufferSource
159 virtual void destroy();
164 virtual void destroy() { function in class:android::LayerBuffer::OverlaySource::OverlayChannel
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 47 * <code>destroy()<code>
75 method = "destroy",
89 ksPWP.destroy();
  /system/core/include/cutils/
threads.h 69 thread_store_destruct_t destroy);
  /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/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/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/bluetooth/bluez/gdbus/
object.c 52 GDBusDestroyFunction destroy; member in struct:interface_data
336 GDBusDestroyFunction destroy)
346 iface->destroy = destroy;
395 if (iface->destroy)
396 iface->destroy(iface->user_data);
511 GDBusDestroyFunction destroy)
525 properties, user_data, destroy);
  /external/bluetooth/bluez/src/
glib-helper.c 147 bt_destroy_t destroy; member in struct:search_context
159 if (ctxt->destroy)
160 ctxt->destroy(ctxt->user_data);
340 bt_destroy_t destroy)
353 ctxt->destroy = destroy;
362 bt_callback_t cb, void *user_data, bt_destroy_t destroy)
368 return bt_search_service(src, dst, &uuid, cb, user_data, destroy);
  /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...]

Completed in 436 milliseconds

1 2 34 5 6 7 8 91011>>