Searched refs:Add (Results 151 - 175 of 879) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Dextension_process_manager.cc93 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
95 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
97 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
99 registrar_.Add(this, NotificationType::EXTENSION_HOST_DESTROYED,
101 registrar_.Add(this, NotificationType::RENDERER_PROCESS_TERMINATED,
103 registrar_.Add(this, NotificationType::RENDERER_PROCESS_CLOSED,
105 registrar_.Add(this, NotificationType::APP_TERMINATING,
379 registrar_.Add(this, NotificationType::BROWSER_WINDOW_READY,
H A Dextension_messages_apitest.cc17 registrar_.Add(this, NotificationType::EXTENSION_HOST_DID_STOP_LOADING,
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_source_win.cc39 registrar_.Add(this, NotificationType::TAB_CONTENTS_SWAPPED,
41 registrar_.Add(this, NotificationType::TAB_CONTENTS_DISCONNECTED,
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc98 registrar_.Add(
102 registrar_.Add(
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_started_animation_win.cc93 registrar_.Add(
97 registrar_.Add(
/external/chromium/net/disk_cache/
H A Dhistogram_macros.h30 counter->Add(sample); \
62 counter->Add(sample); \
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp63 constexpr int Add(int a, int b, int c) { return a + b + c; } function in namespace:PotentialConstant
64 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
/external/mesa3d/docs/
H A DMESA_shader_debug.spec150 Add a new section 8.10 "Debug Functions":
162 Add a new section 8.10.1 "Print Function":
193 Add a new section 8.10.2 "Assert Function":
263 Add Overview, New Procedures and Functions, New Tokens sections.
264 Add sections 8.10.1, 8.10.2 to GLSL spec.
/external/regex-re2/re2/
H A Dfiltered_re2.cc24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern, function in class:re2::FilteredRE2
49 prefilter_tree_->Add(prefilter);
/external/skia/src/core/
H A DSkFP.h58 #define SkFPAdd(a, b) SkFloat::Add(a, b)
59 #define SkFPSub(a, b) SkFloat::Add(a, SkFloat::Neg(b))
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParser.cs338 stream_expr.Add(expr2.Tree);
341 stream_NEWLINE.Add(NEWLINE3);
376 stream_ID.Add(ID4);
380 stream_17.Add(char_literal5);
388 stream_expr.Add(expr6.Tree);
391 stream_NEWLINE.Add(NEWLINE7);
442 stream_func.Add(func8.Tree);
445 stream_NEWLINE.Add(NEWLINE9);
480 stream_NEWLINE.Add(NEWLINE10);
593 stream_ID.Add(ID1
[all...]
H A DProfileGrammarParser.cs342 stream_expr.Add(expr2.Tree);
345 stream_NEWLINE.Add(NEWLINE3);
380 stream_ID.Add(ID4);
384 stream_17.Add(char_literal5);
392 stream_expr.Add(expr6.Tree);
395 stream_NEWLINE.Add(NEWLINE7);
446 stream_func.Add(func8.Tree);
449 stream_NEWLINE.Add(NEWLINE9);
484 stream_NEWLINE.Add(NEWLINE10);
597 stream_ID.Add(ID1
[all...]
/external/v8/src/ia32/
H A Dlithium-ia32.cc95 stream->Add("%s ", this->Mnemonic());
102 stream->Add(" ");
107 stream->Add(" ");
114 stream->Add("= ");
116 if (i > 0) stream->Add(" ");
131 stream->Add(" Dead block replaced with B%d", rep->block_id());
149 stream->Add("(");
153 stream->Add(") ");
193 stream->Add("B%d", block_id());
198 stream->Add("
[all...]
/external/v8/src/
H A Ddeoptimizer.cc1143 deferred_heap_numbers_.Add(value_desc);
1293 void TranslationBuffer::Add(int32_t value) {
1302 contents_.Add(((bits << 1) & 0xFF) | (next != 0));
1335 buffer_->Add(CONSTRUCT_STUB_FRAME);
1336 buffer_->Add(literal_id);
1337 buffer_->Add(height);
1342 buffer_->Add(ARGUMENTS_ADAPTOR_FRAME);
1343 buffer_->Add(literal_id);
1344 buffer_->Add(height);
1349 buffer_->Add(JS_FRAM
[all...]
/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.Misc/
H A DFastQueue.cs105 _data.Add(o);
H A DLookaheadStream.cs127 _data.Add(o);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs160 /** <summary>Add t as child of this node.</summary>
190 this.children.Add(c);
207 children.Add(t);
214 /** <summary>Add all elements of kids list as children of this node</summary> */
295 newChildren.Add(newTree.GetChild(i));
299 newChildren.Add(newTree);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs115 _data.Add( o );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs191 /** <summary>Add t as child of this node.</summary>
228 this.Children.Add( c );
250 Children.Add( t );
257 /** <summary>Add all elements of kids list as children of this node</summary> */
350 newChildren.Add( newTree.GetChild( i ) );
356 newChildren.Add( newTree );
/external/chromium/chrome/browser/
H A Dbackground_mode_manager.cc74 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
76 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
82 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
87 registrar_.Add(this, NotificationType::APP_TERMINATING,
277 // Add About item
H A Dbackground_page_tracker.cc124 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
235 // Add all apps with background contents also.
254 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
256 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
258 registrar_.Add(this, NotificationType::BACKGROUND_CONTENTS_OPENED,
H A Dcustom_home_pages_table_model.h37 void Add(int index, const GURL& url);
/external/chromium/chrome/browser/chromeos/
H A Denterprise_extension_observer.cc18 registrar_.Add(this,
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.h42 virtual void Add(const Notification& notification,

Completed in 1990 milliseconds

1234567891011>>