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

1 2 34 5 6 7

  /external/chromium-trace/catapult/experimental/buildbot/
buildbot.py 71 def Update(master, builders):
72 # Update builders with latest information.
76 builders[builder_name].Update(builder_info)
90 self.Update(data)
144 def Update(self, data=None):
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 78 unsigned Minor, unsigned Update) override;
265 unsigned Minor, unsigned Update) {
266 getAssembler().setVersionMinInfo(Kind, Major, Minor, Update);
420 // Update the maximum alignment on the zero fill section if necessary.
491 unsigned Major, Minor, Update;
492 TT.getOSVersion(Major, Minor, Update);
506 S->EmitVersionMin(VersionType, Major, Minor, Update);
MCAsmStreamer.cpp 132 unsigned Update) override;
374 unsigned Minor, unsigned Update) {
382 if (Update)
383 OS << ", " << Update;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 129 void CHashBundle::Update(const void *data, UInt32 size)
133 Hashers[i].Hasher->Update(data, size);
183 h.Hasher->Update(pre, sizeof(pre));
184 h.Hasher->Update(h.Digests[0], h.DigestSize);
190 h.Hasher->Update(temp, 2);
317 hb.Update(buf, size);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 95 FWL_ERR CFWL_CheckBoxImp::Update() {
fwl_pushbuttonimp.cpp 89 FWL_ERR CFWL_PushButtonImp::Update() {
fwl_spinbuttonimp.cpp 78 FWL_ERR CFWL_SpinButtonImp::Update() {
fwl_tooltipctrlimp.cpp 101 FWL_ERR CFWL_ToolTipImp::Update() {
257 Update();
fwl_scrollbarimp.cpp 133 FWL_ERR CFWL_ScrollBarImp::Update() {
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 139 FWL_ERR CFWL_Widget::Update() {
142 return m_pIface->Update();
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 165 /* Update the damper state for the new sample. */
202 /* Subtract from input and update buffer. */
214 /* Update filter parameters based on the pitch-gains and pitch-lags. */
215 static void Update(PitchFilterParam* parameters) {
327 * some parameters of filter need to be update. */
330 /* Update parameters according to new lag value. */
331 Update(&filter_parameters);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.h 53 void Update(int64_t now_ms, T new_value) {
  /system/keymaster/
aes_operation.cpp 193 keymaster_error_t AesEvpOperation::Update(const AuthorizationSet& additional_params,
473 *error = Update(additional_params, input, output_params, output, &input_consumed);
560 keymaster_error_t AesEvpDecryptOperation::Update(const AuthorizationSet& additional_params,
rsa_operation.cpp 144 keymaster_error_t RsaOperation::Update(const AuthorizationSet& /* additional_params */,
278 keymaster_error_t RsaSignOperation::Update(const AuthorizationSet& additional_params,
283 return RsaOperation::Update(additional_params, input, output_params, output,
401 keymaster_error_t RsaVerifyOperation::Update(const AuthorizationSet& additional_params,
406 return RsaOperation::Update(additional_params, input, output_params, output,
  /external/lzma/CPP/Windows/
Window.h 170 bool Update() { return BOOLToBool(::UpdateWindow(_window)); }
  /external/v8/src/arm64/
instrument-arm64.cc 142 void Instrument::Update() {
234 Update();
241 Update();
256 Update();
263 Update();
276 Update();
283 Update();
290 Update();
297 Update();
304 Update();
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 105 // Scan the instruction list to find a base register update that can
112 // Scan the instruction list to find a base register update that can
123 // Merge a pre- or post-index base register update into a ld/st instruction.
126 MachineBasicBlock::iterator Update, bool IsPreIdx);
608 // Update the index accordingly.
766 // Update the result of LDP to use the W instead of the X variant.
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 722 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false);
723 if (Update != 0)
732 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true);
733 if (Update != 0)
  /external/v8/src/ast/
scopeinfo.cc 558 context_slot_cache->Update(scope_info, name, *mode, *init_flag,
565 context_slot_cache->Update(scope_info, name, TEMPORARY,
741 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name,
  /external/v8/src/heap/
heap-inl.h 627 void DescriptorLookupCache::Update(Map* source, Name* name, int result) {
  /external/vixl/src/vixl/a64/
instrument-a64.cc 165 void Instrument::Update() {
259 Update();
267 Update();
275 Update();
282 Update();
296 Update();
304 Update();
312 Update();
320 Update();
328 Update();
    [all...]
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java 341 public static class Update {
351 * Creates a new Update to expect.
353 * @param uri the uri of the update request.
354 * @param contentValues the ContentValues to update.
358 public Update(Uri uri,
369 * Causes this update expectation to be useable for mutliple calls to update, rather than
374 public Update anyNumberOfTimes() {
380 * Sets this update to return the given number of rows affected.
382 * @param rowsAffected The value to return when this expected update is executed
407 Update update = (Update) o; local
464 Update update = new Update(contentUri, contentValues, selection, selectionArgs); local
540 public int update(Uri uri, method in class:MockContentProvider
549 Update update = iterator.next(); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command.py     [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 565 unsigned Update;
709 unsigned Update) {
713 VersionMinInfo.Update = Update;

Completed in 1081 milliseconds

1 2 34 5 6 7