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

1 2 3 4 56 7 8 91011>>

  /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/Source/WebCore/bindings/v8/
V8IsolatedContext.cpp 81 void V8IsolatedContext::destroy() function in class:WebCore::V8IsolatedContext
  /external/webkit/Source/WebCore/history/
CachedFrame.h 77 void destroy();
  /external/webkit/Source/WebCore/platform/
ThreadGlobalData.h 53 void destroy(); // called on workers to clean up the ThreadGlobalData before the thread exits.
  /external/webkit/Source/WebCore/rendering/
RenderTableRow.h 52 virtual void destroy();
RenderWidget.h 68 virtual void destroy();
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.h 51 virtual void destroy();
  /external/webkit/Source/WebKit/chromium/public/
WebPlugin.h 57 virtual void destroy() = 0;
  /frameworks/base/core/java/android/os/
Binder.java 319 destroy(); method
326 private native final void destroy(); method in class:Binder
406 destroy(); method
412 private native final void destroy(); method in class:BinderProxy
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 48 * <li>Destroy the <code>Recognizer</code>.
98 * // destroy the Recognizer
99 * recognizer.destroy();
236 public void destroy() { method in class:Recognizer.Grammar
249 destroy(); method
250 throw new IllegalStateException("someone forgot to destroy Grammar");
402 public void destroy() { method in class:Recognizer
429 destroy(); method
430 throw new IllegalStateException("someone forgot to destroy Recognizer");
  /frameworks/base/graphics/java/android/renderscript/
BaseObj.java 122 * destroy disconnects the object from the native object effectively
127 synchronized public void destroy() { method in class:BaseObj
RSSurfaceView.java 134 mRS.destroy();
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_foreach.java 54 pRS.destroy();
UT_primitives.java 102 pRS.destroy();
UT_refcount.java 48 pRS.destroy();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 1 // nonstandard construct and destroy functions -*- C++ -*-
78 * Destroy the object pointed to by a pointer type.
106 * Destroy a range of objects. If the value_type of the object has
121 * Destroy a range of objects using the supplied allocator. For
123 * destroy() even if _Tp has a trivial destructor.
134 __alloc.destroy(&*__first);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
new_allocator.h 115 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 1 // nonstandard construct and destroy functions -*- C++ -*-
78 * Destroy the object pointed to by a pointer type.
106 * Destroy a range of objects. If the value_type of the object has
121 * Destroy a range of objects using the supplied allocator. For
123 * destroy() even if _Tp has a trivial destructor.
134 __alloc.destroy(&*__first);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 115 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 1 // nonstandard construct and destroy functions -*- C++ -*-
78 * Destroy the object pointed to by a pointer type.
106 * Destroy a range of objects. If the value_type of the object has
121 * Destroy a range of objects using the supplied allocator. For
123 * destroy() even if _Tp has a trivial destructor.
134 __alloc.destroy(&*__first);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 115 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /system/core/include/cutils/
threads.h 69 thread_store_destruct_t destroy);
  /external/collada/src/dae/
daeAtomicType.cpp 726 void daeBoolType::destroy(daeMemoryRef obj) { function in class:daeBoolType
730 void daeIntType::destroy(daeMemoryRef obj) { function in class:daeIntType
734 void daeLongType::destroy(daeMemoryRef obj) { function in class:daeLongType
738 void daeUIntType::destroy(daeMemoryRef obj) { function in class:daeUIntType
742 void daeULongType::destroy(daeMemoryRef obj) { function in class:daeULongType
746 void daeShortType::destroy(daeMemoryRef obj) { function in class:daeShortType
750 void daeFloatType::destroy(daeMemoryRef obj) { function in class:daeFloatType
754 void daeDoubleType::destroy(daeMemoryRef obj) { function in class:daeDoubleType
758 void daeStringRefType::destroy(daeMemoryRef obj) { function in class:daeStringRefType
762 void daeTokenType::destroy(daeMemoryRef obj) function in class:daeTokenType
766 void daeElementRefType::destroy(daeMemoryRef obj) { function in class:daeElementRefType
770 void daeEnumType::destroy(daeMemoryRef obj) { function in class:daeEnumType
774 void daeRawRefType::destroy(daeMemoryRef obj) { function in class:daeRawRefType
778 void daeResolverType::destroy(daeMemoryRef obj) { function in class:daeResolverType
782 void daeIDResolverType::destroy(daeMemoryRef obj) { function in class:daeIDResolverType
    [all...]

Completed in 1429 milliseconds

1 2 3 4 56 7 8 91011>>