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

1 2 3 4 5 6 7

  /external/webrtc/webrtc/base/
md5digest.cc 19 void Md5Digest::Update(const void* buf, size_t len) {
sha1digest.cc 19 void Sha1Digest::Update(const void* buf, size_t len) {
openssldigest.cc 40 void OpenSSLDigest::Update(const void* buf, size_t len) {
53 EVP_DigestInit_ex(&ctx_, md_, NULL); // prepare for future Update()s
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
local_path_info.py 25 def Update(self, local_path_info):
dependency_info.py 22 # TODO(aiolos): update the above doc string for A) the usage of zip files
35 def Update(self, new_dep_info):
42 'Cannot update DependencyInfo with different dependency or platform.'
59 self._local_path_info.Update(new_dep_info._local_path_info)
  /external/chromium-trace/catapult/hooks/
install.py 19 def Update(self):
76 l.Update()
  /external/webrtc/webrtc/modules/audio_coding/neteq/
buffer_level_filter.cc 26 void BufferLevelFilter::Update(size_t buffer_size_packets,
39 // Time-scaling has been performed since last filter update. Subtract the
post_decode_vad.cc 48 void PostDecodeVad::Update(int16_t* signal, size_t length,
  /development/ndk/sources/android/ndk_helper/
perfMonitor.cpp 46 bool PerfMonitor::Update( float &fFPS )
  /external/lzma/CPP/Common/
Sha256Reg.cpp 23 STDMETHOD_(void, Update)(const void *data, UInt32 size);
33 STDMETHODIMP_(void) CSha256Hasher::Update(const void *data, UInt32 size)
XzCrc64Reg.cpp 24 STDMETHOD_(void, Update)(const void *data, UInt32 size);
34 STDMETHODIMP_(void) CXzCrc64Hasher::Update(const void *data, UInt32 size)
CrcReg.cpp 43 STDMETHOD_(void, Update)(const void *data, UInt32 size);
54 STDMETHODIMP_(void) CCrcHasher::Update(const void *data, UInt32 size)
  /external/lzma/CS/7zip/Common/
CRC.cs 34 public void Update(byte[] data, uint offset, uint size)
46 crc.Update(data, offset, size);
  /external/lzma/Java/SevenZip/
CRC.java 30 public void Update(byte[] data, int offset, int size)
36 public void Update(byte[] data)
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_node.cc 39 int WPDNode::Update(const float* parent_data, size_t parent_data_length) {
  /art/compiler/optimizing/
common_dominator.h 32 finder.Update(block2);
42 // Update the common dominator with another block.
43 void Update(HBasicBlock* block) {
  /art/runtime/
indirect_reference_table-inl.h 86 inline void IndirectReferenceTable::Update(IndirectRef iref, mirror::Object* obj) {
88 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref;
  /external/boringssl/src/util/bot/
vs_toolchain.py 31 Update()
79 def Update():
80 """Requests an update of the toolchain to the specific hashes we have at
81 this revision. The update outputs a .json of the various configuration
104 'update': Update,
  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.cc 60 // to update the Hessian approximation if:
65 // might skip the update too often and fail to capture important curvature
71 // TODO(alexs.mac): Consider using Damped BFGS update instead of
72 // skipping update.
88 bool LowRankInverseHessian::Update(const Vector& delta_x,
93 VLOG(2) << "Skipping L-BFGS Update, delta_x_dot_delta_gradient too "
  /external/libchrome/crypto/
signature_creator_nss.cc 93 bool SignatureCreator::Update(const uint8_t* data_part, int data_part_len) {
signature_creator_openssl.cc 90 bool SignatureCreator::Update(const uint8_t* data_part, int data_part_len) {
  /external/libweave/src/privet/
publisher.cc 37 Update();
44 void Publisher::Update() {
55 VLOG(2) << "DNS-SD update requested";
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 22 Update();
28 // Update the timer's internal values.
29 void Update()
57 // Duration in seconds between the last call to Reset() and the last call to Update().
63 // Duration in seconds between the previous two calls to Update().
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 22 Update();
28 // Update the timer's internal values.
29 void Update()
57 // Duration in seconds between the last call to Reset() and the last call to Update().
63 // Duration in seconds between the previous two calls to Update().
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_formproxyimp.cpp 43 FWL_ERR CFWL_FormProxyImp::Update() {

Completed in 401 milliseconds

1 2 3 4 5 6 7