/external/libchrome/base/json/ |
D | json_value_serializer_unittest.cc | 241 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/ |
D | constraints_test.py | 42 def test_serialization(self): member in KerasConstraintsTest
|
D | activations_test.py | 38 def test_serialization(self): member in KerasActivationsTest
|
D | losses_test.py | 136 def test_serialization(self): member in KerasLossesTest
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | SQLSyntaxErrorExceptionTest.java | 1064 public void test_serialization() throws Exception { in test_serialization() method in SQLSyntaxErrorExceptionTest
|
D | SQLInvalidAuthorizationSpecExceptionTest.java | 1285 public void test_serialization() throws Exception { in test_serialization() method in SQLInvalidAuthorizationSpecExceptionTest
|
D | SQLRecoverableExceptionTest.java | 1064 public void test_serialization() throws Exception { in test_serialization() method in SQLRecoverableExceptionTest
|
D | SQLTimeoutExceptionTest.java | 1063 public void test_serialization() throws Exception { in test_serialization() method in SQLTimeoutExceptionTest
|
D | SQLIntegrityConstraintViolationExceptionTest.java | 1301 public void test_serialization() throws Exception { in test_serialization() method in SQLIntegrityConstraintViolationExceptionTest
|
D | SQLNonTransientConnectionExceptionTest.java | 1270 public void test_serialization() throws Exception { in test_serialization() method in SQLNonTransientConnectionExceptionTest
|
D | SQLFeatureNotSupportedExceptionTest.java | 1226 public void test_serialization() throws Exception { in test_serialization() method in SQLFeatureNotSupportedExceptionTest
|
D | SQLTransientConnectionExceptionTest.java | 1226 public void test_serialization() throws Exception { in test_serialization() method in SQLTransientConnectionExceptionTest
|
D | SQLTransientExceptionTest.java | 1064 public void test_serialization() throws Exception { in test_serialization() method in SQLTransientExceptionTest
|
D | SQLTransactionRollbackExceptionTest.java | 1226 public void test_serialization() throws Exception { in test_serialization() method in SQLTransactionRollbackExceptionTest
|
D | SQLDataExceptionTest.java | 1057 public void test_serialization() throws Exception { in test_serialization() method in SQLDataExceptionTest
|
D | SQLNonTransientExceptionTest.java | 1064 public void test_serialization() throws Exception { in test_serialization() method in SQLNonTransientExceptionTest
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 448 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
|