Searched refs:ASSERT_FALSE (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dwebm_video_source.h111 ASSERT_FALSE(nestegg_init(&nestegg_ctx_, io, NULL, -1))
115 ASSERT_FALSE(nestegg_track_count(nestegg_ctx_, &n))
155 ASSERT_FALSE(nestegg_packet_track(pkt_, &track))
159 ASSERT_FALSE(nestegg_packet_count(pkt_, &chunks_))
164 ASSERT_FALSE(nestegg_packet_data(pkt_, chunk_, &buf_, &buf_sz_))
/hardware/libhardware/tests/input/evdev/
H A DInputHub_test.cpp213 ASSERT_FALSE(deviceCallbackFinished);
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp417 ASSERT_FALSE(x509_blob.get() == NULL)
428 ASSERT_FALSE(rsa.get() == NULL)
464 ASSERT_FALSE(x509_blob.get() == NULL)
475 ASSERT_FALSE(ecKey.get() == NULL)
478 ASSERT_FALSE(EC_KEY_get0_group(ecKey.get()) == NULL)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17628 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
17680 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
19336 #define ASSERT_FALSE(condition) \ macro

Completed in 704 milliseconds