HomeSort by relevance Sort by last modified time
    Searched refs:LOGIT (Results 1 - 11 of 11) sorted by null

  /art/libart_fake/
fake.cc 21 #define LOGIT(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
35 LOGIT("Linking to and calling into libart.so internal functions is not supported. "
39 LOGIT("Linking to and calling into libart.so internal functions is not supported. "
43 LOGIT("Linking to and calling into libart.so internal functions is not supported. "
  /external/opencv3/modules/java/src/
ml+Boost.java 19 LOGIT = 2,
  /external/opencv3/modules/ml/src/
boost.cpp 101 if( bparams.boostType == Boost::LOGIT )
274 else if( bparams.boostType == Boost::LOGIT )
311 /*if( bparams.boostType != Boost::LOGIT )
378 bparams.boostType == Boost::LOGIT ? "LogitBoost" :
417 bts == "LogitBoost" ? Boost::LOGIT :
  /external/opencv3/apps/traincascade/
boost.cpp 241 boost_type == CvBoost::LOGIT ? CC_LOGIT_BOOST :
259 !boostTypeStr.compare( CC_LOGIT_BOOST ) ? CvBoost::LOGIT :
294 boost_type == CvBoost::LOGIT ? CC_LOGIT_BOOST :
313 !val.compare( CC_LOGIT_BOOST ) ? CvBoost::LOGIT :
    [all...]
old_ml_boost.cpp 993 params.boost_type != LOGIT && params.boost_type != GENTLE )
1008 if( (params.boost_type == LOGIT || params.boost_type == GENTLE) &&
1060 if ( (_params.boost_type == LOGIT) || (_params.boost_type == GENTLE) )
    [all...]
old_ml.hpp     [all...]
  /external/opencv/ml/src/
mlboost.cpp 880 params.boost_type != LOGIT && params.boost_type != GENTLE )
895 if( (params.boost_type == LOGIT || params.boost_type == GENTLE) &&
1027 if( params.boost_type == LOGIT )
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp     [all...]
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 185 if ( !str.compare("LOGIT") )
186 return Boost::LOGIT;
  /external/opencv/ml/include/
ml.h     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 331 milliseconds