Searched refs:Destroy (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/library/
H A DWidget.itk50 bind itk-delete-$itk_hull <Destroy> [list itcl::delete object $this]
H A DToplevel.itk49 bind itk-delete-$itk_hull <Destroy> [list itcl::delete object $this]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test79 test {Destroy the toaster} {
134 test {Destroy all Toasters} {
159 test {Destroy all outlets} {
H A DAAA.test76 test {Destroy all outstanding objects} {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dinterp.test50 bind .l <Destroy> {error "dying!"}
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A Ddescrip.mms49 Destroy.c, -
74 Destroy.obj, -
H A DMakefile.in82 Destroy.o \
126 Destroy.o: Destroy.c XMenuInt.h XMenu.h X10.h
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DCryptoAlg.h37 mStatus (*Destroy)(AlgContext *ctx); member in struct:__anon10694
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl24 bind Separator <Destroy> [list Widget::destroy %W]
H A Dlabelentry.tcl31 ::bind BwLabelEntry <Destroy> [list LabelEntry::_destroy %W]
H A Dprogressdlg.tcl61 bind $frame <Destroy> [list Widget::destroy $path\#ProgressDlg]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/getstring/
H A Dtk_getString.tcl63 bind $w <Destroy> {set ::getstring::result 0}
89 bind $w <Destroy> {}
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Danilabel.tcl62 bind $w <Destroy> {
104 bind $w <Destroy> "
H A Daniwave.tcl101 bind $w.c <Destroy> {
H A Dfilebox.tcl45 bind $w.strict <Destroy> {set tk_strictMotif 0}
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Ddialog.tcl143 # 5. Create a <Destroy> binding for the window that sets the
147 bind $w <Destroy> {set ::tk::Priv(button) -1}
193 # hence this "catch". Delete the Destroy handler so that
196 bind $w <Destroy> {}
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dnotebook.tcl19 bind TNotebook <Destroy> { ttk::notebook::Cleanup %W }
124 bind $top <Destroy> {+ttk::notebook::TLCleanup %W}
130 # TLCleanup -- <Destroy> binding for traversal-enabled toplevels
139 # Cleanup -- <Destroy> binding for notebooks
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Ddialog.tcl149 # 5. Create a <Destroy> binding for the window that sets the
153 bind $w <Destroy> {set ::tk::Priv(button) -1}
204 # hence this "catch". Delete the Destroy handler so that
207 bind $w <Destroy> {}
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DStringPool.h108 S->Destroy();
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DValueSymbolTable.cpp49 V->Name->Destroy();
H A DValue.cpp80 Name->Destroy();
197 Name->Destroy();
203 Name->Destroy();
219 Name->Destroy();
250 Name->Destroy();
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/autoscroll/
H A Dautoscroll.tcl18 bind Autoscroll <Destroy> [namespace code [list destroyed %W]]
39 # so that the <Destroy> event can be intercepted.
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dfilebox.tcl45 bind $w.strict <Destroy> {set tk_strictMotif 0}
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringMap.h208 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
211 void Destroy(AllocatorTy &Allocator) { function in class:llvm::StringMapEntry
217 /// Destroy this object, releasing memory back to the malloc allocator.
218 void Destroy() { function in class:llvm::StringMapEntry
220 Destroy(A);
338 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
386 V.Destroy(Allocator);
H A DScopedHashTable.h74 void Destroy(AllocatorTy &Allocator) { function in class:llvm::ScopedHashTableVal
250 ThisEntry->Destroy(HT.getAllocator());

Completed in 173 milliseconds

12345