Searched refs:IS_TRUE (Results 1 – 4 of 4) sorted by relevance
38 #define IS_TRUE(x) ((x == "1") || (x == "true")) macro
138 if (left == 0 && !IS_TRUE(parts[2])) { // end and failed in enrollImpl()
172 if (left == 0 && !IS_TRUE(parts[2])) { // end and failed in onEnrollFingerDown()
42 #define IS_TRUE(a) \ macro