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

  /external/valgrind/include/
pub_tool_libcassert.h 38 (VG_(assert_fail) (/*isCore?*/False, #expr, \
46 (VG_(assert_fail) (/*isCore?*/False, #expr, \
60 extern void VG_(assert_fail) ( Bool isCore, const HChar* expr, const HChar* file,
  /external/valgrind/coregrind/
pub_core_libcassert.h 45 VG_(assert_fail) (/*isCore*//*BOGUS*/True, \
52 (VG_(assert_fail) (/*isCore*/True, #expr, \
59 (VG_(assert_fail) (/*isCore*/True, #expr, \
m_libcassert.c 446 void VG_(assert_fail) ( Bool isCore, const HChar* expr, const HChar* file, function
  /external/valgrind/none/tests/
valgrind_cpp_test.cpp 43 void VG_(assert_fail)(Bool isCore, const HChar* expr, const HChar* file, function
  /external/vboot_reference/tests/
run_cgpt_tests.sh 23 assert_fail() { function
33 assert_fail ${CGPT} show $MTD blah_404_haha
296 assert_fail $CGPT create -D 1024 ${DEV}
303 assert_fail $CGPT create -D 511 ${DEV}
304 assert_fail $CGPT create -D 513 ${DEV}
312 assert_fail $CGPT show ${DEV}
316 assert_fail $CGPT add $MTD -b 2 -s 1 -t data ${DEV}
318 assert_fail $CGPT add $MTD -b 0 -s 3 -t data ${DEV}
  /external/cn-cbor/test/
ctest.h 132 void assert_fail(const char* caller, int line);
133 #define ASSERT_FAIL() assert_fail(__FILE__, __LINE__)
295 void assert_fail(const char* caller, int line) { function
  /external/valgrind/drd/tests/
unit_vc.c 19 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, function
unit_bitmap.c 31 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, function
  /external/eigen/Eigen/src/Core/util/
Macros.h 560 inline void assert_fail(const char *condition, const char *function, const char *file, int line)
570 Eigen::internal::assert_fail(EIGEN_MAKESTRING(x), __PRETTY_FUNCTION__, __FILE__, __LINE__); \
    [all...]
  /external/valgrind/none/tests/ppc32/
round.c 85 void assert_fail(const char *msg,
91 (assert_fail (msg, STRING(expr), \
100 void assert_fail (msg, expr, file, line, fn) function
  /external/valgrind/none/tests/ppc64/
round.c 85 void assert_fail(const char *msg,
91 (assert_fail (msg, STRING(expr), \
100 void assert_fail (msg, expr, file, line, fn) function

Completed in 300 milliseconds