Searched refs:LessThan (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/statsd/tests/ |
D | statsd_test_util.h | 205 bool LessThan(const DimensionsValue& s1, const DimensionsValue& s2); 206 bool LessThan(const DimensionsPair& s1, const DimensionsPair& s2); 257 return LessThan(s1, s2); in operator()
|
D | statsd_test_util.cpp | 597 bool LessThan(const DimensionsValue& s1, const DimensionsValue& s2) { in LessThan() function 626 return LessThan(s1.value_tuple().dimensions_value(i), in LessThan() 638 bool LessThan(const DimensionsPair& s1, const DimensionsPair& s2) { in LessThan() function 639 if (LessThan(s1.dimInWhat, s2.dimInWhat)) { in LessThan() 641 } else if (LessThan(s2.dimInWhat, s1.dimInWhat)) { in LessThan() 645 return LessThan(s1.dimInCondition, s2.dimInCondition); in LessThan()
|
/frameworks/base/cmds/statsd/src/ |
D | HashableDimensionKey.cpp | 113 bool LessThan(const vector<FieldValue>& s1, const vector<FieldValue>& s2) { in LessThan() function 141 return LessThan(getValues(), that.getValues()); in operator <()
|
/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/ |
D | FlingTests.java | 45 import org.mockito.internal.matchers.LessThan; 124 new LessThan(-50f)), eq(0f)); in testFloatValueHolder()
|