HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 26 - 50 of 1065) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_helper.cc 57 registrar_.Add(accessibility_handler_.get(),
60 registrar_.Add(accessibility_handler_.get(),
63 registrar_.Add(accessibility_handler_.get(),
66 registrar_.Add(accessibility_handler_.get(),
69 registrar_.Add(accessibility_handler_.get(),
  /external/v8/src/
hydrogen-instructions.cc 438 stream->Add(" type[%s]", type().ToString());
444 stream->Add(" range[%d,%d,m0=%d]",
454 stream->Add(" changes[");
456 stream->Add("*");
461 if (add_comma) stream->Add(","); \
463 stream->Add(#type); \
468 stream->Add("]");
473 stream->Add("%s%d", representation_.Mnemonic(), id());
539 stream->Add("%s ", Mnemonic());
645 stream->Add(" ");
    [all...]
  /external/open-vcdiff/src/
jsonwriter_test.cc 59 TEST_F(JSONWriterTest, Add) {
60 coder_.Add("123", 3);
87 coder_.Add("\n\b\r", 3);
96 coder_.Add("abc", 3);
98 coder_.Add("defghij", 7);
107 coder_.Add("abc", 3);
112 coder_.Add("def", 3);
121 coder_.Add("abc", 3);
130 coder_.Add("def", 3);
codetablewriter_interface.h 19 // series of Add, Copy, and Run instructions and produces an output file in the
34 // {{Add|Copy|Run}* Output}*
36 // Output() will produce an encoding using the given series of Add, Copy,
56 // Encode an ADD opcode with the "size" bytes starting at data
57 virtual void Add(const char* data, size_t size) = 0;
77 // size arguments passed to Add(), Copy(), and Run().
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 31 /** Template subgroup to add template rewrite output
45 /** Add this to each rule's return value struct */
63 /// "new STAttrMap().Add(...).Add(...)"
67 public STAttrMap Add(string attrName, object value)
69 base.Add(attrName, value);
72 public STAttrMap Add(string attrName, int value)
74 base.Add(attrName, value);
140 new STAttrMap()<args:{a | .Add("<a.name>", <a.value>)}>
147 new STAttrMap()<args:{a | .Add("<a.name>", <a.value>)}
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 32 registrar_.Add(this, NotificationType::BROWSER_CLOSED,
40 void BalloonCollectionImpl::Add(const Notification& notification,
43 base_.Add(new_balloon);
45 notification_ui_->Add(new_balloon);
75 base_.Add(new_balloon);
77 notification_ui_->Add(new_balloon);
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 119 pref_change_registrar_.Add(prefs::kManagedDefaultCookiesSetting, this);
120 pref_change_registrar_.Add(prefs::kManagedDefaultImagesSetting, this);
121 pref_change_registrar_.Add(prefs::kManagedDefaultJavaScriptSetting, this);
122 pref_change_registrar_.Add(prefs::kManagedDefaultPluginsSetting, this);
123 pref_change_registrar_.Add(prefs::kManagedDefaultPopupsSetting, this);
124 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED,
302 pref_change_registrar_.Add(prefs::kManagedCookiesBlockedForUrls, this);
303 pref_change_registrar_.Add(prefs::kManagedCookiesAllowedForUrls, this);
304 pref_change_registrar_.Add(prefs::kManagedCookiesSessionOnlyForUrls, this);
305 pref_change_registrar_.Add(prefs::kManagedImagesBlockedForUrls, this)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.h 35 void Add(u64 id, bool write, u64 epoch);
55 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
  /external/opencv/
libopencv.mk 0 # Add a couple include paths to use stlport.
  /external/v8/test/cctest/
test-ast.cc 45 list->Add(node);
52 list->Add(node);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
Android.mk 12 # Add new source files here
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
Android.mk 11 # Add new source files here
  /external/chromium/base/metrics/
stats_counters.cc 29 void StatsCounter::Add(int value) {
101 Add(static_cast<int>(time.InMilliseconds()));
118 void StatsRate::Add(int value) {
120 StatsCounterTimer::Add(value);
  /external/chromium/chrome/browser/automation/
automation_autocomplete_edit_tracker.cc 20 registrar_.Add(this, NotificationType::AUTOCOMPLETE_EDIT_DESTROYED,
automation_browser_tracker.cc 17 registrar_.Add(this, NotificationType::BROWSER_CLOSED,
automation_window_tracker.cc 18 registrar_.Add(this, NotificationType::WINDOW_CLOSED,
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.h 34 void Add(const char* path,
38 // Add.
42 // Removes all observers that have been previously added with a call to Add.
  /external/chromium/chrome/common/extensions/
extension_icon_set.h 25 // Add an icon to the set. If the specified size is already present, it is
27 void Add(int size, const std::string& path);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
Android.mk 14 # Add new folders with header files here
19 # Add new source files here
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 79 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(c)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 85 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( c )
    [all...]
  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 15 registrar_.Add(this, NotificationType::LOAD_START,
17 registrar_.Add(this, NotificationType::TAB_CLOSING,
19 registrar_.Add(this, NotificationType::REPOST_WARNING_SHOWN,
  /external/chromium/chrome/browser/tabs/
pinned_tab_service.cc 29 registrar_.Add(this, NotificationType::BROWSER_OPENED,
31 registrar_.Add(this, NotificationType::BROWSER_CLOSING,
33 registrar_.Add(this, NotificationType::APP_EXITING,
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 163 /// \brief Add SourceLocation information the specified record.
168 /// \brief Add SourceLocation information the specified record.
176 /// \brief Add CharSourceRange information the specified record.
364 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
365 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
366 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
367 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
390 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION));
391 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
408 Abbrev->Add(BitCodeAbbrevOp(RECORD_DIAG))
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleElementStream.cs 45 * Once you start next()ing, do not try to add more elements. It will
48 * TODO: add mechanism to detect/puke on modification after reading from stream
63 /** <summary>Track single elements w/o creating a list. Upon 2nd add, alloc list */
94 Add(oneElement);
116 public virtual void Add(object el) {
117 //System.out.println("add '"+elementDescription+"' is "+el);
121 if (elements != null) { // if in list, just add
122 elements.Add(el);
131 elements.Add(singleElement);
133 elements.Add(el)
    [all...]

Completed in 2691 milliseconds

12 3 4 5 6 7 8 91011>>