Home
last modified time | relevance | path

Searched refs:expectedOffset (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Dcheck-layout-th.js42 var expectedOffset = checkAttribute(output, node, "data-offset-x");
43 if (expectedOffset) {
44 assert_tolerance(node.offsetLeft, expectedOffset, prefix + "offsetLeft");
47 var expectedOffset = checkAttribute(output, node, "data-offset-y");
48 if (expectedOffset) {
49 assert_tolerance(node.offsetTop, expectedOffset, prefix + "offsetTop");
77 var expectedOffset = checkAttribute(output, node, "data-total-x");
78 if (expectedOffset) {
80 assert_tolerance(totalLeft, expectedOffset, prefix +
84 var expectedOffset = checkAttribute(output, node, "data-total-y");
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp283 int32_t expectedOffset = u_strlen(stem) + ((suffix[0] == u'/') ? 1 : 0); in stemsRequiringOption() local
284 assertEquals(skeletonString, expectedOffset, perror.offset); in stemsRequiringOption()
285 UnicodeString expectedPreContext = skeletonString.tempSubString(0, expectedOffset); in stemsRequiringOption()
287 … expectedPreContext = expectedPreContext.tempSubString(expectedOffset - U_PARSE_CONTEXT_LEN + 1); in stemsRequiringOption()
290 UnicodeString expectedPostContext = skeletonString.tempSubString(expectedOffset); in stemsRequiringOption()
Drbbiapts.h100 …void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, c…
Dnumbertest_parse.cpp214 int32_t expectedOffset; in testSeriesMatcher() member
238 assertEquals("'" + input + "'", cas.expectedOffset, actualOffset); in testSeriesMatcher()
Dtztest.cpp323 double expectedOffset = (((double)expectedHour) * millisPerHour); in TestPRTOffset() local
326 if (expectedOffset != foundOffset) { in TestPRTOffset()
1136 int32_t expectedOffset; in TestCustomParse() member
1170 int32_t exp = kData[i].expectedOffset; in TestCustomParse()
Drbbiapts.cpp1468 …UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* e… in doTest() argument
1472 if(gotoffset != expectedOffset) in doTest()
1473 …nicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset); in doTest()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferMAXSizeValidation.cpp192 const int expectedOffset = 0; in iterate() local
194 if (expectedOffset != textureOffset) in iterate()
197 << "Expected GL_TEXTURE_BUFFER_OFFSET_EXT parameter value : " << expectedOffset << "\n" in iterate()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dclamp_overscrolls_test.dart95 …Future<void> testOutOfBounds(ScrollPhysics physics, double initialOffset, double expectedOffset) a…
102 expect(scrollable.position.pixels, equals(expectedOffset));
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java464 …private void doTest(String testString, int start, int gotoffset, int expectedOffset, String expect… in doTest() argument
467 if (gotoffset != expectedOffset) in doTest()
468 errln("ERROR:****returned #" + gotoffset + " instead of #" + expectedOffset); in doTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBIAPITest.java467 …private void doTest(String testString, int start, int gotoffset, int expectedOffset, String expect… in doTest() argument
470 if (gotoffset != expectedOffset) in doTest()
471 errln("ERROR:****returned #" + gotoffset + " instead of #" + expectedOffset); in doTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberParserTest.java245 int expectedOffset = (Integer) cas[1]; in testSeriesMatcher() local
253 assertEquals("'" + input + "'", expectedOffset, actualOffset); in testSeriesMatcher()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberParserTest.java242 int expectedOffset = (Integer) cas[1]; in testSeriesMatcher() local
250 assertEquals("'" + input + "'", expectedOffset, actualOffset); in testSeriesMatcher()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1181 int expectedOffset = ONE_HOUR*2; // GMT+2 - NO DST in TestJohannesburg() local
1184 if(offset != expectedOffset) { in TestJohannesburg()
1185 … errln("FAIL: zone " + j_id +" returned offset in July " + offset +", expected "+expectedOffset); in TestJohannesburg()
1192 if(offset2 != expectedOffset) { in TestJohannesburg()
1193 …rln("FAIL: zone " + j_id +" returned offset in December " + offset2 +", expected "+expectedOffset); in TestJohannesburg()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1184 int expectedOffset = ONE_HOUR*2; // GMT+2 - NO DST in TestJohannesburg() local
1187 if(offset != expectedOffset) { in TestJohannesburg()
1188 … errln("FAIL: zone " + j_id +" returned offset in July " + offset +", expected "+expectedOffset); in TestJohannesburg()
1195 if(offset2 != expectedOffset) { in TestJohannesburg()
1196 …rln("FAIL: zone " + j_id +" returned offset in December " + offset2 +", expected "+expectedOffset); in TestJohannesburg()
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts435 …public docCommentTemplateAt(marker: string | FourSlash.Marker, expectedOffset: number, expectedTex…
437 …emplate({ newText: expectedText.replace(/\r?\n/g, "\r\n"), caretOffset: expectedOffset }, options);
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts331 …docCommentTemplateAt(markerName: string | FourSlashInterface.Marker, expectedOffset: number, expec…
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c2030 int32_t expectedOffset; in TestShortString() member
2113 if(parseError.offset != testCases[i].expectedOffset) { in TestShortString()
2115 parseError.offset, testCases[i].expectedOffset, testCases[i].input); in TestShortString()