Searched defs:Remove (Results 201 - 218 of 218) sorted by relevance

123456789

/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java60 Remove, Update, Add, RegisterServiceType, Noop enum constant in enum:JmDNSImpl.Operation
1217 * Remove a listener from all outstanding questions. The listener will no longer receive any updates.
1305 case Remove:
1358 cacheOperation = Operation.Remove;
1783 this.updateRecord(now, record, Operation.Remove);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp141 ~CStreamSwitch() { Remove(); }
142 void Remove();
148 void CStreamSwitch::Remove() function in class:NArchive::N7z::CStreamSwitch
159 Remove();
172 Remove();
1239 streamSwitch.Remove();
/external/v8/src/
H A Disolate.cc690 // Remove the HeapStringAllocator created above.
1392 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) { function in class:v8::internal::Isolate::ThreadDataTable
1400 void Isolate::ThreadDataTable::Remove(Isolate* isolate, function in class:v8::internal::Isolate::ThreadDataTable
1404 Remove(data);
1413 if (data->isolate() == isolate) Remove(data);
1567 // Remove the external reference to the preallocated stack memory.
H A Dlog.cc104 bool Remove(TickSample* sample) { function in class:v8::internal::Profiler
325 bool overflow = Remove(&sample);
328 overflow = Remove(&sample);
396 void Remove(Address code_address) { function in class:v8::internal::Logger::NameMap
440 impl_.Remove(entry->key, entry->hash);
1099 address_to_name_map_->Remove(from);
H A Dplatform-win32.cc714 bool OS::Remove(const char* path) { function in class:v8::internal::OS
731 Remove(tempNameBuffer); // Delete on close.
H A Dobjects.cc3707 // Key was in the dictionary. Remove it.
7488 // Remove map transitions because they point to maps with a
11884 void CompilationCacheTable::Remove(Object* value) { function in class:v8::internal::CompilationCacheTable
12527 MaybeObject* ObjectHashSet::Remove(Object* key) { function in class:v8::internal::ObjectHashSet
12539 // Remove entry and try to shrink this hash set.
12761 // Remove the specified break point object.
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc585 static void Remove(DownloadItem* download_item) { function in class:__anon5007::ExtensionDownloadsEventRouterData
1194 (*it)->Remove();
1321 download_item->Remove();
1741 ExtensionDownloadsEventRouterData::Remove(*iter);
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service.cc161 // Remove SyncChanges that should not be sent to the server from |change_list|.
337 // Remove the scheme.
361 // Remove leading "www.".
364 // Remove trailing "/".
543 void TemplateURLService::Remove(TemplateURL* template_url) { function in class:TemplateURLService
618 Remove(url);
750 // Remove items.
1033 Remove(existing_turl);
1119 // We do a lot of calls to Add/Remove/ResetTemplateURL here, so ensure we
1532 provider_map_->Remove(template_ur
[all...]
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc431 void Remove(RequestPriority req_priority) { function in class:net::__anon9364::PriorityTracker
1313 priority_tracker_.Remove(req->priority());
2272 // TODO(szym): Remove once http://crbug.com/137914 is resolved.
/external/chromium_org/v8/src/
H A Disolate.cc141 // TODO(dcarney): Remove with default isolate.
1485 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) { function in class:v8::internal::Isolate::ThreadDataTable
1497 if (data->isolate() == isolate) Remove(data);
H A Dlog.cc796 bool Remove(TickSample* sample) { function in class:v8::internal::Profiler
920 bool overflow = Remove(&sample);
923 overflow = Remove(&sample);
H A Dobjects.cc9847 // Remove map transitions because they point to maps with a
15286 void CompilationCacheTable::Remove(Object* value) { function in class:v8::internal::CompilationCacheTable
15998 Handle<ObjectHashSet> ObjectHashSet::Remove(Handle<ObjectHashSet> table, function in class:v8::internal::ObjectHashSet
16010 // Remove entry and try to shrink this hash set.
16341 // Remove the specified break point object.
/external/clang/lib/Driver/
H A DTools.cpp1626 unsigned Add, Remove; local
1627 if (!parse(D, Args, *I, Add, Remove, true))
1631 Kind &= ~Remove;
3960 // FIXME: Remove these special cases.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas457 procedure Remove(const El: Integer); procedure
1751 procedure Remove(const El: Integer); virtual;
3598 procedure TBitSet.Remove(const El: Integer);
4238 Result.Remove(TToken.EOR_TOKEN_TYPE);
4564 Follow2.Remove(TToken.EOR_TOKEN_TYPE);
6236 IndexToOp.Remove(I); // remove so any left have index size-1
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc907 void WriteNode::Remove() { function in class:sync_api::WriteNode
1503 // TODO(tim): Bug 62103. Remove this after it has been pushed out to dev
2205 // TODO(tim): Remove this monstrosity, perhaps with ObserverListTS once core
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 547 milliseconds

123456789