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

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_winsys.c 48 isws->base.destroy = i915_sw_destroy;
  /external/sepolicy/
access_vectors 72 destroy
120 destroy
471 destroy
506 destroy
515 destroy
525 destroy
539 destroy
558 destroy
568 destroy
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCUserProvider.java 72 if (parser.getName().equals("destroy")) {
155 private MUCUser.Destroy parseDestroy(XmlPullParser parser) throws Exception {
157 MUCUser.Destroy destroy = new MUCUser.Destroy(); local
158 destroy.setJid(parser.getAttributeValue("", "jid"));
163 destroy.setReason(parser.nextText());
167 if (parser.getName().equals("destroy")) {
172 return destroy;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
destroy.pass.cpp 16 // static void destroy(allocator_type& a, Ptr p);
40 void destroy(U* p) function in struct:B
63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0);
75 std::allocator_traits<B<int> >::destroy(b, (A0*)&a0);
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 203 Destroy();
212 Destroy();
231 Destroy();
239 Destroy();
247 Destroy();
254 void NativeViewGLSurfaceWGL::Destroy() {
305 Destroy();
313 Destroy();
325 Destroy();
332 Destroy();
    [all...]
gl_image_io_surface.cc 20 Destroy();
33 void GLImageIOSurface::Destroy() {
gl_surface_wgl.h 37 virtual void Destroy();
60 virtual void Destroy();
  /external/harfbuzz_ng/src/
hb-unicode.cc 170 * onto it and it's immutable. We should not copy the destroy notifiers
208 if (ufuncs->destroy.name) ufuncs->destroy.name (ufuncs->user_data.name);
221 hb_destroy_func_t destroy,
224 return hb_object_set_user_data (ufuncs, key, data, destroy, replace);
263 hb_destroy_func_t destroy) \
268 if (ufuncs->destroy.name) \
269 ufuncs->destroy.name (ufuncs->user_data.name); \
274 ufuncs->destroy.name = destroy; \
    [all...]
hb-ft.h 41 hb_destroy_func_t destroy);
48 hb_destroy_func_t destroy);
hb-object-private.hh 76 hb_destroy_func_t destroy; member in struct:hb_user_data_array_t::hb_user_data_item_t
81 void finish (void) { if (destroy) destroy (data); }
91 hb_destroy_func_t destroy,
133 inline bool destroy (void) { function in struct:hb_object_header_t
207 return obj->header.destroy ();
213 hb_destroy_func_t destroy,
216 return obj->header.set_user_data (key, data, destroy, replace);
  /frameworks/rs/
rs_hal.h 142 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon30677::__anon30678
147 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon30677::__anon30679
229 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon30677::__anon30680
235 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon30677::__anon30681
244 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon30677::__anon30682
253 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon30677::__anon30683
259 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon30677::__anon30684
266 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon30677::__anon30685
271 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon30677::__anon30686
277 void (*destroy)(const Context *rsc, const FBOCache *fb) member in struct:android::renderscript::__anon30677::__anon30687
287 void (*destroy)(const Context *rsc, const ScriptGroup *sg); member in struct:android::renderscript::__anon30677::__anon30688
    [all...]
  /external/chromium_org/chrome/browser/android/
password_ui_view_android.h 45 // Destroy the native implementation.
46 void Destroy(JNIEnv*, jobject);
  /external/chromium_org/chrome/browser/ui/android/infobars/
infobar_container_android.h 28 void Destroy(JNIEnv* env, jobject obj);
52 // We're owned by the java infobar, need to use a weak ref so it can destroy
  /external/chromium_org/gpu/command_buffer/tests/
gl_shared_resources_unittests.cc 34 gl1_.Destroy();
35 gl2_.Destroy();
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
ref_object.h 49 virtual void Destroy() {}
58 Destroy();
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ft.h 41 hb_destroy_func_t destroy);
48 hb_destroy_func_t destroy);
hb-object-private.hh 76 hb_destroy_func_t destroy; member in struct:hb_user_data_array_t::hb_user_data_item_t
81 void finish (void) { if (destroy) destroy (data); }
91 hb_destroy_func_t destroy,
133 inline bool destroy (void) { function in struct:hb_object_header_t
207 return obj->header.destroy ();
213 hb_destroy_func_t destroy,
216 return obj->header.set_user_data (key, data, destroy, replace);
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 24 Mutex::~Mutex() { PthreadCall("destroy mutex", pthread_mutex_destroy(&mu_)); }
35 CondVar::~CondVar() { PthreadCall("destroy cv", pthread_cond_destroy(&cv_)); }
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_pools.c 43 * vmw_pools_cleanup - Destroy the buffer pools.
51 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced);
53 vws->pools.query_fenced->destroy(vws->pools.query_fenced);
58 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced);
61 vws->pools.gmr->destroy(vws->pools.gmr);
63 vws->pools.query->destroy(vws->pools.query);
102 vws->pools.query_mm->destroy(vws->pools.query_mm);
104 vws->pools.query->destroy(vws->pools.query);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wrapper/
wrapper_sw_winsys.h 39 * Destroy the sw_winsys and return the wrapped pipe_screen.
40 * Not destroying it as sw_winsys::destroy does.
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_surface.c 44 .destroy = surface_destroy
108 * Check if this surface destroy came from the surface being destroyed
110 * we don't want to try to destroy the surface on the server.
177 d->destroy(d);
213 * the surface being displayed, so the destroy() will decrease it
216 * If the surface is in a context, it will take one d->destroy(d);
217 * to actually destroy it when the pending_destroy is processed
220 if (!d->destroy(d)) {
  /external/chromium_org/ui/base/android/
view_android.cc 22 void ViewAndroid::Destroy(JNIEnv* env, jobject obj) {
28 // It is mandatory to explicitly call destroy() before releasing the java
  /external/chromium_org/ui/gl/android/
surface_texture_listener.h 22 // Destroy this listener.
23 void Destroy(JNIEnv* env, jobject obj);
  /external/markdown/tests/extensions-x-tables/
tables.txt 23 | `destroy()` | **Destroy your computer!** |
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_pools.c 43 * vmw_pools_cleanup - Destroy the buffer pools.
51 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced);
53 vws->pools.query_fenced->destroy(vws->pools.query_fenced);
58 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced);
61 vws->pools.gmr->destroy(vws->pools.gmr);
63 vws->pools.query->destroy(vws->pools.query);
102 vws->pools.query_mm->destroy(vws->pools.query_mm);
104 vws->pools.query->destroy(vws->pools.query);

Completed in 1130 milliseconds

1 2 3 45 6 7 8 91011>>