Home
last modified time | relevance | path

Searched refs:do_stop (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/mpl/example/fsm/
Dplayer.cpp50 bool do_stop(stop_event const&) { std::cout << "player::do_stop\n"; return true; } in do_stop() function in player
59 , transition<playing, stop_event, stopped, &player::do_stop>
62 , transition<paused, stop_event, stopped, &player::do_stop>
/third_party/nghttp2/contrib/
Dnghttpx-init.in62 do_stop()
97 do_stop
142 do_stop
/third_party/boost/libs/msm/doc/HTML/examples/
DFsmAsPtr.cpp135 void player::do_stop() in do_stop() function in player
161 p.do_stop(); in main()
164 p.do_stop(); in main()
DFsmAsPtr.hpp27 void do_stop();
/third_party/boost/libs/msm/doc/PDF/examples/
DFsmAsPtr.cpp135 void player::do_stop() in do_stop() function in player
161 p.do_stop(); in main()
164 p.do_stop(); in main()
DFsmAsPtr.hpp27 void do_stop();
/third_party/python/Lib/test/
Dtest_signal.py1271 do_stop = False
1279 while not do_stop:
1299 do_stop = True
1319 do_stop = True
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.c429 do_stop (GstBufferPool * pool) in do_stop() function
548 if (!do_stop (pool)) in gst_buffer_pool_set_active()
1207 do_stop (pool); in dec_outstanding()