HomeSort by relevance Sort by last modified time
    Searched refs:valuesMatch (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerUtils.cpp 70 bool valuesMatch(::testing::AssertionResult& message, const T& ref, const T& val,
88 passes &= valuesMatch(message, ref.mDisplayFrame, val.mDisplayFrame, "display frame");
89 passes &= valuesMatch(message, ref.mPlaneAlpha, val.mPlaneAlpha, "alpha");
90 passes &= valuesMatch(message, ref.mSwapCount, val.mSwapCount, "swap count");
91 passes &= valuesMatch(message, ref.mSourceCrop, val.mSourceCrop, "source crop");
  /libcore/ojluni/src/main/java/java/text/
AttributedString.java 635 valuesMatch(value, getAttribute(attribute, currIndex - 1))) {
649 valuesMatch(value, getAttribute(attribute, currIndex + 1))) {
669 if (!valuesMatch(getAttribute(key, runIndex1), getAttribute(key, runIndex2))) {
677 private final static boolean valuesMatch(Object value1, Object value2) {
    [all...]

Completed in 295 milliseconds