Searched defs:Remove (Results 1 - 25 of 185) sorted by path

12345678

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs401 public void Remove(object key) method in class:Antlr.Runtime.Collections.HashList
403 _dictionary.Remove(key);
404 _insertionOrderList.Remove(key);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs241 public void Remove(int el) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs83 public void Remove( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
306 void IList.Remove( object value )
373 bool ICollection<T>.Remove( T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs283 public void Remove( int el ) method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas109 procedure Remove(const Key: TKey); procedure
237 procedure THashList<TKey, TValue>.Remove(const Key: TKey);
239 FDictionary.Remove(Key);
240 FInsertionOrderList.Remove(Key);
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/ceres-solver/include/ceres/
H A Dordered_groups.h89 // Remove the element, no matter what group it is in. Return value
91 bool Remove(const T element) { function in class:ceres::OrderedGroups
110 int Remove(const vector<T>& elements) { function in class:ceres::OrderedGroups
117 num_removed += Remove(elements[i]);
/external/chromium_org/android_webview/browser/
H A Dgl_view_renderer_manager.cc49 void GLViewRendererManager::Remove(Key key) { function in class:android_webview::GLViewRendererManager
H A Dglobal_tile_manager.cc31 void GlobalTileManager::Remove(Key key) { function in class:android_webview::GlobalTileManager
/external/chromium_org/ash/shelf/
H A Dscoped_observer_with_duplicated_sources.h19 // only removed once Remove() is invoked the same number of times as Add().
43 // |source| when Remove() is invoked the same number of times as Add().
44 void Remove(Source* source) { function in class:ScopedObserverWithDuplicatedSources
/external/chromium_org/ash/touch/
H A Dtouch_hud_projection.cc27 // lifetime and deletes itself upon fade-out completion or whenever |Remove()|
70 void Remove() { function in class:ash::TouchPointView
122 Remove();
148 iter->second->Remove();
161 result.first->second->Remove();
H A Dtouch_observer_hud.cc72 void TouchObserverHUD::Remove() { function in class:ash::TouchObserverHUD
/external/chromium_org/base/
H A Did_map.h15 // Ownership semantics - own pointer means the pointer is deleted in Remove()
81 void Remove(KeyType id) { function in class:IDMap
234 Remove(*i);
H A Dscoped_observer.h32 // Remove the object passed to the constructor as an observer from |source|.
33 void Remove(Source* source) { function in class:ScopedObserver
H A Dvalues.cc715 bool DictionaryValue::Remove(const std::string& path, function in class:base::DictionaryValue
977 bool ListValue::Remove(size_t index, scoped_ptr<Value>* out_value) { function in class:base::ListValue
990 bool ListValue::Remove(const Value& value, size_t* index) { function in class:base::ListValue
/external/chromium_org/base/prefs/
H A Dpref_change_registrar.cc43 void PrefChangeRegistrar::Remove(const char* path) { function in class:PrefChangeRegistrar
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc56 // Remove any tilings that aren't in |other| or don't meet the minimum.
140 void PictureLayerTilingSet::Remove(PictureLayerTiling* tiling) { function in class:cc::PictureLayerTilingSet
/external/chromium_org/cc/test/
H A Dordered_texture_map.cc33 void OrderedTextureMap::Remove(GLuint id) { function in class:cc::OrderedTextureMap
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dscoped_ptr_expiring_cache.h25 Remove(key);
37 void Remove(const Key& key) { function in class:ScopedPtrExpiringCache
H A Dthumbnail_store.cc189 void ThumbnailStore::Remove(TabId tab_id) { function in class:ThumbnailStore
190 cache_.Remove(tab_id);
191 approximation_cache_.Remove(tab_id);
242 Remove(tab_id);
462 cache_.Remove(key_to_remove);
479 cache_.Remove(tab_id);
483 approximation_cache_.Remove(tab_id);
837 Remove(tab_id);
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_mapping.cc58 void DriveAppMapping::Remove(const std::string& drive_app_id) { function in class:DriveAppMapping
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc240 void BrowsingDataRemover::Remove(int remove_mask, int origin_set_mask) { function in class:BrowsingDataRemover
696 // Remove omnibox zero-suggest cache results.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.cc74 void FakeFileSystem::Remove(const base::FilePath& file_path, function in class:drive::test_util::FakeFileSystem
H A Dfile_cache.cc84 // Remove all entries unless specially marked.
99 // Remove all files which have no corresponding cache entries.
218 // Remove the existing entry if we are unpinning a non-present file.
351 FileError FileCache::Remove(const std::string& id) { function in class:drive::internal::FileCache
382 // Remove files.
H A Dfile_system.cc436 void FileSystem::Remove(const base::FilePath& file_path, function in class:drive::FileSystem
441 remove_operation_->Remove(file_path, is_recursive, callback);

Completed in 536 milliseconds

12345678