Searched refs:Update (Results 76 - 100 of 566) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Drtcp.h35 void Update(const RTPHeader& rtp_header, uint32_t receive_timestamp);
H A Ddelay_manager_unittest.cc65 EXPECT_EQ(0, dm_->Update(seq_no_, ts_, kFs));
135 EXPECT_CALL(detector_, Update(1, 1))
159 EXPECT_CALL(detector_, Update(2, 2))
183 EXPECT_CALL(detector_, Update(1, 1))
207 EXPECT_CALL(detector_, Update(1, 1))
230 EXPECT_CALL(detector_, Update(kExpectedTarget, _))
261 EXPECT_CALL(detector_, Update(kExpectedTarget, _))
282 EXPECT_EQ(-1, dm_->Update(0, 0, -1));
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Drtt_filter.h29 void Update(uint32_t rttMs);
/external/chromium_org/ui/views/controls/scrollbar/
H A Dscroll_bar.cc22 void ScrollBar::Update(int viewport_size, int content_size, int current_pos) { function in class:views::ScrollBar
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java33 * Update [RFC2136]
35 Update("Update", 5); enum constant in enum:DNSOperationCode
/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.h38 WebRtc_Word32 Update(WebRtc_Word64 timeDiffMS);
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc50 Update();
55 void Update() { function in class:ash::tray::VolumeButton
100 Update();
104 void Update() { function in class:ash::tray::VolumeSlider
167 Update();
173 void VolumeView::Update() { function in class:ash::tray::VolumeView
174 icon_->Update();
175 slider_->Update();
194 Update();
295 icon_->Update();
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_sms.cc63 Update();
68 void Update() { function in class:ash::TraySms::SmsDefaultView
120 owner_->Update(false);
185 Update();
196 void Update() { function in class:ash::TraySms::SmsDetailedView
256 void Update(size_t message_index, function in class:ash::TraySms::SmsNotificationView
371 Update(true);
394 void TraySms::Update(bool notify) { function in class:ash::TraySms
404 default_->Update();
407 detailed_->Update();
[all...]
H A Dtray_vpn.cc38 Update();
54 void Update() { function in class:ash::tray::VpnDefaultView
71 Update();
171 default_->Update();
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer.cc85 bool DelegatedRendererLayer::Update(ResourceUpdateQueue* queue, function in class:cc::DelegatedRendererLayer
87 bool updated = Layer::Update(queue, occlusion);
H A Dimage_layer.cc42 // Update the tile data before creating all the layer's tiles.
48 bool ImageLayer::Update(ResourceUpdateQueue* queue, function in class:cc::ImageLayer
56 return TiledLayer::Update(queue, occlusion);
H A Dnine_patch_layer_unittest.cc63 test_layer->Update(&queue, &occlusion_tracker);
75 test_layer->Update(&queue, &occlusion_tracker);
H A Ddelegated_renderer_layer.h27 virtual bool Update(ResourceUpdateQueue* queue,
H A Dimage_layer.h24 virtual bool Update(ResourceUpdateQueue* queue,
H A Dvideo_layer.h29 virtual bool Update(ResourceUpdateQueue* queue,
/external/chromium_org/chrome/browser/chromeos/system/
H A Dfake_input_device_settings.cc22 current_touchpad_settings_.Update(settings, NULL);
62 current_mouse_settings_.Update(settings, NULL);
H A Dinput_device_settings.h55 bool Update(const Optional& update) { function in class:chromeos::system::internal::Optional
106 bool Update(const TouchpadSettings& settings, std::vector<std::string>* argv);
137 bool Update(const MouseSettings& update, std::vector<std::string>* argv);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_view.cc21 Update(NULL);
27 void ZoomView::Update(ZoomController* zoom_controller) { function in class:ZoomView
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.h56 virtual void Update() = 0;
81 virtual void Update() EXCLUSIVE_LOCKS_REQUIRED(crit_) {
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit.cc51 Update();
79 Update();
83 Update();
86 void TraySessionLengthLimit::Update() { function in class:ash::TraySessionLengthLimit
110 &TraySessionLengthLimit::Update);
H A Dlogout_confirmation_dialog.h31 void Update(base::TimeTicks logout_time);
/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp92 MachineBasicBlock::iterator Update);
97 MachineBasicBlock::iterator Update);
508 // Update modified / uses register lists.
521 MachineBasicBlock::iterator Update) {
522 assert((Update->getOpcode() == AArch64::ADDXri ||
523 Update->getOpcode() == AArch64::SUBXri) &&
529 if (++NextI == Update)
532 int Value = Update->getOperand(2).getImm();
533 assert(AArch64_AM::getShiftValue(Update->getOperand(3).getImm()) == 0 &&
535 if (Update
520 mergePreIdxUpdateInsn(MachineBasicBlock::iterator I, MachineBasicBlock::iterator Update) argument
563 mergePostIdxUpdateInsn( MachineBasicBlock::iterator I, MachineBasicBlock::iterator Update) argument
870 MachineBasicBlock::iterator Update = local
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h207 Update();
238 Update();
269 Update();
314 Update();
372 Update();
404 Update();
448 Update();
481 Update();
528 Update();
558 Update();
[all...]
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.h32 void Update();
57 void Update();
115 void Update();
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.h31 void Update();

Completed in 387 milliseconds

1234567891011>>