Home
last modified time | relevance | path

Searched refs:has_error (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/ftl/
Dexpected_test.cpp55 EXPECT_FALSE(IntExp(123).has_error([](auto) { return true; })); in TEST()
56 EXPECT_FALSE(IntExp(ftl::Unexpected(std::errc::io_error)).has_error([](auto) { return false; })); in TEST()
58 EXPECT_TRUE(StringExp(ftl::Unexpected(std::errc::permission_denied)).has_error([](auto e) { in TEST()
113 EXPECT_TRUE(increment_try(ftl::Unexpected(std::errc::value_too_large)).has_error([](std::errc e) { in TEST()
118 EXPECT_TRUE(repeat_try(ftl::Unexpected(std::errc::bad_message)).has_error([](std::errc e) { in TEST()
/frameworks/native/include/ftl/
Dexpected.h118 constexpr bool has_error(P predicate) const { in has_error() function
/frameworks/compile/slang/
Dllvm-rs-as.cpp103 if (!Out->os().has_error()) { in WriteOutputFile()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3437 activeModeHwcIdExp.has_error([](status_t error) { return error == NO_INIT; })) { in loadDisplayModes()