Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DGoogleMessageBenchmark.cs90 private class SubTest class in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
97 public SubTest(byte[] data, IMessage message) in SubTest() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest
H A DWriteMessagesBenchmark.cs145 private class SubTest class in Google.Protobuf.Benchmarks.WriteMessagesBenchmark
151 public SubTest(IMessage message, int maxMessageCount) in SubTest() method in Google.Protobuf.Benchmarks.WriteMessagesBenchmark.SubTest
H A DParseMessagesBenchmark.cs199 private class SubTest class in Google.Protobuf.Benchmarks.ParseMessagesBenchmark
210 …public SubTest(IMessage message, MessageParser parser, Func<IMessage> factory, int maxMessageCount) in SubTest() method in Google.Protobuf.Benchmarks.ParseMessagesBenchmark.SubTest
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DGoogleMessageBenchmark.cs90 private class SubTest class in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
97 public SubTest(byte[] data, IMessage message) in SubTest() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest
H A DWriteMessagesBenchmark.cs145 private class SubTest class in Google.Protobuf.Benchmarks.WriteMessagesBenchmark
151 public SubTest(IMessage message, int maxMessageCount) in SubTest() method in Google.Protobuf.Benchmarks.WriteMessagesBenchmark.SubTest
H A DParseMessagesBenchmark.cs199 private class SubTest class in Google.Protobuf.Benchmarks.ParseMessagesBenchmark
210 …public SubTest(IMessage message, MessageParser parser, Func<IMessage> factory, int maxMessageCount) in SubTest() method in Google.Protobuf.Benchmarks.ParseMessagesBenchmark.SubTest
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
H A DSubTest.java5 public class SubTest { class
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
H A DSubTest.java5 public class SubTest { class
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/annotation/
H A DSpyAnnotationInitializedInBaseClassTest.java57 public static class SubTest extends SpyAnnotationInitializedInBaseClassTest { class in SpyAnnotationInitializedInBaseClassTest
/aosp_15_r20/art/test/411-optimizing-arith/src/
H A DSubTest.java19 public class SubTest { class
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_math_ops.py434 class SubTest(NamedTuple): class
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Delementwise_test_util.cc501 absl::Status SubTest(TestExecutionEnvironment* env) { in SubTest() function