Home
last modified time | relevance | path

Searched refs:get_attribute (Results 1 – 25 of 1826) sorted by relevance

12345678910>>...74

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webdriver/pylib/test/selenium/webdriver/common/
H A Delement_attribute_tests.py29 attribute = head.get_attribute("cheese")
35 img_attr = img.get_attribute("src")
41 img_attr = img.get_attribute("src")
47 img_attr = img.get_attribute("href")
53 self.assertEqual("", body.get_attribute("style"))
158 classname = heading.get_attribute("class")
184 notReadOnly = textInput.get_attribute("readonly")
191 self.assertEqual("5", element.get_attribute("rows"))
204 self.assertEqual("th1", th1.get_attribute("id"))
205 self.assertEqual("3", th1.get_attribute("colspan"))
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
H A DSimpleInternalEuml.cpp63 ++src.get_attribute(empty_internal_guard_counter); in BOOST_MSM_EUML_EVENT()
99 if (evt.get_attribute(cd_type)!=DISK_CD) in BOOST_MSM_EUML_ACTION()
111 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
120 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
168 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
178 … BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(empty_internal_guard_counter) == 1, in BOOST_AUTO_TEST_CASE()
183 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(exit_counter) == 1, in BOOST_AUTO_TEST_CASE()
185 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
192 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
201 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
H A DSimpleInternalEuml.cpp63 ++src.get_attribute(empty_internal_guard_counter); in BOOST_MSM_EUML_EVENT()
99 if (evt.get_attribute(cd_type)!=DISK_CD) in BOOST_MSM_EUML_ACTION()
111 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
120 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
168 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
178 … BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(empty_internal_guard_counter) == 1, in BOOST_AUTO_TEST_CASE()
183 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(exit_counter) == 1, in BOOST_AUTO_TEST_CASE()
185 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
192 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
201 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
H A DSimpleInternalEuml.cpp63 ++src.get_attribute(empty_internal_guard_counter); in BOOST_MSM_EUML_EVENT()
99 if (evt.get_attribute(cd_type)!=DISK_CD) in BOOST_MSM_EUML_ACTION()
111 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
120 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
168 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
178 … BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(empty_internal_guard_counter) == 1, in BOOST_AUTO_TEST_CASE()
183 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(exit_counter) == 1, in BOOST_AUTO_TEST_CASE()
185 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
192 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
201 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
H A DSimpleInternalEuml.cpp63 ++src.get_attribute(empty_internal_guard_counter); in BOOST_MSM_EUML_EVENT()
99 if (evt.get_attribute(cd_type)!=DISK_CD) in BOOST_MSM_EUML_ACTION()
111 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
120 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
168 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
178 … BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(empty_internal_guard_counter) == 1, in BOOST_AUTO_TEST_CASE()
183 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(exit_counter) == 1, in BOOST_AUTO_TEST_CASE()
185 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
192 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
201 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
H A DSimpleInternalEuml.cpp63 ++src.get_attribute(empty_internal_guard_counter); in BOOST_MSM_EUML_EVENT()
99 if (evt.get_attribute(cd_type)!=DISK_CD) in BOOST_MSM_EUML_ACTION()
111 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
120 ++fsm.get_attribute(internal_guard_counter); in BOOST_MSM_EUML_ACTION()
168 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
178 … BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(empty_internal_guard_counter) == 1, in BOOST_AUTO_TEST_CASE()
183 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(exit_counter) == 1, in BOOST_AUTO_TEST_CASE()
185 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
192 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
201 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/msm/test/
H A DAnonymousEuml.cpp49 ++fsm.get_attribute(state2_to_state3_counter); in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
57 ++fsm.get_attribute(state3_to_state4_counter); in BOOST_MSM_EUML_ACTION()
66 ++fsm.get_attribute(always_true_counter); in BOOST_MSM_EUML_ACTION()
75 ++fsm.get_attribute(always_false_counter); in BOOST_MSM_EUML_ACTION()
137 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
138 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
139 … BOOST_CHECK_MESSAGE(p.get_attribute(state2_to_state3_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
140 … BOOST_CHECK_MESSAGE(p.get_attribute(state3_to_state4_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK_MESSAGE(p.get_attribute(always_true_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
161 … BOOST_CHECK_MESSAGE(p.get_attribute(always_false_counter) == 2,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DOrthogonalDeferredEuml.cpp164 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
167 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(entry_counter) … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
176 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(entry_counter) =… in BOOST_AUTO_TEST_CASE()
181 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Open)&>().get_attribute(exit_counter) ==… in BOOST_AUTO_TEST_CASE()
185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
190 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Empty)&>().get_attribute(exit_counter) =… in BOOST_AUTO_TEST_CASE()
197 … BOOST_CHECK_MESSAGE(p.get_attribute(start_playback_counter) == 1,"action not called correctly"); in BOOST_AUTO_TEST_CASE()
218 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 0, in BOOST_AUTO_TEST_CASE()
231 p.get_state<Playing_type&>().get_attribute(start_next_song_counter) == 1, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/020_attributes/
H A D009_attribute_inherited_slot_specs.t213 isnt(Foo->meta->get_attribute('foo'),
214 Bar->meta->get_attribute('foo'),
216 isnt(Foo->meta->get_attribute('bar'),
217 Bar->meta->get_attribute('bar'),
219 isnt(Foo->meta->get_attribute('baz'),
220 Bar->meta->get_attribute('baz'),
222 isnt(Foo->meta->get_attribute('gorch'),
223 Bar->meta->get_attribute('gorch'),
225 isnt(Foo->meta->get_attribute('gloum'),
226 Bar->meta->get_attribute('gloum'),
[all …]

12345678910>>...74