Searched refs:kEnableDChecks (Results 1 – 1 of 1) sorted by relevance
226 static constexpr bool kEnableDChecks = false; variable228 static constexpr bool kEnableDChecks = true; variable232 if (::android::base::kEnableDChecks) CHECK(x)234 if (::android::base::kEnableDChecks) CHECK_EQ(x, y)236 if (::android::base::kEnableDChecks) CHECK_NE(x, y)238 if (::android::base::kEnableDChecks) CHECK_LE(x, y)240 if (::android::base::kEnableDChecks) CHECK_LT(x, y)242 if (::android::base::kEnableDChecks) CHECK_GE(x, y)244 if (::android::base::kEnableDChecks) CHECK_GT(x, y)246 if (::android::base::kEnableDChecks) CHECK_STREQ(s1, s2)[all …]