Home
last modified time | relevance | path

Searched refs:expectedStr (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DIntHistogramTest.java89 String expectedStr = "{[Integer.MIN_VALUE,10)=4, [10,30)=2, [30,60)=3, [60,100)=4, " in testAddToHistogram() local
92 mHistogram.toString(), equalTo(expectedStr)); in testAddToHistogram()
131 String expectedStr = "{[Integer.MIN_VALUE,10)=4, [30,60)=3, [60,100)=4, " in testAddToHistogramWithGap() local
134 mHistogram.toString(), equalTo(expectedStr)); in testAddToHistogramWithGap()
181 String expectedStr = "{[Integer.MIN_VALUE,-100)=2, [-100,-20)=3, [-20,-1)=3, [-1,0)=1, " in testAddNegativeToHistogram() local
184 mHistogram.toString(), equalTo(expectedStr)); in testAddNegativeToHistogram()
211 String expectedStr = "{}"; in testEmptyHistogram() local
213 mHistogram.toString(), equalTo(expectedStr)); in testEmptyHistogram()
232 String expectedStr = "{[10,30)=2}"; in testLength1Histogram() local
234 mHistogram.toString(), equalTo(expectedStr)); in testLength1Histogram()
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/
Dtest_macros.h15 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpArrayLikeFloatEq() argument
20 << "\"" << expectedStr << "\" and \"" << actualStr in CmpArrayLikeFloatEq()
33 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpMatrixLikeFloatEq() argument
39 << "\"" << expectedStr << "\" and \"" << actualStr in CmpMatrixLikeFloatEq()
53 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpArrayLikeFloatNe() argument
62 message << "Expected \"" << expectedStr in CmpArrayLikeFloatNe()
71 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpMatrixLikeFloatNe() argument
82 message << "Expected \"" << expectedStr in CmpMatrixLikeFloatNe()
/frameworks/base/tools/split-select/
DTestRules.cpp77 const String8 expectedStr(expected.toJson()); in RulePredFormat() local
80 if (expectedStr != actualStr) { in RulePredFormat()
82 << "Expected: " << expectedStr.string() << "\n" in RulePredFormat()