Searched refs:Update (Results 1 - 25 of 114) sorted by relevance

12345

/external/vixl/src/vixl/a64/
H A Dinstrument-a64.cc165 void Instrument::Update() { function in class:vixl::Instrument
258 Update();
266 Update();
274 Update();
281 Update();
295 Update();
303 Update();
311 Update();
319 Update();
327 Update();
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs64 /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count); method in class:DotZLib.ChecksumGeneratorBase
72 public void Update(byte[] data) method in class:DotZLib.ChecksumGeneratorBase
74 Update(data, 0, data.Length);
82 public void Update(string data) method in class:DotZLib.ChecksumGeneratorBase
84 Update(Encoding.UTF8.GetBytes(data));
92 public void Update(string data, Encoding encoding) method in class:DotZLib.ChecksumGeneratorBase
94 Update(encoding.GetBytes(data));
133 public override void Update(byte[] data, int offset, int count) method in class:DotZLib.CRC32Checksum
184 public override void Update(byt method in class:DotZLib.AdlerChecksum
[all...]
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
H A DUnitTests.cs102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
/external/v8/src/arm64/
H A Dinstrument-arm64.cc142 void Instrument::Update() { function in class:v8::internal::Instrument
234 Update();
241 Update();
256 Update();
263 Update();
276 Update();
283 Update();
290 Update();
297 Update();
304 Update();
[all...]
/external/chromium-trace/trace-viewer/tracing/build/
H A Dupdate_gypi14 sys.exit(update_gypi.Update())
H A Dupdate_gypi.py54 def Update(self, files_by_group): member in class:BuildFile
117 build_file.Update(files_by_group)
128 def Update(): function
/external/llvm/test/MC/Mips/
H A Dset-mips16-directive.s2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
/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/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h42 UpdateFtor &Update)
43 : Addr(Addr), Compile(Compile), Update(Update) {}
49 void setUpdateAction(UpdateFtor Update) { argument
50 this->Update = std::move(Update);
55 UpdateFtor &Update; member in class:llvm::orc::JITCompileCallbackManagerBase::CompileCallbackInfo
91 CallbackHandler.Update(Addr);
104 UpdateFtor Update; member in struct:llvm::orc::JITCompileCallbackManagerBase::CallbackHandler
146 CallbackHandler.Update);
41 CompileCallbackInfo(TargetAddress Addr, CompileFtor &Compile, UpdateFtor &Update) argument
[all...]
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp36 bool Update = false; local
46 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);
H A Dpreconditioner.h109 // 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) { function in class:ceres::internal::TypedPreconditioner
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java33 * Update [RFC2136]
35 Update("Update", 5); enum constant in enum:DNSOperationCode
/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.h38 WebRtc_Word32 Update(WebRtc_Word64 timeDiffMS);
/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp101 MachineBasicBlock::iterator Update);
106 MachineBasicBlock::iterator Update);
363 // Update the index accordingly.
404 // Update the result of LDP to use the W instead of the X variant.
625 // Update modified / uses register lists.
638 MachineBasicBlock::iterator Update) {
639 assert((Update->getOpcode() == AArch64::ADDXri ||
640 Update->getOpcode() == AArch64::SUBXri) &&
646 if (++NextI == Update)
649 int Value = Update
637 mergePreIdxUpdateInsn(MachineBasicBlock::iterator I, MachineBasicBlock::iterator Update) argument
680 mergePostIdxUpdateInsn( MachineBasicBlock::iterator I, MachineBasicBlock::iterator Update) argument
990 MachineBasicBlock::iterator Update = local
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h207 Update();
238 Update();
269 Update();
314 Update();
372 Update();
404 Update();
448 Update();
481 Update();
528 Update();
558 Update();
[all...]
/external/boringssl/src/util/bot/
H A Dvs_toolchain.py31 Update()
79 def Update(): function
104 'update': Update,
/external/openfst/src/include/fst/
H A Dqueue.h52 // void Update(StateId s);
85 void Update(StateId s) { Update_(s); } function in class:fst::QueueBase
120 void Update(StateId s) {} function in class:fst::TrivialQueue
132 virtual void Update_(StateId s) { Update(s); }
156 void Update(StateId s) {} function in class:fst::FifoQueue
167 virtual void Update_(StateId s) { Update(s); }
189 void Update(StateId s) {} function in class:fst::LifoQueue
200 virtual void Update_(StateId s) { Update(s); }
209 // it can be reordered in the queue with a call to Update().
210 // If 'update == false', call to Update() doe
239 void Update(StateId s) { function in class:fst::ShortestFirstQueue
354 void Update(StateId s) {} function in class:fst::TopOrderQueue
407 void Update(StateId s) {} function in class:fst::StateOrderQueue
484 void Update(StateId s) { function in class:fst::SccQueue
640 void Update(StateId s) { queue_->Update(s); } function in class:fst::AutoQueue
836 void Update(StateId s) { function in class:fst::PruneQueue
915 void Update(StateId s) {} function in class:fst::FilterQueue
[all...]
H A Dcompat.h90 void Update(void const *data, int size) { function in class:fst::CheckSummer
96 void Update(string const &data) { function in class:fst::CheckSummer
/external/chromium-trace/trace-viewer/hooks/
H A Dinstall.py16 def Update(self): member in class:Link
68 l.Update()
/external/lldb/source/DataFormatters/
H A DLibCxx.cpp37 Update();
114 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
195 Update();
199 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
299 Update();
353 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
414 Update();
457 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
/external/owasp/sanitizer/tools/findbugs/bin/
H A DcomputeBugHistory66 fb_mainclass=edu.umd.cs.findbugs.workflow.Update
/external/owasp/sanitizer/tools/findbugs/bin/deprecated/
H A DupdateBugs66 fb_mainclass=edu.umd.cs.findbugs.workflow.Update

Completed in 694 milliseconds

12345