Searched refs:remove (Results 51 - 75 of 1926) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duset_imp.h52 USetRemove *remove; member in struct:USetAdder
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJumpReplacementWatchpoint.cpp53 remove();
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DSparseArrayValueMap.h117 // This should ASSERT the remove is valid (check the result of the find).
118 void remove(iterator it) { m_map.remove(it); } function in class:JSC::SparseArrayValueMap
119 void remove(unsigned i) { m_map.remove(i); } function in class:JSC::SparseArrayValueMap
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dengine.h20 OSStatus engine_verify_modification(engine_t, rule_t, bool remove, bool force_modify);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A DDLDBList.h58 virtual void remove(const DLDbIdentifier& dldbIdentifier); // Removes from list
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A DDLDBList.h58 virtual void remove(const DLDbIdentifier& dldbIdentifier); // Removes from list
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransactionCoordinator.cpp69 m_queuedTransactions.remove(transaction);
71 m_startedTransactions.remove(transaction);
73 m_transactions.remove(transaction);
106 m_queuedTransactions.remove(transaction);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DMediaStreamRegistry.cpp53 m_streamDescriptors.remove(url.string());
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DInbandTextTrack.cpp68 void TextTrackCueMap::remove(GenericCueData* cueData) function in class:WebCore::TextTrackCueMap
73 m_cueToDataMap.remove(cue);
74 m_dataToCueMap.remove(cueData);
77 void TextTrackCueMap::remove(TextTrackCueGeneric* cue) function in class:WebCore::TextTrackCueMap
82 m_dataToCueMap.remove(cueData);
83 m_cueToDataMap.remove(cue);
259 m_cueMap.remove(cueData);
269 m_cueMap.remove(cueData);
274 m_cueMap.remove(static_cast<TextTrackCueGeneric*>(cue));
H A DTextTrackRegionList.h53 bool remove(TextTrackRegion*);
/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBWriteBatch.h50 void remove(const LevelDBSlice& key); // Add remove operation to the batch.
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebCookieManager.cpp49 gClassNameCount.remove("WebCookieManager");
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dfsaccess_test.c39 remove(PATH);
/macosx-10.9.5/iodbc-42.5/iodbc/samples/
H A DMakefile.am95 -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctest -remove ppc64 -output ${DESTDIR}${bindir}/iodbctest
96 -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctestw -remove ppc64 -output ${DESTDIR}${bindir}/iodbctestw
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSDNodeOrdering.h41 void remove(const SDNode *Node) { function in class:llvm::SDNodeOrdering
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dremove.c5 /* remove or stash away file
20 /* remove(3)
59 return (remove(path));
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_array_interface.py186 a.remove(0)
209 a.remove(1)
211 a.remove(0)
213 a.remove(0)
216 self.assertRaises(ValueError, a.remove, 0)
218 self.assertRaises(TypeError, a.remove)
221 d.remove('c')
223 d.remove('c')
225 self.assertRaises(ValueError, d.remove, 'c')
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dsources_command.rb24 add_option '-r', '--remove SOURCE_URI', 'Remove source' do |value, options|
25 options[:remove] = value
47 options[:remove] ||
58 say "*** Unable to remove source cache (write protected) ***"
60 say "*** Unable to remove source cache ***"
102 if options[:remove] then
103 source_uri = options[:remove]
142 say "*** Unable to remove #{desc} source cache (write protected) ***"
144 say "*** Unable to remove #{desc} source cache ***"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dnosyntax.vim16 " remove all syntax autocommands and remove the syntax for each buffer
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceRequestBase.cpp268 m_httpHeaderFields.remove(iter);
278 m_httpHeaderFields.remove("Content-Type");
288 m_httpHeaderFields.remove("Referer");
298 m_httpHeaderFields.remove("Origin");
308 m_httpHeaderFields.remove("User-Agent");
318 m_httpHeaderFields.remove("Accept");
477 m_httpHeaderFields.remove("If-Match");
478 m_httpHeaderFields.remove("If-Modified-Since");
479 m_httpHeaderFields.remove("If-None-Match");
480 m_httpHeaderFields.remove("I
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/translit/answers/
H A Dmain_1.cpp48 str.remove();
56 str.remove();
H A Dmain_2.cpp56 str.remove();
64 str.remove();
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DEntrySync.idl47 [RaisesException] void remove();
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediasource/
H A DSourceBufferList.cpp67 bool SourceBufferList::remove(SourceBuffer* buffer) function in class:WebCore::SourceBufferList
74 m_list.remove(index);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLOptionsCollectionCustom.cpp83 JSValue JSHTMLOptionsCollection::remove(ExecState* exec) function in class:WebCore::JSHTMLOptionsCollection
87 return base->remove(exec);

Completed in 288 milliseconds

1234567891011>>