Searched refs:Update (Results 26 - 50 of 566) sorted by relevance

1234567891011>>

/external/chromium_org/cc/test/
H A Dfake_picture_layer.cc28 bool FakePictureLayer::Update(ResourceUpdateQueue* queue, function in class:cc::FakePictureLayer
30 bool updated = PictureLayer::Update(queue, occlusion);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dgenerated_credit_card_view.cc14 Update();
19 void GeneratedCreditCardView::Update() { function in class:GeneratedCreditCardView
H A Dgenerated_credit_card_view.h33 void Update();
/external/lzma/CS/7zip/Common/
H A DCRC.cs34 public void Update(byte[] data, uint offset, uint size) method in class:SevenZip.CRC
46 crc.Update(data, offset, size);
/external/lzma/Java/SevenZip/
H A DCRC.java30 public void Update(byte[] data, int offset, int size) method in class:CRC
36 public void Update(byte[] data) method in class:CRC
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.h24 virtual void Update() OVERRIDE;
/external/chromium_org/cc/layers/
H A Dcontents_scaling_layer.h22 virtual bool Update(ResourceUpdateQueue* queue,
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_sql_handler.h20 virtual bool Update(const HistoryAndBookmarkRow& row,
H A Durls_sql_handler.h22 virtual bool Update(const HistoryAndBookmarkRow& row,
/external/chromium_org/chrome/installer/test/
H A Dresource_updater.h34 bool Update(const std::wstring& name, const std::wstring& type,
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dforward_render_model.h23 virtual void Update() OVERRIDE;
H A Drender_models.h25 virtual void Update() = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbuffer_level_filter.cc26 void BufferLevelFilter::Update(int buffer_size_packets, function in class:webrtc::BufferLevelFilter
H A Ddelay_peak_detector_unittest.cc69 EXPECT_FALSE(detector.Update(iat_packets, kTargetBufferLevel));
71 EXPECT_TRUE(detector.Update(iat_packets, kTargetBufferLevel));
114 EXPECT_FALSE(detector.Update(iat_packets, kTargetBufferLevel));
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Drate_statistics.h28 void Update(uint32_t count, int64_t now_ms);
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_wrapper.h27 virtual void Update(int viewport_size, int content_size, int current_pos) = 0;
H A Dnative_scroll_bar.cc91 void NativeScrollBar::Update(int viewport_size, function in class:views::NativeScrollBar
94 ScrollBar::Update(viewport_size, content_size, current_pos);
97 native_wrapper_->Update(viewport_size, content_size, current_pos);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs130 void Update(byte[] data); method in interface:DotZLib.ChecksumGenerator
141 void Update(byte[] data, int offset, int count); method in interface:DotZLib.ChecksumGenerator
148 void Update(string data); method in interface:DotZLib.ChecksumGenerator
155 void Update(string data, Encoding encoding); method in interface:DotZLib.ChecksumGenerator
/external/chromium_org/third_party/webrtc/base/
H A Dratetracker_unittest.cc32 tracker.Update(1234);
40 tracker.Update(1234);
63 tracker.Update(9876U);
H A Dmd5digest_unittest.cc43 md5.Update(&input[i], 1);
62 md5.Update(input.c_str(), input.size());
73 md5.Update(input.c_str(), input.size());
H A Dsha1digest_unittest.cc44 sha1.Update(&input[i], 1);
65 sha1.Update(input.c_str(), input.size());
76 sha1.Update(input.c_str(), input.size());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change.h65 void Update(const Change& new_change);
88 void Update(const base::FilePath file_path,
90 void Update(const base::FilePath file_path,
92 void Update(const base::FilePath file_path,
95 void Update(const base::FilePath file_path,
/external/chromium_org/chrome/browser/ui/app_list/
H A Drecommended_apps.cc46 base::Bind(&RecommendedApps::Update,
49 Update();
63 void RecommendedApps::Update() { function in class:app_list::RecommendedApps
103 Update();
109 Update();
116 Update();
123 Update();
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp37 bool Update = false; local
47 Update = true;
52 if (Update || CSR != CalleeSaved) {
60 Update = true;
67 Update = true;
72 if (Update)
/external/ceres-solver/internal/ceres/
H A Dlow_rank_inverse_hessian.h78 // Update the low rank approximation. delta_x is the change in the
84 bool Update(const Vector& delta_x, const Vector& delta_gradient);

Completed in 7502 milliseconds

1234567891011>>