Home
last modified time | relevance | path

Searched refs:expectedNumberOfCells (Results 1 – 9 of 9) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/Testing/Cxx/
H A DTestImageDataToUniformGrid.cxx40 int TestSingleGridBlanking(bool pointBlanking, bool reverse, int expectedNumberOfCells) in TestSingleGridBlanking() argument
84 if(outputGrid->GetNumberOfCells() == expectedNumberOfCells) in TestSingleGridBlanking()
88 vtkGenericWarningMacro("Expecting " << expectedNumberOfCells << " but getting " in TestSingleGridBlanking()
94 int TestMultiBlockBlanking(int expectedNumberOfCells) in TestMultiBlockBlanking() argument
128 if(outputGrid->GetNumberOfCells() == expectedNumberOfCells) in TestMultiBlockBlanking()
132 vtkGenericWarningMacro("Expecting " << expectedNumberOfCells << " but getting " in TestMultiBlockBlanking()
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/Testing/Cxx/
H A DTestImageDataToUniformGrid.cxx40 int TestSingleGridBlanking(bool pointBlanking, bool reverse, int expectedNumberOfCells) in TestSingleGridBlanking() argument
84 if(outputGrid->GetNumberOfCells() == expectedNumberOfCells) in TestSingleGridBlanking()
88 vtkGenericWarningMacro("Expecting " << expectedNumberOfCells << " but getting " in TestSingleGridBlanking()
94 int TestMultiBlockBlanking(int expectedNumberOfCells) in TestMultiBlockBlanking() argument
128 if(outputGrid->GetNumberOfCells() == expectedNumberOfCells) in TestMultiBlockBlanking()
132 vtkGenericWarningMacro("Expecting " << expectedNumberOfCells << " but getting " in TestMultiBlockBlanking()
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/Testing/Cxx/
H A DTestImageDataToUniformGrid.cxx40 int TestSingleGridBlanking(bool pointBlanking, bool reverse, int expectedNumberOfCells) in TestSingleGridBlanking() argument
82 if (outputGrid->GetNumberOfCells() == expectedNumberOfCells) in TestSingleGridBlanking()
87 "Expecting " << expectedNumberOfCells << " but getting " << outputGrid->GetNumberOfCells()); in TestSingleGridBlanking()
92 int TestMultiBlockBlanking(int expectedNumberOfCells) in TestMultiBlockBlanking() argument
127 if (outputGrid->GetNumberOfCells() == expectedNumberOfCells) in TestMultiBlockBlanking()
132 "Expecting " << expectedNumberOfCells << " but getting " << outputGrid->GetNumberOfCells()); in TestMultiBlockBlanking()
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelGeometry/Testing/Cxx/
H A DParallelConnectivity.cxx196 int expectedNumberOfCells = 2124; in RunParallelConnectivity() local
197 if (globalNumberOfCells != expectedNumberOfCells) in RunParallelConnectivity()
199 std::cerr << "Expected " << expectedNumberOfCells << " cells in largest " in RunParallelConnectivity()
210 expectedNumberOfCells = 862; // point (0, 0, 0) in RunParallelConnectivity()
211 if (globalNumberOfCells != expectedNumberOfCells) in RunParallelConnectivity()
213 std::cerr << "Expected " << expectedNumberOfCells << " cells in closest " in RunParallelConnectivity()
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelGeometry/Testing/Cxx/
H A DParallelConnectivity.cxx200 int expectedNumberOfCells = 2124; in RunParallelConnectivity() local
201 if (globalNumberOfCells != expectedNumberOfCells) in RunParallelConnectivity()
203 std::cerr << "Expected " << expectedNumberOfCells << " cells in largest " in RunParallelConnectivity()
213 expectedNumberOfCells = 862; // point (0, 0, 0) in RunParallelConnectivity()
214 if (globalNumberOfCells != expectedNumberOfCells) in RunParallelConnectivity()
216 std::cerr << "Expected " << expectedNumberOfCells << " cells in closest " in RunParallelConnectivity()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/Testing/Cxx/
H A DTestPOutlineFilter.cxx64 int expectedNumberOfCells = 12; in TestPOutlineFilter() local
67 outlineDS->GetOutput()->GetNumberOfCells() != expectedNumberOfCells || in TestPOutlineFilter()
68 outlineMB->GetOutput()->GetNumberOfCells() != expectedNumberOfCells) in TestPOutlineFilter()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/Testing/Cxx/
H A DTestCellTypeSource.cxx32 int expectedNumberOfPoints, int expectedNumberOfCells, in CheckCells() argument
61 if(output->GetNumberOfCells() != expectedNumberOfCells) in CheckCells()
63 cerr << "Expected " << expectedNumberOfCells << " cells but got " in CheckCells()
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/Testing/Cxx/
H A DTestCellTypeSource.cxx32 int expectedNumberOfCells, double* expectedSizeRange, double maxDistanceToCenter, in CheckCells() argument
60 if (output->GetNumberOfCells() != expectedNumberOfCells) in CheckCells()
62 cerr << "Expected " << expectedNumberOfCells << " cells but got " << output->GetNumberOfCells() in CheckCells()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DTestPartialResultsFromClientSide.java322 public void testExpectedNumberOfCellsPerPartialResult(Scan baseScan, int expectedNumberOfCells) in testExpectedNumberOfCellsPerPartialResult() argument
325 if (LOG.isInfoEnabled()) LOG.info("groupSize:" + expectedNumberOfCells); in testExpectedNumberOfCellsPerPartialResult()
333 scan.setMaxResultSize(getResultSizeForNumberOfCells(expectedNumberOfCells)); in testExpectedNumberOfCellsPerPartialResult()
347 result.rawCells().length == expectedNumberOfCells || !result.isPartial() in testExpectedNumberOfCellsPerPartialResult()