Searched defs:destroy (Results 226 - 250 of 304) sorted by relevance

1234567891011>>

/external/srec/srec/Recognizer/include/
H A DSR_Recognizer.h166 ESR_ReturnCode(*destroy)(struct SR_Recognizer_t* self); member in struct:SR_Recognizer_t
257 * must be unsetup before the recognizer can be destroy.
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c48 static void destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
156 factory->destroy = destroy;
172 factory->destroy = destroy;
632 destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string) function
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java56 public void destroy() { method in class:AwTestContainerView
57 mAwContents.destroy();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarksBridge.java136 public void destroy() { method in class:BookmarksBridge
221 destroy();
H A DTabBase.java641 * {@link TabBase} should no longer be used as subclasses usually destroy the native component.
643 public void destroy() { method in class:TabBase
651 mInfoBarContainer.destroy();
699 assert getPageInfo() != nativePage : "Attempting to destroy active page.";
701 nativePage.destroy();
716 if (mContentViewCore != null) mContentViewCore.destroy();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java398 public void destroy() { method in class:InfoBarContainer
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.cc299 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \
300 ffuncs->destroy.name (ffuncs->user_data.name);
312 * @destroy:
325 hb_destroy_func_t destroy,
328 return hb_object_set_user_data (ffuncs, key, data, destroy, replace);
390 hb_destroy_func_t destroy) \
393 if (destroy) \
394 destroy (user_data); \
398 if (ffuncs->destroy.name) \
399 ffuncs->destroy
322 hb_font_funcs_set_user_data(hb_font_funcs_t *ffuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
1000 hb_font_set_user_data(hb_font_t *font, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
1105 hb_font_set_funcs(hb_font_t *font, hb_font_funcs_t *klass, void *font_data, hb_destroy_func_t destroy) argument
1140 hb_font_set_funcs_data(hb_font_t *font, void *font_data, hb_destroy_func_t destroy) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h169 (*destroy)( struct lp_build_sampler_soa *sampler ); member in struct:lp_build_sampler_soa
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_inlines.h77 boolean destroy = FALSE; local
90 destroy = TRUE;
96 return destroy;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h83 void (*destroy)( struct pipe_context * ); member in struct:pipe_context
127 * State functions (create/bind/destroy state objects)
/external/clang/test/Analysis/
H A Ddtor.cpp300 void destroy(Subclass *obj) { function in namespace:ExplicitDestructorCall
423 void destroy(T &obj) { function in namespace:PseudoDtor
430 destroy(i);
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh83 } destroy; member in struct:hb_font_funcs_t
99 hb_destroy_func_t destroy; member in struct:hb_face_t
174 hb_destroy_func_t destroy; member in struct:hb_font_t
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java736 public void destroy() { method in class:PhysicsSpace
740 dynamicsWorld.destroy();
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java111 rBody.destroy();
619 public void destroy() { method in class:PhysicsRigidBody
620 rBody.destroy();
/external/kernel-headers/original/linux/
H A Dkey.h215 void (*destroy)(struct key *key); member in struct:key_type
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h80 /*!\brief destroy function pointer prototype
299 vpx_codec_destroy_fn_t destroy; /**< \copydoc ::vpx_codec_destroy_fn_t */ member in struct:vpx_codec_iface
/external/llvm/lib/IR/
H A DMetadata.cpp133 "Not being destroyed through destroy()?");
200 // destroy - Delete this node. Only when there are no uses.
201 void MDNode::destroy() { function in class:MDNode
301 N->destroy();
380 destroy();
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h169 (*destroy)( struct lp_build_sampler_soa *sampler ); member in struct:lp_build_sampler_soa
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h77 boolean destroy = FALSE; local
90 destroy = TRUE;
96 return destroy;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h83 void (*destroy)( struct pipe_context * ); member in struct:pipe_context
127 * State functions (create/bind/destroy state objects)
/external/pixman/test/
H A Dstress-test.c104 destroy (pixman_image_t *image, void *data) function
383 pixman_image_set_destroy_function (image, destroy, indexed);
/external/speex/libspeex/
H A Djitter.c148 void (*destroy) (void *); /**< Callback for destroying a packet */ member in struct:JitterBuffer_
286 jitter->destroy = NULL;
304 if (jitter->destroy)
305 jitter->destroy(jitter->packets[i].data);
383 if (jitter->destroy)
384 jitter->destroy(jitter->packets[i].data);
433 if (jitter->destroy)
434 jitter->destroy(jitter->packets[i].data);
442 if (jitter->destroy)
595 if (jitter->destroy)
[all...]
/external/stlport/stlport/stl/
H A D_alloc.h332 void destroy(pointer __p) { _STLP_STD::_Destroy(__p); } function in class:allocator
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java183 public void destroy() { method in class:ContentView
184 mContentViewCore.destroy();
188 * Returns true initially, false after destroy() has been called.
189 * It is illegal to call any other public method after destroy().
198 * crash dump, from use-after-destroy bugs in Java code.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h66 virtual void destroy() { delete this; } function in class:WebCore::InlineBox

Completed in 938 milliseconds

1234567891011>>