Searched defs:Add (Results 126 - 150 of 310) sorted by relevance

1234567891011>>

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h124 static data_type Add(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
158 static data_type Add(data_type L, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
/external/lldb/source/Breakpoint/
H A DBreakpointList.cpp35 BreakpointList::Add (BreakpointSP &bp_sp, bool notify) function in class:BreakpointList
H A DBreakpointLocationCollection.cpp41 BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) function in class:BreakpointLocationCollection
/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp60 DataVisualization::ValueFormats::Add (const ConstString &type, const lldb::TypeFormatImplSP &entry) function in class:DataVisualization::ValueFormats
62 GetFormatManager().GetValueNavigator().Add(FormatManager::GetValidTypeName(type),entry);
168 DataVisualization::Categories::Add (const ConstString &category) function in class:DataVisualization::Categories
252 DataVisualization::NamedSummaryFormats::Add (const ConstString &type, const lldb::TypeSummaryImplSP &entry) function in class:DataVisualization::NamedSummaryFormats
254 GetFormatManager().GetNamedSummaryNavigator().Add(FormatManager::GetValidTypeName(type),entry);
H A DTypeCategoryMap.cpp30 Add(default_cs,default_sp);
35 TypeCategoryMap::Add (KeyType name, const ValueSP& entry) function in class:TypeCategoryMap
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp77 DNBBreakpointList::Add(nub_addr_t addr, nub_size_t length, bool hardware) function in class:DNBBreakpointList
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp112 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); local
113 return MCOperand::CreateExpr(Add);
/external/skia/src/core/
H A DSkTypefaceCache.cpp122 void SkTypefaceCache::Add(SkTypeface* face, function in class:SkTypefaceCache
/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/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()
/external/chromium_org/base/metrics/
H A Dsparse_histogram.cc50 void SparseHistogram::Add(Sample value) { function in class:base::SparseHistogram
59 snapshot->Add(samples_);
65 samples_.Add(samples);
/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/
H A Dextension_test_notification_observer.cc57 void Add(int type, const content::NotificationSource& source);
58 void Add(int type);
60 // Notified any time an Add()ed notification is received.
76 void ExtensionTestNotificationObserver::NotificationSet::Add( function in class:ExtensionTestNotificationObserver::NotificationSet
79 notification_registrar_.Add(this, type, source);
82 void ExtensionTestNotificationObserver::NotificationSet::Add(int type) { function in class:ExtensionTestNotificationObserver::NotificationSet
83 Add(type, content::NotificationService::AllSources());
123 registrar.Add(
144 notification_set.Add(content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
145 notification_set.Add(conten
[all...]
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter_unittest.cc72 void Add(net::CanonicalCookie* cookie);
165 void EvictedDomainCookieCounterTest::Add(net::CanonicalCookie* cookie) { function in class:chrome_browser_net::__anon4334::EvictedDomainCookieCounterTest
213 Add(cookies_[i]);
226 // Add all cookies at (relative time) t = 0.
228 Add(cookies_[i]);
241 Add(cookies_[i]);
252 // Add all cookies at (relative time) t = 0.
254 Add(cookies_[i]);
261 // Add cookies again at t = [22,23,24,25,26,27].
264 Add(cookies
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc60 void Add(SelectFileDialogExtension::RoutingID id,
78 void PendingDialog::Add(SelectFileDialogExtension::RoutingID id, function in class:__anon5332::PendingDialog
314 PendingDialog::GetInstance()->Add(routing_id, this);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc56 Add(Instruction("go", jtl::NAVIGATE, Arguments(String)));
57 Add(Instruction("any", jtl::NAVIGATE_ANY, Arguments()));
58 Add(Instruction("back", jtl::NAVIGATE_BACK, Arguments()));
59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool)));
60 Add(Instruction("store_hash",
62 Add(Instruction("store_hashed",
64 Add(Instruction("store_node_bool",
66 Add(Instruction("store_node_hash",
68 Add(Instruction("store_node_registerable_domain_hash",
71 Add(Instructio
190 void Add(const Instruction& instruction) { function in class:__anon6002::InstructionSet
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc109 void BookmarkIndex::Add(const BookmarkNode* node) { function in class:bookmarks::BookmarkIndex
/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set.cc42 void UnackedInvalidationSet::Add( function in class:syncer::UnackedInvalidationSet
/external/chromium_org/components/web_cache/browser/
H A Dweb_cache_manager.cc63 registrar_.Add(this, content::NOTIFICATION_RENDERER_PROCESS_CREATED,
65 registrar_.Add(this, content::NOTIFICATION_RENDERER_PROCESS_TERMINATED,
72 void WebCacheManager::Add(int renderer_id) { function in class:web_cache::WebCacheManager
163 Add(process->GetID());
287 // Add in the space required to implement |tactic|.
/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.cc50 void WebUIDataSource::Add(BrowserContext* browser_context, function in class:content::WebUIDataSource
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h119 extension_registry_observer_.Add(ExtensionRegistry::Get(context));
120 registrar_.Add(this,
145 int Add(T* api_resource) { return data_->Add(api_resource); } function in class:extensions::ApiResourceManager
224 int Add(T* api_resource) { function in class:extensions::ApiResourceManager::ApiResourceData
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc38 void Add(WindowTreeHostMojo* manager) { function in class:mojo::__anon8722::TreeHosts
72 TreeHosts::Get()->Add(this);
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc48 virtual void Add(double value) MOJO_OVERRIDE {
83 void Add(double value) { function in class:mojo::test::__anon8778::MathCalculatorUIImpl
84 calculator_->Add(value);
88 calculator_->Add(-value);
124 calculator_->Add(1.0);
136 // Add some more and wait for re-entrant call to Output!
137 calculator_->Add(1.0);
211 calculator_ui.Add(2.0);
229 calculator_ui.Add(2.0);
285 calculator_ui.Add(2.
[all...]
/external/chromium_org/net/base/
H A Dprioritized_dispatcher_unittest.cc55 void Add(bool at_head) { function in class:net::__anon9052::PrioritizedDispatcherTest::TestJob
62 handle_ = dispatcher_->Add(this, priority_);
147 job->Add(false);
154 job->Add(true);
/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc135 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin, function in class:net::HttpAuthCache
212 // Add new path.
271 // Add an Entry with one of the original entry's paths.
273 Entry* entry = Add(it->origin(), it->realm(), it->scheme(),

Completed in 573 milliseconds

1234567891011>>