Home
last modified time | relevance | path

Searched refs:testSize (Results 101 – 125 of 960) sorted by relevance

12345678910>>...39

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_chunkedList.cpp50 static void testSize() { in testSize() function in TestChunkedList
101 TestChunkedList<Metadata*>::testSize(); in TEST()
105 TestChunkedList<Metadata*>::testSize(); in TEST()
121 TestChunkedList<size_t>::testSize(); in TEST()
125 TestChunkedList<size_t>::testSize(); in TEST()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_chunkedList.cpp50 static void testSize() { in testSize() function in TestChunkedList
101 TestChunkedList<Metadata*>::testSize(); in TEST()
105 TestChunkedList<Metadata*>::testSize(); in TEST()
121 TestChunkedList<size_t>::testSize(); in TEST()
125 TestChunkedList<size_t>::testSize(); in TEST()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_chunkedList.cpp50 static void testSize() { in testSize() function in TestChunkedList
101 TestChunkedList<Metadata*>::testSize(); in TEST()
105 TestChunkedList<Metadata*>::testSize(); in TEST()
121 TestChunkedList<size_t>::testSize(); in TEST()
125 TestChunkedList<size_t>::testSize(); in TEST()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_chunkedList.cpp50 static void testSize() { in testSize() function in TestChunkedList
101 TestChunkedList<Metadata*>::testSize(); in TEST()
105 TestChunkedList<Metadata*>::testSize(); in TEST()
121 TestChunkedList<size_t>::testSize(); in TEST()
125 TestChunkedList<size_t>::testSize(); in TEST()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_chunkedList.cpp50 static void testSize() { in testSize() function in TestChunkedList
101 TestChunkedList<Metadata*>::testSize(); in TEST()
105 TestChunkedList<Metadata*>::testSize(); in TEST()
121 TestChunkedList<size_t>::testSize(); in TEST()
125 TestChunkedList<size_t>::testSize(); in TEST()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/utilities/
H A Dtest_chunkedList.cpp50 static void testSize() { in testSize() function in TestChunkedList
101 TestChunkedList<Metadata*>::testSize(); in TEST()
105 TestChunkedList<Metadata*>::testSize(); in TEST()
121 TestChunkedList<size_t>::testSize(); in TEST()
125 TestChunkedList<size_t>::testSize(); in TEST()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_chunkedList.cpp50 static void testSize() { in testSize() function in TestChunkedList
101 TestChunkedList<Metadata*>::testSize(); in TEST()
105 TestChunkedList<Metadata*>::testSize(); in TEST()
121 TestChunkedList<size_t>::testSize(); in TEST()
125 TestChunkedList<size_t>::testSize(); in TEST()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/Performance/
H A DDcsPerformanceTest.cs24 public void DcsSerializationTest(int numberOfRuns, TestType testType, int testSize) in DcsSerializationTest() argument
26 …PerformanceTestCommon.RunSerializationPerformanceTest(numberOfRuns, testType, testSize, DcsSeriali… in DcsSerializationTest()
31 public void DcsDeSerializationTest(int numberOfRuns, TestType testType, int testSize) in DcsDeSerializationTest() argument
33 …nceTestCommon.RunDeserializationPerformanceTest(numberOfRuns, testType, testSize, DcsSerializerFac… in DcsDeSerializationTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Json/tests/Performance/
H A DDcjsPerformanceTest.cs24 public void DcjsSerializationTest(int numberOfRuns, TestType testType, int testSize) in DcjsSerializationTest() argument
26 …PerformanceTestCommon.RunSerializationPerformanceTest(numberOfRuns, testType, testSize, DcjsSerial… in DcjsSerializationTest()
31 public void DcjsDeSerializationTest(int numberOfRuns, TestType testType, int testSize) in DcjsDeSerializationTest() argument
33 …nceTestCommon.RunDeserializationPerformanceTest(numberOfRuns, testType, testSize, DcjsSerializerFa… in DcjsDeSerializationTest()
H A DJsonNetPerformanceTest.cs25 public void JsonNetSerializationTest(int numberOfRuns, TestType testType, int testSize) in JsonNetSerializationTest() argument
27 …PerformanceTestCommon.RunSerializationPerformanceTest(numberOfRuns, testType, testSize, JsonNetSer… in JsonNetSerializationTest()
32 public void JsonNetDeSerializationTest(int numberOfRuns, TestType testType, int testSize) in JsonNetDeSerializationTest() argument
34 …nceTestCommon.RunDeserializationPerformanceTest(numberOfRuns, testType, testSize, JsonNetSerialize… in JsonNetDeSerializationTest()
/dports/www/aria2/aria2-1.36.0/test/
H A DDefaultDiskWriterTest.cc11 CPPUNIT_TEST(testSize);
18 void testSize();
23 void DefaultDiskWriterTest::testSize() in testSize() function in aria2::DefaultDiskWriterTest
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/SocketChannel/
H A DWrite.java42 static int testSize = 15; field in Write
53 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
54 for(int i=0; i<testSize; i++) { in bufferTest()
74 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/SocketChannel/
H A DWrite.java41 static int testSize = 15; field in Write
52 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
53 for(int i=0; i<testSize; i++) { in bufferTest()
73 for(int j=0; j<testSize; j++) in bufferTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/SocketChannel/
H A DWrite.java42 static int testSize = 15; field in Write
53 ByteBuffer[] bufs = new ByteBuffer[testSize]; in bufferTest()
54 for(int i=0; i<testSize; i++) { in bufferTest()
74 for(int j=0; j<testSize; j++) in bufferTest()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/main_tests/
H A Ddecision_tree_test.cpp73 size_t testSize = testData.n_cols; variable
86 REQUIRE(IO::GetParam<arma::Row<size_t>>("predictions").n_cols == testSize);
87 REQUIRE(IO::GetParam<arma::mat>("probabilities").n_cols == testSize);
119 size_t testSize = testData.n_cols; variable
132 REQUIRE(IO::GetParam<arma::Row<size_t>>("predictions").n_cols == testSize);
133 REQUIRE(IO::GetParam<arma::mat>("probabilities").n_cols == testSize);
311 size_t testSize = testData.n_cols; variable
342 REQUIRE(IO::GetParam<arma::Row<size_t>>("predictions").n_cols == testSize);
343 REQUIRE(IO::GetParam<arma::mat>("probabilities").n_cols == testSize);
415 size_t testSize = testData.n_cols; variable
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlSerializer/Performance/
H A DXsPerformanceTest.cs50 public void XsSerializationTest(int numberOfRuns, TestType testType, int testSize) in XsSerializationTest() argument
52 …PerformanceTestCommon.RunSerializationPerformanceTest(numberOfRuns, testType, testSize, XsSerializ… in XsSerializationTest()
57 public void XsDeSerializationTest(int numberOfRuns, TestType testType, int testSize) in XsDeSerializationTest() argument
59 …nceTestCommon.RunDeserializationPerformanceTest(numberOfRuns, testType, testSize, XsSerializerFact… in XsDeSerializationTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestSetMaxSize.java42 long testSize = 123456789; in main() local
49 if (size == testSize) { in main()
53 System.out.println("Max size not set, was " + size + ", but expected " + testSize); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestSetMaxSize.java42 long testSize = 123456789; in main() local
49 if (size == testSize) { in main()
53 System.out.println("Max size not set, was " + size + ", but expected " + testSize); in main()

12345678910>>...39