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

  /external/protobuf/src/google/protobuf/
test_util_lite.cc 43 #define ASSERT_EQ GOOGLE_CHECK_EQ
247 ASSERT_EQ(2, message.repeated_int32_size ());
248 ASSERT_EQ(2, message.repeated_int64_size ());
249 ASSERT_EQ(2, message.repeated_uint32_size ());
250 ASSERT_EQ(2, message.repeated_uint64_size ());
251 ASSERT_EQ(2, message.repeated_sint32_size ());
252 ASSERT_EQ(2, message.repeated_sint64_size ());
253 ASSERT_EQ(2, message.repeated_fixed32_size ());
254 ASSERT_EQ(2, message.repeated_fixed64_size ());
255 ASSERT_EQ(2, message.repeated_sfixed32_size())
    [all...]
  /frameworks/wilhelm/tests/listening/
seekTorture.c 26 #define ASSERT_EQ(x, y) assert((x) == (y))
41 ASSERT_EQ(SL_RESULT_SUCCESS, result);
43 ASSERT_EQ(SL_RESULT_SUCCESS, result);
46 ASSERT_EQ(SL_RESULT_SUCCESS, result);
51 ASSERT_EQ(SL_RESULT_SUCCESS, result);
53 ASSERT_EQ(SL_RESULT_SUCCESS, result);
77 ASSERT_EQ(SL_RESULT_SUCCESS, result);
79 ASSERT_EQ(SL_RESULT_SUCCESS, result);
82 ASSERT_EQ(SL_RESULT_SUCCESS, result);
85 ASSERT_EQ(SL_RESULT_SUCCESS, result)
    [all...]
  /ndk/tests/device/fenv/jni/
test_fenv.c 26 #define ASSERT_EQ(x, y) \
74 ASSERT_EQ(expectation2, x);
85 ASSERT_EQ(FE_TONEAREST, fegetround());
91 ASSERT_EQ(FE_TOWARDZERO, fegetround());
97 ASSERT_EQ(FE_UPWARD, fegetround());
103 ASSERT_EQ(FE_DOWNWARD, fegetround());
110 ASSERT_EQ(0, fetestexcept(FE_ALL_EXCEPT));
125 ASSERT_EQ(0, fetestexcept(FE_ALL_EXCEPT));
  /external/v8/src/
checks.h 262 #define ASSERT_EQ(v1, v2) CHECK_EQ(v1, v2)
271 #define ASSERT_EQ(v1, v2) ((void) 0)
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 30 #define ASSERT_EQ(x, y) do { if ((x) == (y)) ; else { fprintf(stderr, "0x%x != 0x%x\n", \
103 ASSERT_EQ(SL_RESULT_SUCCESS, result);
277 ASSERT_EQ(SL_RESULT_SUCCESS, result);
279 ASSERT_EQ(SL_RESULT_SUCCESS, result);
282 ASSERT_EQ(SL_RESULT_SUCCESS, result);
287 ASSERT_EQ(SL_RESULT_SUCCESS, result);
289 ASSERT_EQ(SL_RESULT_SUCCESS, result);
323 ASSERT_EQ(SL_RESULT_SUCCESS, result);
325 ASSERT_EQ(SL_RESULT_SUCCESS, result);
328 ASSERT_EQ(SL_RESULT_SUCCESS, result)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 599 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
643 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
674 // This specialization is used when the first argument to ASSERT_EQ()
680 // version will be picked when the second argument to ASSERT_EQ() is
681 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
693 // ASSERT_EQ() is a pointer, e.g. ASSERT_EQ(NULL, a_pointer).
    [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/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 508 milliseconds