Home
last modified time | relevance | path

Searched refs:update_state (Results 1 – 25 of 976) sorted by relevance

12345678910>>...40

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/
H A Dupdate_service.cc22 auto state_formatter = [update_state]() { in operator <<()
23 switch (update_state.state) { in operator <<()
45 auto version_formatter = [update_state]() { in operator <<()
46 return update_state.next_version.IsValid() in operator <<()
47 ? update_state.next_version.GetString() in operator <<()
51 auto error_category_formatter = [update_state]() { in operator <<()
52 switch (update_state.error_category) { in operator <<()
68 return os << "UpdateState {app_id: " << update_state.app_id in operator <<()
72 << ", total_bytes: " << update_state.total_bytes in operator <<()
75 << ", error_code: " << update_state.error_code in operator <<()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Di8291a.cpp76 update_state(m_t_state, talker_state::TIDS); in device_reset()
79 update_state(m_l_state, listener_state::LIDS); in device_reset()
80 update_state(m_rl_state, remote_local_state::LOCS); in device_reset()
82 update_state(m_dc_state, device_clear_state::DCIS); in device_reset()
358 update_state(m_t_state, talker_state::TADS); in aux_mode_w()
667 update_state(m_t_state, talker_state::TADS); in handle_command()
669 update_state(m_t_state, talker_state::TIDS); in handle_command()
672 update_state(m_t_state, talker_state::TIDS); in handle_command()
678 update_state(m_t_state, talker_state::TADS); in handle_command()
777 update_state(m_t_state, talker_state::SPAS); in run_t_fsm()
[all …]
H A Dmb87030.cpp68 update_state(State::Idle, 0); in device_reset()
155 update_state(State::Idle); in scsi_command_complete()
164 update_state(State::Idle); in scsi_disconnect_timeout()
173 update_state(State::Idle); in scsi_disconnect()
232 update_state(State::Idle); in step()
258 update_state(State::ArbitrationWait, 1); in step()
305 update_state(State::Selection, 1); in step()
356 update_state(State::TransferSendAck, 10); in step()
369 update_state(State::TransferSendAck, 10); in step()
399 update_state(State::TransferSendAck, 10); in step()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Di8291a.cpp76 update_state(m_t_state, talker_state::TIDS); in device_reset()
79 update_state(m_l_state, listener_state::LIDS); in device_reset()
80 update_state(m_rl_state, remote_local_state::LOCS); in device_reset()
82 update_state(m_dc_state, device_clear_state::DCIS); in device_reset()
358 update_state(m_t_state, talker_state::TADS); in aux_mode_w()
667 update_state(m_t_state, talker_state::TADS); in handle_command()
669 update_state(m_t_state, talker_state::TIDS); in handle_command()
672 update_state(m_t_state, talker_state::TIDS); in handle_command()
678 update_state(m_t_state, talker_state::TADS); in handle_command()
777 update_state(m_t_state, talker_state::SPAS); in run_t_fsm()
[all …]
H A Dmb87030.cpp68 update_state(State::Idle, 0); in device_reset()
155 update_state(State::Idle); in scsi_command_complete()
164 update_state(State::Idle); in scsi_disconnect_timeout()
173 update_state(State::Idle); in scsi_disconnect()
232 update_state(State::Idle); in step()
258 update_state(State::ArbitrationWait, 1); in step()
305 update_state(State::Selection, 1); in step()
356 update_state(State::TransferSendAck, 10); in step()
369 update_state(State::TransferSendAck, 10); in step()
399 update_state(State::TransferSendAck, 10); in step()
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/subprojects/wf-touch/test/
H A Daction_test.cpp81 CHECK(hold.update_state(state, ev) == ACTION_STATUS_RUNNING);
90 CHECK(hold.update_state(state, ev) == ACTION_STATUS_CANCELLED);
96 CHECK(hold.update_state(state, ev) == ACTION_STATUS_CANCELLED);
114 CHECK(drag.update_state(state, ev) == ACTION_STATUS_COMPLETED);
119 CHECK(drag.update_state(state, ev) == ACTION_STATUS_RUNNING);
124 CHECK(drag.update_state(state, ev) == ACTION_STATUS_CANCELLED);
130 CHECK(drag.update_state(state, ev) == ACTION_STATUS_CANCELLED);
147 CHECK(out.update_state(state, ev) == ACTION_STATUS_COMPLETED);
152 CHECK(in.update_state(state, ev) == ACTION_STATUS_COMPLETED);
159 CHECK(in.update_state(state, ev) == ACTION_STATUS_CANCELLED);
[all …]
/dports/print/py-python-ly/python-ly-0.9.6/ly/lex/
H A Dlilypond.py104 def update_state(self, state): member in BlockCommentStart
126 def update_state(self, state): member in StringQuotedStart
132 def update_state(self, state): member in StringQuotedEnd
195 def update_state(self, state): member in Length
216 def update_state(self, state): member in CloseBracket
230 def update_state(self, state): member in CloseSimultaneous
236 def update_state(self, state): member in SequentialStart
245 def update_state(self, state): member in SimultaneousStart
282 def update_state(self, state): member in Direction
360 def update_state(self, state): member in TremoloColon
[all …]
H A Dtexinfo.py40 def update_state(self, state): member in BlockCommentStart
62 def update_state(self, state): member in BlockStart
84 def update_state(self, state): member in VerbatimStart
94 def update_state(self, state): member in LilyPondBlockStart
100 def update_state(self, state): member in LilyPondBlockStartBrace
110 def update_state(self, state): member in LilyPondEnvStart
120 def update_state(self, state): member in LilyPondFileStart
126 def update_state(self, state): member in LilyPondFileStartBrace
132 def update_state(self, state): member in LilyPondAttrStart
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_tree.cc924 AXTreeUpdateState update_state(*this); in Unserialize() local
1014 update_state.old_tree_data = data_; in Unserialize()
1114 if (update_state.old_tree_data) { in Unserialize()
1226 update_state->pending_update_status = in ComputePendingChanges()
1230 &update_state->pending_root_id, in ComputePendingChanges()
1246 MarkSubtreeForDestruction(*update_state->pending_root_id, update_state); in ComputePendingChanges()
1262 update_state->root_will_be_created = in ComputePendingChanges()
1313 MarkSubtreeForDestruction(*update_state->pending_root_id, update_state); in ComputePendingChangesToNode()
1797 DCHECK(update_state); in DestroySubtree()
1808 DCHECK(!update_state || in DestroyNodeAndSubtree()
[all …]
H A Dax_tree.h195 AXTreeUpdateState* update_state);
201 AXTreeUpdateState* update_state);
209 AXTreeUpdateState* update_state);
214 AXTreeUpdateState* update_state);
220 const AXTreeUpdateState* update_state);
225 const AXTreeUpdateState* update_state);
240 const AXTreeUpdateState* update_state);
262 AXTreeUpdateState* update_state);
271 void DestroySubtree(AXNode* node, AXTreeUpdateState* update_state);
281 AXTreeUpdateState* update_state);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_tree.cc933 AXTreeUpdateState update_state(*this); in Unserialize() local
1023 update_state.old_tree_data = data_; in Unserialize()
1123 if (update_state.old_tree_data) { in Unserialize()
1235 update_state->pending_update_status = in ComputePendingChanges()
1239 &update_state->pending_root_id, in ComputePendingChanges()
1255 MarkSubtreeForDestruction(*update_state->pending_root_id, update_state); in ComputePendingChanges()
1271 update_state->root_will_be_created = in ComputePendingChanges()
1322 MarkSubtreeForDestruction(*update_state->pending_root_id, update_state); in ComputePendingChangesToNode()
1807 DCHECK(update_state); in DestroySubtree()
1818 DCHECK(!update_state || in DestroyNodeAndSubtree()
[all …]
H A Dax_tree.h200 AXTreeUpdateState* update_state);
206 AXTreeUpdateState* update_state);
214 AXTreeUpdateState* update_state);
219 AXTreeUpdateState* update_state);
225 const AXTreeUpdateState* update_state);
230 const AXTreeUpdateState* update_state);
245 const AXTreeUpdateState* update_state);
267 AXTreeUpdateState* update_state);
276 void DestroySubtree(AXNode* node, AXTreeUpdateState* update_state);
286 AXTreeUpdateState* update_state);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/updater/
H A Dbrowser_updater_client.cc42 updater::UpdateService::UpdateState update_state; in CheckForUpdate() local
43 update_state.state = in CheckForUpdate()
46 FROM_HERE, base::BindRepeating(version_updater_callback, update_state)); in CheckForUpdate()
56 updater::UpdateService::UpdateState update_state) { in HandleStatusUpdate() argument
58 base::BindRepeating(callback, update_state)); in HandleStatusUpdate()
67 updater::UpdateService::UpdateState update_state; in UpdateCompleted() local
68 update_state.state = in UpdateCompleted()
70 update_state.error_category = in UpdateCompleted()
72 update_state.error_code = static_cast<int>(result); in UpdateCompleted()
75 FROM_HERE, base::BindRepeating(callback, update_state)); in UpdateCompleted()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/snippet/
H A Dhighlight.py116 def update_state(self, state): member in StringStart
120 def update_state(self, state): member in StringEnd
139 def update_state(self, state): member in PyStringStartDQ1
144 def update_state(self, state): member in PyStringStartDQ3
149 def update_state(self, state): member in PyStringStartSQ1
154 def update_state(self, state): member in PyStringStartSQ3
159 def update_state(self, state): member in PyStringStartDQ1R
164 def update_state(self, state): member in PyStringStartDQ3R
169 def update_state(self, state): member in PyStringStartSQ1R
174 def update_state(self, state): member in PyStringStartSQ3R
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/shared/
H A Dmo_hash.hpp21 static state_type update_state(state_type value,char c) in update_state() function
29 static state_type update_state(state_type value,char const *ptr) in update_state() function
32 value = update_state(value,*ptr++); in update_state()
35 static state_type update_state(state_type value,char const *begin,char const *end) in update_state() function
38 value = update_state(value,*begin++); in update_state()
46 state = pj_winberger_hash::update_state(state,ptr); in pj_winberger_hash_function()
53 state = pj_winberger_hash::update_state(state,begin,end); in pj_winberger_hash_function()
/dports/net/samba412/samba-4.12.15/source4/wrepl_server/
H A Dwrepl_in_call.c335 talloc_free(update_state->wrepl_out); in wreplsrv_in_update_handler()
345 struct wreplsrv_in_update_state *update_state; in wreplsrv_in_update() local
353 NT_STATUS_HAVE_NO_MEMORY(update_state); in wreplsrv_in_update()
365 TALLOC_FREE(update_state); in wreplsrv_in_update()
373 TALLOC_FREE(update_state); in wreplsrv_in_update()
377 update_state->wrepl_in = wrepl_in; in wreplsrv_in_update()
378 update_state->wrepl_out = wrepl_out; in wreplsrv_in_update()
384 update_state->creq = wreplsrv_pull_cycle_send(update_state, &update_state->cycle_io); in wreplsrv_in_update()
385 if (!update_state->creq) { in wreplsrv_in_update()
386 talloc_free(update_state); in wreplsrv_in_update()
[all …]

12345678910>>...40