/aosp_15_r20/prebuilts/go/linux-x86/src/sync/ |
D | map.go | 38 type Map struct { struct 39 mu Mutex 50 read atomic.Pointer[readOnly] 62 dirty map[any]*entry 70 misses int 113 func (m *Map) loadReadOnly() readOnly { 123 func (m *Map) Load(key any) (value any, ok bool) { 157 func (m *Map) Store(key, value any) { 162 func (m *Map) Clear() { 227 func (m *Map) LoadOrStore(key, value any) (actual any, loaded bool) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/types/typeutil/ |
D | map.go | 28 type Map struct { struct 29 hasher Hasher // shared by many Maps 30 table map[uint32][]entry // maps hash to bucket; entry.key==nil means unused 31 length int // number of map entries 60 func (m *Map) SetHasher(hasher Hasher) { 66 func (m *Map) Delete(key types.Type) bool { 85 func (m *Map) At(key types.Type) any { 98 func (m *Map) Set(key types.Type, value any) (prev any) { 131 func (m *Map) Len() int { 145 func (m *Map) Iterate(f func(key types.Type, value any)) { [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | map.rs | 62 pub struct Map<I, F> { struct 68 impl<I, F> Map<I, F> { argument 79 impl<I: fmt::Debug, F> fmt::Debug for Map<I, F> { implementation 100 impl<B, I: Iterator, F> Iterator for Map<I, F> implementation 144 impl<B, I: DoubleEndedIterator, F> DoubleEndedIterator for Map<I, F> implementation 171 impl<B, I: ExactSizeIterator, F> ExactSizeIterator for Map<I, F> implementation 185 impl<B, I: FusedIterator, F> FusedIterator for Map<I, F> where F: FnMut(I::Item) -> B {} implementation 188 unsafe impl<I: TrustedFused, F> TrustedFused for Map<I, F> {} implementation 191 unsafe impl<B, I, F> TrustedLen for Map<I, F> implementation 198 impl<B, I, F> UncheckedIterator for Map<I, F> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | map.rs | 62 pub struct Map<I, F> { struct 68 impl<I, F> Map<I, F> { implementation 79 impl<I: fmt::Debug, F> fmt::Debug for Map<I, F> { implementation 100 impl<B, I: Iterator, F> Iterator for Map<I, F> implementation 144 impl<B, I: DoubleEndedIterator, F> DoubleEndedIterator for Map<I, F> implementation 171 impl<B, I: ExactSizeIterator, F> ExactSizeIterator for Map<I, F> implementation 185 impl<B, I: FusedIterator, F> FusedIterator for Map<I, F> where F: FnMut(I::Item) -> B {} implementation 188 unsafe impl<I: TrustedFused, F> TrustedFused for Map<I, F> {} implementation 191 unsafe impl<B, I, F> TrustedLen for Map<I, F> implementation 198 impl<B, I, F> UncheckedIterator for Map<I, F> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | map.rs | 62 pub struct Map<I, F> { struct 68 impl<I, F> Map<I, F> { argument 79 impl<I: fmt::Debug, F> fmt::Debug for Map<I, F> { implementation 100 impl<B, I: Iterator, F> Iterator for Map<I, F> implementation 144 impl<B, I: DoubleEndedIterator, F> DoubleEndedIterator for Map<I, F> implementation 171 impl<B, I: ExactSizeIterator, F> ExactSizeIterator for Map<I, F> implementation 185 impl<B, I: FusedIterator, F> FusedIterator for Map<I, F> where F: FnMut(I::Item) -> B {} implementation 188 unsafe impl<I: TrustedFused, F> TrustedFused for Map<I, F> {} implementation 191 unsafe impl<B, I, F> TrustedLen for Map<I, F> implementation 198 impl<B, I, F> UncheckedIterator for Map<I, F> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | map.rs | 62 pub struct Map<I, F> { struct 68 impl<I, F> Map<I, F> { argument 79 impl<I: fmt::Debug, F> fmt::Debug for Map<I, F> { implementation 100 impl<B, I: Iterator, F> Iterator for Map<I, F> implementation 144 impl<B, I: DoubleEndedIterator, F> DoubleEndedIterator for Map<I, F> implementation 171 impl<B, I: ExactSizeIterator, F> ExactSizeIterator for Map<I, F> implementation 185 impl<B, I: FusedIterator, F> FusedIterator for Map<I, F> where F: FnMut(I::Item) -> B {} implementation 188 unsafe impl<I: TrustedFused, F> TrustedFused for Map<I, F> {} implementation 191 unsafe impl<B, I, F> TrustedLen for Map<I, F> implementation 198 impl<B, I, F> UncheckedIterator for Map<I, F> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | map.rs | 62 pub struct Map<I, F> { struct 68 impl<I, F> Map<I, F> { argument 79 impl<I: fmt::Debug, F> fmt::Debug for Map<I, F> { implementation 100 impl<B, I: Iterator, F> Iterator for Map<I, F> implementation 144 impl<B, I: DoubleEndedIterator, F> DoubleEndedIterator for Map<I, F> implementation 171 impl<B, I: ExactSizeIterator, F> ExactSizeIterator for Map<I, F> implementation 185 impl<B, I: FusedIterator, F> FusedIterator for Map<I, F> where F: FnMut(I::Item) -> B {} implementation 188 unsafe impl<I: TrustedFused, F> TrustedFused for Map<I, F> {} implementation 191 unsafe impl<B, I, F> TrustedLen for Map<I, F> implementation 198 impl<B, I, F> UncheckedIterator for Map<I, F> implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | map.bench.cpp | 112 auto& Map = Data.Maps.front(); in run() local 132 auto& Map = Data.Maps.front(); in run() local 154 for (auto& Map : Data.Maps) { in run() local 176 auto& Map = Data.Maps.front(); in run() local 195 auto& Map = Data.Maps.front(); in run() local 219 for (auto& Map : Data.Maps) { in run() local 239 for (auto& Map : Data.Maps) { in run() local 274 auto& Map = Data.Maps[I]; in run() local 304 auto& Map = Data.Maps[I]; in run() local 345 for (auto& Map : Data.Maps) { in run() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/ |
D | expvar.go | 114 type Map struct { struct 115 m sync.Map // map[string]Var 116 keysMu sync.RWMutex 117 keys []string // sorted 126 func (v *Map) String() string { 130 func (v *Map) appendJSON(b []byte) []byte { 134 func (v *Map) appendJSONMayExpand(b []byte, expand bool) []byte { 168 func (v *Map) Init() *Map { 177 func (v *Map) addKey(key string) { 188 func (v *Map) Get(key string) Var { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/ |
D | map.rs | 32 pub struct Map<K, V> { struct 33 map: MapImpl<K, V>, argument 41 impl Map<String, Value> { implementation 217 impl Default for Map<String, Value> { implementation 226 impl Clone for Map<String, Value> { implementation 235 impl PartialEq for Map<String, Value> { implementation 244 impl<'a, Q: ?Sized> ops::Index<&'a Q> for Map<String, Value> implementation 258 impl<'a, Q: ?Sized> ops::IndexMut<&'a Q> for Map<String, Value> implementation 268 impl Debug for Map<String, Value> { implementation 275 impl ser::Serialize for Map<String, Value> { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/ |
D | map.rs | 26 pub struct Map<K, V> { struct 27 map: MapImpl<K, V>, argument 35 impl Map<String, Value> { impl 290 impl Default for Map<String, Value> { implementation 299 impl Clone for Map<String, Value> { implementation 313 impl PartialEq for Map<String, Value> { implementation 320 impl Eq for Map<String, Value> {} implementation 338 impl<'a, Q> ops::Index<&'a Q> for Map<String, Value> implementation 361 impl<'a, Q> ops::IndexMut<&'a Q> for Map<String, Value> implementation 371 impl Debug for Map<String, Value> { implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/ |
H A D | map.rs | 26 pub struct Map<K, V> { struct 27 map: MapImpl<K, V>, argument 35 impl Map<String, Value> { implementation 339 impl Default for Map<String, Value> { implementation 348 impl Clone for Map<String, Value> { implementation 362 impl PartialEq for Map<String, Value> { implementation 369 impl Eq for Map<String, Value> {} implementation 387 impl<'a, Q> ops::Index<&'a Q> for Map<String, Value> implementation 410 impl<'a, Q> ops::IndexMut<&'a Q> for Map<String, Value> implementation 420 impl Debug for Map<String, Value> { implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/ |
H A D | map.rs | 26 pub struct Map<K, V> { struct 27 map: MapImpl<K, V>, argument 35 impl Map<String, Value> { impl 339 impl Default for Map<String, Value> { implementation 348 impl Clone for Map<String, Value> { implementation 362 impl PartialEq for Map<String, Value> { implementation 369 impl Eq for Map<String, Value> {} implementation 387 impl<'a, Q> ops::Index<&'a Q> for Map<String, Value> implementation 410 impl<'a, Q> ops::IndexMut<&'a Q> for Map<String, Value> implementation 420 impl Debug for Map<String, Value> { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/ |
D | map.rs | 32 pub struct Map<T>([Option<T>; LENGTH]); struct 34 impl<T> Default for Map<T> { implementation 40 impl<T> Map<T> { impl 74 impl<T> Clone for Map<T> implementation 118 pub struct Map<T>([Option<T>; LENGTH]); struct 120 impl<T> Map<T> { implementation 154 impl<T> Clone for Map<T> implementation 163 impl<T> Default for Map<T> { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | map.go | 8 type Map struct { struct 9 key, elem Type 18 func (m *Map) Key() Type { return m.key } 21 func (m *Map) Elem() Type { return m.elem } 23 func (t *Map) Underlying() Type { return t } 24 func (t *Map) String() string { return TypeString(t, nil) }
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | map.go | 11 type Map struct { struct 12 key, elem Type 21 func (m *Map) Key() Type { return m.key } 24 func (m *Map) Elem() Type { return m.elem } 26 func (t *Map) Underlying() Type { return t } 27 func (t *Map) String() string { return TypeString(t, nil) }
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/ |
D | plive.go | 156 type Map struct { struct 157 Vals map[ssa.ID]objw.StackMapIndex 158 UnsafeVals map[ssa.ID]bool 159 UnsafeBlocks map[ssa.ID]bool 162 DeferReturn objw.StackMapIndex 165 func (m *Map) reset() { 184 func (m *Map) set(v *ssa.Value, i objw.StackMapIndex) { 187 func (m *Map) setUnsafeVal(v *ssa.Value) { 190 func (m *Map) setUnsafeBlock(b *ssa.Block) { 194 func (m Map) Get(v *ssa.Value) objw.StackMapIndex { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/ |
D | traversal.rs | 65 G: GraphRef + Visitable<NodeId = N, Map = VM>, in new() argument 80 G: GraphRef + Visitable<NodeId = N, Map = VM>, in reset() argument 89 G: GraphRef + Visitable<NodeId = N, Map = VM>, in empty() argument 162 G: GraphRef + Visitable<NodeId = N, Map = VM>, in new() argument 172 G: GraphRef + Visitable<NodeId = N, Map = VM>, in empty() argument 184 G: GraphRef + Visitable<NodeId = N, Map = VM>, in reset() argument 281 G: GraphRef + Visitable<NodeId = N, Map = VM>, in new() argument 340 G: IntoNodeIdentifiers + IntoNeighborsDirected + Visitable<NodeId = N, Map = VM>, in new() argument 352 G: IntoNeighborsDirected + Visitable<NodeId = N, Map = VM>, in with_initials() argument 380 G: GraphRef + Visitable<NodeId = N, Map = VM>, in empty() argument [all …]
|
/aosp_15_r20/hardware/google/graphics/common/libion/test/ |
D | map_test.cpp | 25 class Map : public IonAllHeapsTest { class 28 TEST_F(Map, MapFd) in TEST_F() argument 56 TEST_F(Map, MapOffset) in TEST_F() argument 89 TEST_F(Map, MapCached) in TEST_F() argument 118 TEST_F(Map, NoZeroed) in TEST_F() argument 137 TEST_F(Map, Protected) in TEST_F() argument 160 TEST_F(Map, InvalidValues) in TEST_F() argument
|
/aosp_15_r20/build/blueprint/parser/ |
H A D | ast.go | 62 Map anonMember 439 type Map struct { struct 440 LBracePos scanner.Position 441 RBracePos scanner.Position 442 Properties []*Property 445 func (x *Map) Pos() scanner.Position { return x.LBracePos } 446 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) } 448 func (x *Map) Copy() Expression { 457 func (x *Map) Eval(scope *Scope) (Expression, error) { 478 func (x *Map) PrintfInto(value string) error { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | map.rs | 22 impl<St, F> fmt::Debug for Map<St, F> implementation 31 impl<St, F> Map<St, F> { implementation 39 impl<St, F> FusedStream for Map<St, F> implementation 49 impl<St, F> Stream for Map<St, F> implementation 69 impl<St, F, Item> Sink<Item> for Map<St, F> implementation
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
H A D | MapSerializer.java | 629 public boolean isEmpty(SerializerProvider prov, Map<?,?> value) in isEmpty() argument 687 public boolean hasSingleElement(Map<?,?> value) { in hasSingleElement() argument 716 public void serialize(Map<?,?> value, JsonGenerator gen, SerializerProvider provider) in serialize() argument 725 public void serializeWithType(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeWithType() argument 751 …public void serializeWithoutTypeInfo(Map<?, ?> value, JsonGenerator gen, SerializerProvider provid… in serializeWithoutTypeInfo() argument 774 public void serializeFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider) in serializeFields() argument 818 …public void serializeOptionalFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeOptionalFields() argument 881 public void serializeFieldsUsing(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeFieldsUsing() argument 922 …public void serializeFilteredFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeFilteredFields() argument 982 public void serializeTypedFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeTypedFields() argument [all …]
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/ |
H A D | iterator_types.pass.cpp | 56 typedef std::map<int, int> Map; in main() typedef 63 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef 70 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef 75 typedef std::multimap<int, int> Map; in main() typedef 82 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef 89 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | map.rs | 15 pub struct Map<I: ParallelIterator, F> { struct 20 impl<I: ParallelIterator + Debug, F> Debug for Map<I, F> { argument 26 impl<I, F> Map<I, F> implementation 36 impl<I, F, R> ParallelIterator for Map<I, F> implementation 57 impl<I, F, R> IndexedParallelIterator for Map<I, F> implementation
|
/aosp_15_r20/external/libcxx/test/std/containers/unord/ |
H A D | iterator_difference_type.pass.cpp | 79 typedef std::unordered_map<int, int> Map; in main() typedef 86 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef 93 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef 98 typedef std::unordered_multimap<int, int> Map; in main() typedef 105 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef 112 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
|