Searched refs:delete (Results 1 - 25 of 1737) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/rbt/
H A Ddns_rbt_deletename_1_data6 dns_rbt.data delete a.vix.com ISC_R_SUCCESS
H A Ddns_rbt_deletename_2_data6 dns_rbt.data delete new.name ISC_R_NOTFOUND
/macosx-10.9.5/Heimdal-323.92.1/
H A Dautogen.sh6 find . \( -name '*-private.h' -o -name '*-protos.h' \) -delete
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h26 delete TextSection;
27 delete DataSection;
28 delete BSSSection;
29 delete ReadOnlySection;
31 delete StaticCtorSection;
32 delete StaticDtorSection;
33 delete LSDASection;
34 delete EHFrameSection;
35 delete DwarfAbbrevSection;
36 delete DwarfInfoSectio
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/
H A Dpost-setup.rb14 File.delete(unwanted_symlink) if File.symlink?(unwanted_symlink)
/macosx-10.9.5/rsync-42/rsync/support/
H A Dfiles-to-excludes20 delete $hash{$path};
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dirbtk.rb11 require 'remote-tk' if ARGV.delete('--remote-tk')
12 require 'multi-tk' if ARGV.delete('--multi-tk')
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmach_swapon.h38 #warning obsolete header file! Please delete the include from your sources.
/macosx-10.9.5/CPANInternal-140/Graph/util/
H A Dcover.sh5 cover -delete
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dcompface.el43 'delete '(t nil) nil))
53 'delete '(t nil)))
/macosx-10.9.5/ruby-104/ruby/ext/-test-/debug/
H A Dextconf.rb3 inits.delete("init")
/macosx-10.9.5/ruby-104/ruby/ext/-test-/exception/
H A Dextconf.rb3 inits.delete("init")
/macosx-10.9.5/ruby-104/ruby/ext/-test-/method/
H A Dextconf.rb3 inits.delete("init")
/macosx-10.9.5/ruby-104/ruby/ext/-test-/path_to_class/
H A Dextconf.rb3 inits.delete("init")
/macosx-10.9.5/ruby-104/ruby/ext/-test-/string/
H A Dextconf.rb3 inits.delete("init")
/macosx-10.9.5/ruby-104/ruby/ext/-test-/symbol/
H A Dextconf.rb3 inits.delete("init")
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/library/
H A DWidget.itk50 bind itk-delete-$itk_hull <Destroy> [list itcl::delete object $this]
53 bindtags $itk_hull [linsert $tags 0 itk-delete-$itk_hull]
61 set i [lsearch $tags itk-delete-$itk_hull]
67 itk_component delete hull
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dderived.py30 vw.delete(2)
34 v2.delete(1)
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A Dcompile.com4 $ if f$search("ACTIVATE.OBJ") then delete ACTIVATE.OBJ.*
6 $ if f$search("ADDPANE.OBJ") then delete ADDPANE.OBJ.*
8 $ if f$search("ADDSEL.OBJ") then delete ADDSEL.OBJ.*
10 $ if f$search("CHGPANE.OBJ") then delete CHGPANE.OBJ.*
12 $ if f$search("CHGSEL.OBJ") then delete CHGSEL.OBJ.*
14 $ if f$search("CREATE.OBJ") then delete CREATE.OBJ.*
16 $ if f$search("DELPANE.OBJ") then delete DELPANE.OBJ.*
18 $ if f$search("DELSEL.OBJ") then delete DELSEL.OBJ.*
20 $ if f$search("DESTROY.OBJ") then delete DESTROY.OBJ.*
22 $ if f$search("ERROR.OBJ") then delete ERRO
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Ddelete.test9 # RCS: $Id: delete.test,v 1.4 2004/02/12 18:09:50 davygrvy Exp $
26 test delete-1.1 {define a simple classes with inheritance} {
35 test delete-1.2 {create some base class objects} {
42 test delete-1.3 {delete the base class--class and all objects go away} {
43 list [itcl::delete class test_delete_base] \
53 test delete-2.1 {define a simple classes with inheritance} {
73 test delete-2.2 {create some base and derived class objects} {
83 test delete-2.3 {delete th
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPingLoader.h53 // will cancel the load and delete itself.
66 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&) OVERRIDE { delete this; }
67 virtual void didReceiveData(ResourceHandle*, const char*, int, int) OVERRIDE { delete this; }
68 virtual void didFinishLoading(ResourceHandle*, double) OVERRIDE { delete this; }
69 virtual void didFail(ResourceHandle*, const ResourceError&) OVERRIDE { delete this; }
71 void timeout(Timer<PingLoader>*) { delete this; }
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbLock.java29 delete();
36 /* package */ synchronized void delete() { method in class:DbLock
/macosx-10.9.5/CPANInternal-140/Graph-0.94/util/
H A Dcover.sh7 cover -delete
/macosx-10.9.5/crontabs-51/files/daily/
H A D199.clean-fax15 find . -type f -name '[0-9]*.[0-9][0-9][0-9]' -mtime +7 -delete >/dev/null 2>&1;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DMutex.inc34 delete (LPCRITICAL_SECTION)data_;

Completed in 220 milliseconds

1234567891011>>