Home
last modified time | relevance | path

Searched refs:actual2 (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/tests/
H A DCompressedBackendAllocationTest.cpp97 SkAutoPixmapStorage actual2; in check_compressed_mipmaps() local
98 SkAssertResult(actual2.tryAlloc(readbackII)); in check_compressed_mipmaps()
99 actual2.erase(SkColors::kTransparent); in check_compressed_mipmaps()
101 bool result = surf->readPixels(actual2, 0, 0); in check_compressed_mipmaps()
107 check_solid_pixmap(reporter, expectedColors[i], actual2, in check_compressed_mipmaps()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp386 UnicodeString actual2 = dfs.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testNumberingSystem() local
389 actual2); in testNumberingSystem()
H A Dnumbertest_api.cpp6087 UnicodeString actual2 = l2.formatDouble(d, status).toString(status); in assertFormatDescending() local
6089 assertEquals(message + u": Safe Path: " + caseNumber, expected, actual2); in assertFormatDescending()
6157 UnicodeString actual2 = l2.formatDouble(d, status).toString(status); in assertFormatDescendingBig() local
6159 assertEquals(message + u": Safe Path: " + caseNumber, expected, actual2); in assertFormatDescendingBig()
6221 UnicodeString actual2 = l2.formatDouble(input, status).toString(status); in assertFormatSingle() local
6223 assertEquals(message + u": Safe Path", expected, actual2); in assertFormatSingle()
H A Dapicoll.cpp1718 Locale actual2 = coll2->getLocale(ULOC_ACTUAL_LOCALE, status); in TestGetLocale() local
1719 if(actual2 != locale) { in TestGetLocale()
1721 locale.getName(), actual2.getName()); in TestGetLocale()
H A Ddtfmttst.cpp2638 Locale actual2; in TestDateFormatSymbolsClone() local
2639 if (!getActualAndValidLocales(*fmtClone, valid2, actual2)) { in TestDateFormatSymbolsClone()
2643 if (valid1 != valid2 || actual1 != actual2) { in TestDateFormatSymbolsClone()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java394 String actual2 = dfs.getPercentString(); in testNumberingSystem()
396 expectedPercentSign, actual2); in testNumberingSystem()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java397 String actual2 = dfs.getPercentString(); in testNumberingSystem()
399 expectedPercentSign, actual2); in testNumberingSystem()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberFormatterApiTest.java3153 String actual2 = l2.format(d).toString(); in assertFormatDescending()
3154 assertEquals(message + ": Safe Path: " + d, expected[i], actual2); in assertFormatDescending()
3201 String actual2 = l2.format(input).toString(); in assertFormatSingle()
3202 assertEquals(message + ": Safe Path: " + input, expected, actual2); in assertFormatSingle()
3242 String actual2 = l2.format(input).toString(); in assertFormatSingleMeasure()
3243 assertEquals(message + ": Safe Path: " + input, expected, actual2); in assertFormatSingleMeasure()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java1145 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE); in TestGetLocale()
1146 if(!actual2.equals(locale)) { in TestGetLocale()
1148 locale.getName(), actual2.getName())); in TestGetLocale()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java1148 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE); in TestGetLocale()
1149 if(!actual2.equals(locale)) { in TestGetLocale()
1151 locale.getName(), actual2.getName())); in TestGetLocale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java6035 String actual2 = l2.format(d).toString(); in assertFormatDescending()
6036 assertEquals(message + ": Safe Path: " + d, expected[i], actual2); in assertFormatDescending()
6083 String actual2 = l2.format(input).toString(); in assertFormatSingle()
6084 assertEquals(message + ": Safe Path: " + input, expected, actual2); in assertFormatSingle()
6124 String actual2 = l2.format(input).toString(); in assertFormatSingleMeasure()
6125 assertEquals(message + ": Safe Path: " + input, expected, actual2); in assertFormatSingleMeasure()

Completed in 36 milliseconds