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

1 23 4 5 6 7 8 91011>>

  /external/qemu/hw/
scsi-disk.h 18 void (*destroy)(SCSIDevice *s); member in struct:SCSIDevice
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 95 ESR_ReturnCode(*destroy)(SR_Recognizer* recognizer); member in struct:SR_AcousticState_t
  /external/srec/srec/Nametag/src/
Nametag.c 73 return self->destroy(self);
  /external/srec/srec/Semproc/include/
SR_SemanticProcessor.h 61 ESR_ReturnCode(*destroy)(struct SR_SemanticProcessor_t* self); member in struct:SR_SemanticProcessor_t
SR_SemanticResult.h 65 ESR_ReturnCode(*destroy)(struct SR_SemanticResult_t* self); member in struct:SR_SemanticResult_t
  /external/srec/srec/Semproc/src/
SemanticResult.c 65 return self->destroy(self);
SemanticResultImpl.c 46 impl->Interface.destroy = &SR_SemanticResult_Destroy;
58 impl->Interface.destroy(&impl->Interface);
  /external/webkit/WebCore/bindings/v8/
V8IsolatedContext.h 60 // Creates an isolated world. To destroy it, call destroy().
65 // Call this to destroy the isolated world. It will be deleted sometime
68 void destroy();
  /external/webkit/WebCore/rendering/
RenderListItem.h 54 virtual void destroy();
RenderRubyRun.cpp 56 void RenderRubyRun::destroy() function in class:WebCore::RenderRubyRun
60 RenderBlock::destroy();
189 // Check if our base (if any) is now empty. If so, destroy it.
194 base->destroy();
197 // If any of the above leaves the run empty, destroy it as well.
201 destroy();
RenderRubyBase.cpp 124 anonBlock->destroy();
152 anonBlock->destroy();
181 anonBlockHere->destroy();
  /external/webkit/WebKit/chromium/public/
WebPlugin.h 55 virtual void destroy() = 0;
  /frameworks/base/core/java/android/os/
Binder.java 301 destroy(); method
308 private native final void destroy(); method in class:Binder
370 destroy(); method
376 private native final void destroy(); method in class:BinderProxy
  /frameworks/base/graphics/java/android/renderscript/
BaseObj.java 76 public void destroy() { method in class:BaseObj
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapList.java 29 @Override public void destroy() {
30 // Don't call super.destroy().
171 public void destroy() { method in class:ImapList
174 e.destroy();
178 super.destroy();
  /external/freetype/include/freetype/
ftstroke.h 625 * Destroy a stroker object.
651 * destroy ::
664 FT_Bool destroy );
688 * destroy ::
702 FT_Bool destroy );
  /external/srec/shared/src/
LStringImpl.c 38 impl->Interface.destroy = &LString_Destroy;
88 return self->destroy(self);
  /libcore/luni/src/test/java/tests/api/java/lang/
Process2Test.java 95 process.destroy();
115 erProcess.destroy();
  /external/bluetooth/bluez/src/
agent.c 84 GDestroyNotify destroy; member in struct:agent_request
127 static void agent_request_free(struct agent_request *req, gboolean destroy)
135 if (destroy && req->destroy)
136 req->destroy(req->user_data);
221 GDestroyNotify destroy)
231 req->destroy = destroy;
339 GDestroyNotify destroy)
348 user_data, destroy);
    [all...]
btio.c 66 GDestroyNotify destroy; member in struct:connect
72 GDestroyNotify destroy; member in struct:accept
79 GDestroyNotify destroy; member in struct:server
84 if (server->destroy)
85 server->destroy(server->user_data);
91 if (conn->destroy)
92 conn->destroy(conn->user_data);
98 if (accept->destroy)
99 accept->destroy(accept->user_data);
205 GDestroyNotify destroy)
    [all...]
  /external/openssl/crypto/engine/
eng_lib.c 95 e->destroy = NULL;
133 if(e->destroy)
134 e->destroy(e);
250 e->destroy = destroy_f;
296 return e->destroy;
  /external/stlport/test/eh/
Prefix.h 114 #define stl_destroy EH_STD::destroy
157 void destroy(pointer __p) const { stlport::destroy(__p); } function in class:EH_allocator
244 # define stl_destroy EH_STD::destroy
256 # define stl_destroy destroy
  /external/webkit/JavaScriptCore/wtf/
ThreadSpecific.h 77 void static destroy(void* ptr);
83 ~Data() { owner->destroy(this); }
136 int error = pthread_key_create(&m_key, destroy);
237 data->destructor = &ThreadSpecific<T>::destroy;
247 inline void ThreadSpecific<T>::destroy(void* ptr) function in class:WTF::ThreadSpecific
254 // Some pthreads implementations zero out the pointer before calling destroy(), so we temporarily reset it.
  /external/bluetooth/glib/gio/
gmemoryinputstream.c 50 GDestroyNotify destroy; member in struct:_Chunk
149 if (chunk->destroy)
150 chunk->destroy (chunk->data);
209 * @destroy: function that is called to free @data, or %NULL
218 GDestroyNotify destroy)
225 data, len, destroy); local
235 * @destroy: function that is called to free @data, or %NULL
243 GDestroyNotify destroy)
259 chunk->destroy = destroy;
    [all...]
gmemoryoutputstream.h 90 GDestroyNotify destroy);

Completed in 561 milliseconds

1 23 4 5 6 7 8 91011>>