Home
last modified time | relevance | path

Searched refs:expectedSize (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/main/java/org/springframework/dao/
H A DIncorrectResultSizeDataAccessException.java31 private int expectedSize; field in IncorrectResultSizeDataAccessException
40 public IncorrectResultSizeDataAccessException(int expectedSize) { in IncorrectResultSizeDataAccessException() argument
41 super("Incorrect result size: expected " + expectedSize); in IncorrectResultSizeDataAccessException()
42 this.expectedSize = expectedSize; in IncorrectResultSizeDataAccessException()
53 this.expectedSize = expectedSize; in IncorrectResultSizeDataAccessException()
62 public IncorrectResultSizeDataAccessException(String msg, int expectedSize) { in IncorrectResultSizeDataAccessException() argument
64 this.expectedSize = expectedSize; in IncorrectResultSizeDataAccessException()
76 this.expectedSize = expectedSize; in IncorrectResultSizeDataAccessException()
88 this.expectedSize = expectedSize; in IncorrectResultSizeDataAccessException()
101 this.expectedSize = expectedSize; in IncorrectResultSizeDataAccessException()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/test/
H A DTestFreeRDPCodecMppc.c747 UINT32 expectedSize; in test_MppcCompressBellsRdp5() local
766 if (DstSize != expectedSize) in test_MppcCompressBellsRdp5()
800 UINT32 expectedSize; in test_MppcCompressBellsRdp4() local
819 if (DstSize != expectedSize) in test_MppcCompressBellsRdp4()
852 UINT32 expectedSize; in test_MppcDecompressBellsRdp5() local
870 if (DstSize != expectedSize) in test_MppcDecompressBellsRdp5()
899 UINT32 expectedSize; in test_MppcDecompressBellsRdp4() local
917 if (DstSize != expectedSize) in test_MppcDecompressBellsRdp4()
947 UINT32 expectedSize; in test_MppcCompressIslandRdp5() local
1000 UINT32 expectedSize; in test_MppcCompressBufferRdp5() local
[all …]
H A DTestFreeRDPCodecXCrush.c53 UINT32 expectedSize; in test_XCrushCompressBells() local
59 expectedSize = sizeof(TEST_BELLS_DATA_XCRUSH) - 1; in test_XCrushCompressBells()
66 if (DstSize != expectedSize) in test_XCrushCompressBells()
70 DstSize, expectedSize); in test_XCrushCompressBells()
74 BitDump(__FUNCTION__, WLOG_INFO, TEST_BELLS_DATA_XCRUSH, expectedSize * 8, 0); in test_XCrushCompressBells()
84 BitDump(__FUNCTION__, WLOG_INFO, TEST_BELLS_DATA_XCRUSH, expectedSize * 8, 0); in test_XCrushCompressBells()
100 UINT32 expectedSize; in test_XCrushCompressIsland() local
106 expectedSize = sizeof(TEST_ISLAND_DATA_XCRUSH) - 1; in test_XCrushCompressIsland()
113 if (DstSize != expectedSize) in test_XCrushCompressIsland()
117 DstSize, expectedSize); in test_XCrushCompressIsland()
[all …]
H A DTestFreeRDPCodecZGfx.c36 UINT32 expectedSize; in test_ZGfxCompressFox() local
53 if (DstSize != expectedSize) in test_ZGfxCompressFox()
57 DstSize, expectedSize); in test_ZGfxCompressFox()
88 UINT32 expectedSize; in test_ZGfxDecompressFoxSingle() local
105 if (DstSize != expectedSize) in test_ZGfxDecompressFoxSingle()
109 DstSize, expectedSize); in test_ZGfxDecompressFoxSingle()
140 UINT32 expectedSize; in test_ZGfxDecompressFoxMultipart() local
157 if (DstSize != expectedSize) in test_ZGfxDecompressFoxMultipart()
161 DstSize, expectedSize); in test_ZGfxDecompressFoxMultipart()
194 UINT32 expectedSize; in test_ZGfxCompressConsistent() local
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dimmutable_test.go62 expectedSize := uint64(0)
88 expectedSize += (nodeFieldsSize + 8)
91 "want %d", i, gotSize, expectedSize)
147 expectedSize -= (nodeFieldsSize + 8)
162 expectedSize := uint64(0)
188 expectedSize += (nodeFieldsSize + 8)
263 expectedSize := uint64(0)
339 expectedSize := uint64(0)
361 expectedSize -= uint64(len(key))
365 gotSize, expectedSize)
[all …]
H A Dmutable_test.go118 expectedSize := uint64(0)
144 expectedSize += (nodeFieldsSize + 8)
147 "want %d", i, gotSize, expectedSize)
203 expectedSize -= (nodeFieldsSize + 8)
206 "want %d", i, gotSize, expectedSize)
218 expectedSize := uint64(0)
244 expectedSize += (nodeFieldsSize + 8)
304 expectedSize -= (nodeFieldsSize + 8)
319 expectedSize := uint64(0)
381 expectedSize -= (nodeFieldsSize + 64)
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dimmutable_test.go62 expectedSize := uint64(0)
88 expectedSize += (nodeFieldsSize + 8)
91 "want %d", i, gotSize, expectedSize)
147 expectedSize -= (nodeFieldsSize + 8)
162 expectedSize := uint64(0)
188 expectedSize += (nodeFieldsSize + 8)
263 expectedSize := uint64(0)
339 expectedSize := uint64(0)
361 expectedSize -= uint64(len(key))
365 gotSize, expectedSize)
[all …]
H A Dmutable_test.go118 expectedSize := uint64(0)
144 expectedSize += (nodeFieldsSize + 8)
147 "want %d", i, gotSize, expectedSize)
203 expectedSize -= (nodeFieldsSize + 8)
206 "want %d", i, gotSize, expectedSize)
218 expectedSize := uint64(0)
244 expectedSize += (nodeFieldsSize + 8)
304 expectedSize -= (nodeFieldsSize + 8)
319 expectedSize := uint64(0)
381 expectedSize -= (nodeFieldsSize + 64)
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dimmutable_test.go62 expectedSize := uint64(0)
88 expectedSize += (nodeFieldsSize + 8)
91 "want %d", i, gotSize, expectedSize)
147 expectedSize -= (nodeFieldsSize + 8)
162 expectedSize := uint64(0)
188 expectedSize += (nodeFieldsSize + 8)
263 expectedSize := uint64(0)
339 expectedSize := uint64(0)
361 expectedSize -= uint64(len(key))
365 gotSize, expectedSize)
[all …]
H A Dmutable_test.go118 expectedSize := uint64(0)
144 expectedSize += (nodeFieldsSize + 8)
147 "want %d", i, gotSize, expectedSize)
203 expectedSize -= (nodeFieldsSize + 8)
206 "want %d", i, gotSize, expectedSize)
218 expectedSize := uint64(0)
244 expectedSize += (nodeFieldsSize + 8)
304 expectedSize -= (nodeFieldsSize + 8)
319 expectedSize := uint64(0)
381 expectedSize -= (nodeFieldsSize + 64)
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dimmutable_test.go62 expectedSize := uint64(0)
88 expectedSize += (nodeFieldsSize + 8)
91 "want %d", i, gotSize, expectedSize)
147 expectedSize -= (nodeFieldsSize + 8)
162 expectedSize := uint64(0)
188 expectedSize += (nodeFieldsSize + 8)
263 expectedSize := uint64(0)
339 expectedSize := uint64(0)
361 expectedSize -= uint64(len(key))
365 gotSize, expectedSize)
[all …]
H A Dmutable_test.go118 expectedSize := uint64(0)
144 expectedSize += (nodeFieldsSize + 8)
147 "want %d", i, gotSize, expectedSize)
203 expectedSize -= (nodeFieldsSize + 8)
206 "want %d", i, gotSize, expectedSize)
218 expectedSize := uint64(0)
244 expectedSize += (nodeFieldsSize + 8)
304 expectedSize -= (nodeFieldsSize + 8)
319 expectedSize := uint64(0)
381 expectedSize -= (nodeFieldsSize + 64)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dimmutable_test.go62 expectedSize := uint64(0)
88 expectedSize += (nodeFieldsSize + 8)
91 "want %d", i, gotSize, expectedSize)
147 expectedSize -= (nodeFieldsSize + 8)
162 expectedSize := uint64(0)
188 expectedSize += (nodeFieldsSize + 8)
263 expectedSize := uint64(0)
339 expectedSize := uint64(0)
361 expectedSize -= uint64(len(key))
365 gotSize, expectedSize)
[all …]
H A Dmutable_test.go118 expectedSize := uint64(0)
144 expectedSize += (nodeFieldsSize + 8)
147 "want %d", i, gotSize, expectedSize)
203 expectedSize -= (nodeFieldsSize + 8)
206 "want %d", i, gotSize, expectedSize)
218 expectedSize := uint64(0)
244 expectedSize += (nodeFieldsSize + 8)
304 expectedSize -= (nodeFieldsSize + 8)
319 expectedSize := uint64(0)
381 expectedSize -= (nodeFieldsSize + 64)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dimmutable_test.go62 expectedSize := uint64(0)
88 expectedSize += (nodeFieldsSize + 8)
91 "want %d", i, gotSize, expectedSize)
147 expectedSize -= (nodeFieldsSize + 8)
162 expectedSize := uint64(0)
188 expectedSize += (nodeFieldsSize + 8)
263 expectedSize := uint64(0)
339 expectedSize := uint64(0)
361 expectedSize -= uint64(len(key))
365 gotSize, expectedSize)
[all …]
H A Dmutable_test.go118 expectedSize := uint64(0)
144 expectedSize += (nodeFieldsSize + 8)
147 "want %d", i, gotSize, expectedSize)
203 expectedSize -= (nodeFieldsSize + 8)
206 "want %d", i, gotSize, expectedSize)
218 expectedSize := uint64(0)
244 expectedSize += (nodeFieldsSize + 8)
304 expectedSize -= (nodeFieldsSize + 8)
319 expectedSize := uint64(0)
381 expectedSize -= (nodeFieldsSize + 64)
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/
H A Dtest_device_queue_hw_gen11.cpp25 auto expectedSize = getMinimumSlbSize<FamilyType>(); in GEN11TEST_F() local
26 expectedSize *= 128; //num of enqueues in GEN11TEST_F()
27 expectedSize += sizeof(typename FamilyType::MI_BATCH_BUFFER_START); in GEN11TEST_F()
28 expectedSize = alignUp(expectedSize, MemoryConstants::pageSize); in GEN11TEST_F()
29 expectedSize += MockDeviceQueueHw<FamilyType>::getExecutionModelCleanupSectionSize(); in GEN11TEST_F()
30 expectedSize += (4 * MemoryConstants::pageSize); in GEN11TEST_F()
31 expectedSize = alignUp(expectedSize, MemoryConstants::pageSize); in GEN11TEST_F()
34 EXPECT_EQ(deviceQueue->getSlbBuffer()->getUnderlyingBufferSize(), expectedSize); in GEN11TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/ipdl/test/cxx/
H A DTestShmem.cpp55 const size_t& expectedSize) in RecvTake() argument
57 if (mem.Size<char>() != expectedSize) in RecvTake()
59 expectedSize, mem.Size<char>()); in RecvTake()
60 if (unsafe.Size<char>() != expectedSize) in RecvTake()
62 expectedSize, unsafe.Size<char>()); in RecvTake()
83 TestShmemChild::RecvGive(Shmem&& mem, Shmem&& unsafe, const size_t& expectedSize) in RecvGive() argument
85 if (mem.Size<char>() != expectedSize) in RecvGive()
87 expectedSize, mem.Size<char>()); in RecvGive()
88 if (unsafe.Size<char>() != expectedSize) in RecvGive()
90 expectedSize, unsafe.Size<char>()); in RecvGive()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/test/cxx/
H A DTestShmem.cpp51 const size_t& expectedSize) { in RecvTake() argument
52 if (mem.Size<char>() != expectedSize) in RecvTake()
53 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
55 if (unsafe.Size<char>() != expectedSize) in RecvTake()
56 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
76 const size_t& expectedSize) { in RecvGive() argument
77 if (mem.Size<char>() != expectedSize) in RecvGive()
78 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
80 if (unsafe.Size<char>() != expectedSize) in RecvGive()
81 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/test/cxx/
H A DTestShmem.cpp51 const size_t& expectedSize) { in RecvTake() argument
52 if (mem.Size<char>() != expectedSize) in RecvTake()
53 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
55 if (unsafe.Size<char>() != expectedSize) in RecvTake()
56 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
76 const size_t& expectedSize) { in RecvGive() argument
77 if (mem.Size<char>() != expectedSize) in RecvGive()
78 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
80 if (unsafe.Size<char>() != expectedSize) in RecvGive()
81 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
[all …]
/dports/www/firefox/firefox-99.0/ipc/ipdl/test/cxx/
H A DTestShmem.cpp51 const size_t& expectedSize) { in RecvTake() argument
52 if (mem.Size<char>() != expectedSize) in RecvTake()
53 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
55 if (unsafe.Size<char>() != expectedSize) in RecvTake()
56 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
76 const size_t& expectedSize) { in RecvGive() argument
77 if (mem.Size<char>() != expectedSize) in RecvGive()
78 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
80 if (unsafe.Size<char>() != expectedSize) in RecvGive()
81 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/test/cxx/
H A DTestShmem.cpp51 const size_t& expectedSize) { in RecvTake() argument
52 if (mem.Size<char>() != expectedSize) in RecvTake()
53 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
55 if (unsafe.Size<char>() != expectedSize) in RecvTake()
56 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvTake()
76 const size_t& expectedSize) { in RecvGive() argument
77 if (mem.Size<char>() != expectedSize) in RecvGive()
78 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
80 if (unsafe.Size<char>() != expectedSize) in RecvGive()
81 fail("expected shmem size %lu, but it has size %lu", expectedSize, in RecvGive()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/test/cxx/
H A DTestShmem.cpp55 const size_t& expectedSize) in RecvTake() argument
57 if (mem.Size<char>() != expectedSize) in RecvTake()
59 expectedSize, mem.Size<char>()); in RecvTake()
60 if (unsafe.Size<char>() != expectedSize) in RecvTake()
62 expectedSize, unsafe.Size<char>()); in RecvTake()
83 TestShmemChild::RecvGive(Shmem&& mem, Shmem&& unsafe, const size_t& expectedSize) in RecvGive() argument
85 if (mem.Size<char>() != expectedSize) in RecvGive()
87 expectedSize, mem.Size<char>()); in RecvGive()
88 if (unsafe.Size<char>() != expectedSize) in RecvGive()
90 expectedSize, unsafe.Size<char>()); in RecvGive()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdUsdzResolver.cpp56 size_t expectedSize, size_t expectedOffset) { in TestOpenAsset() argument
65 TF_AXIOM(asset->GetSize() == expectedSize); in TestOpenAsset()
71 TF_AXIOM(ArchGetFileMappingLength(srcFile) == expectedSize); in TestOpenAsset()
75 TF_AXIOM(std::equal(buffer.get(), buffer.get() + expectedSize, in TestOpenAsset()
78 std::unique_ptr<char[]> arr(new char[expectedSize]); in TestOpenAsset()
79 TF_AXIOM(asset->Read(arr.get(), expectedSize, 0) == expectedSize); in TestOpenAsset()
80 TF_AXIOM(std::equal(arr.get(), arr.get() + expectedSize, in TestOpenAsset()
84 size_t numToRead = expectedSize - offset; in TestOpenAsset()
85 arr.reset(new char[expectedSize - offset]); in TestOpenAsset()
97 file.get() + fileAndOffset.second + expectedSize, in TestOpenAsset()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen9/
H A Dtest_device_queue_hw_gen9.cpp24 auto expectedSize = getMinimumSlbSize<FamilyType>() + in GEN9TEST_F() local
30 expectedSize *= 128; //num of enqueues in GEN9TEST_F()
31 expectedSize += sizeof(typename FamilyType::MI_BATCH_BUFFER_START); in GEN9TEST_F()
32 expectedSize = alignUp(expectedSize, MemoryConstants::pageSize); in GEN9TEST_F()
33 expectedSize += MockDeviceQueueHw<FamilyType>::getExecutionModelCleanupSectionSize(); in GEN9TEST_F()
34 expectedSize += (4 * MemoryConstants::pageSize); in GEN9TEST_F()
35 expectedSize = alignUp(expectedSize, MemoryConstants::pageSize); in GEN9TEST_F()
38 EXPECT_EQ(deviceQueue->getSlbBuffer()->getUnderlyingBufferSize(), expectedSize); in GEN9TEST_F()

12345678910>>...50