HomeSort by relevance Sort by last modified time
    Searched refs:Update (Results 226 - 250 of 696) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/keymaster/
dsa_operation.h 38 virtual keymaster_error_t Update(const Buffer& input, Buffer* output);
ecdsa_operation.cpp 29 keymaster_error_t EcdsaOperation::Update(const Buffer& input, Buffer* /* output */) {
ecdsa_operation.h 38 virtual keymaster_error_t Update(const Buffer& input, Buffer* output);
rsa_operation.cpp 34 keymaster_error_t RsaOperation::Update(const Buffer& input, Buffer* /* output */) {
rsa_operation.h 36 virtual keymaster_error_t Update(const Buffer& input, Buffer* output);
  /external/chromium_org/chrome/browser/background/
background_application_list_model.cc 197 Update();
218 Update();
348 Update();
372 Update();
397 Update();
413 Update();
426 // Update queries the extensions service of the profile with which the model was
430 void BackgroundApplicationListModel::Update() {
  /external/chromium_org/chrome/browser/history/android/
urls_sql_handler_unittest.cc 165 // Update all columns except URL which can not be updated.
166 TEST_F(UrlsSQLHandlerTest, Update) {
190 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
197 // Update the both time to verify the created time is not impact to visit_count
223 ASSERT_TRUE(urls_sql_handler_.Update(update_row1, ids));
230 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
237 // Update the visit count be zero to verify last visit time also set to zero.
259 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
266 // Update the last visit time be a time earlier than current one to verify
267 // update failed
    [all...]
visit_sql_handler_unittest.cc 178 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
179 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
187 // Update visit count to zero to verify the visit rows of this url
208 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
209 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
220 // Update both last visit time and created time to verify
241 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
242 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
253 // Update the visit count to verify the new visits are inserted.
274 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectedPagePlaceholder.js 19 Update: "Update"
62 this._updateId = window.requestAnimationFrame(this.update.bind(this));
114 update: function()
119 this.dispatchEventToListeners(WebInspector.InspectedPagePlaceholder.Events.Update, bounds);
  /external/chromium_org/tools/sheriffing/
functions.js 46 // Update all of the project info.
101 /** Update all the waterfall data. */
118 /** Update the page content. */
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 176 layer->Update(queue_.get(), occluded);
219 // Update content
221 layer1->Update(queue_.get(), occlusion_);
223 layer2->Update(queue_.get(), occlusion_);
231 // Update textures and push.
276 // Invalidates both tiles, but then only update one of them.
358 // This should recreate and update one of the deleted textures.
537 // it failed to idle update the last tile.
608 // Invalidate a tile on layer1, during update of layer 2.
698 layer->Update(queue_.get(), NULL)
    [all...]
picture_layer.cc 44 // Update may not get called for an empty layer, so resize here instead.
52 // If update called, then pile size must match bounds pushed to impl layer.
88 bool PictureLayer::Update(ResourceUpdateQueue* queue,
91 bool updated = Layer::Update(queue, occlusion);
106 TRACE_EVENT1("cc", "PictureLayer::Update",
115 // off the invalidation prior to calling update.
painted_scrollbar_layer.h 40 virtual bool Update(ResourceUpdateQueue* queue,
  /external/ceres-solver/scripts/
make_release 119 - Update the release string in scripts/ceres-solver.spec if this is a RC
  /external/chromium_org/ash/system/chromeos/audio/
audio_detailed_view.cc 59 Update();
65 void AudioDetailedView::Update() {
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 17 void FakeLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
29 layer_->Update();
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_file_system.py 32 for update in updates:
33 mock_file_system.Update(update)
41 '''Reads |paths| from |_file_system|, then applies the most recent update
50 update = self._GetMostRecentUpdate(path)
51 if update is not None:
52 result[path] = update
60 '''Returns the latest update for the file at |path|, or None if |path|
63 for update in reversed(self._updates):
65 return update.ReadSingle(path).Get(
    [all...]
mock_file_system_test.py 95 fs.Update({
112 fs.Update({
  /external/lldb/source/Core/
ValueObjectSyntheticFilter.cpp 55 Update()
159 // our parent could not update.. as we are meaningless without a parent, just stop
174 // let our backend do its update
175 if (m_synth_filter_ap->Update() == false)
  /external/qemu/distrib/libsparse/
sources.mk 3 # Update LOCAL_PATH after saving old value.
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.h 119 void Update( float dTime );
  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.cc 60 // to update the Hessian approximation if:
65 // might skip the update too often and fail to capture important curvature
71 // TODO(alexs.mac): Consider using Damped BFGS update instead of
72 // skipping update.
88 bool LowRankInverseHessian::Update(const Vector& delta_x,
93 VLOG(2) << "Skipping L-BFGS Update, delta_x_dot_delta_gradient too "
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_share_tray_item.cc 99 Update();
  /external/chromium_org/ash/system/chromeos/session/
logout_confirmation_dialog.cc 60 void LogoutConfirmationDialog::Update(base::TimeTicks logout_time) {
  /external/chromium_org/base/win/
event_trace_controller.h 129 static HRESULT Update(const wchar_t* session_name,

Completed in 1197 milliseconds

1 2 3 4 5 6 7 8 91011>>