Home
last modified time | relevance | path

Searched refs:nActual (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/qa/cppunit/
H A Dtest_config.cxx103 sal_uInt16 nActual = aConfig.GetGroupCount(); in testGetGroupCount() local
140 sal_uInt16 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey() local
141 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
147 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
148 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
154 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
156 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
161 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
163 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
169 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
[all …]
H A Dtest_fround.cxx34 sal_Int64 nActual = FRound(1.6); in testPositiveFRound() local
35 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testPositiveFRound()
38 nActual = FRound(1.4); in testPositiveFRound()
39 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testPositiveFRound()
45 sal_Int64 nActual = FRound(-1.6); in testNegativeFRound() local
46 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testNegativeFRound()
49 nActual = FRound(-1.4); in testNegativeFRound()
50 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testNegativeFRound()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/qa/cppunit/
H A Dtest_config.cxx103 sal_uInt16 nActual = aConfig.GetGroupCount(); in testGetGroupCount() local
140 sal_uInt16 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey() local
141 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
147 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
148 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
154 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
156 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
161 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
163 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testWriteDeleteKey()
169 nActual = aConfig.GetKeyCount(); in testWriteDeleteKey()
[all …]
H A Dtest_fround.cxx34 sal_Int64 nActual = FRound(1.6); in testPositiveFRound() local
35 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testPositiveFRound()
38 nActual = FRound(1.4); in testPositiveFRound()
39 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testPositiveFRound()
45 sal_Int64 nActual = FRound(-1.6); in testNegativeFRound() local
46 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testNegativeFRound()
49 nActual = FRound(-1.4); in testNegativeFRound()
50 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testNegativeFRound()
H A Dtest_100mm2twips.cxx34 sal_Int32 nActual = sanitiseMm100ToTwip(255); in testConvert() local
36 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testConvert()
38 nActual = sanitiseMm100ToTwip(-255); in testConvert()
40 CPPUNIT_ASSERT_EQUAL(nExpected, nActual); in testConvert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/qa/unit/signing/
H A Dsigning.cxx500 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
539 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
564 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
588 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
630 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
650 || nActual == SignatureState::OK in CPPUNIT_TEST_FIXTURE()
654 || nActual == SignatureState::BROKEN in CPPUNIT_TEST_FIXTURE()
732 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
871 (nActual == SignatureState::OK || nActual == SignatureState::NOTVALIDATED in CPPUNIT_TEST_FIXTURE()
908 (nActual == SignatureState::OK || nActual == SignatureState::NOTVALIDATED in CPPUNIT_TEST_FIXTURE()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/qa/unit/signing/
H A Dsigning.cxx534 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
605 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
661 (nActual == SignatureState::OK || nActual == SignatureState::NOTVALIDATED in CPPUNIT_TEST_FIXTURE()
662 || nActual == SignatureState::INVALID)); in CPPUNIT_TEST_FIXTURE()
698 (nActual == SignatureState::OK || nActual == SignatureState::NOTVALIDATED in CPPUNIT_TEST_FIXTURE()
699 || nActual == SignatureState::INVALID)); in CPPUNIT_TEST_FIXTURE()
859 (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::OK)); in CPPUNIT_TEST_FIXTURE()
920 SignatureState::OK, nActual); in CPPUNIT_TEST_FIXTURE()
1001 CPPUNIT_ASSERT_EQUAL_MESSAGE(sPos, nDocSign, nActual); in assertDocument()
1002 nActual = pObjectShell->GetScriptingSignatureState(); in assertDocument()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/draw/
H A Ddraw.cxx34 sal_Int32 nActual = pPage->GetObjCount(); in CPPUNIT_TEST_FIXTURE() local
36 CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(3), nActual); in CPPUNIT_TEST_FIXTURE()
42 nActual = pPage->GetObjCount(); in CPPUNIT_TEST_FIXTURE()
48 CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(0), nActual); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/rtfexport/
H A Drtfexport4.cxx229 auto nActual = getProperty<sal_Int16>(xB1, "WritingMode"); variable
230 CPPUNIT_ASSERT(nActual == text::WritingMode2::LR_TB || nActual == text::WritingMode2::CONTEXT);
239 auto nActual = getProperty<sal_Int16>(xShape, "WritingMode"); variable
244 CPPUNIT_ASSERT_EQUAL(text::WritingMode2::TB_RL, nActual);
250 auto nActual = getProperty<sal_Int16>(xShape, "WritingMode"); variable
255 CPPUNIT_ASSERT_EQUAL(text::WritingMode2::BT_LR, nActual);
280 auto nActual = getProperty<sal_Int16>(xPageStyle, "WritingMode"); variable
285 CPPUNIT_ASSERT_EQUAL(text::WritingMode2::TB_RL, nActual);
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CMakePresets/
H A DTestVariable.cmake5 …message(SEND_ERROR "Expected value of ${name}: \"${expected_value}\"\nActual value: \"${${name}}\"…
13 … message(SEND_ERROR "Expected type of ${name}: \"${expected_type}\"\nActual type: \"${type}\"")
23 …R "Expected value of environment variable ${name}: \"${expected_value}\"\nActual value: \"$ENV{${n…
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CMakePresets/
H A DTestVariable.cmake5 …message(SEND_ERROR "Expected value of ${name}: \"${expected_value}\"\nActual value: \"${${name}}\"…
13 … message(SEND_ERROR "Expected type of ${name}: \"${expected_type}\"\nActual type: \"${type}\"")
23 …R "Expected value of environment variable ${name}: \"${expected_value}\"\nActual value: \"$ENV{${n…
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CMakePresets/
H A DTestVariable.cmake5 …message(SEND_ERROR "Expected value of ${name}: \"${expected_value}\"\nActual value: \"${${name}}\"…
13 … message(SEND_ERROR "Expected type of ${name}: \"${expected_type}\"\nActual type: \"${type}\"")
23 …R "Expected value of environment variable ${name}: \"${expected_value}\"\nActual value: \"$ENV{${n…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/rtfexport/
H A Drtfexport4.cxx236 auto nActual = getProperty<sal_Int16>(xB1, "WritingMode"); variable
237 CPPUNIT_ASSERT(nActual == text::WritingMode2::LR_TB || nActual == text::WritingMode2::CONTEXT);
248 auto nActual = getProperty<sal_Int16>(xShape, "WritingMode"); variable
253 CPPUNIT_ASSERT_EQUAL(text::WritingMode2::TB_RL, nActual);
261 auto nActual = getProperty<sal_Int16>(xShape, "WritingMode"); variable
266 CPPUNIT_ASSERT_EQUAL(text::WritingMode2::BT_LR, nActual);
370 auto nActual = getProperty<sal_Int16>(xPageStyle, "WritingMode"); variable
375 CPPUNIT_ASSERT_EQUAL(text::WritingMode2::TB_RL, nActual);
/dports/devel/p8-platform/platform-p8-platform-2.1.0.1/src/util/
H A DStringUtils.cpp241 int nActual = vsnprintf(cstr, size, fmt, argCopy); in FormatV() local
244 if (nActual > -1 && nActual < size) // We got a valid result in FormatV()
246 string str(cstr, nActual); in FormatV()
250 if (nActual > -1) // Exactly what we will need (glibc 2.1) in FormatV()
251 size = nActual + 1; in FormatV()
295 int nActual = vswprintf(cstr, size, fmt, argCopy); in FormatV() local
298 if (nActual > -1 && nActual < size) // We got a valid result in FormatV()
300 wstring str(cstr, nActual); in FormatV()
304 if (nActual > -1) // Exactly what we will need (glibc 2.1) in FormatV()
305 size = nActual + 1; in FormatV()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/processors/org/eclipse/jdt/compiler/apt/tests/processors/base/
H A DXMLComparer.java519 Node nActual = actual.getFirstChild(); in compareAnnotationValuesNodes() local
522 while (nActual != null && in compareAnnotationValuesNodes()
523 (nActual.getNodeType() != Node.ELEMENT_NODE || in compareAnnotationValuesNodes()
524 !ANNOTATION_VALUE_TAG.equals(nActual.getNodeName()))) { in compareAnnotationValuesNodes()
525 nActual = nActual.getNextSibling(); in compareAnnotationValuesNodes()
527 if (nActual == null) { in compareAnnotationValuesNodes()
534 if (!compareAttributes(nActual, nExpected)) { in compareAnnotationValuesNodes()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dtimesigproperties.cpp65 nActual->setValue(sig.denominator()); in TimeSigProperties()
74 nActual->setEnabled(false); in TimeSigProperties()
154 Fraction actual(zActual->value(), nActual->value()); in accept()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uibase/uno/
H A Duno.cxx84 sal_Int32 nActual = aPaM.GetPoint()->nContent.GetIndex(); in CPPUNIT_TEST_FIXTURE() local
90 CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(1), nActual); in CPPUNIT_TEST_FIXTURE()
/dports/converters/pecl-igbinary/igbinary-3.2.6/tests/
H A Digbinary_009.phpt35 echo "But var dump differs:\nActual:\n", $dump_act, "\nExpected\n", $dump_exp, "\n";
42 echo "But serialize differs:\nActual:\n", $serialize_act, "\nExpected:\n", $serialize_exp, "\n";
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DStringUtils.cpp238 int nActual = vsnprintf(cstr, size, fmt, argCopy); in FormatV() local
241 if (nActual > -1 && nActual < size) // We got a valid result in FormatV()
243 std::string str(cstr, nActual); in FormatV()
249 if (nActual > -1) // Exactly what we will need (glibc 2.1) in FormatV()
250 size = nActual + 1; in FormatV()
282 int nActual = vswprintf(cstr, size, fmt, argCopy); in FormatV() local
285 if (nActual > -1 && nActual < size) // We got a valid result in FormatV()
287 std::wstring str(cstr, nActual); in FormatV()
294 if (nActual > -1) // Exactly what we will need (glibc 2.1) in FormatV()
295 size = nActual + 1; in FormatV()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/file/
H A DINSTALL-FOLLOW_SYMLINK_CHAIN.cmake104 …message(SEND_ERROR "Expected symlink resolution for ${f}: ${resolved_${f}}\nActual resolution: ${r…
113 message(SEND_ERROR "Expected files:\n\n ^${syms}$\n\nActual files:\n\n ${actual_syms}")
158 …message(SEND_ERROR "Expected symlink resolution for ${f}: ${resolved_${f}}\nActual resolution: ${r…
167 message(SEND_ERROR "Expected files:\n\n ^${syms}$\n\nActual files:\n\n ${actual_syms}")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/file/
H A DINSTALL-FOLLOW_SYMLINK_CHAIN.cmake104 …message(SEND_ERROR "Expected symlink resolution for ${f}: ${resolved_${f}}\nActual resolution: ${r…
113 message(SEND_ERROR "Expected files:\n\n ^${syms}$\n\nActual files:\n\n ${actual_syms}")
158 …message(SEND_ERROR "Expected symlink resolution for ${f}: ${resolved_${f}}\nActual resolution: ${r…
167 message(SEND_ERROR "Expected files:\n\n ^${syms}$\n\nActual files:\n\n ${actual_syms}")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/file/
H A DINSTALL-FOLLOW_SYMLINK_CHAIN.cmake104 …message(SEND_ERROR "Expected symlink resolution for ${f}: ${resolved_${f}}\nActual resolution: ${r…
113 message(SEND_ERROR "Expected files:\n\n ^${syms}$\n\nActual files:\n\n ${actual_syms}")
158 …message(SEND_ERROR "Expected symlink resolution for ${f}: ${resolved_${f}}\nActual resolution: ${r…
167 message(SEND_ERROR "Expected files:\n\n ^${syms}$\n\nActual files:\n\n ${actual_syms}")
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Ditrpaint.cxx664 const SwFontScript nActual = pUnderlineFnt->GetActual(); in CheckSpecialUnderline() local
665 pUnderlineFnt->SetSize( Size( pUnderlineFnt->GetSize( nActual ).Width(), in CheckSpecialUnderline()
666 nNewFontHeight ), nActual ); in CheckSpecialUnderline()
670 pUnderlineFnt->SetWeight( WEIGHT_BOLD, nActual ); in CheckSpecialUnderline()
672 pUnderlineFnt->SetWeight( WEIGHT_NORMAL, nActual ); in CheckSpecialUnderline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport16.cxx101 …auto nActual = getProperty<sal_Int16>(getStyles("PageStyles")->getByName("Standard"), "NumberingTy… variable
102 CPPUNIT_ASSERT_EQUAL(style::NumberingType::NUMBER_HEBREW, nActual);
107 nActual = getProperty<sal_Int16>(xFootnotesSupplier->getFootnoteSettings(), "NumberingType");
108 CPPUNIT_ASSERT_EQUAL(style::NumberingType::CHARS_ARABIC_ABJAD, nActual);
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/qa/unit/
H A Dshape.cxx107 sal_Int32 nActual = xShape->getSize().Width; in CPPUNIT_TEST_FIXTURE() local
114 CPPUNIT_ASSERT_EQUAL(sal_Int32(5332), nActual); in CPPUNIT_TEST_FIXTURE()

1234567891011