Home
last modified time | relevance | path

Searched refs:test_serialization (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/base/json/
Djson_value_serializer_unittest.cc241 std::string test_serialization; in TEST() local
242 JSONStringValueSerializer mutable_serializer(&test_serialization); in TEST()
244 ASSERT_EQ(kOriginalSerialization, test_serialization); in TEST()
264 ASSERT_EQ(pretty_serialization, test_serialization); in TEST()
/external/tensorflow/tensorflow/python/keras/
Dconstraints_test.py42 def test_serialization(self): member in KerasConstraintsTest
Dactivations_test.py38 def test_serialization(self): member in KerasActivationsTest
Dlosses_test.py136 def test_serialization(self): member in KerasLossesTest
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLSyntaxErrorExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLSyntaxErrorExceptionTest
DSQLInvalidAuthorizationSpecExceptionTest.java1285 public void test_serialization() throws Exception { in test_serialization() method in SQLInvalidAuthorizationSpecExceptionTest
DSQLRecoverableExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLRecoverableExceptionTest
DSQLTimeoutExceptionTest.java1063 public void test_serialization() throws Exception { in test_serialization() method in SQLTimeoutExceptionTest
DSQLIntegrityConstraintViolationExceptionTest.java1301 public void test_serialization() throws Exception { in test_serialization() method in SQLIntegrityConstraintViolationExceptionTest
DSQLNonTransientConnectionExceptionTest.java1270 public void test_serialization() throws Exception { in test_serialization() method in SQLNonTransientConnectionExceptionTest
DSQLFeatureNotSupportedExceptionTest.java1226 public void test_serialization() throws Exception { in test_serialization() method in SQLFeatureNotSupportedExceptionTest
DSQLTransientConnectionExceptionTest.java1226 public void test_serialization() throws Exception { in test_serialization() method in SQLTransientConnectionExceptionTest
DSQLTransientExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLTransientExceptionTest
DSQLTransactionRollbackExceptionTest.java1226 public void test_serialization() throws Exception { in test_serialization() method in SQLTransactionRollbackExceptionTest
DSQLDataExceptionTest.java1057 public void test_serialization() throws Exception { in test_serialization() method in SQLDataExceptionTest
DSQLNonTransientExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLNonTransientExceptionTest
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py448 def test_serialization(self): member in NumericColumnTest
806 def test_serialization(self): member in BucketizedColumnTest
1074 def test_serialization(self): member in HashedCategoricalColumnTest
1553 def test_serialization(self): member in CrossedColumnTest
5021 def test_serialization(self): member in VocabularyFileCategoricalColumnTest
5485 def test_serialization(self): member in VocabularyListCategoricalColumnTest
5787 def test_serialization(self): member in IdentityCategoricalColumnTest
6168 def test_serialization(self): member in IndicatorColumnTest
7831 def test_serialization(self): member in SharedEmbeddingColumnTest
8320 def test_serialization(self): member in WeightedCategoricalColumnTest