Searched defs:CHECK_EQ (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/include/fst/
H A Dlog.h56 #define CHECK_EQ(x, y) CHECK((x) == (y)) macro
/external/chromium/sdch/open-vcdiff/src/
H A Dtesting.h47 #define CHECK_EQ(X, Y) assert(X == Y) macro
/external/regex-re2/util/
H A Dlogging.h28 #define CHECK_EQ(x, y) CHECK((x) == (y)) macro
/external/v8/src/
H A Dchecks.h63 // Helper function used by the CHECK_EQ function when given int
70 "CHECK_EQ(%s, %s) failed\n# Expected: %i\n# Found: %i",
76 // Helper function used by the CHECK_EQ function when given int64_t
87 "CHECK_EQ(%s, %s) failed\n#"
125 "CHECK_EQ(%s, %s) failed\n# Expected: %s\n# Found: %s",
155 "CHECK_EQ(%s, %s) failed\n# Expected: %p\n# Found: %p",
190 "CHECK_EQ(%s, %s) failed\n# Expected: %f\n# Found: %f",
219 #define CHECK_EQ(expected, value) CheckEqualsHelper(__FILE__, __LINE__, \ macro
262 #define ASSERT_EQ(v1, v2) CHECK_EQ(v1, v2)
/external/valgrind/tsan/
H A Dts_util.h257 #define CHECK_EQ(X, Y) CHECK((X) == (Y)) macro
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h235 #define CHECK_EQ(x, y) assert((x) == (y)) macro
/external/chromium/base/
H A Dlogging.h490 // Don't use this macro directly in your code, use CHECK_EQ et al below.
493 // CHECK_EQ(...) else { ... } work properly.
523 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2) macro

Completed in 1256 milliseconds