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

1 2 3 45 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
preconditioner.h 109 // 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) {
  /external/chromium_org/cc/layers/
delegated_renderer_layer.cc 87 bool DelegatedRendererLayer::Update(ResourceUpdateQueue* queue,
89 bool updated = Layer::Update(queue, occlusion);
nine_patch_layer_unittest.cc 63 test_layer->Update(&queue, &occlusion_tracker);
75 test_layer->Update(&queue, &occlusion_tracker);
delegated_renderer_layer.h 28 virtual bool Update(ResourceUpdateQueue* queue,
  /external/chromium_org/cc/test/
fake_content_layer.cc 38 bool FakeContentLayer::Update(ResourceUpdateQueue* queue,
40 bool updated = ContentLayer::Update(queue, occlusion);
  /external/chromium_org/chrome/browser/chromeos/system/
fake_input_device_settings.cc 22 current_touchpad_settings_.Update(settings, NULL);
62 current_mouse_settings_.Update(settings, NULL);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_view.cc 22 Update(NULL);
28 void ZoomView::Update(ZoomController* zoom_controller) {
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
example.js 6 // assumed to contain the current estimated value of Pi. Update the Pi
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.h 55 virtual void Update() = 0;
80 virtual void Update() {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_manager_unittest.cc 65 EXPECT_EQ(0, dm_->Update(seq_no_, ts_, kFs));
119 // Expect DelayManager to pass on the counter update to the detector.
132 // Expect detector update method to be called once with inter-arrival time
135 EXPECT_CALL(detector_, Update(1, 1))
156 // Expect detector update method to be called once with inter-arrival time
159 EXPECT_CALL(detector_, Update(2, 2))
180 // Expect detector update method to be called once with inter-arrival time
183 EXPECT_CALL(detector_, Update(1, 1))
204 // Expect detector update method to be called once with inter-arrival time
207 EXPECT_CALL(detector_, Update(1, 1)
    [all...]
  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit.cc 51 Update();
79 Update();
83 Update();
86 void TraySessionLengthLimit::Update() {
110 &TraySessionLengthLimit::Update);
tray_session_length_limit.h 50 // Update state, notification and tray bubble view. Called by the
52 void Update();
69 LimitState last_limit_state_; // State of last notification update.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 48 // void Update(StateId s);
81 void Update(StateId s) { Update_(s); }
110 void Update(StateId s) {}
119 virtual void Update_(StateId s) { Update(s); }
143 void Update(StateId s) {}
151 virtual void Update_(StateId s) { Update(s); }
173 void Update(StateId s) {}
181 virtual void Update_(StateId s) { Update(s); }
190 // it can be reordered in the queue with a call to Update().
212 void Update(StateId s)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 76 // Scan the instruction list to find a base register update that can
83 // Scan the instruction list to find a base register update that can
89 // Merge a pre-index base register update into a ld/st instruction.
92 MachineBasicBlock::iterator Update);
94 // Merge a post-index base register update into a ld/st instruction.
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) &
    [all...]
  /external/lldb/include/lldb/DataFormatters/
CXXFormatterFunctions.h 207 Update();
238 Update();
269 Update();
314 Update();
372 Update();
404 Update();
448 Update();
481 Update();
528 Update();
558 Update();
    [all...]
  /external/chromium_org/sandbox/win/src/
crosscall_client.h 62 // Update the stored value with the value in the buffer. This is not
64 bool Update(void* buffer) {
101 // Update the stored value with the value in the buffer. This is not
103 bool Update(void* buffer) {
141 // Update the stored value with the value in the buffer. This is not
143 bool Update(void* buffer) {
193 bool Update(void* buffer) {
194 return Base::Update(buffer);
223 bool Update(void* buffer) {
224 return Base::Update(buffer)
    [all...]
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 32 void Update();
57 void Update();
115 void Update();
  /art/runtime/base/
bit_field.h 73 static uword Update(T value, uword original) {
  /development/ndk/sources/android/ndk_helper/
interpolator.h 83 bool Update( const double currentTime, float& p );
perfMonitor.cpp 46 bool PerfMonitor::Update( float &fFPS )
  /external/chromium_org/ash/system/audio/
tray_audio.h 32 virtual void Update();
volume_view.h 41 void Update();
  /external/chromium_org/ash/system/chromeos/audio/
audio_detailed_view.h 31 void Update();
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.h 49 void Update(bool notify);
tray_vpn.cc 36 Update();
52 void Update() {
68 Update();
162 default_->Update();

Completed in 452 milliseconds

1 2 3 45 6 7 8 91011>>