Searched defs:Add (Results 1 - 25 of 161) sorted by relevance

1234567

/external/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp34 /// Add - Adds a function pass to the registration list.
36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_event_listener.cc36 void VisitedLinkEventListener::Add(VisitedLinkMaster::Fingerprint fingerprint) { function in class:VisitedLinkEventListener
/external/chromium/net/base/
H A Dtest_root_certs_openssl.cc17 bool TestRootCerts::Add(X509Certificate* certificate) { function in class:net::TestRootCerts
H A Dssl_client_auth_cache.cc33 void SSLClientAuthCache::Add(const std::string& server, function in class:net::SSLClientAuthCache
H A Dtest_root_certs_nss.cc50 bool TestRootCerts::Add(X509Certificate* certificate) { function in class:net::TestRootCerts
89 // Add() was called. Work from the rear first, since if a certificate was
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp40 // Add a basic block to the function... again, it automatically inserts
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, local
53 BB->getInstList().push_back(Add);
56 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl_no_op.cc50 void Trace::Add(const TraceLevel /*level*/, const TraceModule /*module*/, function in class:webrtc::Trace
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_base.cc19 void BalloonCollectionBase::Add(Balloon* balloon) { function in class:BalloonCollectionBase
/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.cc25 void PrefChangeRegistrar::Add(const char* path, NotificationObserver* obs) { function in class:PrefChangeRegistrar
/external/chromium/chrome/common/extensions/
H A Dextension_icon_set.cc17 void ExtensionIconSet::Add(int size, const std::string& path) { function in class:ExtensionIconSet
/external/chromium/net/ftp/
H A Dftp_auth_cache.cc37 void FtpAuthCache::Add(const GURL& origin, const string16& username, function in class:net::FtpAuthCache
/external/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 /// Add - Called by Sema::ActOnCXXMemberDeclarator.
56 void Add(FieldDecl *D) { function in class:clang::CXXFieldCollector
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc25 void MutexSet::Add(u64 id, bool write, u64 epoch) { function in class:__tsan::MutexSet
47 // Add new mutex descriptor.
H A Dtsan_mutexset.h35 void Add(u64 id, bool write, u64 epoch);
55 void MutexSet::Add(u64 id, bool write, u64 epoch) {} function in class:__tsan::MutexSet
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp69 // Add a basic block to the function. As before, it automatically inserts
86 Value *Add = builder.CreateAdd(One, ArgX); local
89 builder.CreateRet(Add);
100 // Add a basic block to the FooF function.
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
H A Dtostring-1.js52 t3 = new TestFunction( "Add", "a, b, c, d, e", tab +"var s = a + b + c + d + e;\n" +
72 "Add.toString()",
74 Add.toString() );
89 function Add( a, b, c, d, e ) { function
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) method in class:DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) method in class:DotZLib.Deflater
/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/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp113 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); local
114 return MCOperand::CreateExpr(Add);
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp77 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); local
78 return MCOperand::CreateExpr(Add);
/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/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);
/external/chromium/base/metrics/
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/chrome/browser/automation/
H A Dautomation_resource_tracker.h86 int Add(T resource) { function in class:AutomationResourceTracker

Completed in 766 milliseconds

1234567