HomeSort by relevance Sort by last modified time
    Searched refs:Update (Results 276 - 300 of 643) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h 81 virtual void Update(int viewport_size,
  /external/openfst/src/include/fst/
heap.h 20 // in heap using a key. The key can be used to do an in-place update of
35 // \brief A templated heap implementation that support in-place update
44 // to later update the specific value in the heap.
79 // Update a value at position given by the key. The pos array is first
83 void Update(int key, const T& val) {
182 // Insert (update) element at subtree rooted at index i
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 128 void MD5::Update(void const *data, int size) {} // ?OP?
heap.h 18 // in heap using a key. The key can be used to do an in place update of
31 // \brief A templated heap implementation that support in place update
40 // to later update the specific value in the heap.
73 // update a value at position given by the key. The pos array is first
77 void Update(int key, const T& val) {
169 // insert(update) element at subtree rooted at index i
  /prebuilts/devtools/
update_jars.sh 13 MK_MERGE_MSG="1" # 1 to update the MERGE_MSG, empty to do not generate it
46 function update() { function
66 Update SDK prebuilts.
148 update $r
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 42 @ Update "thread" values for the new method
  /external/chromium_org/cc/layers/
texture_layer.cc 180 bool TextureLayer::Update(ResourceUpdateQueue* queue,
182 bool updated = Layer::Update(queue, occlusion);
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 297 Update(ui_data);
302 void ControlledSettingIndicatorView::Update(
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager_impl.cc 66 if (Update(notification, profile)) {
77 bool NotificationUIManagerImpl::Update(const Notification& notification,
97 // Give the subclass the opportunity to update existing notification.
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_unittest.cc 51 MOCK_METHOD0(Update, void());
202 EXPECT_CALL(service, Update());
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.js 79 // Update the C++ call so this isn't necessary.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 45 // Update title too.
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.cc 74 void DnsSdServer::Update() {
285 base::Bind(&DnsSdServer::Update, AsWeakPtr()),
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 29 set REGKEY="HKLM\SOFTWARE\Google\Update\ClientState\{B210701E-FFC4-49E3-932B-370728C72662}"
43 echo You will automatically get %CHANNEL% binaries during the next update.
  /external/chromium_org/remoting/webapp/
connection_stats.js 17 * @param {Element} statsElement The HTML div to which to update stats.
31 * Update the statistics panel.
34 remoting.ConnectionStats.prototype.update = function(stats) {
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/ParticleSystem/
ParticleSystem.c 162 // Initialize time to cause reset on first update
175 // Update time-based variables
177 void Update ( ESContext *esContext, float deltaTime )
289 esRegisterUpdateFunc ( &esContext, Update );
  /external/chromium_org/v8/tools/
test-server.py 48 update Alias for "setup".
65 def Update():
112 # Check out or update the server implementation in the current directory.
121 # Update this very script.
127 # Check out or update V8.
140 if sys.argv[1] in ("setup", "update"):
144 Update()
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 165 /* Update the damper state for the new sample. */
202 /* Subtract from input and update buffer. */
214 /* Update filter parameters based on the pitch-gains and pitch-lags. */
215 static void Update(PitchFilterParam* parameters) {
327 * some parameters of filter need to be update. */
330 /* Update parameters according to new lag value. */
331 Update(&filter_parameters);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 216 base::Bind(&LocationBarView::Update,
389 Update(NULL);
499 void LocationBarView::Update(const WebContents* tab_for_state_restoring) {
504 generated_credit_card_view_->Update();
509 open_pdf_in_reader_view_->Update(
522 location_entry_->Update(tab_for_state_restoring);
561 open_pdf_in_reader_view_->Update(
568 generated_credit_card_view_->Update();
645 zoom_view_->Update(zoom_controller);
    [all...]
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.cc 310 Update();
331 base::Bind(&URLBlacklistManager::Update,
335 void URLBlacklistManager::Update() {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
event_test.cc 105 // Fail to update or free an ID not in the set
106 EXPECT_EQ(ENOENT, listener->Update(ID_EMITTER, KE_EXPECTED, USER_DATA_A));
170 EXPECT_EQ(0, listener->Update(ID_EMITTER, KE_EXPECTED, USER_DATA_B));
182 EXPECT_EQ(0, listener->Update(ID_EMITTER, KE_EXPECTED, USER_DATA_A));
  /external/v8/src/
scopeinfo.cc 320 context_slot_cache->Update(this, name, *mode, *init_flag, result);
325 context_slot_cache->Update(this, name, INTERNAL, kNeedsInitialization, -1);
415 void ContextSlotCache::Update(Object* data,
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 43 # Update "thread" values for the new method
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc 22 virtual void Update(const TabContents* tab_for_state_restoring) {}
autocomplete_edit_view_views.h 78 virtual void Update(const TabContents* tab_for_state_restoring) OVERRIDE;
148 // Update the field with |text| and set the selection.

Completed in 742 milliseconds

<<11121314151617181920>>