Home
last modified time | relevance | path

Searched refs:kEnableDChecks (Results 1 – 1 of 1) sorted by relevance

/system/core/base/include/android-base/
Dlogging.h226 static constexpr bool kEnableDChecks = false; variable
228 static constexpr bool kEnableDChecks = true; variable
232 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 …]