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

1 2 3 4 5 6 7 8 910

  /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) {
  /frameworks/support/room/common/src/main/java/androidx/room/
Update.java 19 * Marks a method in a {@link Dao} annotated class as an update method.
21 * The implementation of the method will update its parameters in the database if they already
25 * All of the parameters of the Update method must either be classes annotated with {@link Entity}
31 public @interface Update {
  /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/lzma/CPP/Common/
Sha256Reg.cpp 30 STDMETHODIMP_(void) CSha256Hasher::Update(const void *data, UInt32 size) throw()
XzCrc64Reg.cpp 31 STDMETHODIMP_(void) CXzCrc64Hasher::Update(const void *data, UInt32 size) throw()
CrcReg.cpp 87 STDMETHODIMP_(void) CCrcHasher::Update(const void *data, UInt32 size) throw()
  /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()
87 # Update 3 final with 10.0.15063.468 SDK and no vctip.exe.
90 # VS 2017 Update 3.2 with 10.0.15063.468 SDK, patched setenv.cmd, and
96 def Update():
97 """Requests an update of the toolchain to the specific hashes we have at
98 this revision. The update outputs a .json of the various configuration
124 'update': Update,
  /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/r16/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/llvm/lib/Fuzzer/
FuzzerTracePC.cpp 21 void PcCoverageMap::Update(uintptr_t Addr) {
54 CurrentMap.Update(Next);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.cpp 31 bool Update = false;
38 Update = true;
43 if (Update || CSR != CalleeSaved) {
52 Update = true;
59 Update = true;
63 if (Update)
  /external/tensorflow/tensorflow/core/lib/core/
status.cc 28 void Status::Update(const Status& new_status) {

Completed in 1581 milliseconds

1 2 3 4 5 6 7 8 910