/third_party/node/test/fixtures/wpt/resources/ |
D | check-layout-th.js | 42 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/ |
D | numbertest_skeletons.cpp | 283 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()
|
D | rbbiapts.h | 100 …void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, c…
|
D | numbertest_parse.cpp | 214 int32_t expectedOffset; in testSeriesMatcher() member 238 assertEquals("'" + input + "'", cas.expectedOffset, actualOffset); in testSeriesMatcher()
|
D | tztest.cpp | 323 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()
|
D | rbbiapts.cpp | 1468 …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/ |
D | esextcTextureBufferMAXSizeValidation.cpp | 192 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/ |
D | clamp_overscrolls_test.dart | 95 …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/ |
D | RBBIAPITest.java | 464 …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/ |
D | RBBIAPITest.java | 467 …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/ |
D | NumberParserTest.java | 245 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/ |
D | NumberParserTest.java | 242 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/ |
D | TimeZoneRegressionTest.java | 1181 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/ |
D | TimeZoneRegressionTest.java | 1184 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/ |
D | fourslashInterfaceImpl.ts | 435 …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/ |
D | fourslash.ts | 331 …docCommentTemplateAt(markerName: string | FourSlashInterface.Marker, expectedOffset: number, expec…
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 2030 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()
|