Home
last modified time | relevance | path

Searched defs: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
131 String expectedStr = "{[Integer.MIN_VALUE,10)=4, [30,60)=3, [60,100)=4, " in testAddToHistogramWithGap() local
181 String expectedStr = "{[Integer.MIN_VALUE,-100)=2, [-100,-20)=3, [-20,-1)=3, [-1,0)=1, " in testAddNegativeToHistogram() local
211 String expectedStr = "{}"; in testEmptyHistogram() local
232 String expectedStr = "{[10,30)=2}"; in testLength1Histogram() local
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/
Dtest_macros.h15 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpArrayLikeFloatEq()
33 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpMatrixLikeFloatEq()
53 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpArrayLikeFloatNe()
71 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpMatrixLikeFloatNe()
/frameworks/base/tools/split-select/
DTestRules.cpp77 const String8 expectedStr(expected.toJson()); in RulePredFormat() local