Home
last modified time | relevance | path

Searched refs:HAS_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/futures/detail/
H A DCore.cpp165 State::HAS_FUNCTION, in addFrom()
203 DCHECK(state == State::HAS_FUNCTION); in setExecutor()
234 DCHECK(state == State::HAS_FUNCTION); in detach()
H A DCore.h173 enum class State { EMPTY, HAS_FUNCTION, HAS_EXECUTOR, DETACHED }; enumerator
/dports/math/octave-forge-image/image-2.12.0/src/
H A Dconfigure.ac175 HAS_FUNCTION=`$OCTAVE -qfH --eval "printf ('%i', exist ('FNAME'))"`
176 if test "$HAS_FUNCTION" == 0; then
H A Dconfigure3057 HAS_FUNCTION=`$OCTAVE -qfH --eval "printf ('%i', exist ('im2double'))"`
3058 if test "$HAS_FUNCTION" == 0; then
3069 HAS_FUNCTION=`$OCTAVE -qfH --eval "printf ('%i', exist ('ntsc2rgb'))"`
3070 if test "$HAS_FUNCTION" == 0; then
3081 HAS_FUNCTION=`$OCTAVE -qfH --eval "printf ('%i', exist ('rgb2gray'))"`
3082 if test "$HAS_FUNCTION" == 0; then
3093 HAS_FUNCTION=`$OCTAVE -qfH --eval "printf ('%i', exist ('rgb2ntsc'))"`
3094 if test "$HAS_FUNCTION" == 0; then