Searched defs:destroy (Results 76 - 100 of 186) sorted by relevance

12345678

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h253 void (*destroy) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string); member in struct:ANTLR3_STRING_FACTORY_struct
/external/bluetooth/bluez/gdbus/
H A Dmainloop.c363 void *user_data, DBusFreeFunction destroy)
361 g_dbus_set_disconnect_function(DBusConnection *connection, GDBusWatchFunction function, void *user_data, DBusFreeFunction destroy) argument
/external/bluetooth/glib/gio/
H A Dgmemoryinputstream.c50 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;
216 g_memory_input_stream_new_from_data(const void *data, gssize len, GDestroyNotify destroy) argument
240 g_memory_input_stream_add_data(GMemoryInputStream *stream, const void *data, gssize len, GDestroyNotify destroy) argument
[all...]
H A Dgmemoryoutputstream.c56 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;
191 g_memory_output_stream_new(gpointer data, gsize len, GReallocFunc realloc_fn, GDestroyNotify destroy) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.cc76 // If this is the last MessageQueue, destroy the manager as well so that
80 bool destroy = false; local
89 destroy = message_queues_.empty();
91 if (destroy) {
/external/clang/test/SemaTemplate/
H A Dmember-template-access-expr.cpp39 void destroy();
44 B<T>::destroy() function in class:B
50 b.destroy();
/external/freetype/include/freetype/internal/
H A Dpshints.h63 PSH_Globals_DestroyFunc destroy; member in struct:PSH_Globals_FuncsRec_
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java275 listener.destroy();
443 public void destroy(boolean waitFor) { method in class:OGLESContext
450 public void destroy() { method in class:OGLESContext
451 destroy(true);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java278 public void destroy() { method in class:PhysicsCharacter
H A DPhysicsGhostObject.java208 public void destroy() { method in class:PhysicsGhostObject
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DNullContext.java89 listener.destroy();
142 public void destroy(boolean waitFor){ method in class:NullContext
188 public void destroy(){ method in class:NullContext
189 destroy(false);
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtMouseInput.java128 public void destroy() { method in class:AwtMouseInput
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanelsContext.java59 public void destroy() { method in class:AwtPanelsContext.AwtPanelsListener
161 listener.destroy();
182 public void destroy(boolean waitFor) { method in class:AwtPanelsContext
186 // destroy parent context
187 actualContext.destroy(waitFor);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java256 public void destroy() { method in class:PhysicsCharacter
H A DPhysicsGhostObject.java210 public void destroy() { method in class:PhysicsGhostObject
/external/kernel-headers/original/linux/sunrpc/
H A Dauth.h100 void (*destroy)(struct rpc_auth *); member in struct:rpc_authops
/external/qemu/android/
H A Dlooper.h96 void (*destroy) (Looper* looper); member in struct:Looper
340 looper->destroy(looper);
/external/qemu/audio/
H A Daudio.h63 void (*destroy) (void *opaque); member in struct:audio_capture_ops
68 void (*destroy) (void *opaque); member in struct:capture_ops
/external/srec/shared/include/
H A DESR_SessionType.h372 ESR_ReturnCode(*destroy)(struct ESR_SessionType_t* self); member in struct:ESR_SessionType_t
/external/stlport/stlport/stl/
H A D_pthread_alloc.h159 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/stlport/test/eh/
H A DPrefix.h114 #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/stlport/test/unit/
H A Dstack_allocator.h139 void destroy(pointer __p) { __p->~_Tp(); } function in struct:StackAllocator
/external/webkit/Source/JavaScriptCore/heap/
H A DHeap.cpp60 // The destroy function must already have been called, so assert this.
64 void Heap::destroy() function in class:JSC::Heap
86 m_markedSpace.destroy();
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicString.cpp46 data.m_atomicStringTableDestructor = AtomicStringTable::destroy;
57 static void destroy(AtomicStringTable* table) function in class:WTF::AtomicStringTable
/external/webkit/Source/WebCore/loader/
H A DWorkerThreadableLoader.cpp66 m_bridge.destroy();
126 void WorkerThreadableLoader::MainThreadBridge::destroy() function in class:WebCore::WorkerThreadableLoader::MainThreadBridge

Completed in 1265 milliseconds

12345678