Home
last modified time | relevance | path

Searched defs:assert (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp75 template< bool C > struct assert { typedef void* type; }; argument
76 template<> struct assert<false> { typedef AUX778076_ASSERT_ARG(assert) type; }; argument
/ndk/tests/device/test-stlport_static-exception/jni/
Dpretty2.cpp14 #define assert(expr) \ macro
/ndk/tests/device/test-stlport_shared-exception/jni/
Dpretty2.cpp14 #define assert(expr) \ macro
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h313 # define assert(expr) _STLP_ASSERT(expr) macro