HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_STREQ (Results 1 - 4 of 4) sorted by null

  /system/core/base/include/android-base/
logging.h 314 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true)
366 if (::android::base::kEnableDChecks) CHECK_STREQ(s1, s2)
392 // as strings. To compare strings use CHECK_STREQ and CHECK_STRNE. We rely on
  /system/core/base/
logging_test.cpp 67 ASSERT_DEATH({SuppressAbortUI(); CHECK_STREQ("foo", "bar");},
69 CHECK_STREQ("foo", "foo");
71 // Test whether CHECK() and CHECK_STREQ() have a dangling if with no else.
81 CHECK_STREQ("foo", "foo");
84 EXPECT_FALSE(flag) << "CHECK_STREQ probably has a dangling if with no else";
  /art/runtime/
class_linker.cc     [all...]
art_method.cc 328 CHECK_STREQ(GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(), shorty);
    [all...]

Completed in 346 milliseconds