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

  /system/core/base/
strings.cpp 28 #define CHECK_NE(a, b) \
33 CHECK_NE(delimiters.size(), 0U);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
check.h 65 #define CHECK_NE(a, b) CHECK((a) != (b))
  /external/google-benchmark/src/
check.h 66 #define CHECK_NE(a, b) CHECK((a) != (b))
  /external/libcxx/utils/google-benchmark/src/
check.h 66 #define CHECK_NE(a, b) CHECK((a) != (b))
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 131 #define CHECK_NE(x, y) \
  /external/v8/src/base/
logging.h 200 #define CHECK_NE(lhs, rhs) CHECK_OP(NE, !=, lhs, rhs)
219 #define DCHECK_NE(v1, v2) CHECK_NE(v1, v2)
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ADebug.h 104 #undef CHECK_NE
112 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=)
126 #define CHECK_NE_DBG CHECK_NE
  /external/tensorflow/tensorflow/core/platform/default/
logging.h 225 // We use the full name Check_EQ, Check_NE, etc. in case the file including
231 TF_DEFINE_CHECK_OP_IMPL(Check_NE, !=) // Use CHECK(x == NULL) instead.
252 #define CHECK_NE(val1, val2) CHECK_OP(Check_NE, !=, val1, val2)
265 #define DCHECK_NE(val1, val2) CHECK_NE(val1, val2)
296 #define QCHECK_NE(x, y) CHECK_NE(x, y)
  /system/core/base/include/android-base/
logging.h 292 // CHECK_NE(0 == 1, false) results in
295 #define CHECK_NE(x, y) CHECK_OP(x, y, != )
356 if (::android::base::kEnableDChecks) CHECK_NE(x, y)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 226 #define CHECK_NE(a, b) CHECK_IMPL((a), !=, (b))
235 #define DCHECK_NE(a, b) CHECK_NE(a, b)
  /external/libchrome/base/
logging.h 712 #define CHECK_NE(val1, val2) CHECK_OP(NE, !=, val1, val2)
    [all...]

Completed in 209 milliseconds