HomeSort by relevance Sort by last modified time
    Searched refs:Update (Results 1 - 25 of 744) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/leveldatabase/src/table/
iterator_wrapper.h 31 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() {
  /external/chromium_org/v8/src/arm64/
instrument-arm64.cc 142 void Instrument::Update() {
234 Update();
241 Update();
256 Update();
263 Update();
276 Update();
283 Update();
290 Update();
297 Update();
304 Update();
    [all...]
  /external/vixl/src/a64/
instrument-a64.cc 163 void Instrument::Update() {
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/
buffer_level_filter.h 29 virtual void Update(int buffer_size_packets, int time_stretched_samples,
buffer_level_filter_unittest.cc 37 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(filter.filtered_current_level() >> 8, -kTimeStretchedSamples
    [all...]
  /external/chromium_org/crypto/
secure_hash_unittest.cc 31 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());
secure_hash.h 27 virtual void Update(const void* input, size_t len) = 0;
  /external/chromium_org/media/base/
audio_hash_unittest.cc 54 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_.get(), bus_one_->frames())
    [all...]
audio_hash.h 37 // 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/
tray_audio_chromeos.cc 28 void TrayAudioChromeOs::Update() {
29 TrayAudio::Update();
32 audio_detail_view_->Update();
tray_audio_chromeos.h 24 virtual void Update() OVERRIDE;
  /external/chromium_org/ash/system/audio/
tray_audio.cc 116 volume_view_->Update();
125 Update();
129 Update();
133 Update();
136 void TrayAudio::Update() {
142 volume_view_->Update();
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
rate_statistics_unittest.cc 28 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);
rate_statistics.h 28 void Update(uint32_t count, int64_t now_ms);
  /external/chromium_org/cc/layers/
contents_scaling_layer.h 22 virtual bool Update(ResourceUpdateQueue* queue,
  /external/chromium_org/chrome/browser/history/android/
android_urls_sql_handler.h 20 virtual bool Update(const HistoryAndBookmarkRow& row,
urls_sql_handler.h 22 virtual bool Update(const HistoryAndBookmarkRow& row,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.h 33 void Update();
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.h 23 virtual void Update() OVERRIDE;
render_models.h 25 virtual void Update() = 0;
  /external/chromium_org/net/quic/congestion_control/
leaky_bucket.cc 18 Update(now);
23 Update(now);
39 Update(now);
43 void LeakyBucket::Update(QuicTime now) {
  /external/chromium_org/third_party/webrtc/base/
ratetracker.h 27 void Update(size_t units);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_buffer_level_filter.h 27 MOCK_METHOD3(Update,
mock_delay_peak_detector.h 29 MOCK_METHOD2(Update, bool(int inter_arrival_time, int target_level));
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_wrapper.h 27 virtual void Update(int viewport_size, int content_size, int current_pos) = 0;

Completed in 610 milliseconds

1 2 3 4 5 6 7 8 91011>>