Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h38 #define IS_TRUE(x) ((x == "1") || (x == "true")) macro
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp42 #define IS_TRUE(a) \ macro