Searched refs:configure_ (Results 1 – 25 of 41) sorted by relevance
12
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | OrthogonalDeferredEuml2.cpp | 53 configure_ << no_configure_ 60 configure_<< CDLoaded // flag state with CDLoaded 67 configure_<< CDLoaded // flag state with CDLoaded 75 … configure_<< PlayingPaused << CDLoaded // flag state with CDLoaded and PlayingPaused 92 configure_<< FirstSongPlaying ),Song1) 113 configure_<< PlayingPaused << CDLoaded //flags 172 configure_ << deferred_events, // configuration
|
D | OrthogonalDeferredEuml.cpp | 56 configure_ << play // defer play 63 configure_<< CDLoaded << play // defer play, flag state with CDLoaded 70 configure_<< CDLoaded // flag state with CDLoaded 78 … configure_<< PlayingPaused << CDLoaded // flag state with CDLoaded and PlayingPaused 94 configure_<< FirstSongPlaying ),Song1) 114 configure_<< PlayingPaused << CDLoaded //flags 168 configure_ << no_configure_, // configuration
|
D | ActivateStateBeforeTransitionEuml.cpp | 75 configure_<< is_connected ),Connected) 118 … configure_ << switch_active_before_transition, // configuration
|
D | CompilerStressTestEuml.cpp | 224 configure_<< SomeFlag ),StringFind) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 268 , configure_<< SomeFlag ),Foreach) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 366 configure_<< no_configure_,
|
D | iPodEuml.cpp | 143 … configure_<< NoFastFwd // Flags, Deferred events, configuration 169 … configure_<< MenuActive // Flags, Deferred events, configuration
|
D | SimpleTutorialEuml2.cpp | 97 configure_ << no_configure_, // configuration
|
D | EumlInternal.cpp | 101 configure_ << no_configure_, // configuration
|
D | FsmAsPtr.cpp | 104 configure_ << no_configure_, // configuration
|
D | iPodSearchEuml.cpp | 124 configure_<< no_configure_,
|
D | SimpleTutorialEuml.cpp | 129 configure_ << no_configure_, // configuration
|
D | CompositeTutorialEuml.cpp | 124 configure_ << no_configure_, // configuration
|
D | SimplePhoenix.cpp | 201 configure_ << no_configure_, // configuration
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | OrthogonalDeferredEuml2.cpp | 53 configure_ << no_configure_ 60 configure_<< CDLoaded // flag state with CDLoaded 67 configure_<< CDLoaded // flag state with CDLoaded 75 … configure_<< PlayingPaused << CDLoaded // flag state with CDLoaded and PlayingPaused 92 configure_<< FirstSongPlaying ),Song1) 113 configure_<< PlayingPaused << CDLoaded //flags 172 configure_ << deferred_events, // configuration
|
D | OrthogonalDeferredEuml.cpp | 56 configure_ << play // defer play 63 configure_<< CDLoaded << play // defer play, flag state with CDLoaded 70 configure_<< CDLoaded // flag state with CDLoaded 78 … configure_<< PlayingPaused << CDLoaded // flag state with CDLoaded and PlayingPaused 94 configure_<< FirstSongPlaying ),Song1) 114 configure_<< PlayingPaused << CDLoaded //flags 168 configure_ << no_configure_, // configuration
|
D | ActivateStateBeforeTransitionEuml.cpp | 75 configure_<< is_connected ),Connected) 118 … configure_ << switch_active_before_transition, // configuration
|
D | CompilerStressTestEuml.cpp | 224 configure_<< SomeFlag ),StringFind) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 268 , configure_<< SomeFlag ),Foreach) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 366 configure_<< no_configure_,
|
D | iPodEuml.cpp | 143 … configure_<< NoFastFwd // Flags, Deferred events, configuration 169 … configure_<< MenuActive // Flags, Deferred events, configuration
|
D | SimpleTutorialEuml2.cpp | 97 configure_ << no_configure_, // configuration
|
D | EumlInternal.cpp | 101 configure_ << no_configure_, // configuration
|
D | FsmAsPtr.cpp | 104 configure_ << no_configure_, // configuration
|
D | iPodSearchEuml.cpp | 124 configure_<< no_configure_,
|
D | SimpleTutorialEuml.cpp | 129 configure_ << no_configure_, // configuration
|
D | SimplePhoenix.cpp | 201 configure_ << no_configure_, // configuration
|
/third_party/ltp/ |
D | build.sh | 84 eval configure_${tree}_tree 93 eval configure_${tree}_tree 108 eval configure_${tree}_tree "--host=$host" 227 eval configure_$build $tree $prefix
|
/third_party/boost/libs/msm/test/ |
D | OrthogonalDeferredEuml.cpp | 55 attributes_ << entry_counter << exit_counter, configure_ << play),Empty) 57 … attributes_ << entry_counter << exit_counter, configure_<< CDLoaded << play),Open) 59 … attributes_ << entry_counter << exit_counter, configure_<< CDLoaded),Stopped) 61 … attributes_ << entry_counter << exit_counter, configure_<< CDLoaded << PlayingPaused),Paused) 74 … attributes_ << entry_counter << exit_counter, configure_<< FirstSongPlaying ),Song1) 95 configure_<< PlayingPaused << CDLoaded //flags 145 configure_ << no_configure_, // configuration
|
12