Home
last modified time | relevance | path

Searched refs:UpdateImpl (Results 1 – 25 of 123) sorted by relevance

12345

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/update/
H A DUpdateCheckInstanceImpl.java45 private List<UpdateImpl> updates = new ArrayList<UpdateImpl>();
350 List<UpdateImpl> target_updates = new ArrayList<UpdateImpl>(); in startSupport()
367 UpdateImpl update = (UpdateImpl)updates.get(i); in startSupport()
379 UpdateImpl update = (UpdateImpl)updates.get(i); in startSupport()
400 new Comparator<UpdateImpl>() in startSupport()
404 UpdateImpl o1, UpdateImpl o2) in startSupport()
414 UpdateImpl update ) in startSupport()
467 protected UpdateImpl
480 UpdateImpl update = in addUpdate()
481 new UpdateImpl( this, comp, update_name, desc, old_version, new_version, in addUpdate()
[all …]
H A DUpdateImpl.java38 UpdateImpl class
61 UpdateImpl( in UpdateImpl() method in UpdateImpl
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dpreconditioner.h153 return UpdateImpl(*down_cast<const MatrixType*>(&A), D); in Update()
157 virtual bool UpdateImpl(const MatrixType& A, const double* D) = 0;
178 virtual bool UpdateImpl(const SparseMatrix& A, const double* D);
H A Dpreconditioner.cc59 bool SparseMatrixPreconditionerWrapper::UpdateImpl(const SparseMatrix& A, in UpdateImpl() function in ceres::internal::SparseMatrixPreconditionerWrapper
H A Dblock_jacobi_preconditioner.h70 bool UpdateImpl(const BlockSparseMatrix& A, const double* D) final;
H A Dsubset_preconditioner.h80 bool UpdateImpl(const BlockSparseMatrix& A, const double* D) final;
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dpreconditioner.h145 return UpdateImpl(*down_cast<const MatrixType*>(&A), D); in Update()
149 virtual bool UpdateImpl(const MatrixType& A, const double* D) = 0;
170 virtual bool UpdateImpl(const SparseMatrix& A, const double* D);
H A Dpreconditioner.cc58 bool SparseMatrixPreconditionerWrapper::UpdateImpl(const SparseMatrix& A, in UpdateImpl() function in ceres::internal::SparseMatrixPreconditionerWrapper
H A Dblock_jacobi_preconditioner.h67 virtual bool UpdateImpl(const BlockSparseMatrix& A, const double* D);
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dpreconditioner.h154 return UpdateImpl(*down_cast<const MatrixType*>(&A), D); in Update()
158 virtual bool UpdateImpl(const MatrixType& A, const double* D) = 0;
181 virtual bool UpdateImpl(const SparseMatrix& A, const double* D);
H A Dpreconditioner.cc58 bool SparseMatrixPreconditionerWrapper::UpdateImpl(const SparseMatrix& A, in UpdateImpl() function in ceres::internal::SparseMatrixPreconditionerWrapper
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMeterBrowseWnd.h25 void UpdateImpl(std::size_t mode, const Wnd* target) override;
58 void UpdateImpl(std::size_t mode, const Wnd* target) override;
70 void UpdateImpl(std::size_t mode, const Wnd* target) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_alarm.cc42 UpdateImpl(); in Update()
61 void QuicAlarm::UpdateImpl() { in UpdateImpl() function in quic::QuicAlarm
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_alarm.cc42 UpdateImpl(); in Update()
61 void QuicAlarm::UpdateImpl() { in UpdateImpl() function in quic::QuicAlarm
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DBrowseInfoWnd.h92 virtual void UpdateImpl(std::size_t mode, const Wnd* target);
150 void UpdateImpl(std::size_t mode, const Wnd* target) override;
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DBrowseInfoWnd.cpp48 UpdateImpl(mode, target); in Update()
72 void BrowseInfoWnd::UpdateImpl(std::size_t mode, const Wnd* target) in UpdateImpl() function in BrowseInfoWnd
221 void TextBoxBrowseInfoWnd::UpdateImpl(std::size_t mode, const Wnd* target) in UpdateImpl() function in TextBoxBrowseInfoWnd
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/native_file_system/
H A Dnative_file_system_access_icon_view.h21 void UpdateImpl() override;
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestHG.h30 bool UpdateImpl() override;
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestHG.h30 bool UpdateImpl() override;
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestHG.h30 bool UpdateImpl() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/translate/
H A Dtranslate_icon_view.h24 void UpdateImpl() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/location_bar/
H A Dintent_picker_view.h21 void UpdateImpl() override;
H A Dfind_bar_icon.h25 void UpdateImpl() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/page_action/
H A Dzoom_view.h28 void UpdateImpl() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/qrcode_generator/
H A Dqrcode_generator_icon_view.h27 void UpdateImpl() override;

12345