Home
last modified time | relevance | path

Searched refs:expectedExpansion (Results 1 – 15 of 15) sorted by relevance

/dports/devel/rapidcheck/rapidcheck-7bc7d30/test/detail/
H A DCaptureTests.cpp16 const std::string &expectedExpansion) { in verifyExpression() argument
17 SECTION(expectedExpansion) { in verifyExpression()
22 REQUIRE(ss.str() == expectedExpansion); in verifyExpression()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DEnvironment.ExpandEnvironmentVariables.cs141 private void Test(string toExpand, string expectedExpansion) in Test() argument
143 Assert.Equal(expectedExpansion, Environment.ExpandEnvironmentVariables(toExpand)); in Test()
144 …Assert.Equal("qq" + expectedExpansion + "rr", "qq" + Environment.ExpandEnvironmentVariables(toExpa… in Test()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/th-expand-syns-0.4.8.0/testing/
H A DMain.hs39 expectedExpansion =
49 (forallT'' ["y"] expectedExpansion))
/dports/devel/stack/stack-2.7.3/_cabal_deps/th-expand-syns-0.4.8.0/testing/
H A DMain.hs39 expectedExpansion =
49 (forallT'' ["y"] expectedExpansion))
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/archivers/zstd/zstd-1.5.0/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/emulators/citra/citra-ac98458e0/externals/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/tests/fuzz/
H A Dsimple_round_trip.c66 … size_t const expectedExpansion = bytesPerBlock * (1 + (normalCSize / MAX(1, targetCBlockSize))); in roundTripTest() local
67 size_t const allowedExpansion = (srcSize >> 3) + 5 * expectedExpansion + 10; in roundTripTest()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Evaluation/
H A DExpander_Tests.cs2628 … public void PropertyFunctionRuntimeInformation(string propertyFunction, string expectedExpansion) in PropertyFunctionRuntimeInformation() argument
2642expectedExpansion = formatString(expectedExpansion, currentPlatformString, currentArchitectureStri… in PropertyFunctionRuntimeInformation()
2646 Assert.Equal(expectedExpansion, result); in PropertyFunctionRuntimeInformation()