Searched refs:Add (Results 51 - 75 of 879) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/automation/
H A Dautomation_tab_tracker.cc21 registrar_.Add(this, NotificationType::TAB_CLOSING,
23 registrar_.Add(this, NotificationType::EXTERNAL_TAB_CLOSED,
27 registrar_.Add(this, NotificationType::LOAD_STOP,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h36 /// Add - Add the specified instruction to the worklist if it isn't already
38 void Add(Instruction *I) { function in class:llvm::InstCombineWorklist
47 Add(I);
50 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
90 Add(cast<Instruction>(*UI));
/external/v8/src/
H A Dfunc-name-inferrer.cc51 names_stack_.Add(Name(name, kEnclosingConstructorName));
58 names_stack_.Add(Name(name, kLiteralName));
65 names_stack_.Add(Name(name, kVariableName));
H A Dframes.cc723 functions->Add(JSFunction::cast(function()));
736 functions->Add(summary);
900 frames->Add(summary);
983 functions->Add(function);
1026 accumulator->Add((mode == OVERVIEW) ? "%5d: " : "[%d]: ", index);
1040 if (IsConstructor()) accumulator->Add("new ");
1055 accumulator->Add(" [");
1063 accumulator->Add(":%d", line);
1067 accumulator->Add(":~%d", line);
1070 accumulator->Add("] ");
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) method in class:DotZLib.CodecBase
92 Add(data,0,data.Length);
103 public abstract void Add(byte[] data, int offset, int count); method in class:DotZLib.CodecBase
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp92 case Instruction::Add:
117 case AtomicRMWInst::Add: return bitc::RMW_ADD;
201 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
203 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
208 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION));
209 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
210 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
211 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
217 Abbv->Add(BitCodeAbbrevO
[all...]
/external/chromium/chrome/browser/content_settings/
H A Dstub_settings_observer.cc13 registrar_.Add(this, NotificationType::CONTENT_SETTINGS_CHANGED,
/external/chromium/chrome/browser/extensions/
H A Dextension_special_storage_policy.cc43 protected_apps_.Add(extension);
45 unlimited_extensions_.Add(extension);
47 file_handler_extensions_.Add(extension);
104 void ExtensionSpecialStoragePolicy::SpecialCollection::Add( function in class:ExtensionSpecialStoragePolicy::SpecialCollection
H A Dextension_infobar_delegate.cc31 registrar_.Add(this, NotificationType::EXTENSION_HOST_VIEW_SHOULD_CLOSE,
33 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_base.h30 virtual void Add(Balloon* balloon);
/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.h34 void Add(const char* path,
38 // Add.
42 // Removes all observers that have been previously added with a call to Add.
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_scraper_unittest.cc30 registrar_.Add(this, NotificationType::TEMPLATE_URL_MODEL_LOADED,
/external/chromium/net/base/
H A Dssl_client_auth_cache.cc33 void SSLClientAuthCache::Add(const std::string& server, function in class:net::SSLClientAuthCache
H A Dssl_client_auth_cache.h39 // Add a client certificate for |server| to the cache. If there is already
43 void Add(const std::string& server, X509Certificate* client_cert);
H A Dtest_root_certs_openssl.cc17 bool TestRootCerts::Add(X509Certificate* certificate) { function in class:net::TestRootCerts
H A Dmime_sniffer.cc273 if (counter) counter->Add(static_cast<int>(i));
506 counter->Add(i);
512 counter->Add(arraysize(kUnknownMimeTypes));
548 counter->Add(1);
557 counter->Add(2);
577 should_sniff_counter->Add(1);
599 counter->Add(i);
600 should_sniff_counter->Add(2);
607 counter->Add(arraysize(kSniffableTypes));
608 should_sniff_counter->Add(
[all...]
/external/chromium/net/ftp/
H A Dftp_auth_cache.h45 // Add an entry for |origin| to the cache (consisting of |username| and
48 void Add(const GURL& origin, const string16& username,
/external/clang/include/clang/Sema/
H A DCXXFieldCollector.h54 /// Add - Called by Sema::ActOnCXXMemberDeclarator.
55 void Add(FieldDecl *D) { function in class:clang::CXXFieldCollector
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h41 ID.Add(T);
/external/compiler-rt/lib/
H A DMakefile.mk13 # Add arch specific optimized implementations.
16 # Add other submodules.
/external/regex-re2/re2/
H A Dset.h23 // Add adds regexp pattern to the set, interpreted using the RE2 options.
25 // Add returns the regexp index that will be used to identify
30 int Add(const StringPiece& pattern, string* error);
33 // Add must not be called again after Compile.
/external/webkit/Source/WebKit/wx/bindings/python/samples/
H A Dsimple.py52 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
56 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
60 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
64 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
68 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
71 btnSizer.Add(txt, 0, wx.CENTER|wx.ALL, 2)
80 btnSizer.Add(self.location, 1, wx.EXPAND|wx.ALL, 2)
82 sizer.Add(btnSizer, 0, wx.EXPAND)
83 sizer.Add(self.webview, 1, wx.EXPAND)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g362 functionDefinitions.Add($func.tree);
H A DProfileGrammar.g362 functionDefinitions.Add($func.tree);
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_container.cc58 registrar_.Add(this,
62 registrar_.Add(this,

Completed in 608 milliseconds

1234567891011>>