Searched refs:destroy (Results 1 - 25 of 498) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-compatibility.cpp4 void destroy(T *p) { function
10 destroy((void*)&a);
14 // CHECK: call void @"\01??$destroy@X@@YAXPAX@Z"
17 // CHECK-LABEL: define linkonce_odr void @"\01??$destroy@X@@YAXPAX@Z"(i8* %p)
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp20.cpp5 void destroy(T* ptr) { function
12 destroy(&lambda);
/external/jetty/src/java/org/eclipse/jetty/util/component/
H A DDestroyable.java25 * resources over multiple start/stop cycles. A call to destroy will release all
30 void destroy(); method in interface:Destroyable
/external/selinux/libsepol/tests/policies/test-deps/
H A Dmodreq-obj-global.conf4 class sem { create destroy };
12 allow mod_foo_t mod_bar_t : sem { create destroy };
H A Dmodreq-obj-opt.conf14 class sem { create destroy };
19 allow mod_foo_t mod_bar_t : sem { create destroy };
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInput.java60 public void destroy(); method in interface:Input
65 * @see #destroy()
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DSystemListener.java73 * initialize() has been called or after destroy() has been called.
80 * initialize() has been called or after destroy() has been called.
98 public void destroy(); method in interface:SystemListener
/external/harfbuzz_ng/src/
H A Dhb-ft.h47 * When the returned hb-face is destroyed, the destroy
56 * In particular, if you are going to pass NULL as destroy, you
62 hb_destroy_func_t destroy);
101 hb_destroy_func_t destroy);
H A Dtest-size-params.cc57 hb_destroy_func_t destroy; local
65 destroy = (hb_destroy_func_t) g_mapped_file_unref;
76 destroy = free;
82 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
H A Dtest-would-substitute.cc61 hb_destroy_func_t destroy; local
69 destroy = (hb_destroy_func_t) g_mapped_file_unref;
80 destroy = free;
86 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
H A Dhb-font.h65 hb_destroy_func_t destroy,
145 * @func: (closure user_data) (destroy destroy) (scope notified):
147 * @destroy:
156 void *user_data, hb_destroy_func_t destroy);
161 * @func: (closure user_data) (destroy destroy) (scope notified):
163 * @destroy:
172 void *user_data, hb_destroy_func_t destroy);
177 * @func: (closure user_data) (destroy destro
[all...]
H A Dhb-unicode.h197 hb_destroy_func_t destroy,
280 * @func: (closure user_data) (destroy destroy) (scope notified):
282 * @destroy:
291 void *user_data, hb_destroy_func_t destroy);
296 * @func: (closure user_data) (destroy destroy) (scope notified):
298 * @destroy:
307 void *user_data, hb_destroy_func_t destroy);
312 * @func: (closure user_data) (destroy destro
[all...]
H A Dhb-object-private.hh74 hb_destroy_func_t destroy; member in struct:hb_user_data_array_t::hb_user_data_item_t
79 void finish (void) { if (destroy) destroy (data); }
89 hb_destroy_func_t destroy,
172 hb_destroy_func_t destroy,
177 return obj->header.user_data.set (key, data, destroy, replace);
169 hb_object_set_user_data(Type *obj, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-blob.h72 hb_destroy_func_t destroy);
98 hb_destroy_func_t destroy,
H A Dtest-buffer-serialize.cc59 hb_destroy_func_t destroy; local
67 destroy = (hb_destroy_func_t) g_mapped_file_unref;
78 destroy = free;
84 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
/external/libcxxabi/test/
H A Dtest_vector3.pass.cpp43 void destroy(void* v) function
55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DAbstractConfiguration.java39 public void destroy(WebAppContext context) throws Exception method in class:AbstractConfiguration
H A DConfiguration.java69 * This method is called to destroy a webappcontext. It is typically called when a context
74 public void destroy (WebAppContext context) throws Exception; method in interface:Configuration
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.h73 void (*destroy)( struct pb_fence_ops *ops ); member in struct:pb_fence_ops
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_pools.c51 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/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dconstruct.pass.cpp79 a.destroy(ap);
87 a.destroy(ap);
95 a.destroy(ap);
103 a.destroy(ap);
126 a.destroy(ap);
134 a.destroy(ap);
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestBareBonesApp.java85 public void destroy(){ method in class:TestBareBonesApp
86 super.destroy();
/external/llvm/lib/Support/
H A DManagedStatic.cpp68 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
84 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
89 StaticList->destroy();
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_handle_table.c57 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/harfbuzz_ng/test/api/
H A Dtest-object.c121 typedef hb_bool_t (*set_user_data_func_t) (void *obj, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replace);
131 destroy_func_t destroy; member in struct:__anon5456
248 o->destroy (obj);
301 /* Test set_user_data where the destroy() func calls user_data functions.
309 o->destroy (obj);
323 o->destroy (obj);
331 o->destroy (obj);
332 o->destroy (obj);
333 o->destroy (obj);
334 o->destroy (ob
[all...]

Completed in 661 milliseconds

1234567891011>>