Searched defs:update (Results 276 - 300 of 441) sorted by relevance

<<1112131415161718

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.h131 void set_update_virtual_url_with_url(bool update) { argument
132 update_virtual_url_with_url_ = update;
225 // update SessionService/TabRestoreService and Android WebView
/external/chromium_org/content/common/
H A Dplugin_list_win.cc439 int major, minor, update; local
443 base::StringToInt(ver[2], &update)) {
444 if (major == 6 && minor == 0 && update < 120)
/external/chromium_org/courgette/
H A Densemble_create.cc244 SourceStream* update,
250 Region new_region(update->Buffer(), update->Remaining());
430 update,
243 GenerateEnsemblePatch(SourceStream* base, SourceStream* update, SinkStream* final_patch) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayer.cpp630 bool AnimationPlayer::update(TimingUpdateReason reason) function in class:blink::AnimationPlayer
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h180 void setPendingUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) { m_pendingUpdate = update; } argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DMetricsSidebarPane.js42 update: function(node)
414 this.update();
473 self.update();
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeySession.cpp359 ScriptPromise MediaKeySession::update(ScriptState* scriptState, ArrayBuffer* response) function in class:blink::MediaKeySession
365 ScriptPromise MediaKeySession::update(ScriptState* scriptState, ArrayBufferView* response) function in class:blink::MediaKeySession
373 WTF_LOG(Media, "MediaKeySession(%p)::update", this);
376 // From <https://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html#dom-update>:
377 // The update(response) method provides messages, including licenses, to the
476 // NOTE: Continued from step 4 of MediaKeySession::update().
477 // Continue the update call by passing message to the cdm. Once
479 m_session->update(static_cast<unsigned char*>(action->data()->data()), action->data()->byteLength(), action->result()->result());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dircbot.py263 self.update(dict)
304 def update(self, dict): member in class:IRCDict
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py69 * update(E) -> None. Update T from dict/iterable E, O(E*log(n))
370 self.update(state)
380 def update(self, *args): member in class:TreeMixin
381 """ T.update(E) -> None. Update T from E : for (k, v) in E: T[k] = v """
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DScanning.py70 def update(self, other): member in class:CompileTimeScope
71 self.entries.update(other)
298 self.compile_time_env.update(context.options.compile_time_env)
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c607 FT_Bool update = FALSE; local
638 update = TRUE;
643 if ( !error && update && renderer )
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > local
141 vp9_write(w, update, upd_p);
142 if (update) {
146 return update;
/external/chromium_org/third_party/skia/src/utils/
H A DSkCamera.cpp210 void SkCamera3D::update() { function in class:SkCamera3D
319 fCamera.update();
/external/chromium_org/v8/benchmarks/
H A Dnavier-stokes.js37 solver.update();
329 this.update = function () {
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h361 // Apply the update
388 static bool update(MatrixType& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename MatrixType::RealScalar& sigma=1) function in struct:Eigen::internal::ldlt_inplace
407 static EIGEN_STRONG_INLINE bool update(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename MatrixType::RealScalar& sigma=1) function in struct:Eigen::internal::ldlt_inplace
410 return ldlt_inplace<Lower>::update(matt, transpositions, tmp, w.conjugate(), sigma);
478 internal::ldlt_inplace<UpLo>::update(m_matrix, m_transpositions, m_temporary, w, sigma);
/external/freetype/src/base/
H A Dftoutln.c609 FT_Bool update = FALSE; local
640 update = TRUE;
645 if ( !error && update && renderer )
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c782 int update = 0; local
786 /* if any of the delta_q values are changing update flag has to be set */
801 update |= cm->y2dc_delta_q != new_delta_q;
812 if(update)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > local
141 vp9_write(w, update, upd_p);
142 if (update) {
146 return update;
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp331 // First try for an exact match of major, minor and update
363 uint32_t major, minor, update; local
364 if (GetOSVersion(major, minor, update))
368 // First try for an exact match of major, minor and update
375 m_sdk_directory_infos[i].version_update == update)
424 // First try for an exact match of major, minor and update
526 // First try for an exact match of major, minor and update
720 // First try for an exact match of major, minor and update
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp160 uint32_t major, minor, update; local
161 if (m_gdb_client.GetOSVersion (major, minor, update))
165 m_update_os_version = update;
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp249 MachThreadList::UpdateThreadList(MachProcess *process, bool update, MachThreadList::collection *new_threads) argument
252 DNBLogThreadedIf (LOG_THREAD, "MachThreadList::UpdateThreadList (pid = %4.4x, update = %u) process stop count = %u", process->ProcessID(), update, process->StopCount());
274 if (m_threads.empty() || update)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java240 @Override public void update(Response cached, Response network) { method in class:HttpResponseCache
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c607 FT_Bool update = FALSE; local
638 update = TRUE;
643 if ( !error && update && renderer )
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c450 /* Various screen update functions available */
638 Rect update; local
656 update.left = rects[i].x;
657 update.right = rects[i].x+rects[i].w;
658 update.top = rects[i].y;
659 update.bottom = rects[i].y+rects[i].h;
661 &update, &update, srcCopy, nil);
688 /* Set the screen palette and update the display */
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java246 public void update(float timeDelta, BaseObject parent) { method in class:HitReactionComponent
301 public void setInventoryUpdate(InventoryComponent.UpdateRecord update) { argument
302 mInventoryUpdate = update;

Completed in 1428 milliseconds

<<1112131415161718