Searched defs:EXPECT_STREQ (Results 1 - 15 of 15) sorted by relevance

/external/gflags/src/
H A Dutil.h172 #define EXPECT_STREQ(val1, val2) \ macro
/external/linux-kselftest/tools/testing/selftests/
H A Dkselftest_harness.h539 * EXPECT_STREQ(expected, seen)
544 * EXPECT_STREQ(expected, measured): !strcmp(expected, measured)
546 #define EXPECT_STREQ(expected, seen) \ macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dtest_harness.h176 /* EXPECT_STREQ(expected, measured): !strcmp(expected, measured) */
177 #define EXPECT_STREQ TEST_API(EXPECT_STREQ) macro
/external/seccomp-tests/linux/
H A Dtest_harness.h179 /* EXPECT_STREQ(expected, measured): !strcmp(expected, measured) */
180 #define EXPECT_STREQ TEST_API(EXPECT_STREQ) macro
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1923 #define EXPECT_STREQ(expected, actual) \ macro
/external/googletest/googletest/include/gtest/
H A Dgtest.h1995 #define EXPECT_STREQ(s1, s2) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1995 #define EXPECT_STREQ(s1, s2) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1923 #define EXPECT_STREQ(expected, actual) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h2050 #define EXPECT_STREQ(expected, actual) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1805 #define EXPECT_STREQ(expected, actual) \ macro
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h1921 #define EXPECT_STREQ(expected, actual) \ macro
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h1999 #define EXPECT_STREQ(expected, actual) \ macro
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h2059 #define EXPECT_STREQ(expected, actual) \ macro
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h6669 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
17760 #define EXPECT_STREQ(expected, actual) \ macro
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7136 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
19821 #define EXPECT_STREQ(expected, actual) \ macro

Completed in 1541 milliseconds