Searched defs:Add (Results 1 - 25 of 310) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs396 _insertionOrderList.Add(key);
425 public void Add(object key, object value) method in class:Antlr.Runtime.Collections.HashList
427 _dictionary.Add(key, value);
428 _insertionOrderList.Add(key);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleElementStream.cs94 Add(oneElement);
116 public virtual void Add(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleElementStream
122 elements.Add(el);
131 elements.Add(singleElement);
133 elements.Add(el);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs79 Add(i);
91 s.Add(el);
97 s.Add(a);
98 s.Add(b);
104 s.Add(a);
105 s.Add(b);
106 s.Add(c);
112 s.Add(a);
113 s.Add(b);
114 s.Add(
130 public void Add(int el) { method in class:Antlr.Runtime.BitSet
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs32 public int Add( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
255 int IList.Add( object value )
341 void ICollection<T>.Add( T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs85 Add( i );
99 s.Add( el );
106 s.Add( a );
107 s.Add( b );
114 s.Add( a );
115 s.Add( b );
116 s.Add( c );
123 s.Add( a );
124 s.Add( b );
125 s.Add(
143 public void Add( int el ) method in class:Antlr.Runtime.BitSet
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteRuleElementStream.cs98 Add( oneElement );
122 public virtual void Add( object el ) method in class:Antlr.Runtime.Tree.RewriteRuleElementStream
131 elements.Add( el );
141 elements.Add( singleElement );
143 elements.Add( el );
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas108 procedure Add(const Key: TKey; const Value: TValue); procedure
168 procedure THashList<TKey, TValue>.Add(const Key: TKey; const Value: TValue);
170 FDictionary.Add(Key, Value);
171 FInsertionOrderList.Add(Key);
181 Add(Key, Value);
251 FInsertionOrderList.Add(Key);
330 Add(Item);
H A DAntlr.Runtime.pas445 procedure Add(const El: Integer); procedure
1746 procedure Add(const El: Integer); virtual;
3257 FMarkers.Add(nil); // depth 0 means no backtracking, leave blank
3264 FMarkers.Add(State);
3399 Result.Add(El);
3405 Result.Add(A);
3406 Result.Add(B);
3412 Result.Add(A);
3413 Result.Add(B);
3414 Result.Add(
[all...]
/external/chromium_org/ash/shelf/
H A Dscoped_observer_with_duplicated_sources.h18 // source, no matter how many times Add() is invoked. Additionaly |observer| is
19 // only removed once Remove() is invoked the same number of times as Add().
36 void Add(Source* source) { function in class:ScopedObserverWithDuplicatedSources
43 // |source| when Remove() is invoked the same number of times as Add().
H A Dshelf_model.cc53 int ShelfModel::Add(const ShelfItem& item) { function in class:ash::ShelfModel
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc309 // Add |amount| to this WindowSize not exceeding min or max size constraints.
311 int Add(int amount) { function in class:ash::WindowSize
438 // TODO(oshima): Add event source type to WMEvent and move
665 int remainder = nonfull_windows[i]->Add(grow_by);
774 window_tracker_.Add(magnetism_window_);
/external/chromium_org/base/
H A Did_map.h56 // Sets whether Add should CHECK if passed in NULL data. Default is false.
60 KeyType Add(T* data) { function in class:IDMap
72 // this function, or allow this object to generate IDs and call Add. These
248 // The next ID that we will return from Add()
H A Dscoped_observer.h27 void Add(Source* source) { function in class:ScopedObserver
/external/chromium_org/base/metrics/
H A Dhistogram.cc258 void Histogram::Add(int value) { function in class:base::Histogram
274 samples_->Add(samples);
370 samples->Add(*samples_);
H A Dhistogram_samples.cc65 void HistogramSamples::Add(const HistogramSamples& other) { function in class:base::HistogramSamples
H A Dsparse_histogram.cc50 void SparseHistogram::Add(Sample value) { function in class:base::SparseHistogram
59 snapshot->Add(samples_);
65 samples_.Add(samples);
H A Dstats_counters.cc29 void StatsCounter::Add(int value) { function in class:base::StatsCounter
101 Add(static_cast<int>(time.InMilliseconds()));
118 void StatsRate::Add(int value) { function in class:base::StatsRate
120 StatsCounterTimer::Add(value);
/external/chromium_org/base/prefs/
H A Dpref_change_registrar.cc26 void PrefChangeRegistrar::Add(const char* path, function in class:PrefChangeRegistrar
28 Add(path, base::Bind(&PrefChangeRegistrar::InvokeUnnamedCallback, obs));
31 void PrefChangeRegistrar::Add(const char* path, function in class:PrefChangeRegistrar
/external/chromium_org/build/android/pylib/utils/
H A Dreraiser_thread.py94 def Add(self, thread): member in class:ReraiserThreadGroup
95 """Add a thread to the group.
/external/chromium_org/cc/debug/
H A Drendering_stats.cc27 void RenderingStats::TimeDeltaList::Add(const TimeDeltaList& other) { function in class:cc::RenderingStats::TimeDeltaList
50 void RenderingStats::MainThreadRenderingStats::Add( function in class:cc::RenderingStats::MainThreadRenderingStats
106 void RenderingStats::ImplThreadRenderingStats::Add( function in class:cc::RenderingStats::ImplThreadRenderingStats
115 draw_duration.Add(other.draw_duration);
116 draw_duration_estimate.Add(other.draw_duration_estimate);
117 begin_main_frame_to_commit_duration.Add(
119 begin_main_frame_to_commit_duration_estimate.Add(
121 commit_to_activate_duration.Add(other.commit_to_activate_duration);
122 commit_to_activate_duration_estimate.Add(
126 void RenderingStats::Add(cons function in class:cc::RenderingStats
[all...]
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_mapping.cc50 void DriveAppMapping::Add(const std::string& drive_app_id, function in class:DriveAppMapping
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinstall_limiter.cc65 void InstallLimiter::Add(const scoped_refptr<CrxInstaller>& installer, function in class:extensions::InstallLimiter
119 registrar_.Add(this,
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc149 void CustomHomePagesTableModel::Add(int index, const GURL& url) { function in class:CustomHomePagesTableModel
190 Add(add_index++, url);
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc258 void Add(ExtensionDevToolsClientHost* client_host);
281 void AttachedClientHosts::Add(ExtensionDevToolsClientHost* client_host) { function in class:extensions::__anon3666::AttachedClientHosts
323 AttachedClientHosts::GetInstance()->Add(this);
327 extension_registry_observer_.Add(ExtensionRegistry::Get(profile_));
332 registrar_.Add(this, chrome::NOTIFICATION_APP_TERMINATING,
341 registrar_.Add(
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_api_unittest.cc66 void Add(const DeviceInfo* device) { devices_.push_back(device); } function in class:extensions::MockDeviceInfoTracker
80 // Add a couple of devices and make sure we get back public ids for them.
99 device_tracker.Add(&device_info1);
100 device_tracker.Add(&device_info2);
112 // Add a third device and make sure the first 2 ids are retained and a new
121 device_tracker.Add(&device_info3);
209 device_tracker.Add(&device_info1);
210 device_tracker.Add(&device_info2);

Completed in 586 milliseconds

1234567891011>>