Home
last modified time | relevance | path

Searched refs:expectedValue (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddenseranges.cpp125 int32_t expectedValue=minValue; in uprv_makeDenseRanges() local
127 ++expectedValue; in uprv_makeDenseRanges()
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/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp125 int32_t expectedValue=minValue; in uprv_makeDenseRanges() local
127 ++expectedValue; in uprv_makeDenseRanges()
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/
H A Ddenseranges.cpp125 int32_t expectedValue=minValue; in uprv_makeDenseRanges() local
127 ++expectedValue; in uprv_makeDenseRanges()
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/angle2/src/tests/preprocessor_tests/
H A Dchar_test.cpp54 std::string expectedValue; in TEST_P() local
64 expectedValue = str; in TEST_P()
69 expectedValue = str; in TEST_P()
74 expectedValue = str; in TEST_P()
90 EXPECT_EQ(expectedValue, token.text); in TEST_P()
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp78 UnicodeString expectedValue; in TestBasicManipulation() local
83 expectedValue = "Now is the time for all good men to come swiftly to the aid of the party.\n"; in TestBasicManipulation()
84 if (test1 != expectedValue) in TestBasicManipulation()
85 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
88 if(*c != expectedValue) { in TestBasicManipulation()
89 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\""); in TestBasicManipulation()
94 expectedValue = "Now is the time for all good men to come to the aid of the party.\n"; in TestBasicManipulation()
95 if (test1 != expectedValue) in TestBasicManipulation()
96 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
99 expectedValue in TestBasicManipulation()
881 UnicodeString expectedValue; TestSpacePadding() local
998 UnicodeString expectedValue; TestFindAndReplace() local
[all...]
/third_party/skia/tests/
H A DTypefaceMacTest.cpp125 float expectedValue = requestValue; in DEF_TEST() local
128 expectedValue = std::min(expectedValue, originalAxis.max); in DEF_TEST()
129 expectedValue = std::max(expectedValue, originalAxis.min); in DEF_TEST()
132 expectedPosition.push_back({originalCoordinate.axis, expectedValue}); in DEF_TEST()
H A DGrFinishedFlushTest.cpp24 static void busy_wait_for_callback(int* count, int expectedValue, GrDirectContext* dContext, in busy_wait_for_callback() argument
32 } while (*count != expectedValue && (end - begin) < std::chrono::seconds(1)); in busy_wait_for_callback()
33 if (*count != expectedValue) { in busy_wait_for_callback()
35 expectedValue); in busy_wait_for_callback()
/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php33 foreach ($sequence as list($value, $expectedValue)) {
42 $expectedValue = $oldSetterMsg->$getter(); variable
47 $this->assertEquals($expectedValue, $actualValue);
50 // $expectedValue
52 if (is_null($expectedValue)) {
55 $this->assertEquals($expectedValue->getValue(), $actualValueNewGetter);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedValueTest.java189 Object expectedValue = cas.length == 4 ? cas[3] : expectedField; in checkFormattedValue()
204 assertEquals(baseMessage + expectedField + " A value @" + i, expectedValue, actualValue); in checkFormattedValue()
220 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue()
224 assertEquals(baseMessage + "B value " + i, expectedValue, cfpos.getFieldValue()); in checkFormattedValue()
245 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue()
249 assertEquals(baseMessage + "C value " + i, expectedValue, cfpos.getFieldValue()); in checkFormattedValue()
276 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue()
280 assertEquals(baseMessage + "D value " + i, expectedValue, cfpos.getFieldValue()); in checkFormattedValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedValueTest.java181 Object expectedValue = cas.length == 4 ? cas[3] : expectedField; in checkFormattedValue()
196 assertEquals(baseMessage + expectedField + " value @" + i, expectedValue, actualValue); in checkFormattedValue()
212 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue()
216 assertEquals(baseMessage + "value " + i, expectedValue, cfpos.getFieldValue()); in checkFormattedValue()
235 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue()
239 assertEquals(baseMessage + "value " + i, expectedValue, cfpos.getFieldValue()); in checkFormattedValue()
264 Object expectedValue = cas.length == 4 ? cas[3] : null; in checkFormattedValue()
268 assertEquals(baseMessage + "value " + i, expectedValue, cfpos.getFieldValue()); in checkFormattedValue()
/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c41 int32_t expectedValue);
45 int32_t expectedValue);
432 int32_t expectedValue) { in _get()
434 if (value != expectedValue) { in _get()
436 key, value, expectedValue); in _get()
445 int32_t expectedValue) { in _remove()
447 if (value != expectedValue) { in _remove()
449 key, value, expectedValue); in _remove()
430 _get(UHashtable* hash, const char* key, int32_t expectedValue) _get() argument
443 _remove(UHashtable* hash, const char* key, int32_t expectedValue) _remove() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUTF16Test.java1252 String expectedValue = in TestReplace()
1254 if (!result.equals(expectedValue)) { in TestReplace()
1255 errln("findAndReplace failed: expected \"" + expectedValue + in TestReplace()
1259 expectedValue = test1; in TestReplace()
1260 if (!result.equals(expectedValue)) { in TestReplace()
1261 errln("findAndReplace failed: expected \"" + expectedValue + in TestReplace()
1266 expectedValue = "One potatoe two potatoe three potatoe four\n"; in TestReplace()
1267 if (!result.equals(expectedValue)) { in TestReplace()
1268 errln("findAndReplace failed: expected \"" + expectedValue + in TestReplace()
1273 expectedValue in TestReplace()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUTF16Test.java1258 String expectedValue = in TestReplace()
1260 if (!result.equals(expectedValue)) { in TestReplace()
1261 errln("findAndReplace failed: expected \"" + expectedValue + in TestReplace()
1265 expectedValue = test1; in TestReplace()
1266 if (!result.equals(expectedValue)) { in TestReplace()
1267 errln("findAndReplace failed: expected \"" + expectedValue + in TestReplace()
1272 expectedValue = "One potatoe two potatoe three potatoe four\n"; in TestReplace()
1273 if (!result.equals(expectedValue)) { in TestReplace()
1274 errln("findAndReplace failed: expected \"" + expectedValue + in TestReplace()
1279 expectedValue in TestReplace()
[all...]
/third_party/node/test/parallel/
H A Dtest-crypto-dh-stateless.js31 expectedValue) {
42 if (expectedValue !== undefined)
43 assert.deepStrictEqual(buf1, expectedValue);
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js567 // 2. Let expectedValue be the val component of item.
568 const expectedValue = item.hash
584 // 4. If actualValue is a case-sensitive match for expectedValue,
586 if (compareBase64Mixed(actualValue, expectedValue)) {
705 * @param {string} expectedValue base64 or base64url
708 function compareBase64Mixed (actualValue, expectedValue) {
709 if (actualValue.length !== expectedValue.length) {
713 if (actualValue[i] !== expectedValue[i]) {
715 (actualValue[i] === '+' && expectedValue[i] === '-') ||
716 (actualValue[i] === '/' && expectedValue[
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonTokenizerTest.cs66 public void StringValue(string json, string expectedValue) in StringValue() argument
68 AssertTokensNoReplacement("\"" + json + "\"", JsonToken.Value(expectedValue)); in StringValue()
189 public void NumberValue(string json, double expectedValue) in NumberValue() argument
191 AssertTokens(json, JsonToken.Value(expectedValue)); in NumberValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonTokenizerTest.cs66 public void StringValue(string json, string expectedValue) in StringValue() argument
68 AssertTokensNoReplacement("\"" + json + "\"", JsonToken.Value(expectedValue)); in StringValue()
189 public void NumberValue(string json, double expectedValue) in NumberValue() argument
191 AssertTokens(json, JsonToken.Value(expectedValue)); in NumberValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp143 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
146 if (actualValue < expectedValue) in iterate()
226 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
229 if (actualValue < expectedValue) in iterate()
343 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
346 if (actualValue < expectedValue) in iterate()
495 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
498 if (actualValue < expectedValue) in iterate()
583 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
586 if (actualValue < expectedValue) in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp143 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
146 if (actualValue < expectedValue) in iterate()
226 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
229 if (actualValue < expectedValue) in iterate()
343 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
346 if (actualValue < expectedValue) in iterate()
495 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
498 if (actualValue < expectedValue) in iterate()
583 const deUint32 expectedValue = reinterpret_cast<const deUint32*>(expected.data)[0]; in iterate() local
586 if (actualValue < expectedValue) in iterate()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.hpp49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
312 bool checkResult(OutputType expectedValue, OutputType expectedBorderColor, glw::GLint layer);
313 bool checkNearest(std::vector<OutputType>& buffer, OutputType expectedValue, OutputType expectedBorderColor,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DComputeShaderTest.cpp901 GLuint expectedValue = 100; in TEST_P() local
918 EXPECT_EQ(expectedValue, outputValues[0][i]); in TEST_P()
919 EXPECT_EQ(expectedValue, outputValues[1][i]); in TEST_P()
968 GLuint expectedValue = 100; in TEST_P() local
971 EXPECT_EQ(expectedValue, outputValues[i]); in TEST_P()
1037 GLuint expectedValue = 100; in TEST_P() local
1040 EXPECT_EQ(expectedValue, outputValues[i]); in TEST_P()
1300 constexpr GLuint expectedValue = 150; in TEST_P() local
1311 EXPECT_EQ(expectedValue, outputValues[i]); in TEST_P()
1359 constexpr GLuint expectedValue in TEST_P() local
1421 constexpr GLuint expectedValue = 200; TEST_P() local
1480 constexpr GLuint expectedValue = 200; TEST_P() local
1550 constexpr GLuint expectedValue = 200; TEST_P() local
1617 constexpr GLuint expectedValue = 200; TEST_P() local
1695 constexpr GLuint expectedValue = 200; TEST_P() local
3242 GLuint expectedValue = 600; TEST_P() local
3386 constexpr GLuint expectedValue[] = {4, 2}; TEST_P() local
3450 constexpr GLuint expectedValue = 2; TEST_P() local
3509 constexpr GLuint expectedValue = 3; TEST_P() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp1068 float expectedValue = m_config.depthExpectedValue; in verifyDepth() local
1070 expectedValue = m_config.clearValue.depth; in verifyDepth()
1126 float error = deFloatAbs(depth - expectedValue); in verifyDepth()
1132 << expectedValue << TestLog::EndMessage; in verifyDepth()
1137 << "Depth value is " << expectedValue in verifyDepth()
1158 deUint8 expectedValue = m_config.stencilExpectedValue; in verifyStencil() local
1160 expectedValue = static_cast<deUint8>(m_config.clearValue.stencil); in verifyStencil()
1188 if (stencil != expectedValue) in verifyStencil()
1193 << " expected: " << static_cast<deUint32>(expectedValue) in verifyStencil()
1200 << static_cast<deUint32>(expectedValue) in verifyStencil()
1558 float expectedValue = depthExpectedValue[depthResolveModeNdx][sampleCountNdx]; initTests() local
1602 deUint8 expectedValue = stencilExpectedValue[stencilResolveModeNdx][sampleCountNdx]; initTests() local
1720 float expectedValue = depthExpectedValue[resolveModeNdx][sampleCountNdx]; initTests() local
1754 deUint8 expectedValue = stencilExpectedValue[resolveModeNdx][sampleCountNdx]; initTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp1068 float expectedValue = m_config.depthExpectedValue; in verifyDepth() local
1070 expectedValue = m_config.clearValue.depth; in verifyDepth()
1126 float error = deFloatAbs(depth - expectedValue); in verifyDepth()
1132 << expectedValue << TestLog::EndMessage; in verifyDepth()
1137 << "Depth value is " << expectedValue in verifyDepth()
1158 deUint8 expectedValue = m_config.stencilExpectedValue; in verifyStencil() local
1160 expectedValue = static_cast<deUint8>(m_config.clearValue.stencil); in verifyStencil()
1188 if (stencil != expectedValue) in verifyStencil()
1193 << " expected: " << static_cast<deUint32>(expectedValue) in verifyStencil()
1200 << static_cast<deUint32>(expectedValue) in verifyStencil()
1556 float expectedValue = depthExpectedValue[depthResolveModeNdx][sampleCountNdx]; initTests() local
1600 deUint8 expectedValue = stencilExpectedValue[stencilResolveModeNdx][sampleCountNdx]; initTests() local
1718 float expectedValue = depthExpectedValue[resolveModeNdx][sampleCountNdx]; initTests() local
1752 deUint8 expectedValue = stencilExpectedValue[resolveModeNdx][sampleCountNdx]; initTests() local
[all...]
/third_party/node/test/common/
H A Dcrypto.js38 expectedValue) {
49 if (expectedValue !== undefined)
50 assert.deepStrictEqual(buf1, expectedValue);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferMAXSizeValidation.cpp249 glw::GLuint expectedValue = (m_max_tex_buffer_size - 1) % 256; in iterate() local
251 if (result[0] != (glw::GLuint)m_max_tex_buffer_size || result[1] != 0 || result[2] != expectedValue) in iterate()
258 << "ExpectedValue (for last index) " << expectedValue << "\n" in iterate()

Completed in 23 milliseconds

12345