Searched refs:ASSERT_FALSE (Results 1 – 8 of 8) sorted by relevance
31 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) macro
180 ASSERT_FALSE(AImageDecoder_isAnimated(nullptr)); in testNullDecoder()
33 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) macro
229 ASSERT_FALSE(AImageDecoderFrameInfo_hasAlphaWithinBounds(nullptr)); in testNullFrameInfo()
34 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) macro
179 ASSERT_FALSE(AAudioExtensions::getInstance().isMMapUsed(mHelper->stream())); in createAndVerifyHonoringMMap()
81 #define ASSERT_FALSE(a) \ macro
1643 ASSERT_FALSE(FormatIsYuv(GetParam().format)) << "YUV renderbuffers unsupported"; in SetUpFramebuffer()