Searched defs:destroy (Results 1 - 25 of 238) 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/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/swiftshader/third_party/LLVM/lib/Support/
H A DManagedStatic.cpp52 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
68 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
71 StaticList->destroy();
/external/python/cpython2/Demo/tix/samples/
H A DBalloon.py25 balloon.destroy()
42 button2['command'] = lambda w=button2: w.destroy()
53 statusmsg='Press this button and it will destroy itself')
63 def destroy (self): member in class:DemoBalloon
64 self.root.destroy()
H A DPanedWin.py25 panedwin.destroy()
93 def destroy (self): member in class:DemoPanedwin
94 self.root.destroy()
H A DSHList1.py23 shlist.destroy()
122 def destroy (self): member in class:DemoSHList
123 self.root.destroy()
H A DSHList2.py26 shlist.destroy()
159 def destroy (self): member in class:DemoSHList
160 self.root.destroy()
H A DControl.py28 control.destroy()
94 def destroy (self): member in class:DemoControl
95 self.root.destroy()
H A DDirList.py27 dirlist.destroy()
114 def destroy (self): member in class:DemoDirList
115 self.root.destroy()
H A DDirTree.py27 dirtree.destroy()
109 def destroy (self): member in class:DemoDirTree
110 self.root.destroy()
/external/python/cpython2/Lib/lib-tk/
H A DDialog.py23 try: Widget.destroy(self)
25 def destroy(self): pass member in class:Dialog
/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
/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/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddestroy.pass.cpp16 // static void destroy(allocator_type& a, Ptr p);
42 void destroy(U* p) function in struct:B
65 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0);
77 std::allocator_traits<B<int> >::destroy(b, (A0*)&a0);
/external/libcxxabi/test/
H A Dtest_vector3.pass.cpp45 void destroy(void* v) function
57 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
/external/llvm/lib/Support/
H A DManagedStatic.cpp66 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
82 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
87 StaticList->destroy();
/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
128 void (*destroy)( struct draw_pt_middle_end * ); member in struct:draw_pt_middle_end
H A Ddraw_vbuf.h120 void (*destroy)( struct vbuf_render * ); member in struct:vbuf_render
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys.h45 void (*destroy)(struct vl_screen *vscreen); member in struct:vl_screen
/external/mesa3d/src/gallium/include/state_tracker/
H A Dsw_winsys.h69 (*destroy)( struct sw_winsys *ws ); member in struct:sw_winsys

Completed in 1679 milliseconds

12345678910