Home
last modified time | relevance | path

Searched defs:expval (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/interfaces/biometrics/common/config/tests/
H A DConfigTest.cpp127 std::int32_t expval; in TEST_F() member
143 std::int64_t expval; in TEST_F() member
160 bool expval; in TEST_F() member
175 std::vector<std::optional<int>> expval; in TEST_F() member
/aosp_15_r20/external/flatbuffers/tests/
H A Dtest_assert.cpp13 void TestFail(const char *expval, const char *val, const char *exp, in TestFail()
27 void TestEqStr(const char *expval, const char *val, const char *exp, in TestEqStr()
H A Dtest.cpp2445 auto expval = flatbuffers::is_unsigned<T>::value in NumericUtilsTestInteger() local