Searched refs:remove (Results 1 - 25 of 1943) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/dom/
H A DChildNode.idl31 [RaisesException] void remove();
/macosx-10.10/uucp-11/uucp/unix/
H A Dremove.c0 /* remove.c
9 remove (z) function
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dremove.c24 #define remove ______remove macro
28 #undef remove macro
35 NoN(remove)
44 remove(const char* path)
H A Dunlink.c35 return(remove(path));
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DDNSRecord.java49 void remove() method in interface:DNSRecord
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlockJettisoningWatchpoint.cpp43 remove();
H A DLLIntCallLinkInfo.h45 remove();
55 remove();
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIONotifier.h42 @discussion IOService notification requests are represented as implementations of the IONotifier object. It defines methods to enable, disable and remove notification requests. These actions are synchronized with invocations of the notification handler, so removing a notification request will guarantee the handler is not being executed. */
50 /*! @function remove
54 virtual void remove() = 0;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dblockdels.tcl18 proc remove {from {count 1}} { procedure
40 remove 996 $j
46 remove $j 10
52 remove 985 $j
62 remove $i 45
63 remove $i 45
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLOptionsCollection.h45 void remove(int index);
46 void remove(HTMLOptionElement*);
H A DDOMTokenList.idl33 [RaisesException] void remove(DOMString... tokens);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DMutableDictionary.cpp52 void MutableDictionary::remove(const String& key) function in class:WebKit::MutableDictionary
54 m_map.remove(key);
/macosx-10.10/Heimdal-398.1.2/xcconfig/
H A Dlibtool-wrap.py13 args.remove(flag)
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebufferReallyPrivate.h37 virtual void remove();
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dremove.c34 static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/remove.c,v 1.9 2007/01/09 00:28:07 imp Exp $");
45 remove(file) function
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdserver.h78 void remove(PowerWatcher *client);
88 using MachServer::remove;
90 void remove(MachPlusPlus::PowerWatcher *client) { StLock<Mutex> _(mLock); sleepWatcher.remove(client); } function in class:PCSCD::Server
/macosx-10.10/SmartcardCCID-55008/libusb/
H A DMakefile4 GnuAfterInstall = remove-autom4te-cache remove-shared-libusb
29 remove-autom4te-cache:
32 remove-shared-libusb:
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKMutableArray.cpp46 toImpl(arrayRef)->elements().remove(index);
/macosx-10.10/crontabs-52/files/monthly/
H A D200.accounting20 remove=NO
25 # remove=YES
29 # remove=YES
46 [ $remove = YES ] && rm -f $W.0;;
/macosx-10.10/gpt-12/
H A DMakefile5 recover.c remove.c show.c
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsimplepatternformattertest.cpp47 appendTo.remove();
70 appendTo.remove();
78 appendTo.remove();
115 appendTo.remove();
128 appendTo.remove();
141 appendTo.remove();
155 appendTo.remove();
168 appendTo.remove();
175 appendTo.remove();
182 appendTo.remove();
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dcopy.c88 (void) remove (zto);
96 (void) remove (zto);
104 (void) remove (zto);
111 (void) remove (zto);
118 (void) remove (zto);
206 (void) remove (zto);
214 (void) remove (zto);
222 (void) remove (zto);
229 (void) remove (zto);
236 (void) remove (zt
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBloomFilter.h49 void remove(unsigned hash);
61 void remove(const AtomicString& string) { remove(string.impl()->existingHash()); } function in class:WTF::BloomFilter
62 void remove(const String& string) { remove(string.impl()->hash()); } function in class:WTF::BloomFilter
94 inline void BloomFilter<keyBits>::remove(unsigned hash) function in class:WTF::BloomFilter
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegionList.cpp70 bool VTTRegionList::remove(VTTRegion* region) function in class:WebCore::VTTRegionList
76 m_list.remove(index);
/macosx-10.10/WebCore-7600.1.25/page/
H A DUserContentController.cpp64 m_pages.remove(&page);
90 scripts->remove(i);
94 m_userScripts->remove(it);
102 m_userScripts->remove(&world);
133 stylesheets.remove(i);
142 m_userStyleSheets->remove(it);
152 if (!m_userStyleSheets->remove(&world))
172 m_userMessageHandlerDescriptors->remove(std::make_pair(descriptor.name(), &descriptor.world()));

Completed in 214 milliseconds

1234567891011>>