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

1 2 3 45 6 7 8 91011>>

  /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/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosKeyTest.java 163 * @tests javax.security.auth.kerberos.KerberosKey#destroy()
171 key.destroy();
174 // no exceptions for second destroy() call
175 key.destroy();
243 kerberosKey2.destroy();
245 fail("kerberosKey2 destroy failed");
  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 134 m_next->destroy();
139 void destroy()
226 m_head->destroy();
  /external/webkit/Source/WebCore/rendering/
RenderRubyBase.cpp 126 anonBlock->destroy();
154 anonBlock->destroy();
183 anonBlockHere->destroy();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 238 mProcess.destroy();
256 mProcess.destroy();
276 mProcess.destroy();
  /external/bluetooth/bluez/btio/
btio.c 69 GDestroyNotify destroy; member in struct:connect
75 GDestroyNotify destroy; member in struct:accept
82 GDestroyNotify destroy; member in struct:server
87 if (server->destroy)
88 server->destroy(server->user_data);
94 if (conn->destroy)
95 conn->destroy(conn->user_data);
101 if (accept->destroy)
102 accept->destroy(accept->user_data);
208 GDestroyNotify destroy)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessTest.java 58 proc.destroy();
105 proc.destroy();
  /external/bluetooth/bluez/health/
hdp_util.c 57 GDestroyNotify destroy; member in struct:get_mdep_data
64 GDestroyNotify destroy; member in struct:conn_mcl_data
71 GDestroyNotify destroy; member in struct:get_dcpsm_data
841 if (mdep_data->destroy)
842 mdep_data->destroy(mdep_data->data);
850 GDestroyNotify destroy, GError **err)
863 mdep_data->destroy = destroy;
992 if (conn_data->destroy)
993 conn_data->destroy(conn_data->data)
    [all...]
  /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);
  /external/freetype/include/freetype/
ftstroke.h 650 * Destroy a stroker object.
676 * destroy ::
689 FT_Bool destroy );
713 * destroy ::
727 FT_Bool destroy );
ftglyph.h 446 /* destroy :: A boolean that indicates that the original glyph */
    [all...]
  /external/srec/srec/Semproc/src/
SemanticResultImpl.c 46 impl->Interface.destroy = &SR_SemanticResult_Destroy;
58 impl->Interface.destroy(&impl->Interface);
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 62 process.destroy();
90 process.destroy();
  /frameworks/base/core/java/android/app/
LoaderManager.java 337 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
368 mPendingLoader.destroy();
395 destroy(); method
401 // we try to destroy it.
419 info.destroy();
619 inactive.destroy();
631 info.destroy();
638 info.mPendingLoader.destroy();
648 // Keep track of the previous instance of this loader so we can destroy
677 info.destroy();
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 323 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
354 mPendingLoader.destroy();
381 destroy(); method
387 // we try to destroy it.
405 info.destroy();
605 inactive.destroy();
617 info.destroy();
624 info.mPendingLoader.destroy();
634 // Keep track of the previous instance of this loader so we can destroy
663 info.destroy();
    [all...]
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererContext.cpp 34 int RendererContext::destroy() function in class:RendererContext
  /external/clang/lib/Lex/
MacroArgs.h 66 /// destroy - Destroy and deallocate the memory for this object.
68 void destroy(Preprocessor &PP);
  /external/llvm/include/llvm/Support/
ManagedStatic.h 51 void destroy() const;
94 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 84 destroy();
162 // destroy - Release memory for the call graph
163 virtual void destroy() { function in class:__anon8040::BasicCallGraph
170 CallGraph::destroy();
187 void CallGraph::destroy() { function in class:CallGraph
  /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);

Completed in 750 milliseconds

1 2 3 45 6 7 8 91011>>