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

1 2 3 4 5 6 7 891011>>

  /external/srec/shared/src/
IntArrayListImpl.c 40 impl->Interface.destroy = &IntArrayList_Destroy;
  /external/srec/srec/Grammar/include/
SR_Grammar.h 252 ESR_ReturnCode(*destroy)(struct SR_Grammar_t* self); member in struct:SR_Grammar_t
  /external/srec/srec/Grammar/src/
SR_Grammar.c 191 return self->destroy(self);
SR_GrammarImpl.c 52 impl->Interface.destroy = &SR_Grammar_Destroy;
456 Interface->destroy(Interface);
561 CHKLOG(rc, impl->parameters->destroy(impl->parameters));
574 CHKLOG(rc, impl->semgraph->destroy(impl->semgraph));
580 CHKLOG(rc, impl->semproc->destroy(impl->semproc));
  /external/srec/tools/parseStringTest/
parseStringTest.c 201 rc = semanticResults[i]->destroy(semanticResults[i]);
266 rc = semanticResults[i]->destroy(semanticResults[i]);
440 if (grammar) grammar->destroy(grammar);
640 rc = semanticResults[i]->destroy(semanticResults[i]);
  /external/webkit/WebCore/history/
PageCache.cpp 185 (*it)->destroy();
  /external/webkit/WebCore/rendering/
RenderButton.cpp 153 m_buttonText->destroy();
RenderInline.h 37 virtual void destroy();
RenderText.h 51 virtual void destroy();
RenderLayer.h 122 void deref(RenderArena* renderArena) { if (--m_refCnt == 0) destroy(renderArena); }
124 void destroy(RenderArena*);
563 void destroy(RenderArena*);
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.cpp 81 mOverlay->destroy();
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapStringTest.java 143 // destroy() should remove the temp file.
145 l.destroy();
  /external/bluetooth/glib/gobject/
gobject.h 483 GDestroyNotify destroy);
494 GDestroyNotify destroy);
  /external/neven/
FaceDetector_jni.cpp 184 destroy(JNIEnv *_env, jobject _this) function
286 {"fft_destroy", "()V", (void*)destroy },
  /external/srec/portable/src/
plog.c 136 fileLogger->base.destroy = FileLoggerDestroy;
226 Glogger->destroy(Glogger);
PANSIFileImpl.c 50 impl->Interface.Interface.destroy = &PANSIFileDestroyImpl;
72 impl->Interface.Interface.destroy(&impl->Interface.Interface);
  /external/stlport/stlport/stl/
_pthread_alloc.h 159 void destroy(pointer _p) { _p->~_Tp(); } function in class:pthread_allocator
342 void destroy(pointer _p) { _p->~_Tp(); } function in class:per_thread_allocator
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 81 pluginFuncs->destroy = NPP_Destroy;
138 pluginFuncs->destroy = (NPP_DestroyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_Destroy);
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 280 tg.destroy();
289 testRoot.destroy();
  /ndk/sources/android/stlport/stlport/stl/
_pthread_alloc.h 159 void destroy(pointer _p) { _p->~_Tp(); } function in class:pthread_allocator
342 void destroy(pointer _p) { _p->~_Tp(); } function in class:per_thread_allocator
  /external/chromium/net/third_party/nss/ssl/
sslsecur.c 882 ss->sec.destroy = 0;
902 /* Destroy MAC */
904 (*sec->hash->destroy)(sec->hashcx, PR_TRUE);
911 /* Destroy ciphers */
912 if (sec->destroy) {
913 (*sec->destroy)(sec->readcx, PR_TRUE);
914 (*sec->destroy)(sec->writecx, PR_TRUE);
    [all...]
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 269 impl->Interface.destroy = &SR_AcousticModels_Destroy;
418 impl->Interface.destroy(&impl->Interface);
455 CHKLOG(rc, impl->acoustic->destroy(impl->acoustic));
  /external/webkit/JavaScriptCore/wtf/
ListHashSet.h 208 void destroy(NodeAllocator* allocator) function in struct:WTF::ListHashSetNode
539 node->destroy(m_allocator.get());
582 node->destroy(m_allocator.get());
  /system/media/opensles/libopensles/
IObject.c 286 case SL_OBJECT_STATE_DESTROYING: // application shouldn't call GetState after Destroy
389 /** \brief This is internal common code for Abort and Destroy.
513 // The pre-destroy hook is called with mutex locked, and should block until it is safe to
514 // destroy. It is OK to unlock the mutex temporarily, as it long as it re-locks the mutex
520 // unfortunately Destroy doesn't return a result
521 SL_LOGE("Object::Destroy(%p) not allowed", this);
526 VoidHook destroy = class__->mDestroy; local
551 // The destroy hook is called with mutex locked
552 if (NULL != destroy) {
553 (*destroy)(this)
    [all...]
  /external/openssl/crypto/bio/
bio_lib.c 135 if ((a->method == NULL) || (a->method->destroy == NULL)) return(1);
136 ret=a->method->destroy(a);

Completed in 465 milliseconds

1 2 3 4 5 6 7 891011>>