Home
last modified time | relevance | path

Searched defs:SubTest (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DSerializationBenchmark.cs86 private class SubTest class in Google.Protobuf.Benchmarks.SerializationBenchmark
93 public SubTest(ByteString data, IMessage message) in SubTest() method in Google.Protobuf.Benchmarks.SerializationBenchmark.SubTest
/external/mockito/src/test/java/org/mockitousage/annotation/
DSpyAnnotationInitializedInBaseClassTest.java57 public static class SubTest extends SpyAnnotationInitializedInBaseClassTest { class in SpyAnnotationInitializedInBaseClassTest
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise_test_util.cc403 absl::Status SubTest(TestExecutionEnvironment* env) { in SubTest() function