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

1 2 3 4 5 6 78 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
xprt.h 90 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
xprt.h 90 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
  /external/chromium/third_party/zlib/
gzio.c 82 local int destroy OF((gz_stream *s));
133 return destroy(s), (gzFile)Z_NULL;
153 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
166 return destroy(s), (gzFile)Z_NULL;
179 return destroy(s), (gzFile)Z_NULL;
188 return destroy(s), (gzFile)Z_NULL;
359 local int destroy (s) function
971 return destroy((gz_stream*)file);
977 return destroy((gz_stream*)file);
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 80 local int destroy OF((gz_stream *s));
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
355 local int destroy (s) function
965 return destroy((gz_stream*)file);
971 return destroy((gz_stream*)file);
  /external/zlib/
gzio.c 80 local int destroy OF((gz_stream *s));
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
355 local int destroy (s) function
965 return destroy((gz_stream*)file);
971 return destroy((gz_stream*)file);
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 181 void (*destroy)(const struct xt_match *match, void *matchinfo, member in struct:xt_match
229 void (*destroy)(const struct xt_target *target, void *targinfo, member in struct:xt_target
  /external/openssl/crypto/engine/
eng_list.c 340 dest->destroy = src->destroy;
  /external/srec/srec/Nametag/src/
NametagImpl.c 147 impl->Interface.destroy = &SR_Nametag_Destroy;
173 impl->Interface.destroy(&impl->Interface);
  /external/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /external/webkit/WebCore/history/
CachedFrame.cpp 76 // CachedFrames should always have had destroy() called by their parent CachedPage
145 // 2 - It's much easier to destroy a CachedFrame while it resides in the PageCache if it is disconnected from its parent.
182 // 2 - destroy()'ed because the PageCache is pruning or the WebView was closed.
199 void CachedFrame::destroy() function in class:WebCore::CachedFrame
215 m_childFrames[i]->destroy();
  /external/webkit/WebCore/loader/
WorkerThreadableLoader.cpp 65 m_bridge.destroy();
127 void WorkerThreadableLoader::MainThreadBridge::destroy() function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
  /external/webkit/WebCore/rendering/
InlineBox.cpp 53 void InlineBox::destroy(RenderArena* renderArena) function in class:WebCore::InlineBox
76 // Stash size where destroy can find it.
135 destroy(arena);
RootInlineBox.cpp 42 void RootInlineBox::destroy(RenderArena* arena) function in class:WebCore::RootInlineBox
45 InlineFlowBox::destroy(arena);
53 box->destroy(arena);
  /frameworks/base/libs/ui/
Overlay.cpp 98 void Overlay::destroy() { function in class:android::Overlay
102 // data side must be closed first and then the destroy send to
109 mOverlayRef->mOverlayChannel->destroy();
  /ndk/sources/android/stlport/stlport/stl/
_construct.h 278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); } function
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 231 mEngine.destroy();
276 engine.destroy();
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 91 XdgMimeDestroy destroy; member in struct:XdgCallbackList
860 XdgMimeDestroy destroy)
870 list_el->destroy = destroy;
898 /* invoke the destroy handler */
899 (list->destroy) (list->data);
  /external/chromium/base/third_party/xdg_mime/
xdgmime.c 91 XdgMimeDestroy destroy; member in struct:XdgCallbackList
860 XdgMimeDestroy destroy)
870 list_el->destroy = destroy;
898 /* invoke the destroy handler */
899 (list->destroy) (list->data);
  /external/freetype/src/base/
ftglyph.c 407 /* if an error occurred, destroy the glyph */
508 FT_Bool destroy )
569 if ( !destroy && origin )
591 if ( destroy )
  /frameworks/base/core/java/android/content/res/
AssetManager.java 531 destroy(); method
743 private native final void destroy(); method in class:AssetManager
765 destroy(); method
  /device/samsung/crespo/libstagefrighthw/
SecHardwareRenderer.cpp 127 mOverlay->destroy();
  /external/bluetooth/bluez/src/
device.h 102 GDestroyNotify destroy);
  /external/bluetooth/glib/glib/
ghook.h 84 GDestroyNotify destroy; member in struct:_GHook
164 * and destroy the hook if FALSE is returned.
goption.h 145 GDestroyNotify destroy);
  /external/srec/shared/include/
ESR_SessionType.h 372 ESR_ReturnCode(*destroy)(struct ESR_SessionType_t* self); member in struct:ESR_SessionType_t

Completed in 487 milliseconds

1 2 3 4 5 6 78 91011>>