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

  /external/protobuf/src/google/protobuf/
test_util_lite.cc 40 #define ASSERT_TRUE GOOGLE_CHECK
    [all...]
  /ndk/tests/device/fenv/jni/
test_fenv.c 23 #define ASSERT_TRUE(condition) \
115 ASSERT_TRUE((raised & FE_OVERFLOW) == 0);
116 ASSERT_TRUE((raised & FE_DIVBYZERO) != 0);
120 ASSERT_TRUE((raised & FE_OVERFLOW) == 0);
121 ASSERT_TRUE((raised & FE_DIVBYZERO) != 0);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 468 // Google Test assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc)
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 41 sprintf(_fileline, "%s:%d: ASSERT_TRUE(%s)", f, l, msg);
45 #define ASSERT_TRUE(x) assertTrue(tagAssert(__FILE__, __LINE__, #x), (x))
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h     [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 410 milliseconds