Home
last modified time | relevance | path

Searched refs:update_row (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/history/android/
H A Dvisit_sql_handler_unittest.cc169 HistoryAndBookmarkRow update_row; in TEST_F() local
170 update_row.set_last_visit_time(Time::Now()); in TEST_F()
171 update_row.set_visit_count(1); in TEST_F()
177 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids)); in TEST_F()
201 HistoryAndBookmarkRow update_row; in TEST_F() local
202 update_row.set_visit_count(0); in TEST_F()
207 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids)); in TEST_F()
233 HistoryAndBookmarkRow update_row; in TEST_F() local
248 EXPECT_EQ(update_row.created(), visits[0].visit_time); in TEST_F()
267 HistoryAndBookmarkRow update_row; in TEST_F() local
[all …]
H A Durls_sql_handler_unittest.cc181 HistoryAndBookmarkRow update_row; in TEST_F() local
182 update_row.set_last_visit_time(Time::Now()); in TEST_F()
183 update_row.set_visit_count(1); in TEST_F()
193 EXPECT_EQ(update_row.title(), url_row.title()); in TEST_F()
227 HistoryAndBookmarkRow update_row; in TEST_F() local
228 update_row.set_created(Time::Now()); in TEST_F()
252 HistoryAndBookmarkRow update_row; in TEST_F() local
253 update_row.set_visit_count(0); in TEST_F()
282 HistoryAndBookmarkRow update_row; in TEST_F() local
307 HistoryAndBookmarkRow update_row; in TEST_F() local
[all …]
H A Dandroid_history_provider_service_unittest.cc201 HistoryAndBookmarkRow update_row; in TEST_F() local
202 update_row.set_visit_count(3); in TEST_F()
204 update_row, in TEST_F()
271 SearchRow update_row; in TEST_F() local
272 update_row.set_search_time(Time::Now()); in TEST_F()
273 service_->UpdateSearchTerms(update_row, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/android/
H A Durls_sql_handler.cc105 URLRow update_row = url_row; in Update() local
108 update_row.set_title(row.title()); in Update()
111 update_row.set_visit_count(row.visit_count()); in Update()
117 update_row.set_last_visit(row.last_visit_time()); in Update()
126 update_row.set_visit_count(url_row.visit_count() + 1); in Update()
133 update_row.set_last_visit(Time()); in Update()
135 update_row.set_last_visit(Time::Now()); in Update()
139 if (!url_db_->UpdateURLRow(ids->url_id, update_row)) in Update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/android/
H A Durls_sql_handler.cc105 URLRow update_row = url_row; in Update() local
108 update_row.set_title(row.title()); in Update()
111 update_row.set_visit_count(row.visit_count()); in Update()
117 update_row.set_last_visit(row.last_visit_time()); in Update()
126 update_row.set_visit_count(url_row.visit_count() + 1); in Update()
133 update_row.set_last_visit(Time()); in Update()
135 update_row.set_last_visit(Time::Now()); in Update()
139 if (!url_db_->UpdateURLRow(ids->url_id, update_row)) in Update()
/dports/math/py-or-tools/or-tools-9.2/ortools/glop/
H A Dprimal_edge_norms.cc104 UpdateRow* update_row) { in UpdateBeforeBasisPivot() argument
108 update_row->ComputeUpdateRow(leaving_row); in UpdateBeforeBasisPivot()
111 direction.values, *update_row); in UpdateBeforeBasisPivot()
121 update_row->ComputeUpdateRow(leaving_row); in UpdateBeforeBasisPivot()
123 direction.values, *update_row); in UpdateBeforeBasisPivot()
202 const UpdateRow& update_row) { in UpdateEdgeSquaredNorms() argument
219 for (const ColIndex col : update_row.GetNonZeroPositions()) { in UpdateEdgeSquaredNorms()
220 const Fractional coeff = update_row.GetCoefficient(col); in UpdateEdgeSquaredNorms()
249 const DenseColumn& direction, const UpdateRow& update_row) { in UpdateDevexWeights() argument
258 for (const ColIndex col : update_row.GetNonZeroPositions()) { in UpdateDevexWeights()
[all …]
H A Dentering_variable.cc34 bool nothing_to_recompute, const UpdateRow& update_row, in DualChooseEnteringColumn() argument
38 const DenseRow& update_coefficient = update_row.GetCoefficients(); in DualChooseEnteringColumn()
43 breakpoints_.reserve(update_row.GetNonZeroPositions().size()); in DualChooseEnteringColumn()
74 num_operations_ += 10 * update_row.GetNonZeroPositions().size(); in DualChooseEnteringColumn()
75 for (const ColIndex col : update_row.GetNonZeroPositions()) { in DualChooseEnteringColumn()
231 bool nothing_to_recompute, const UpdateRow& update_row, in DualPhaseIChooseEnteringColumn() argument
234 const DenseRow& update_coefficient = update_row.GetCoefficients(); in DualPhaseIChooseEnteringColumn()
241 breakpoints_.reserve(update_row.GetNonZeroPositions().size()); in DualPhaseIChooseEnteringColumn()
256 num_operations_ += 10 * update_row.GetNonZeroPositions().size(); in DualPhaseIChooseEnteringColumn()
257 for (const ColIndex col : update_row.GetNonZeroPositions()) { in DualPhaseIChooseEnteringColumn()
H A DBUILD.bazel67 ":update_row",
90 name = "update_row",
91 srcs = ["update_row.cc"],
92 hdrs = ["update_row.h"],
261 ":update_row",
283 ":update_row",
328 ":update_row",
H A Dprimal_edge_norms.h113 UpdateRow* update_row);
171 const UpdateRow& update_row);
179 const UpdateRow& update_row);
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/
H A Droute.inc.php38 $update_row = []; variable
99 $update_row[] = $entryClean;
151 $update_row[] = $entry;
207 $update_row[] = $entryClean;
280 $update_row[] = $entry;
311 foreach ($update_row as $upd_entry) {
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dssl_logger.erl380 update_row(<<A:4,B:4>>, Row),
386 update_row(<<A:4,B:4>>, []),
394 update_row(<<A:4,B:4>>, Row),
399 update_row(<<A:4,B:4>>, Row),
405 update_row(H, Row),
411 update_row(H, []),
419 update_row(H, Row),
424 update_row(H, Row),
454 update_row(B, Row) when is_binary(B) -> function
461 update_row(C, Row) when 32 =< C, C =< 126 -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dssl_logger.erl371 update_row(<<A:4,B:4>>, Row),
377 update_row(<<A:4,B:4>>, []),
385 update_row(<<A:4,B:4>>, Row),
390 update_row(<<A:4,B:4>>, Row),
396 update_row(H, Row),
402 update_row(H, []),
410 update_row(H, Row),
415 update_row(H, Row),
445 update_row(B, Row) when is_binary(B) -> function
452 update_row(C, Row) when 32 =< C, C =< 126 -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl379 update_row(<<A:4,B:4>>, Row),
385 update_row(<<A:4,B:4>>, []),
393 update_row(<<A:4,B:4>>, Row),
398 update_row(<<A:4,B:4>>, Row),
404 update_row(H, Row),
410 update_row(H, []),
418 update_row(H, Row),
423 update_row(H, Row),
453 update_row(B, Row) when is_binary(B) -> function
460 update_row(C, Row) when 32 =< C, C =< 126 -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl379 update_row(<<A:4,B:4>>, Row),
385 update_row(<<A:4,B:4>>, []),
393 update_row(<<A:4,B:4>>, Row),
398 update_row(<<A:4,B:4>>, Row),
404 update_row(H, Row),
410 update_row(H, []),
418 update_row(H, Row),
423 update_row(H, Row),
453 update_row(B, Row) when is_binary(B) -> function
460 update_row(C, Row) when 32 =< C, C =< 126 -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl379 update_row(<<A:4,B:4>>, Row),
385 update_row(<<A:4,B:4>>, []),
393 update_row(<<A:4,B:4>>, Row),
398 update_row(<<A:4,B:4>>, Row),
404 update_row(H, Row),
410 update_row(H, []),
418 update_row(H, Row),
423 update_row(H, Row),
453 update_row(B, Row) when is_binary(B) -> function
460 update_row(C, Row) when 32 =< C, C =< 126 -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl379 update_row(<<A:4,B:4>>, Row),
385 update_row(<<A:4,B:4>>, []),
393 update_row(<<A:4,B:4>>, Row),
398 update_row(<<A:4,B:4>>, Row),
404 update_row(H, Row),
410 update_row(H, []),
418 update_row(H, Row),
423 update_row(H, Row),
453 update_row(B, Row) when is_binary(B) -> function
460 update_row(C, Row) when 32 =< C, C =< 126 -> function
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dadm23.cpp26 MC6845_UPDATE_ROW(update_row);
34 MC6845_UPDATE_ROW(adm23_state::update_row) in MC6845_UPDATE_ROW() argument
70 crtc.set_update_row_callback(FUNC(adm23_state::update_row)); in INPUT_PORTS_START()
H A Dsigma21.cpp30 MC6845_UPDATE_ROW(update_row);
39 MC6845_UPDATE_ROW(sigma21_state::update_row) in MC6845_UPDATE_ROW() argument
96 crtc.set_update_row_callback(FUNC(sigma21_state::update_row)); in sigma21()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dadm23.cpp26 MC6845_UPDATE_ROW(update_row);
34 MC6845_UPDATE_ROW(adm23_state::update_row) in MC6845_UPDATE_ROW() argument
70 crtc.set_update_row_callback(FUNC(adm23_state::update_row)); in INPUT_PORTS_START()
H A Dsigma21.cpp30 MC6845_UPDATE_ROW(update_row);
39 MC6845_UPDATE_ROW(sigma21_state::update_row) in MC6845_UPDATE_ROW() argument
96 crtc.set_update_row_callback(FUNC(sigma21_state::update_row)); in sigma21()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/temptable/
H A Dtemptable-handler-t.cc211 handler.update_row(table_helper.record_1(), table_helper.record_0()), 0); in TEST_F()
253 handler.update_row(table_helper.record_1(), table_helper.record_0()), 0); in TEST_F()
310 handler.update_row(table_helper.record_1(), table_helper.record_0())); in TEST_F()
319 handler.update_row(table_helper.record_1(), table_helper.record_0()), 0); in TEST_F()
384 handler.update_row(table_helper.record_1(), table_helper.record_0())); in TEST_F()
395 handler.update_row(table_helper.record_1(), table_helper.record_0())); in TEST_F()
404 handler.update_row(table_helper.record_1(), table_helper.record_0()), 0); in TEST_F()
469 handler.update_row(table_helper.record_1(), table_helper.record_0())); in TEST_F()
480 handler.update_row(table_helper.record_1(), table_helper.record_0())); in TEST_F()
489 handler.update_row(table_helper.record_1(), table_helper.record_0()), 0); in TEST_F()
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dfiltertreeview.py130 self.update_row('state', state, 0, _(state))
135 self.update_row('tracker_host', 'All', 0, _('All'))
136 self.update_row('tracker_host', 'Error', 0, _('Error'))
137 self.update_row('tracker_host', '', 0, _('None'))
142 self.update_row('owner', 'localclient', 0, _('Admin'))
143 self.update_row('owner', '', 0, _('None'))
173 self.update_row(cat, value, count)
196 def update_row(self, cat, value, count, label=None): member in FilterTreeView
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb_rpl/r/
H A Dndb_rpl_conflict_epoch_extended_exceptions_table.result109 ndb$op_type enum('write_row','update_row', 'delete_row') not null,
301 1 2 3 Slave updated data 1 Initial data 1 Slave updated data 1 17 1 update_row trans_in_conflict 1
302 2 3 4 Slave updated data 2 Initial data 2 Slave updated data 2 17 1 update_row trans_in_conflict 1
303 3 4 5 Slave updated data 3 Initial data 3 Slave updated data 3 17 1 update_row trans_in_conflict 1
304 4 5 6 Slave updated data 4 Initial data 4 Slave updated data 4 17 1 update_row trans_in_conflict 1
305 5 6 7 Slave updated data 5 Initial data 5 Slave updated data 5 17 1 update_row trans_in_conflict 1
306 6 7 8 Slave updated data 6 Initial data 6 Slave updated data 6 17 1 update_row trans_in_conflict 1
307 7 8 9 Slave updated data 7 Initial data 7 Slave updated data 7 17 1 update_row trans_in_conflict 1
308 8 9 10 Slave updated data 8 Initial data 8 Slave updated data 8 17 1 update_row trans_in_conflict 1
322 ndb$op_type enum('write_row','update_row', 'delete_row') not null,
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb_rpl/r/
H A Dndb_rpl_conflict_epoch_extended_exceptions_table.result109 ndb$op_type enum('write_row','update_row', 'delete_row') not null,
301 1 2 3 Slave updated data 1 Initial data 1 Slave updated data 1 17 1 update_row trans_in_conflict 1
302 2 3 4 Slave updated data 2 Initial data 2 Slave updated data 2 17 1 update_row trans_in_conflict 1
303 3 4 5 Slave updated data 3 Initial data 3 Slave updated data 3 17 1 update_row trans_in_conflict 1
304 4 5 6 Slave updated data 4 Initial data 4 Slave updated data 4 17 1 update_row trans_in_conflict 1
305 5 6 7 Slave updated data 5 Initial data 5 Slave updated data 5 17 1 update_row trans_in_conflict 1
306 6 7 8 Slave updated data 6 Initial data 6 Slave updated data 6 17 1 update_row trans_in_conflict 1
307 7 8 9 Slave updated data 7 Initial data 7 Slave updated data 7 17 1 update_row trans_in_conflict 1
308 8 9 10 Slave updated data 8 Initial data 8 Slave updated data 8 17 1 update_row trans_in_conflict 1
322 ndb$op_type enum('write_row','update_row', 'delete_row') not null,
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb_rpl/r/
H A Dndb_rpl_conflict_epoch_extended_exceptions_table.result109 ndb$op_type enum('write_row','update_row', 'delete_row') not null,
301 1 2 3 Slave updated data 1 Initial data 1 Slave updated data 1 17 1 update_row trans_in_conflict 1
302 2 3 4 Slave updated data 2 Initial data 2 Slave updated data 2 17 1 update_row trans_in_conflict 1
303 3 4 5 Slave updated data 3 Initial data 3 Slave updated data 3 17 1 update_row trans_in_conflict 1
304 4 5 6 Slave updated data 4 Initial data 4 Slave updated data 4 17 1 update_row trans_in_conflict 1
305 5 6 7 Slave updated data 5 Initial data 5 Slave updated data 5 17 1 update_row trans_in_conflict 1
306 6 7 8 Slave updated data 6 Initial data 6 Slave updated data 6 17 1 update_row trans_in_conflict 1
307 7 8 9 Slave updated data 7 Initial data 7 Slave updated data 7 17 1 update_row trans_in_conflict 1
308 8 9 10 Slave updated data 8 Initial data 8 Slave updated data 8 17 1 update_row trans_in_conflict 1
322 ndb$op_type enum('write_row','update_row', 'delete_row') not null,
[all …]

12345678910>>...43