HomeSort by relevance Sort by last modified time
    Searched defs:EXPECT_STREQ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 170 #define EXPECT_STREQ(a, b) CHECK(strcmp(a, b) == 0)
173 #define ASSERT_STREQ(a, b) EXPECT_STREQ(a, b)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 165 #define EXPECT_STREQ(a, b) CHECK(strcmp(a, b) == 0)
168 #define ASSERT_STREQ(a, b) EXPECT_STREQ(a, b)
  /ndk/sources/android/support/tests/minitest/
minitest.h 263 // EXPECT_STREQ(kExpected[n], kStrings[n]);
362 #define EXPECT_STREQ(expected, expression) \
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1146 milliseconds