Home
last modified time | relevance | path

Searched defs:pred (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/powerstats/
DGenericStateResidencyDataProvider.cpp101 Func pred) { in findNext()
126 auto pred = [](auto a, char const *b) { in getStateData() local
171 auto pred = [](auto a, char const *b) { in getResults() local
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_logger.h63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_logger.h63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp175 #define EXPECT_VALID_OR_UNSUPPORTED_PROP(res, valueStr, pred) \ argument
178 AssertionResult isPropertyOk(Result res, const std::string& valueStr, bool pred, in isPropertyOk()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h682 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument