Home
last modified time | relevance | path

Searched defs:CHECK_GT (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dcommon_defs.h42 #define CHECK_GT(x,y) if ((x)<(y)) ALOGE("CHECK_GT failed at file %s line %d", \ macro
/frameworks/av/media/libstagefright/include/foundation/
DADebug.h100 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>) macro