HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 126 - 150 of 893) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/
data-flow.h 130 void Add(int i) {
207 // destructive Add, and destructuve Remove operations and linear-time (in
255 void Add(int n) {
260 dense_.Add(n);
279 Add(other.dense_[i]);
304 for (int i = 0; i < capacity_; i++) queue_.Add(NULL);
deoptimizer.cc 885 deferred_heap_numbers_.Add(value_desc);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tab_id_map.cc 41 registrar_.Add(this, NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
43 registrar_.Add(this, NotificationType::RENDER_VIEW_HOST_DELETED,
45 registrar_.Add(this, NotificationType::TAB_PARENTED,
user_script_listener.cc 22 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
24 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
26 registrar_.Add(this, NotificationType::USER_SCRIPTS_UPDATED,
extension_process_manager.cc 93 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,
  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map_unittest.cc 37 // Add some entries to the search host map.
51 TEST_F(SearchHostToURLsMapTest, Add) {
56 provider_map_->Add(&new_t_url, search_terms_data);
96 // Add in a url with the templated Google base url.
99 provider_map_->Add(&new_t_url, search_terms_data);
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.cc 53 registrar_.Add(this, NotificationType::EXTENSION_HOST_DID_STOP_LOADING,
57 registrar_.Add(this, NotificationType::EXTENSION_HOST_VIEW_SHOULD_CLOSE,
102 registrar_.Add(this, NotificationType::DEVTOOLS_WINDOW_CLOSING,
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc 67 registrar_.Add(this,
72 registrar_.Add(this, NotificationType::EXTENSION_HOST_VIEW_SHOULD_CLOSE,
136 registrar_.Add(this, NotificationType::DEVTOOLS_WINDOW_CLOSING,
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.cc 45 registrar_.Add(this, NotificationType::TAB_CONTENTS_INFOBAR_ADDED,
47 registrar_.Add(this, NotificationType::TAB_CONTENTS_INFOBAR_REMOVED,
49 registrar_.Add(this, NotificationType::TAB_CONTENTS_INFOBAR_REPLACED,
  /external/chromium/third_party/libjingle/source/talk/xmllite/
qname.cc 72 Add(const std::string & ns, const char * local) {
102 QName::QName(bool add, const std::string & ns, const char * local) :
103 data_(add ? Add(ns, local) : AllocateOrFind(ns, local)) {}
105 QName::QName(bool add, const std::string & ns, const std::string & local) :
106 data_(add ? Add(ns, local.c_str()) : AllocateOrFind(ns, local.c_str())) {}
  /external/chromium/base/metrics/
histogram_unittest.cc 276 histogram->Add(5);
277 histogram->Add(-50);
279 histogram->Add(100);
280 histogram->Add(10000);
307 // Add i+1 samples to the i'th bucket.
308 histogram->Add(0);
312 histogram->Add(power_of_2);
336 histogram->Add(20); // Add some samples.
337 histogram->Add(40)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.h 31 registrar_.Add(
35 registrar_.Add(
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 39 registrar_.Add(this, NotificationType::TAB_CONTENTS_SWAPPED,
41 registrar_.Add(this, NotificationType::TAB_CONTENTS_DISCONNECTED,
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 98 registrar_.Add(
102 registrar_.Add(
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 93 registrar_.Add(
97 registrar_.Add(
  /external/chromium/net/disk_cache/
histogram_macros.h 30 counter->Add(sample); \
62 counter->Add(sample); \
  /external/mesa3d/docs/
MESA_shader_debug.spec 150 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/skia/src/core/
SkFP.h 66 #define SkFPAdd(a, b) SkFloat::Add(a, b)
67 #define SkFPSub(a, b) SkFloat::Add(a, SkFloat::Neg(b))
  /external/v8/test/mjsunit/bugs/
618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
bug-1344252.js 42 // Add a setter for x to Object.prototype and make sure it gets
50 // Add a setter for y by changing the prototype of f and make sure
71 // Add a z property to o1 to create a map transition.
73 // Add a z accessor in the prototype chain for o1 and o2.
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/chromium/chrome/browser/
background_mode_manager.cc 74 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,
253 // Set the image and add ourselves as a click observer on it
277 // Add About item
background_page_tracker.cc 124 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
205 // If the extension is not loaded, add the id to our list of keys to delete
226 // If we have not seen this extension ID before, add it to our list.
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,
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.cc 18 registrar_.Add(this,
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 42 virtual void Add(const Notification& notification,

Completed in 732 milliseconds

1 2 3 4 56 7 8 91011>>