Home
last modified time | relevance | path

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

/system/core/base/include/android-base/
Dlogging.h308 static constexpr bool kEnableDChecks = false; variable
310 static constexpr bool kEnableDChecks = true; variable
314 if (::android::base::kEnableDChecks) CHECK(x)
316 if (::android::base::kEnableDChecks) CHECK_EQ(x, y)
318 if (::android::base::kEnableDChecks) CHECK_NE(x, y)
320 if (::android::base::kEnableDChecks) CHECK_LE(x, y)
322 if (::android::base::kEnableDChecks) CHECK_LT(x, y)
324 if (::android::base::kEnableDChecks) CHECK_GE(x, y)
326 if (::android::base::kEnableDChecks) CHECK_GT(x, y)
328 if (::android::base::kEnableDChecks) CHECK_STREQ(s1, s2)
[all …]
/system/core/base/
Dlogging_test.cpp88 if (android::base::kEnableDChecks) { in TEST()
93 if (android::base::kEnableDChecks) { in TEST()
98 if (android::base::kEnableDChecks) { in TEST()