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

/hardware/libhardware/tests/input/evdev/
H A DInputHub_test.cpp93 EXPECT_NEAR(100, elapsedMillis, TIMING_TOLERANCE_MS);
121 EXPECT_NEAR(100, elapsedMillis, TIMING_TOLERANCE_MS);
154 EXPECT_NEAR(100, elapsedMillis, TIMING_TOLERANCE_MS);
184 EXPECT_NEAR(expectedWhen, event_time, ms2ns(TIMING_TOLERANCE_MS));
197 EXPECT_NEAR(100, elapsedMillis, TIMING_TOLERANCE_MS);
251 EXPECT_NEAR(100, elapsedMillis, TIMING_TOLERANCE_MS);
H A DInputDevice_test.cpp111 EXPECT_NEAR(now, event.when, ms2ns(TIMING_TOLERANCE_MS));
128 EXPECT_NEAR(now, event.when, ms2ns(TIMING_TOLERANCE_MS));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dresize_test.cc211 EXPECT_NEAR(pkt->data.psnr.psnr[0], frame0_psnr_, 2.0);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19868 #define EXPECT_NEAR(val1, val2, abs_error)\ macro

Completed in 78 milliseconds