Home
last modified time | relevance | path

Searched refs:testSerialization (Results 1 – 25 of 983) sorted by relevance

12345678910>>...40

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/traits/
H A DBorderPropsTestCase.java44 public void testSerialization() throws Exception { in testSerialization() method in BorderPropsTestCase
50 testSerialization(sut); in testSerialization()
58 testSerialization(sut); in testSerialization()
72 testSerialization(sut); in testSerializationWithCornerRadii()
74 testSerialization(sut); in testSerializationWithCornerRadii()
78 private void testSerialization(BorderProps borderProp) { in testSerialization() method in BorderPropsTestCase
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/permissions/
H A DPackagePermissionTests.java212 testSerialization(p11); in testPackagePermission()
213 testSerialization(p12); in testPackagePermission()
214 testSerialization(p13); in testPackagePermission()
215 testSerialization(p14); in testPackagePermission()
216 testSerialization(p21); in testPackagePermission()
217 testSerialization(p22); in testPackagePermission()
218 testSerialization(p23); in testPackagePermission()
219 testSerialization(p24); in testPackagePermission()
H A DServicePermissionTests.java219 testSerialization(p11); in testServicePermission()
220 testSerialization(p12); in testServicePermission()
221 testSerialization(p13); in testServicePermission()
222 testSerialization(p14); in testServicePermission()
223 testSerialization(p21); in testServicePermission()
224 testSerialization(p22); in testServicePermission()
225 testSerialization(p23); in testServicePermission()
226 testSerialization(p24); in testServicePermission()
H A DAdminPermissionTests.java57 testSerialization(p1); in testAdminPermission()
58 testSerialization(p2); in testAdminPermission()
/dports/devel/spark/spark-2.1.1/streaming/src/test/scala/org/apache/spark/streaming/
H A DStateMapSuite.scala132 testSerialization(map1, "error deserializing and serialized empty map")
136 testSerialization(map1, "error deserializing and serialized map with data + no delta")
141 testSerialization(map2, "error deserializing and serialized map with 1 delta + no new data")
145 testSerialization(map2, "error deserializing and serialized map with 1 delta + new data")
149 testSerialization(map3, "error deserializing and serialized map with 2 delta + no new data")
152 testSerialization(map3, "error deserializing and serialized map with 2 delta + new data")
277 private def testSerialization[T: ClassTag]( method
279 testSerialization(new JavaSerializer(conf), map, msg)
280 testSerialization(new KryoSerializer(conf), map, msg)
283 private def testSerialization[T: ClassTag]( method
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/test/java/org/springframework/util/
H A DSerializationTestUtils.java31 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
39 testSerialization(o); in isSerializable()
73 testSerialization(o); in testWithNonSerializableObject()
87 testSerialization(p); in testWithSerializableObject()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/util/
H A DSerializationTestUtils.java31 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
39 testSerialization(o); in isSerializable()
73 testSerialization(o); in testWithNonSerializableObject()
87 testSerialization(p); in testWithSerializableObject()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/util/
H A DSerializationTestUtils.java31 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
39 testSerialization(o); in isSerializable()
73 testSerialization(o); in testWithNonSerializableObject()
87 testSerialization(p); in testWithSerializableObject()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/
H A DSerializationTestUtils.java31 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
39 testSerialization(o); in isSerializable()
73 testSerialization(o); in testWithNonSerializableObject()
87 testSerialization(p); in testWithSerializableObject()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.integration-tests/src/test/java/test/util/
H A DSerializationTestUtils.java43 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
51 testSerialization(o); in isSerializable()
80 testSerialization(o); in testWithNonSerializableObject()
90 testSerialization(p); in testWithSerializableObject()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/test/util/
H A DSerializationTestUtils.java43 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
51 testSerialization(o); in isSerializable()
80 testSerialization(o); in testWithNonSerializableObject()
90 testSerialization(p); in testWithSerializableObject()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/serializer/avro/
H A DTestAvroSerialization.java34 AvroRecord after = SerializationTestUtil.testSerialization(conf, before); in testSpecific()
43 Record after = SerializationTestUtil.testSerialization(conf, before); in testReflectPkg()
58 InnerRecord after = SerializationTestUtil.testSerialization(conf, before); in testReflectInnerClass()
66 SerializationTestUtil.testSerialization(conf, before); in testReflect()
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/streaming/
H A DStreamingQueryListenerSuite.scala206 def testSerialization(event: QueryStartedEvent): Unit = { method
214 testSerialization(new QueryStartedEvent(UUID.randomUUID, UUID.randomUUID, "name"))
215 testSerialization(new QueryStartedEvent(UUID.randomUUID, UUID.randomUUID, null))
219 def testSerialization(event: QueryProgressEvent): Unit = { method
227 testSerialization(new QueryProgressEvent(StreamingQueryStatusAndProgressSuite.testProgress1))
228 testSerialization(new QueryProgressEvent(StreamingQueryStatusAndProgressSuite.testProgress2))
232 def testSerialization(event: QueryTerminatedEvent): Unit = { method
241 testSerialization(
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/io/serializer/
H A DTestWritableSerialization.java44 testSerialization(conf, before); in testWritableSerialization()
59 Baz result = testSerialization(conf, baz); in testWritableConfigurable()
71 public static<K> K testSerialization(Configuration conf, K before) in testSerialization() method in TestWritableSerialization
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/util/
H A DSerializationTestUtils.java35 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
43 testSerialization(o); in isSerializable()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/util/
H A DSerializationTestUtils.java35 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
43 testSerialization(o); in isSerializable()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/util/
H A DSerializationTestUtils.java35 public static void testSerialization(Object o) throws IOException { in testSerialization() method in SerializationTestUtils
43 testSerialization(o); in isSerializable()
/dports/games/minetest/minetest-5.4.1/src/unittest/
H A Dtest_areastore.cpp34 void testSerialization();
45 TEST(testSerialization); in runTests()
126 void TestAreaStore::testSerialization() in testSerialization() function in TestAreaStore
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java50 EventQueue.invokeAndWait(UIClientPropertyKeyTest::testSerialization); in main()
56 private static void testSerialization() { in testSerialization() method in UIClientPropertyKeyTest
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/
H A DSerializationBenchmark.java41 testSerialization(factory, Fixtures.oneOfEach); in main()
45 public static void testSerialization(TProtocolFactory factory, TBase object) throws Exception { in testSerialization() method in SerializationBenchmark
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java50 EventQueue.invokeAndWait(UIClientPropertyKeyTest::testSerialization); in main()
56 private static void testSerialization() { in testSerialization() method in UIClientPropertyKeyTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java50 EventQueue.invokeAndWait(UIClientPropertyKeyTest::testSerialization); in main()
56 private static void testSerialization() { in testSerialization() method in UIClientPropertyKeyTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java50 EventQueue.invokeAndWait(UIClientPropertyKeyTest::testSerialization); in main()
56 private static void testSerialization() { in testSerialization() method in UIClientPropertyKeyTest
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/test/
H A DSerializationBenchmark.java41 testSerialization(factory, Fixtures.oneOfEach); in main()
45 public static void testSerialization(TProtocolFactory factory, TBase object) throws Exception { in testSerialization() method in SerializationBenchmark
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/
H A DSerializationBenchmark.java41 testSerialization(factory, Fixtures.oneOfEach); in main()
45 public static void testSerialization(TProtocolFactory factory, TBase object) throws Exception { in testSerialization() method in SerializationBenchmark

12345678910>>...40