Searched defs:pred (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/powerstats/ |
D | GenericStateResidencyDataProvider.cpp | 101 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/ |
D | drm_logger.h | 63 #define DRM_LOGD_IF(pred, format, ...) \ argument
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_logger.h | 63 #define DRM_LOGD_IF(pred, format, ...) \ argument
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 175 #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/ |
D | bcmutils.h | 682 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument
|