HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 26 - 50 of 1765) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
test-would-substitute.cc 58 hb_destroy_func_t destroy; local
66 destroy = (hb_destroy_func_t) g_mapped_file_unref;
77 destroy = free;
83 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
hb-unicode.h 197 hb_destroy_func_t destroy,
280 void *user_data, hb_destroy_func_t destroy);
285 void *user_data, hb_destroy_func_t destroy);
290 void *user_data, hb_destroy_func_t destroy);
295 void *user_data, hb_destroy_func_t destroy);
300 void *user_data, hb_destroy_func_t destroy);
305 void *user_data, hb_destroy_func_t destroy);
310 void *user_data, hb_destroy_func_t destroy);
315 void *user_data, hb_destroy_func_t destroy);
hb-font.h 53 /* calls destroy() when not needing user_data anymore */
57 hb_destroy_func_t destroy);
72 hb_destroy_func_t destroy,
138 hb_destroy_func_t destroy,
218 void *user_data, hb_destroy_func_t destroy);
223 void *user_data, hb_destroy_func_t destroy);
227 void *user_data, hb_destroy_func_t destroy);
232 void *user_data, hb_destroy_func_t destroy);
236 void *user_data, hb_destroy_func_t destroy);
241 void *user_data, hb_destroy_func_t destroy);
    [all...]
hb-blob.h 73 hb_destroy_func_t destroy);
99 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/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.h 73 void (*destroy)( struct pb_fence_ops *ops ); member in struct:pb_fence_ops
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 29 void destroy(entry_type*& pEntry) function in class:mcld::HashEntryFactory
30 { HashEntryTy::Destroy(pEntry); }
  /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/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);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode.h 197 hb_destroy_func_t destroy,
280 void *user_data, hb_destroy_func_t destroy);
285 void *user_data, hb_destroy_func_t destroy);
290 void *user_data, hb_destroy_func_t destroy);
295 void *user_data, hb_destroy_func_t destroy);
300 void *user_data, hb_destroy_func_t destroy);
305 void *user_data, hb_destroy_func_t destroy);
310 void *user_data, hb_destroy_func_t destroy);
315 void *user_data, hb_destroy_func_t destroy);
hb-font.h 53 /* calls destroy() when not needing user_data anymore */
57 hb_destroy_func_t destroy);
72 hb_destroy_func_t destroy,
138 hb_destroy_func_t destroy,
218 void *user_data, hb_destroy_func_t destroy);
223 void *user_data, hb_destroy_func_t destroy);
227 void *user_data, hb_destroy_func_t destroy);
232 void *user_data, hb_destroy_func_t destroy);
236 void *user_data, hb_destroy_func_t destroy);
241 void *user_data, hb_destroy_func_t destroy);
    [all...]
hb-blob.h 73 hb_destroy_func_t destroy);
99 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 92 a.destroy(ap);
100 a.destroy(ap);
108 a.destroy(ap);
116 a.destroy(ap);
137 a.destroy(ap);
145 a.destroy(ap);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BaseObjTest.java 39 T.destroy();
58 B.destroy();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_handle_table.c 57 void (*destroy)(void *object); member in struct:handle_table
79 ht->destroy = NULL;
87 void (*destroy)(void *object))
92 ht->destroy = destroy;
136 * present in the table when seen by the destroy callback, because the
137 * destroy callback may directly or indirectly call the other functions in
145 if(ht->destroy)
146 ht->destroy(object);
291 if(ht->destroy)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
dbgfmt.h 65 void (*destroy) (/*@only@*/ yasm_dbgfmt *dbgfmt); member in struct:yasm_dbgfmt_module
115 ((yasm_dbgfmt_base *)dbgfmt)->module->destroy(dbgfmt)
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestBareBonesApp.java 85 public void destroy(){ method in class:TestBareBonesApp
86 super.destroy();
88 System.out.println("Destroy");
  /external/llvm/lib/Support/
ManagedStatic.cpp 59 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
67 // Destroy memory.
75 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
78 StaticList->destroy();
  /external/mesa3d/src/gallium/auxiliary/util/
u_handle_table.c 57 void (*destroy)(void *object); member in struct:handle_table
79 ht->destroy = NULL;
87 void (*destroy)(void *object))
92 ht->destroy = destroy;
136 * present in the table when seen by the destroy callback, because the
137 * destroy callback may directly or indirectly call the other functions in
145 if(ht->destroy)
146 ht->destroy(object);
291 if(ht->destroy)
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 31 void destroy();
  /frameworks/base/core/java/android/webkit/
WebViewFragment.java 45 mWebView.destroy();
86 mWebView.destroy();
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector3.cpp 51 CTOR_RETURN_TYPE destroy(void* v) function
64 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_mips.hpp 130 // destroy() is called when weak_count_ drops to zero.
132 virtual void destroy() // nothrow function in class:boost::detail::sp_counted_base
167 destroy();
sp_counted_base_gcc_x86.hpp 122 // destroy() is called when weak_count_ drops to zero.
124 virtual void destroy() // nothrow function in class:boost::detail::sp_counted_base
159 destroy();

Completed in 560 milliseconds

12 3 4 5 6 7 8 91011>>