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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_thread_test.cc45 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op.
48 EXPECT_NE(vp9_worker_reset(&worker_), 0);
62 EXPECT_NE(vp9_worker_sync(&worker_), 0);
66 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op.
71 EXPECT_NE(vp9_worker_reset(&worker_), 0);
90 EXPECT_NE(vp9_worker_reset(&worker_), 0);
93 EXPECT_NE(vp9_worker_sync(&worker_), 0);
/hardware/libhardware/tests/camera2/
H A DCameraMetadataTests.cpp178 EXPECT_NE(0, processedSizeCount);
184 EXPECT_NE(0, jpegSizeCount);
189 EXPECT_NE(0, strmConfigCount);
H A DCameraModuleTests.cpp97 EXPECT_NE(OK, res);
122 EXPECT_NE(OK, mModule->getCameraInfo(idx[i], &info));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19742 // EXPECT_NE(5, Foo());
19751 #define EXPECT_NE(expected, actual) \ macro

Completed in 306 milliseconds