/third_party/skia/tests/ |
D | ClearTest.cpp | 41 uint32_t* actualValue, in check_rect() argument 61 *actualValue = pixel; in check_rect() 99 uint32_t actualValue; in clear_op_test() local 112 if (!check_rect(dContext, sdc.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 113 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test() 123 if (!check_rect(dContext, sdc.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() 124 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test() 134 if (!check_rect(dContext, sdc.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in clear_op_test() 135 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue, in clear_op_test() 145 if (!check_rect(dContext, sdc.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test() [all …]
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 128 int32_t actualValue=values[i]; in uprv_makeDenseRanges() local 129 if(expectedValue!=actualValue) { in uprv_makeDenseRanges() 130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue); in uprv_makeDenseRanges() 131 expectedValue=actualValue; in uprv_makeDenseRanges()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | denseranges.cpp | 128 int32_t actualValue=values[i]; in uprv_makeDenseRanges() local 129 if(expectedValue!=actualValue) { in uprv_makeDenseRanges() 130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue); in uprv_makeDenseRanges() 131 expectedValue=actualValue; in uprv_makeDenseRanges()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | denseranges.cpp | 128 int32_t actualValue=values[i]; in uprv_makeDenseRanges() local 129 if(expectedValue!=actualValue) { in uprv_makeDenseRanges() 130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue); in uprv_makeDenseRanges() 131 expectedValue=actualValue; in uprv_makeDenseRanges()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationSingleQueueTests.cpp | 144 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 146 if (actualValue < expectedValue) in iterate() 227 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 229 if (actualValue < expectedValue) in iterate() 344 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 346 if (actualValue < expectedValue) in iterate() 496 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 498 if (actualValue < expectedValue) in iterate() 584 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 586 if (actualValue < expectedValue) in iterate()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 499 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 501 if (actualValue < expectedValue) in iterate() 674 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 676 if (actualValue < expectedValue) in iterate() 767 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 769 if (actualValue < expectedValue) in iterate()
|
D | vktSynchronizationSignalOrderTests.cpp | 883 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 885 if (actualValue < expectedValue) in iterate() 1548 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 1550 if (actualValue < expectedValue) in iterate()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1261 const deUint32 actualValue = reinterpret_cast<const deUint32*>(actual.data)[0]; in iterate() local 1263 if (actualValue < expectedValue) in iterate() 1266 … log << TestLog::Message << "Actual counter value: (" << actualValue << ")" << TestLog::EndMessage; in iterate()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | TextureFormatTests.cpp | 41 float actualValue = actual[i]; in Check() local 43 if (!FloatsMatch(expectedValue, actualValue)) { in Check() 46 << expectedValue << ", actual " << actualValue in Check() 89 uint16_t actualValue = actual[i]; in Check() local 91 if (!Floats16Match(expectedValue, actualValue)) { in Check() 94 << expectedValue << ", actual " << actualValue in Check()
|
/third_party/protobuf/php/tests/ |
D | WrapperTypeSettersTest.php | 46 $actualValue = $newSetterMsg->$getter(); 47 $this->assertEquals($expectedValue, $actualValue);
|
/third_party/skia/third_party/externals/angle2/util/ |
D | EGLWindow.cpp | 788 EGLint actualValue = EGL_DONT_CARE; in FindEGLConfig() local 789 eglGetConfigAttrib(dpy, allConfigs[i], curAttrib[0], &actualValue); in FindEGLConfig() 791 (curAttrib[1] & actualValue) != curAttrib[1]) || in FindEGLConfig() 792 (curAttrib[0] != EGL_SURFACE_TYPE && curAttrib[1] != actualValue)) in FindEGLConfig()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | FormattedValueTest.java | 193 Object actualValue = fpi.getAttribute(expectedField); in checkFormattedValue() local 196 … assertEquals(baseMessage + expectedField + " value @" + i, expectedValue, actualValue); in checkFormattedValue()
|
/third_party/node/test/cctest/ |
D | test_aliased_buffer.cc | 65 NativeT actualValue = static_cast<NativeT>(v4->Value()); in ReadAndValidate() local 66 EXPECT_TRUE(actualValue == oracle[i]); in ReadAndValidate()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedValueTest.java | 201 Object actualValue = fpi.getAttribute(expectedField); in checkFormattedValue() local 204 … assertEquals(baseMessage + expectedField + " A value @" + i, expectedValue, actualValue); in checkFormattedValue()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 591 boolean actualValue = sc.failsChecks(testString, checkResult); in TestRestrictionLevel() 598 expectedFailure, actualValue); in TestRestrictionLevel() 632 boolean actualValue = sc.failsChecks(testString, checkResult); in TestMixedNumbers() 634 …Equals("Testing spoof mixed numbers for '" + testString + "', ", expected.size() > 1, actualValue); in TestMixedNumbers()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 594 boolean actualValue = sc.failsChecks(testString, checkResult); in TestRestrictionLevel() 601 expectedFailure, actualValue); in TestRestrictionLevel() 635 boolean actualValue = sc.failsChecks(testString, checkResult); in TestMixedNumbers() 637 …Equals("Testing spoof mixed numbers for '" + testString + "', ", expected.size() > 1, actualValue); in TestMixedNumbers()
|
/third_party/node/deps/undici/src/lib/fetch/ |
D | util.js | 562 const actualValue = crypto.createHash(algorithm).update(bytes).digest('base64') 566 if (actualValue === expectedValue) {
|
/third_party/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 599 int32_t actualValue = uspoof_checkUnicodeString(sc, testString, NULL, &status); in testRestrictionLevel() local 607 testNum, levelIndex, expectedValue, actualValue); in testRestrictionLevel() 608 TEST_ASSERT_MSG(expectedValue == actualValue, msgBuffer); in testRestrictionLevel()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 978 … const float actualValue = validationBuffer.getPixel(sampleNdx + m_samples * colNdx, rowNdx).x(); in validateDepthBuffer() local 983 if (de::abs(expectedValue - actualValue) > tolerance) in validateDepthBuffer() 985 … "," << sampleNdx << "): expected " << expectedValue << " but got " << actualValue << TestLog::End… in validateDepthBuffer() 991 if (de::abs(actualValue - m_defaultDepthValue) > tolerance) in validateDepthBuffer() 993 … "," << sampleNdx << "): expected " << expectedValue << " but got " << actualValue << TestLog::End… in validateDepthBuffer()
|