Searched refs:EXPECT_FALSE (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/tests/input/evdev/
H A DBitUtils_test.cpp26 EXPECT_FALSE(testBitInRange(arr, 0, 0));
27 EXPECT_FALSE(testBitInRange(arr, 1, 0));
33 EXPECT_FALSE(testBitInRange(arr, 0, 8));
47 EXPECT_FALSE(testBitInRange(arr, 0, i));
60 EXPECT_FALSE(testBitInRange(arr, i, 8));
70 EXPECT_FALSE(testBitInRange(arr, start, end))
H A DSwitchInputMapper_test.cpp67 EXPECT_FALSE(mMapper->configureInputReport(&deviceNode, &reportDef));
H A DMouseInputMapper_test.cpp74 EXPECT_FALSE(mMapper->configureInputReport(&deviceNode, &reportDef));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_thread_test.cc63 EXPECT_FALSE(worker_.had_error);
85 EXPECT_FALSE(vp9_worker_sync(&worker_));
91 EXPECT_FALSE(worker_.had_error);
94 EXPECT_FALSE(worker_.had_error);
/hardware/intel/common/utils/media_resource_manager/test/
H A DMediaResourceManager_test.cpp79 EXPECT_FALSE(mArbitrator->CheckIfFullLoad(false));
84 EXPECT_FALSE(mArbitrator->CheckIfFullLoad(false));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17599 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
17628 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
17639 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
19267 // EXPECT_FALSE verifies that a Boolean condition is false.
19330 #define EXPECT_FALSE(condition) \ macro

Completed in 261 milliseconds