Home
last modified time | relevance | path

Searched defs:expectedStr (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DIntHistogramTest.java91 String expectedStr = "{[Integer.MIN_VALUE,10)=4, [10,30)=2, [30,60)=3, [60,100)=4, " in testAddToHistogram() local
133 String expectedStr = "{[Integer.MIN_VALUE,10)=4, [30,60)=3, [60,100)=4, " in testAddToHistogramWithGap() local
183 String expectedStr = "{[Integer.MIN_VALUE,-100)=2, [-100,-20)=3, [-20,-1)=3, [-1,0)=1, " in testAddNegativeToHistogram() local
213 String expectedStr = "{}"; in testEmptyHistogram() local
234 String expectedStr = "{[10,30)=2}"; in testLength1Histogram() local
/aosp12/system/tools/xsdc/tests/src/com/android/xsdc/tests/
H A DXmlParserTest.java55 String actualStr, expectedStr; in testPurchaseSimple() local
97 String actualStr, expectedStr; in testSimpleComplexContent() local
208 String actualStr, expectedStr; in testPredefinedTypes() local
235 String actualStr, expectedStr; in testSimpleType() local
260 String actualStr, expectedStr; in testReference() local
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/
H A 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()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DInternalIoOveruseConfigurationSubject.java130 Set<String> expectedStr = toPerStateThresholdStrings(expected); in isPerStateThresholdEquals() local
137 Set<String> expectedStr = toAlertThresholdStrings(expected); in isAlertThresholdEquals() local
H A DIoOveruseConfigurationSubject.java115 Set<String> expectedStr = toAlertThresholdStrings(expected); in isAlertThresholdEquals() local
H A DInternalResourceOveruseConfigurationSubject.java83 Set<String> expectedStr = toMetadataStrings(expected); in isPackageMetadataEquals() local
/aosp12/frameworks/base/tools/split-select/
H A DTestRules.cpp77 const String8 expectedStr(expected.toJson()); in RulePredFormat() local
/aosp12/packages/modules/adb/tls/tests/
H A Dadb_ca_list_test.cpp99 std::vector<std::string> expectedStr = { in TEST_F() local
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipDatetimeTest.java61 private void testParse(String date, Date expectedDate, boolean isUtc, String expectedStr) { in testParse()