Searched defs:Remove (Results 176 - 185 of 185) sorted by relevance

12345678

/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc432 void Remove(RequestPriority req_priority) { function in class:net::__anon9207::PriorityTracker
1314 priority_tracker_.Remove(req->priority());
2284 // TODO(szym): Remove once http://crbug.com/137914 is resolved.
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc260 // Remove the function from this list.
417 // Remove the code from optimized code map.
2024 materialized_store->Remove(stack_fp_);
3539 void MaterializedObjectStore::Remove(Address fp) { function in class:v8::internal::MaterializedObjectStore
3543 frame_fps_.Remove(index);
H A Disolate.cc1436 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) { function in class:v8::internal::Isolate::ThreadDataTable
1448 if (data->isolate() == isolate) Remove(data);
2260 call_completed_callbacks_.Remove(i);
H A Dlog.cc625 bool Remove(TickSample* sample) { function in class:v8::internal::Profiler
753 bool overflow = Remove(&sample);
756 overflow = Remove(&sample);
H A Dobjects.cc2822 // TODO(verwaest): Remove the distinction. This is mostly bogus since we
4682 ObjectHashTable::Remove(hashtable, key, &was_present);
4967 // TODO(verwaest): Remove this temporary compatibility hack when blink
9433 // Remove map transitions because they point to maps with a
14799 void CompilationCacheTable::Remove(Object* value) { function in class:v8::CompilationCacheTable
15303 Handle<ObjectHashTable> ObjectHashTable::Remove(Handle<ObjectHashTable> table, function in class:v8::ObjectHashTable
15357 // memory leaks. Remove this once we have special visitor for weak fixed
15376 // memory leaks. Remove this once we have special visitor for weak fixed
15458 Handle<Derived> OrderedHashTable<Derived, Iterator, entrysize>::Remove( function in class:v8::OrderedHashTable
15588 OrderedHashTable<OrderedHashSet, JSSetIterator, 1>::Remove(
[all...]
/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_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc584 static void Remove(DownloadItem* download_item) { function in class:extensions::__anon3692::ExtensionDownloadsEventRouterData
1234 (*it)->Remove();
1344 download_item->Remove();
1777 ExtensionDownloadsEventRouterData::Remove(*iter);
/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 861 milliseconds

12345678