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

1 2 3 4 5 6 78 91011>>

  /external/chromium/base/metrics/
histogram.h 82 counter->Add(sample); \
118 counter->Add(sample); \
127 counter->Add(sample); \
220 counter->Add(sample); \
247 counter->Add(sample); \
256 counter->Add(sample); \
344 void Add(const SampleSet& other);
387 void Add(int value);
394 Add(static_cast<int>(time.InMilliseconds()));
694 // Register, or add a new histogram to the collection of statistics. If a
    [all...]
  /external/v8/src/
hydrogen.h 77 deleted_phis_.Add(merge_index);
131 // Add the inlined function exit sequence, adding an HLeaveInlined
183 blocks_.Add(loop_header);
255 values_.Add(value);
355 values_.Add(value);
460 // Add a hydrogen instruction to the instruction stream (recording an
952 void Add(HValue* value) {
    [all...]
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 302 prefs_registrar_.Add(prefs::kDesktopNotificationAllowedOrigins, this);
303 prefs_registrar_.Add(prefs::kDesktopNotificationDeniedOrigins, this);
304 notification_registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
306 notification_registrar_.Add(
312 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED,
538 ui_manager_->Add(notification, profile_);
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 124 registrar_.Add(this, NotificationType::APP_TERMINATING,
131 registrar_.Add(this, NotificationType::PROFILE_DESTROYED,
135 registrar_.Add(this, NotificationType::AUTH_NEEDED,
138 registrar_.Add(this, NotificationType::AUTH_CANCELLED,
142 registrar_.Add(this, NotificationType::DOWNLOAD_INITIATED,
146 registrar_.Add(this, NotificationType::RESOURCE_RECEIVED_REDIRECT,
  /external/v8/test/mjsunit/regress/
regress-798.js 30 // Add property a with getter/setter.
48 // Add property b with getter/setter.
69 // Add property c with getter/setter.
  /external/valgrind/unittest/
windows_tests.cc 528 tp.Add(NewCallback(Waiter, &VAR, sem));
529 tp.Add(NewCallback(Poster, &VAR, sem));
550 tp.Add(NewCallback(Waiter, &VAR, h1));
551 tp.Add(NewCallback(Poster, &VAR, h2));
590 tp.Add(NewCallback(Waiter, &VAR, h1));
591 tp.Add(NewCallback(Waker, &VAR, h2));
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 43 debug("Add hash to mailto: protocol");
50 debug("Add hash to file: protocol");
61 debug("Add hash to non-standard protocol");
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 172 vBoxLeftTop.Add(self.btnAddSeg, 0, wx.TOP, BORDER)
173 vBoxLeftTop.Add(self.btnRevSeg, 0, wx.TOP, BUT_SPACE)
174 vBoxLeftTop.Add(self.btnDelSeg, 0, wx.TOP, BUT_SPACE)
175 vBoxLeftTop.Add(self.btnMoveSeg, 0, wx.TOP, BUT_SPACE)
176 vBoxLeftTop.Add((-1, 12))
177 vBoxLeftTop.Add(self.btnQueueAll, 0, wx.TOP, BUT_SPACE)
178 vBoxLeftTop.Add(self.btnDequeueAll, 0, wx.TOP, BUT_SPACE)
179 vBoxLeftTop.Add(self.btnPlay, 0, wx.TOP, BUT_SPACE)
180 vBoxLeftTop.Add(self.btnPause, 0, wx.TOP, BUT_SPACE)
181 vBoxLeftTop.Add(self.btnAudition, 0, wx.TOP, BUT_SPACE)
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 70 // set-by-index, and add accessors that are generated for all repeated fields.
82 void Add(const Element& value);
83 Element* Add();
106 // any add or remove operation.
199 typename TypeHandler::Type* Add();
230 // Like Add(), but if there are no cleared objects to use, returns NULL.
326 Element* Add();
339 // any add or remove operation.
377 // Add an already-allocated object, passing ownership to the
397 // Add an element to the pool of cleared objects, passing ownership t
    [all...]
descriptor_database.h 109 // FindFileContainingSymbol() is fully-implemented. When you add a file, its
134 // can be deleted after Add() returns. Returns false if the file conflicted
137 bool Add(const FileDescriptorProto& file);
162 // Helpers to recursively add particular descriptors and all their contents
277 bool Add(const void* encoded_file_descriptor, int size);
279 // Like Add(), but makes a copy of the data, so that the caller does not
  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 48 registrar_.Add(this, NotificationType::LOGIN_USER_CHANGED,
80 registrar_.Add(this, NotificationType::SCREEN_LOCK_STATE_CHANGED,
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 46 registrar_.Add(this, NotificationType::OWNERSHIP_CHECKED,
51 registrar_.Add(this, NotificationType::LOAD_COMPLETED_MAIN_FRAME,
  /external/chromium/chrome/browser/extensions/
extension_apitest.cc 29 registrar_.Add(this, NotificationType::EXTENSION_TEST_PASSED,
31 registrar_.Add(this, NotificationType::EXTENSION_TEST_FAILED,
extension_disabled_infobar_delegate.cc 116 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
118 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
  /external/chromium/chrome/browser/
omnibox_search_hint.cc 154 notification_registrar_.Add(this,
164 notification_registrar_.Add(this,
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.cc 167 // Add a new tab next to initiator tab.
178 // Add an entry to the map.
189 registrar_.Add(this, NotificationType::TAB_CONTENTS_DESTROYED,
191 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.cc 137 registrar_.Add(this, NotificationType::TAB_CONTENTS_INFOBAR_REMOVED, source);
138 registrar_.Add(this, NotificationType::TAB_CONTENTS_INFOBAR_REPLACED, source);
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 86 registrar_.Add(this, NotificationType::FIND_RESULT_AVAILABLE,
88 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
196 // As you add letters to the search term, this creates a flashing effect when
  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine.cc 69 // If a match is found, this function will generate an ADD instruction
111 // Create an ADD instruction to encode all target bytes
114 coder->Add(unencoded_target_start, best_match.target_offset());
117 return best_match.target_offset() // ADD size
122 // this function creates an ADD instruction to encode all target bytes
125 // this function will create one big ADD instruction
132 coder->Add(unencoded_target_start, unencoded_target_size);
185 // Offset of next bytes in string to ADD if NOT copied (i.e., not found in
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 54 return F.add(B, K, E);
91 static data_type Add(data_type B, key_type K, context_type F) {
92 return F.add(B, K);
124 static data_type Add(data_type L, key_type K, context_type F) {
125 return F.add(K, L);
  /external/llvm/include/llvm/Support/
Registry.h 176 /// Registry<Collector>::Add<FancyGC>
191 class Add {
198 Add(const char *Name, const char *Desc)
  /external/mesa3d/docs/
MESA_agp_offset.spec 63 Add a new section, 3.6 as follows:
  /external/v8/test/cctest/
test-regexp.cc 417 accumulator.Add("()");
572 // Check that it wasn't there already and then add it.
    [all...]
test-threads.cc 180 threads.Add(newThread);
182 refs.Add(i::ThreadId::Invalid());
  /system/media/mca/filterfw/native/
libfilterfw.mk 16 # Add include paths for native code.
31 # Finally, add this directory

Completed in 3852 milliseconds

1 2 3 4 5 6 78 91011>>