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

1234567891011>>

/macosx-10.10.1/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.1/tcl-105/tk84/tk/library/demos/
H A Dhello16 puts stdout "Hello, world"; destroy .
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dhello18 puts stdout "Hello, world"; destroy .
/macosx-10.10.1/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.1/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.1/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.1/ncurses-44/ncurses/include/
H A Dnc_panel.h58 int (*destroy)(struct panel *); member in struct:panelhook
/macosx-10.10.1/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.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/example/
H A Dparser_use.inc9 $parser destroy
/macosx-10.10.1/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*);
H A DStructureChain.cpp43 void StructureChain::destroy(JSCell* cell) function in class:JSC::StructureChain
/macosx-10.10.1/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.1/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.1/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.1/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.1/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...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapauth.c110 goto destroy;
120 goto destroy;
137 goto destroy;
149 goto destroy;
153 goto destroy;
164 goto destroy;
168 destroy:;
H A Dslapacl.c90 goto destroy;
121 goto destroy;
131 goto destroy;
143 goto destroy;
155 goto destroy;
165 goto destroy;
177 goto destroy;
219 goto destroy;
239 goto destroy;
252 goto destroy;
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dstore_cred.c50 int destroy = 0; local
91 destroy = 1;
98 if (destroy)
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransportKeyParameterKVS.c12 static void destroy(SOSTransportKeyParameterRef transport);
36 tkvs->k.destroy = destroy;
42 static void destroy(SOSTransportKeyParameterRef transport){ function
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbutton.rb11 $button_demo.destroy
38 tmppath.destroy
H A Dcheck.rb11 $check_demo.destroy
46 tmppath.destroy

Completed in 289 milliseconds

1234567891011>>