Searched refs:Update (Results 1 - 25 of 566) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/leveldatabase/src/table/
H A Diterator_wrapper.h31 Update();
42 void Next() { assert(iter_); iter_->Next(); Update(); }
43 void Prev() { assert(iter_); iter_->Prev(); Update(); }
44 void Seek(const Slice& k) { assert(iter_); iter_->Seek(k); Update(); }
45 void SeekToFirst() { assert(iter_); iter_->SeekToFirst(); Update(); }
46 void SeekToLast() { assert(iter_); iter_->SeekToLast(); Update(); }
49 void Update() { function in class:leveldb::IteratorWrapper
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs64 /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count); method in class:DotZLib.ChecksumGeneratorBase
72 public void Update(byte[] data) method in class:DotZLib.ChecksumGeneratorBase
74 Update(data, 0, data.Length);
82 public void Update(string data) method in class:DotZLib.ChecksumGeneratorBase
84 Update(Encoding.UTF8.GetBytes(data));
92 public void Update(string data, Encoding encoding) method in class:DotZLib.ChecksumGeneratorBase
94 Update(encoding.GetBytes(data));
133 public override void Update(byte[] data, int offset, int count) method in class:DotZLib.CRC32Checksum
184 public override void Update(byt method in class:DotZLib.AdlerChecksum
[all...]
/external/chromium_org/v8/src/arm64/
H A Dinstrument-arm64.cc142 void Instrument::Update() { function in class:v8::internal::Instrument
234 Update();
241 Update();
256 Update();
263 Update();
276 Update();
283 Update();
290 Update();
297 Update();
304 Update();
[all...]
/external/vixl/src/a64/
H A Dinstrument-a64.cc163 void Instrument::Update() { function in class:vixl::Instrument
256 Update();
264 Update();
272 Update();
279 Update();
293 Update();
301 Update();
309 Update();
317 Update();
325 Update();
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbuffer_level_filter_unittest.cc37 filter.Update(value, 0 /* time_stretched_samples */,
57 // Update 10 times with value 100.
63 filter.Update(kValue, 0 /* time_stretched_samples */,
75 filter.Update(kValue, 0 /* time_stretched_samples */,
87 filter.Update(kValue, 0 /* time_stretched_samples */,
101 // Update 10 times with value 100.
110 filter.Update(kValue, kTimeStretchedSamples, 0 /* packet_len_samples */);
118 // Update filter again, now with non-zero value for packet length.
121 filter.Update(filter.filtered_current_level() >> 8, kTimeStretchedSamples,
126 filter.Update(filte
[all...]
H A Dbuffer_level_filter.h29 virtual void Update(int buffer_size_packets, int time_stretched_samples,
/external/chromium_org/crypto/
H A Dsecure_hash_unittest.cc31 ctx->Update(input3.data(), input3.size());
32 ctx->Update(input3.data(), input3.size());
57 ctx1->Update(input1.data(), input1.size());
58 ctx1->Update(input2.data(), input2.size());
59 ctx1->Update(input3.data(), input3.size());
62 ctx1->Update(input4.data(), input4.size());
63 ctx1->Update(input5.data(), input5.size());
69 ctx2->Update(input4.data(), input4.size());
70 ctx2->Update(input5.data(), input5.size());
/external/chromium_org/media/base/
H A Daudio_hash_unittest.cc54 hash_one.Update(bus_one_.get(), bus_one_->frames());
57 hash_two.Update(bus_one_.get(), bus_one_->frames());
65 original_hash.Update(bus_one_.get(), bus_one_->frames());
71 swapped_hash.Update(bus_one_.get(), bus_one_->frames());
79 original_hash.Update(bus_one_.get(), bus_one_->frames());
89 swapped_hash.Update(swapped_ch_bus.get(), swapped_ch_bus->frames());
97 original_hash.Update(bus_one_.get(), bus_one_->frames());
98 original_hash.Update(bus_two_.get(), bus_two_->frames());
101 reordered_hash.Update(bus_two_.get(), bus_two_->frames());
102 reordered_hash.Update(bus_one
[all...]
H A Daudio_hash.h37 // Update current hash with the contents of the provided AudioBus.
38 void Update(const AudioBus* audio_bus, int frames);
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.cc28 void TrayAudioChromeOs::Update() { function in class:ash::TrayAudioChromeOs
29 TrayAudio::Update();
32 audio_detail_view_->Update();
/external/chromium_org/ash/system/audio/
H A Dtray_audio.cc116 volume_view_->Update();
125 Update();
129 Update();
133 Update();
136 void TrayAudio::Update() { function in class:ash::TrayAudio
142 volume_view_->Update();
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Drate_statistics_unittest.cc28 stats_.Update(1500, now_ms);
36 stats_.Update(1500, now_ms);
59 stats_.Update(1000, now_ms);
73 stats_.Update(1000, now_ms);
79 stats_.Update(0, now_ms);
93 stats_.Update(0, now_ms);
/external/chromium_org/net/quic/congestion_control/
H A Dleaky_bucket.cc18 Update(now);
23 Update(now);
39 Update(now);
43 void LeakyBucket::Update(QuicTime now) { function in class:net::LeakyBucket
/external/chromium_org/third_party/webrtc/base/
H A Dratetracker.h27 void Update(size_t units);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_buffer_level_filter.h27 MOCK_METHOD3(Update,
H A Dmock_delay_peak_detector.h29 MOCK_METHOD2(Update, bool(int inter_arrival_time, int target_level));
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc29 Update();
35 void ScreenTrayView::Update() { function in class:ash::tray::ScreenTrayView
53 Update();
105 void ScreenStatusView::Update() { function in class:ash::tray::ScreenStatusView
148 void ScreenTrayItem::Update() { function in class:ash::ScreenTrayItem
150 tray_view_->Update();
152 default_view_->Update();
166 tray_view_->Update();
169 default_view_->Update();
179 Update();
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change.cc49 void FileChange::ChangeList::Update(const Change& new_change) { function in class:drive::FileChange::ChangeList
95 void FileChange::Update(const base::FilePath file_path, function in class:drive::FileChange
97 map_[file_path].Update(new_change);
100 void FileChange::Update(const base::FilePath file_path, function in class:drive::FileChange
105 map_[file_path].Update(*it);
109 void FileChange::Update(const base::FilePath file_path, function in class:drive::FileChange
112 Update(file_path, FileChange::Change(change, file_type));
115 void FileChange::Update(const base::FilePath file_path, function in class:drive::FileChange
122 Update(file_path, type, change);
129 Update(i
[all...]
H A Dfile_change_unittest.cc35 changes.Update(FileChange::Change(FileChange::ADD_OR_UPDATE,
47 changed_files.Update(
49 changed_files.Update(
51 changed_files.Update(
53 changed_files.Update(
/external/chromium_org/ui/views/controls/scrollbar/
H A Dscrollbar_unittest.cc73 scrollbar_->Update(100, 200, 0);
148 scrollbar_->Update(100, 199, 0);
153 scrollbar_->Update(100, 199, 99);
161 scrollbar_->Update(100, 101, 0);
164 scrollbar_->Update(100, 100, 0);
165 scrollbar_->Update(100, 101, 0);
/external/chromium_org/cc/layers/
H A Dcontents_scaling_layer.cc35 bool ContentsScalingLayer::Update(ResourceUpdateQueue* queue, function in class:cc::ContentsScalingLayer
37 bool updated = Layer::Update(queue, occlusion);
H A Dio_surface_layer.cc44 bool IOSurfaceLayer::Update(ResourceUpdateQueue* queue, function in class:cc::IOSurfaceLayer
46 bool updated = Layer::Update(queue, occlusion);
H A Dvideo_layer.cc31 bool VideoLayer::Update(ResourceUpdateQueue* queue, function in class:cc::VideoLayer
33 bool updated = Layer::Update(queue, occlusion);
/external/chromium_org/cc/test/
H A Dfake_content_layer.cc38 bool FakeContentLayer::Update(ResourceUpdateQueue* queue, function in class:cc::FakeContentLayer
40 bool updated = ContentLayer::Update(queue, occlusion);
H A Dfake_painted_scrollbar_layer.cc37 bool FakePaintedScrollbarLayer::Update( function in class:cc::FakePaintedScrollbarLayer
40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion);

Completed in 582 milliseconds

1234567891011>>