Searched refs:Update (Results 126 - 150 of 566) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtimestamp_extrapolator.h25 void Update(int64_t tMs, uint32_t ts90khz);
/external/chromium_org/ui/views/controls/scrollbar/
H A Dscroll_bar.h73 // Update the scrollbar appearance given a viewport size, content size and
75 virtual void Update(int viewport_size, int content_size, int current_pos);
/external/openfst/src/include/fst/
H A Dqueue.h52 // void Update(StateId s);
85 void Update(StateId s) { Update_(s); } function in class:fst::QueueBase
120 void Update(StateId s) {} function in class:fst::TrivialQueue
132 virtual void Update_(StateId s) { Update(s); }
156 void Update(StateId s) {} function in class:fst::FifoQueue
167 virtual void Update_(StateId s) { Update(s); }
189 void Update(StateId s) {} function in class:fst::LifoQueue
200 virtual void Update_(StateId s) { Update(s); }
209 // it can be reordered in the queue with a call to Update().
210 // If 'update == false', call to Update() doe
239 void Update(StateId s) { function in class:fst::ShortestFirstQueue
354 void Update(StateId s) {} function in class:fst::TopOrderQueue
407 void Update(StateId s) {} function in class:fst::StateOrderQueue
484 void Update(StateId s) { function in class:fst::SccQueue
640 void Update(StateId s) { queue_->Update(s); } function in class:fst::AutoQueue
836 void Update(StateId s) { function in class:fst::PruneQueue
915 void Update(StateId s) {} function in class:fst::FilterQueue
[all...]
H A Dcompat.h90 void Update(void const *data, int size) { function in class:fst::CheckSummer
96 void Update(string const &data) { function in class:fst::CheckSummer
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.cc178 if (current_touchpad_settings_.Update(settings, &argv))
221 if (current_mouse_settings_.Update(update, &argv))
329 bool TouchpadSettings::Update(const TouchpadSettings& settings, function in class:chromeos::system::TouchpadSettings
334 if (sensitivity_.Update(settings.sensitivity_)) {
339 if (tap_to_click_.Update(settings.tap_to_click_)) {
344 if (three_finger_click_.Update(settings.three_finger_click_)) {
351 if (tap_dragging_.Update(settings.tap_dragging_)) {
356 natural_scroll_.Update(settings.natural_scroll_);
394 bool MouseSettings::Update(const MouseSettings& settings, function in class:chromeos::system::MouseSettings
399 if (sensitivity_.Update(setting
[all...]
/external/ceres-solver/internal/ceres/
H A Dpreconditioner.h109 // Update the numerical value of the preconditioner for the linear
120 virtual bool Update(const LinearOperator& A, const double* D) = 0;
124 // num_rows respectively. Update() must be called before
144 virtual bool Update(const LinearOperator& A, const double* D) { function in class:ceres::internal::TypedPreconditioner
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_network.cc84 // Update accessibility.
149 Update();
156 void Update() { function in class:ash::tray::NetworkDefaultView
174 Update();
199 Update();
215 Update();
219 Update();
236 void Update() { function in class:ash::tray::NetworkWifiDetailedView
364 default_->Update();
/external/chromium_org/ash/system/tray/
H A Dtray_bar_button_with_title.cc47 void Update(bool control_on) { function in class:ash::TrayBarButtonWithTitle::TrayBarButton
84 image_->Update(control_on);
/external/chromium_org/extensions/browser/
H A Dcontent_hash_tree_unittest.cc42 hash->Update(node1.data(), node1.size());
43 hash->Update(node2.data(), node2.size());
/external/chromium_org/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc87 decode_fps_estimator_.Update(1, now);
95 renders_fps_estimator_.Update(1, now);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DUnitTests.cs102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs102 // Update an existing counter.
105 counter_item.Update(counter, filter_pid_);
135 stats_counters_.Update();
384 /// Update the ListViewItem given a new counter value.
388 public virtual void Update(IStatsCounter counter, int filter_pid) { } method in class:StatsViewer.StatsCounterListViewItem
450 Update(ctr, filter_pid);
453 public override void Update(IStatsCounter counter, int filter_pid) method in class:StatsViewer.RateListViewItem
487 Update(ctr, filter_pid);
490 public override void Update(IStatsCounter counter, int filter_pid) { method in class:StatsViewer.CounterListViewItem
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_client.h62 // Update the stored value with the value in the buffer. This is not
64 bool Update(void* buffer) { function in class:sandbox::CopyHelper
101 // Update the stored value with the value in the buffer. This is not
103 bool Update(void* buffer) { function in class:sandbox::CopyHelper
141 // Update the stored value with the value in the buffer. This is not
143 bool Update(void* buffer) { function in class:sandbox::CopyHelper
193 bool Update(void* buffer) { function in class:sandbox::CopyHelper
194 return Base::Update(buffer);
223 bool Update(void* buffer) { function in class:sandbox::CopyHelper
224 return Base::Update(buffe
261 bool Update(void* buffer) { function in class:sandbox::CopyHelper
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry_unittest.cc76 apps_registry_->Update();
95 apps_registry_->Update();
141 // Call Update().
142 apps_registry_->Update();
145 // Call Update() again.
147 apps_registry_->Update();
195 apps_registry_->Update();
/external/chromium_org/third_party/webrtc/base/
H A Dmessagedigest.cc71 digest->Update(input, in_len);
135 digest->Update(i_pad.get(), block_len);
136 digest->Update(input, in_len);
139 digest->Update(o_pad.get(), block_len);
140 digest->Update(inner.get(), digest->Size());
/external/chromium_org/tools/valgrind/
H A Dscan-build.py69 def Update(self, local_name, remote_name): member in class:Cache
82 return self.Update(local_name, remote_name)
133 def Update(self): member in class:Waterfall
134 self._cache.Update("builders", self._root_url)
202 fyi.Update()
/external/chromium_org/ui/app_list/views/
H A Dstart_page_view.cc153 Update();
158 Update();
188 Update();
211 void StartPageView::Update() { function in class:app_list::StartPageView
229 // request. Consolidates those update requests into one Update call.
233 base::Bind(&StartPageView::Update, update_factory_.GetWeakPtr()));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h48 // void Update(StateId s);
81 void Update(StateId s) { Update_(s); } function in class:fst::QueueBase
110 void Update(StateId s) {} function in class:fst::TrivialQueue
119 virtual void Update_(StateId s) { Update(s); }
143 void Update(StateId s) {} function in class:fst::FifoQueue
151 virtual void Update_(StateId s) { Update(s); }
173 void Update(StateId s) {} function in class:fst::LifoQueue
181 virtual void Update_(StateId s) { Update(s); }
190 // it can be reordered in the queue with a call to Update().
212 void Update(StateI function in class:fst::ShortestFirstQueue
322 void Update(StateId s) {} function in class:fst::TopOrderQueue
373 void Update(StateId s) {} function in class:fst::StateOrderQueue
451 void Update(StateId s) { function in class:fst::SccQueue
603 void Update(StateId s) { queue_->Update(s); } function in class:fst::AutoQueue
[all...]
/external/chromium_org/base/
H A Dsha1_portable.cc24 // sha.Update(moredata, size of data);
41 void Update(const void* data, size_t nbytes);
123 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) { function in class:base::SecureHashAlgorithm
210 sha.Update(data, len);
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc57 changed_files->Update(
62 changed_files->Update(original_path, entry, FileChange::DELETE);
79 changed_files->Update(new_path, entry, FileChange::ADD_OR_UPDATE);
/external/chromium_org/net/quic/
H A Dquic_alarm_test.cc91 TEST_F(QuicAlarmTest, Update) {
95 alarm_.Update(new_deadline, QuicTime::Delta::Zero());
104 alarm_.Update(QuicTime::Zero(), QuicTime::Delta::Zero());
/external/chromium_org/ui/gfx/android/
H A Dview_configuration.cc44 Update(
62 Update(scaled_maximum_fling_velocity,
106 void Update(int scaled_maximum_fling_velocity, function in struct:gfx::__anon16799::ViewConfigurationData
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.cc41 changed_files->Update(src_path, entry, FileChange::DELETE);
63 changed_files->Update(dest_path, entry, FileChange::ADD_OR_UPDATE);
/external/lldb/source/DataFormatters/
H A DLibCxx.cpp37 Update();
114 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
195 Update();
199 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
299 Update();
353 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
414 Update();
457 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
/external/owasp/sanitizer/tools/findbugs/bin/
H A DcomputeBugHistory66 fb_mainclass=edu.umd.cs.findbugs.workflow.Update

Completed in 798 milliseconds

1234567891011>>