Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/external/rust/crates/futures-util/src/stream/stream/
Dmap.rs22 impl<St, F> fmt::Debug for Map<St, F> implementation
33 impl<St, F> Map<St, F> { implementation
41 impl<St, F> FusedStream for Map<St, F> implementation
50 impl<St, F> Stream for Map<St, F> implementation
72 impl<St, F, Item> Sink<Item> for Map<St, F> implementation
/external/rust/crates/criterion-plot/src/
Dmap.rs32 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
/external/rust/crates/futures-util/src/future/future/
Dmap.rs25 impl<Fut, F> Map<Fut, F> { impl
32 impl<Fut, F, T> FusedFuture for Map<Fut, F> implementation
45 impl<Fut, F, T> Future for Map<Fut, F> implementation
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp56 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
/external/llvm-project/libcxx/benchmarks/
Dmap.bench.cpp115 auto& Map = Data.Maps.front(); in run() local
136 auto& Map = Data.Maps.front(); in run() local
158 for (auto& Map : Data.Maps) { in run() local
180 auto& Map = Data.Maps.front(); in run() local
199 auto& Map = Data.Maps.front(); in run() local
223 for (auto& Map : Data.Maps) { in run() local
245 for (auto& Map : Data.Maps) { in run() local
286 auto& Map = Data.Maps[I]; in run() local
317 auto& Map = Data.Maps[I]; in run() local
364 for (auto& Map : Data.Maps) { in run() local
[all …]
/external/llvm-project/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp55 typedef std::map<int, int> Map; in main() typedef
62 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
69 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
74 typedef std::multimap<int, int> Map; in main() typedef
81 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
88 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp79 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
/external/rust/crates/tokio-stream/src/stream_ext/
Dmap.rs18 impl<St, F> fmt::Debug for Map<St, F> implementation
27 impl<St, F> Map<St, F> { implementation
33 impl<St, F, T> Stream for Map<St, F> implementation
/external/llvm-project/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp78 typedef std::unordered_map<int, int> Map; in main() typedef
85 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
92 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
97 typedef std::unordered_multimap<int, int> Map; in main() typedef
104 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
111 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
/external/rust/crates/serde_json/src/
Dmap.rs19 pub struct Map<K, V> { struct
20 map: MapImpl<K, V>, argument
28 impl Map<String, Value> { impl
254 impl Default for Map<String, Value> { implementation
263 impl Clone for Map<String, Value> { implementation
272 impl PartialEq for Map<String, Value> { implementation
279 impl Eq for Map<String, Value> {} implementation
297 impl<'a, Q> ops::Index<&'a Q> for Map<String, Value> implementation
320 impl<'a, Q> ops::IndexMut<&'a Q> for Map<String, Value> implementation
330 impl Debug for Map<String, Value> { implementation
[all …]
/external/llvm-project/lldb/unittests/Utility/
DRangeMapTest.cpp55 RangeDataVectorT Map; in TEST() local
72 RangeDataVectorT Map; in TEST() local
90 auto Map = RangeDataVectorT(); in TEST() local
131 RangeDataVectorT Map; in TEST() local
147 RangeDataVectorT Map; in TEST() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DContextAttributes.java35 public abstract ContextAttributes withSharedAttributes(Map<?,?> attributes); in withSharedAttributes() argument
92 protected Impl(Map<?,?> shared) { in Impl() argument
97 protected Impl(Map<?,?> shared, Map<Object,Object> nonShared) { in Impl() argument
127 public ContextAttributes withSharedAttributes(Map<?,?> shared) { in withSharedAttributes() argument
216 private Map<Object,Object> _copy(Map<?,?> src) in _copy() argument
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DMap.java8 public class Map extends ChunkableDataItem { class
13 public Map() { in Map() method in Map
18 public Map(int initialCapacity) { in Map() method in Map
/external/rust/crates/rayon/src/iter/
Dmap.rs15 pub struct Map<I: ParallelIterator, F> { struct
20 impl<I: ParallelIterator + Debug, F> Debug for Map<I, F> { implementation
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
/external/llvm-project/polly/lib/Support/
DISLTools.cpp84 isl::map polly::beforeScatter(isl::map Map, bool Strict) { in beforeScatter()
94 for (isl::map Map : UMap.get_map_list()) { in beforeScatter() local
102 isl::map polly::afterScatter(isl::map Map, bool Strict) { in afterScatter()
111 for (isl::map Map : UMap.get_map_list()) { in afterScatter() local
162 for (isl::map Map : Schedule.get_map_list()) { in getNumScatterDims() local
192 isl::map polly::reverseDomain(isl::map Map) { in reverseDomain()
202 for (isl::map Map : UMap.get_map_list()) { in reverseDomain() local
230 isl::map polly::shiftDim(isl::map Map, isl::dim Dim, int Pos, int Amount) { in shiftDim()
263 for (isl::map Map : UMap.get_map_list()) { in shiftDim() local
282 void polly::simplify(isl::map &Map) { in simplify()
[all …]
/external/scudo/standalone/tests/
Dbytemap_test.cpp16 template <typename T> void testMap(T &Map, scudo::uptr Size) { in testMap()
30 scudo::FlatByteMap<Size> Map; in TEST() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dbytemap_test.cpp16 template <typename T> void testMap(T &Map, scudo::uptr Size) { in testMap()
30 scudo::FlatByteMap<Size> Map; in TEST() local
/external/llvm-project/llvm/unittests/Analysis/
DAssumeBundleQueriesTest.cpp219 static bool FindExactlyAttributes(RetainedKnowledgeMap &Map, Value *WasOn, in FindExactlyAttributes()
236 static bool MapHasRightValue(RetainedKnowledgeMap &Map, IntrinsicInst *II, in MapHasRightValue()
263 RetainedKnowledgeMap Map; in TEST() local
286 RetainedKnowledgeMap Map; in TEST() local
309 RetainedKnowledgeMap Map; in TEST() local
318 RetainedKnowledgeMap Map; in TEST() local
334 RetainedKnowledgeMap Map; in TEST() local
371 RetainedKnowledgeMap Map; in TEST() local
455 RetainedKnowledgeMap Map; in RunRandTest() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DMapSerializer.java629 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 …]
/external/tensorflow/tensorflow/core/lib/gtl/
Dmap_util_test.cc28 typedef std::map<string, string> Map; in TEST() typedef
42 typedef std::map<string, string> Map; in TEST() typedef
/external/antlr/runtime/ObjC/Framework/
DTreeWizard.m70 {
211 {
242 {
328 {
485 {
523 {
/external/llvm-project/clang/include/clang/Lex/
DDirectoryLookup.h45 const HeaderMap *Map; member
48 DLU(const HeaderMap *Map) : Map(Map) {} in DLU()
75 DirectoryLookup(const HeaderMap *Map, SrcMgr::CharacteristicKind DT, in DirectoryLookup()
/external/llvm-project/clang/include/clang/AST/
DDeclLookups.h79 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local
93 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
/external/lzma/CPP/Windows/
DFileMapping.h43 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap) in Map() function
49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress) in Map() function
/external/clang/include/clang/AST/
DDeclLookups.h75 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local
94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local

12345678910>>...19