Searched defs:destroy (Results 1 - 25 of 230) sorted by relevance

12345678910

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp20.cpp5 void destroy(T* ptr) { function
12 destroy(&lambda);
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-compatibility.cpp14 void destroy(T *p) { function
20 destroy((void*)&a);
24 // CHECK: call void @"\01??$destroy@X@@YAXPAX@Z"
27 // CHECK-LABEL: define linkonce_odr void @"\01??$destroy@X@@YAXPAX@Z"(i8* %p)
/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
H A DFileDestroyable.java76 public void destroy() method in class:FileDestroyable
/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
H A Dpb_bufmgr.h70 (*destroy)( struct pb_manager *mgr ); member in struct:pb_manager
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.h54 void (*destroy)(struct quad_stage *qs); member in struct:quad_stage
/external/llvm/lib/Support/
H A DManagedStatic.cpp69 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
85 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
90 StaticList->destroy();
/external/guice/extensions/persist/src/com/google/inject/persist/
H A DPersistFilter.java36 * {@link javax.servlet.Filter#destroy()} respectively.
82 public void destroy() { method in class:PersistFilter
/external/guice/extensions/servlet/test/com/google/inject/servlet/
H A DDummyFilterImpl.java50 public void destroy() { method in class:DummyFilterImpl
H A DFilterPipelineTest.java93 webFilter.destroy();
109 public void destroy() { method in class:FilterPipelineTest.TestFilter
123 public void destroy() { method in class:FilterPipelineTest.NeverFilter
/external/harfbuzz_ng/src/
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);
/external/jetty/src/java/org/eclipse/jetty/server/
H A DHandler.java69 public void destroy(); method in interface:Handler
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DAbstractHandler.java90 public void destroy() method in class:AbstractHandler
94 super.destroy();
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DWelcomeFilter.java68 public void destroy() {} method in class:WelcomeFilter
/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/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketServlet.java117 public void destroy() method in class:WebSocketServlet
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddestroy.pass.cpp16 // 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/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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.h77 void (*destroy)( struct draw_pt_front_end * ); member in struct:draw_pt_front_end
121 void (*destroy)( struct draw_pt_middle_end * ); member in struct:draw_pt_middle_end
H A Ddraw_vbuf.h119 void (*destroy)( struct vbuf_render * ); member in struct:vbuf_render
/external/mesa3d/src/gallium/include/state_tracker/
H A Dsw_winsys.h69 (*destroy)( struct sw_winsys *ws ); member in struct:sw_winsys
/external/testng/src/test/java/test/dependent/
H A DDepBugSampleTest.java33 public void destroy() throws Exception { method in class:DepBugSampleTest
34 log("destroy");

Completed in 6046 milliseconds

12345678910