Home
last modified time | relevance | path

Searched defs:TestMap (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc39 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 DSynchronizedMapTest.java47 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 DSynchronizedNavigableMapTest.java101 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 DForwardingConcurrentMapTest.java30 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 DSynchronizedMapTest.java47 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 DSynchronizedNavigableMapTest.java101 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 DForwardingConcurrentMapTest.java30 private static class TestMap extends ForwardingConcurrentMap<String, Integer> { class in ForwardingConcurrentMapTest
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs179 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 DMapUnittestProto3.cs179 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/
Dmain.go13 func TestMap() { func
/aosp_15_r20/external/google-fruit/tests/meta/
H A Dtest_map.py27 class TestMap(parameterized.TestCase): class
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dmap_test.go34 func TestMap(t *testing.T) { func
/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Dtry_seq_metadata_test.cc28 struct TestMap : public MetadataMap<TestMap, GrpcStatusMetadata> { struct
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/sliceimp.dir/
Dmain.go74 func TestMap() { func
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dlib.rs291 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 Dlib.rs290 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 Dlib.rs291 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 Dlib.rs290 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 Dlib.rs290 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 Dmap_test.proto38 message TestMap { message
/aosp_15_r20/external/google-breakpad/src/processor/
H A Daddress_map_unittest.cc77 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
H A Dstatic_contained_range_map_unittest.cc49 typedef google_breakpad::StaticContainedRangeMap<unsigned int, int> TestMap; typedef
/aosp_15_r20/external/fbjni/test/jni/
H A Diterator_tests.cpp96 typedef JHashMap<jclass, jthrowable> TestMap; in nativeTestMapIterator() typedef
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dorderedmap.go145 func TestMap() { func
Dslices.go213 func TestMap() { func

123