/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | simple_string_dictionary_unittest.cc | 39 typedef NonAllocatingMap<5, 9, 15> TestMap; in TEST() typedef 257 typedef NonAllocatingMap<4, 5, 7> TestMap; in TEST() typedef
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMapTest.java | 47 static class TestMap<K, V> extends ForwardingMap<K, V> implements Serializable { class in SynchronizedMapTest 51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedMapTest.TestMap
|
H A D | SynchronizedNavigableMapTest.java | 101 static class TestMap<K, V> extends SynchronizedMapTest.TestMap<K, V> class in SynchronizedNavigableMapTest 104 public TestMap(NavigableMap<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedNavigableMapTest.TestMap
|
H A D | ForwardingConcurrentMapTest.java | 30 private static class TestMap extends ForwardingConcurrentMap<String, Integer> { class in ForwardingConcurrentMapTest
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMapTest.java | 47 static class TestMap<K, V> extends ForwardingMap<K, V> implements Serializable { class in SynchronizedMapTest 51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedMapTest.TestMap
|
H A D | SynchronizedNavigableMapTest.java | 101 static class TestMap<K, V> extends SynchronizedMapTest.TestMap<K, V> class in SynchronizedNavigableMapTest 104 public TestMap(NavigableMap<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedNavigableMapTest.TestMap
|
H A D | ForwardingConcurrentMapTest.java | 30 private static class TestMap extends ForwardingConcurrentMap<String, Integer> { class in ForwardingConcurrentMapTest
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | MapUnittestProto3.cs | 179 public sealed partial class TestMap : pb::IMessage<TestMap> class 204 public TestMap() { in TestMap() method in Google.Protobuf.TestProtos.TestMap 212 public TestMap(TestMap other) : this() { in TestMap() method in Google.Protobuf.TestProtos.TestMap 822 public global::Google.Protobuf.TestProtos.TestMap TestMap { property in Google.Protobuf.TestProtos.TestMapSubmessage
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | MapUnittestProto3.cs | 179 public sealed partial class TestMap : pb::IMessage<TestMap> class 204 public TestMap() { in TestMap() method in Google.Protobuf.TestProtos.TestMap 212 public TestMap(TestMap other) : this() { in TestMap() method in Google.Protobuf.TestProtos.TestMap 822 public global::Google.Protobuf.TestProtos.TestMap TestMap { property in Google.Protobuf.TestProtos.TestMapSubmessage
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/orderedmapsimp.dir/ |
D | main.go | 13 func TestMap() { func
|
/aosp_15_r20/external/google-fruit/tests/meta/ |
H A D | test_map.py | 27 class TestMap(parameterized.TestCase): class
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/ |
D | map_test.go | 34 func TestMap(t *testing.T) { func
|
/aosp_15_r20/external/grpc-grpc/test/core/promise/ |
H A D | try_seq_metadata_test.cc | 28 struct TestMap : public MetadataMap<TestMap, GrpcStatusMetadata> { struct
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/sliceimp.dir/ |
D | main.go | 74 func TestMap() { func
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 291 type TestMap = HashMap<TestId, RunningTest, BuildHasherDefault<DefaultHasher>>; in run_tests() typedef 353 running_tests: &TestMap, in run_tests()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 290 type TestMap = HashMap<TestId, RunningTest, BuildHasherDefault<DefaultHasher>>; in run_tests() typedef 352 running_tests: &TestMap, in run_tests()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 291 type TestMap = HashMap<TestId, RunningTest, BuildHasherDefault<DefaultHasher>>; in run_tests() typedef 353 running_tests: &TestMap, in run_tests()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 290 type TestMap = HashMap<TestId, RunningTest, BuildHasherDefault<DefaultHasher>>; in run_tests() typedef 352 running_tests: &TestMap, in run_tests()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 290 type TestMap = HashMap<TestId, RunningTest, BuildHasherDefault<DefaultHasher>>; in run_tests() typedef 352 running_tests: &TestMap, in run_tests()
|
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
H A D | map_test.proto | 38 message TestMap { message
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | address_map_unittest.cc | 77 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
|
H A D | static_contained_range_map_unittest.cc | 49 typedef google_breakpad::StaticContainedRangeMap<unsigned int, int> TestMap; typedef
|
/aosp_15_r20/external/fbjni/test/jni/ |
H A D | iterator_tests.cpp | 96 typedef JHashMap<jclass, jthrowable> TestMap; in nativeTestMapIterator() typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | orderedmap.go | 145 func TestMap() { func
|
D | slices.go | 213 func TestMap() { func
|