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

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dcleanpkcs11.sh19 if [ ! -x ../../pkcs11/pkcs11-destroy ]; then exit 1; fi
21 ../../pkcs11/pkcs11-destroy -s 0 -p 1234
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dhello16 puts stdout "Hello, world"; destroy .
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dhello18 puts stdout "Hello, world"; destroy .
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DAtomicStringTable.cpp47 data.m_atomicStringTableDestructor = AtomicStringTable::destroy;
50 data.m_atomicStringTableDestructor = AtomicStringTable::destroy;
60 void AtomicStringTable::destroy(AtomicStringTable* table) function in class:WTF::AtomicStringTable
H A DAtomicStringTable.h42 static void destroy(AtomicStringTable*);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmtrust.cpp38 void TPEvidenceInfo::destroy(Allocator &allocator) function in class:Security::TPEvidenceInfo
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmtrust.cpp38 void TPEvidenceInfo::destroy(Allocator &allocator) function in class:Security::TPEvidenceInfo
/macosx-10.10/ncurses-44/ncurses/include/
H A Dnc_panel.h58 int (*destroy)(struct panel *); member in struct:panelhook
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/egl/
H A DEGLXSurface.cpp44 destroy();
51 destroy();
58 destroy();
66 destroy();
80 void EGLWindowTransportSurface::destroy() function in class:WebCore::EGLWindowTransportSurface
82 EGLTransportSurface::destroy();
99 destroy();
106 destroy();
115 destroy();
123 destroy();
131 void EGLPixmapSurface::destroy() function in class:WebCore::EGLPixmapSurface
189 void EGLXTransportSurfaceClient::destroy() function in class:WebCore::EGLXTransportSurfaceClient
269 void EGLTextureFromPixmap::destroy() function in class:WebCore::EGLTextureFromPixmap
[all...]
H A DEGLXSurface.h45 virtual void destroy() override;
52 virtual void destroy() override;
62 void destroy();
74 virtual void destroy() override;
H A DEGLContext.h43 virtual void destroy() override;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dselectiondialog.rb8 :command=>proc{Tk.root.destroy}).pack(:padx=>10, :pady=>10)
H A Dmessagedialog.rb28 md.destroy
42 Tk.after(7000, proc{cr.deactivate; Tk.root.destroy})
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/example/
H A Dparser_use.inc9 $parser destroy
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DNameInstance.cpp42 void NameInstance::destroy(JSCell* cell) function in class:JSC::NameInstance
H A DArrayBufferNeuteringWatchpoint.h48 static void destroy(JSCell*);
/macosx-10.10/gpt-12/
H A DMakefile4 SRCS= add.c boot.c create.c destroy.c gpt.c label.c map.c migrate.c \
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGLXSurface.cpp73 destroy();
80 destroy();
112 void GLXTransportSurface::destroy() function in class:WebCore::GLXTransportSurface
114 GLTransportSurface::destroy();
152 destroy();
159 destroy();
171 void GLXOffScreenSurface::destroy() function in class:WebCore::GLXOffScreenSurface
233 destroy();
246 void GLXTransportSurfaceClient::destroy() function in class:WebCore::GLXTransportSurfaceClient
254 GLTransportSurfaceClient::destroy();
[all...]
H A DGLXContext.h43 virtual void destroy() override;
H A DGLXSurface.h46 virtual void destroy() override;
58 virtual void destroy() override;
74 virtual void destroy() override;
/macosx-10.10/tcl-105/tk/tk/tests/ttk/
H A Dspinbox.test11 } -cleanup { destroy .sb } -result .sb
18 destroy .sb
27 destroy .sb
36 destroy .sb
45 destroy .sb
54 destroy .sb
65 destroy .sb
75 destroy .sb
85 destroy .sb
95 destroy
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/
H A DGLTransportSurface.h44 virtual void destroy() override;
66 virtual void destroy();
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DManagedStatic.cpp59 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
75 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
78 StaticList->destroy();
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtktimer.rb47 root.bind "Control-c", proc{root.destroy}
48 root.bind "Control-q", proc{root.destroy}
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/win32/
H A Dpk11destroy.mak108 ALL : "..\..\..\Build\Release\pkcs11-destroy.exe"
112 -@erase "$(INTDIR)\pkcs11-destroy.obj"
114 -@erase "..\..\..\Build\Release\pkcs11-destroy.exe"
159 LINK32_FLAGS=user32.lib advapi32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\pkcs11-destroy.pdb" /machine:I386 /out:"../../../Build/Release/pkcs11-destroy.exe"
160 LINK32_OBJS= "$(INTDIR)\pkcs11-destroy.obj"
162 "..\..\..\Build\Release\pkcs11-destroy.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
176 ALL : "..\..\..\Build\Debug\pkcs11-destroy.exe" "$(OUTDIR)\pk11destroy.bsc"
180 -@erase "$(INTDIR)\pkcs11-destroy.obj"
181 -@erase "$(INTDIR)\pkcs11-destroy
[all...]

Completed in 208 milliseconds

1234567891011>>