/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p20.cpp | 5 void destroy(T* ptr) { function 12 destroy(&lambda);
|
/external/clang/test/CodeGenCXX/ |
H A D | microsoft-compatibility.cpp | 14 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 D | pb_buffer_fenced.h | 73 void (*destroy)( struct pb_fence_ops *ops ); member in struct:pb_fence_ops
|
H A D | pb_bufmgr.h | 70 (*destroy)( struct pb_manager *mgr ); member in struct:pb_manager
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_pipe.h | 54 void (*destroy)(struct quad_stage *qs); member in struct:quad_stage
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
H A D | ManagedStatic.cpp | 52 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 D | Balloon.py | 25 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 D | PanedWin.py | 25 panedwin.destroy() 93 def destroy (self): member in class:DemoPanedwin 94 self.root.destroy()
|
H A D | SHList1.py | 23 shlist.destroy() 122 def destroy (self): member in class:DemoSHList 123 self.root.destroy()
|
H A D | SHList2.py | 26 shlist.destroy() 159 def destroy (self): member in class:DemoSHList 160 self.root.destroy()
|
H A D | Control.py | 28 control.destroy() 94 def destroy (self): member in class:DemoControl 95 self.root.destroy()
|
H A D | DirList.py | 27 dirlist.destroy() 114 def destroy (self): member in class:DemoDirList 115 self.root.destroy()
|
H A D | DirTree.py | 27 dirtree.destroy() 109 def destroy (self): member in class:DemoDirTree 110 self.root.destroy()
|
/external/python/cpython2/Lib/lib-tk/ |
H A D | Dialog.py | 23 try: Widget.destroy(self) 25 def destroy(self): pass member in class:Dialog
|
/external/guice/extensions/persist/src/com/google/inject/persist/ |
H A D | PersistFilter.java | 36 * {@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 D | DummyFilterImpl.java | 50 public void destroy() { method in class:DummyFilterImpl
|
/external/harfbuzz_ng/src/ |
H A D | test-size-params.cc | 57 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 D | test-would-substitute.cc | 61 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 D | destroy.pass.cpp | 16 // 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 D | test_vector3.pass.cpp | 45 void destroy(void* v) function 57 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
|
/external/llvm/lib/Support/ |
H A D | ManagedStatic.cpp | 66 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 D | draw_pt.h | 77 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 D | draw_vbuf.h | 120 void (*destroy)( struct vbuf_render * ); member in struct:vbuf_render
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys.h | 45 void (*destroy)(struct vl_screen *vscreen); member in struct:vl_screen
|
/external/mesa3d/src/gallium/include/state_tracker/ |
H A D | sw_winsys.h | 69 (*destroy)( struct sw_winsys *ws ); member in struct:sw_winsys
|