Home
last modified time | relevance | path

Searched defs:ASSERT_EQ (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/fenv/jni/
Dtest_fenv.c26 #define ASSERT_EQ(x, y) \ macro
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1980 # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) macro
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc3589 TEST(AssertionTest, ASSERT_EQ) { in TEST() argument