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

1 2 3 4 5 6 7 8

  /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) {
  /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/mdnsresponder/mDNSWindows/DLLX/
DNSSDRecord.cpp 36 STDMETHODIMP CDNSSDRecord::Update(DNSSDFlags flags, VARIANT rdata, ULONG ttl)
  /external/pdfium/xfa/fwl/
cfwl_picturebox.cpp 26 void CFWL_PictureBox::Update() {
cfwl_formproxy.cpp 33 void CFWL_FormProxy::Update() {}
  /external/v8/tools/
test-server.py 48 update Alias for "setup".
65 def Update():
112 # Check out or update the server implementation in the current directory.
121 # Update this very script.
127 # Check out or update V8.
140 if sys.argv[1] in ("setup", "update"):
144 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,
  /external/boringssl/src/util/bot/
vs_toolchain.py 35 Update()
76 def Update():
77 """Requests an update of the toolchain to the specific hashes we have at
78 this revision. The update outputs a .json of the various configuration
104 'update': Update,
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
update.py 16 """DNS Dynamic Update Support"""
25 class Update(dns.message.Message):
28 """Initialize a new DNS Update object.
48 super(Update, self).__init__()
49 self.flags |= dns.opcode.to_flags(dns.opcode.UPDATE)
62 """Add a single RR to the update section."""
183 execution of the update. The first argument is always a name.
218 not exist as a prerequisite to the execution of the update."""
236 """Return a string containing the update in DNS compressed wire
241 return super(Update, self).to_wire(origin, max_size
    [all...]
  /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/v8/src/
lookup-cache-inl.h 30 void DescriptorLookupCache::Update(Map* source, Name* name, int result) {
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_node.cc 39 int WPDNode::Update(const float* parent_data, size_t parent_data_length) {
  /prebuilts/ndk/r11/sources/android/ndk_helper/
perfMonitor.cpp 46 bool PerfMonitor::Update( float &fFPS )
  /prebuilts/ndk/r13/sources/android/ndk_helper/
perfMonitor.cpp 46 bool PerfMonitor::Update( float &fFPS )
  /art/compiler/optimizing/
common_dominator.h 32 finder.Update(block2);
41 // Update the common dominator with another block.
42 void Update(HBasicBlock* block) {
  /art/runtime/
indirect_reference_table-inl.h 100 inline void IndirectReferenceTable::Update(IndirectRef iref, ObjPtr<mirror::Object> obj) {
102 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref;
  /external/libchrome/crypto/
signature_creator_nss.cc 93 bool SignatureCreator::Update(const uint8_t* data_part, int data_part_len) {
  /external/llvm/lib/Fuzzer/
FuzzerTracePC.cpp 21 void PcCoverageMap::Update(uintptr_t Addr) {
54 CurrentMap.Update(Next);

Completed in 642 milliseconds

1 2 3 4 5 6 7 8