| /external/rust/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> { impl 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
|
| /external/rust/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> { implementation 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/libcxx/test/std/containers/associative/ |
| 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
|
| /external/libcxx/test/std/containers/unord/ |
| 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
|
| /external/rust/crates/futures-util/src/future/future/ |
| D | map.rs | 25 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/rust/crates/tokio-stream/src/stream_ext/ |
| D | map.rs | 18 impl<St, F> fmt::Debug for Map<St, F> implementation 27 impl<St, F> Map<St, F> { impl 33 impl<St, F, T> Stream for Map<St, F> implementation
|
| /external/rust/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 291 impl Default for Map<String, Value> { implementation 300 impl Clone for Map<String, Value> { implementation 309 impl PartialEq for Map<String, Value> { implementation 316 impl Eq for Map<String, Value> {} implementation 334 impl<'a, Q> ops::Index<&'a Q> for Map<String, Value> implementation 357 impl<'a, Q> ops::IndexMut<&'a Q> for Map<String, Value> implementation 367 impl Debug for Map<String, Value> { implementation [all …]
|
| /external/rust/crates/serde-xml-rs/src/ser/ |
| D | var.rs | 9 pub struct Map<'w, W> struct 16 impl<'w, W> Map<'w, W> impl 25 impl<'w, W> ser::SerializeMap for Map<'w, W> implementation
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
| D | ContextAttributes.java | 35 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/rust/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> impl 36 impl<I, F, R> ParallelIterator for Map<I, F> implementation 57 impl<I, F, R> IndexedParallelIterator for Map<I, F> implementation
|
| /external/cbor-java/src/main/java/co/nstant/in/cbor/model/ |
| D | Map.java | 8 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/scudo/standalone/tests/ |
| D | bytemap_test.cpp | 16 template <typename T> void testMap(T &Map, scudo::uptr Size) { in testMap() 30 scudo::FlatByteMap<Size> Map; in TEST() local
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
| 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 …]
|
| /external/antlr/runtime/ObjC/Framework/ |
| D | TreeWizard.m | 70 { 211 { 242 { 328 { 485 { 523 {
|
| /external/tensorflow/tensorflow/core/lib/gtl/ |
| D | map_util_test.cc | 28 typedef std::map<string, string> Map; in TEST() typedef 42 typedef std::map<string, string> Map; in TEST() typedef
|
| /external/lzma/CPP/Windows/ |
| D | FileMapping.h | 43 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/ |
| D | DeclLookups.h | 75 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local 94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
| D | PropertyValue.java | 99 final static class Map class in PropertyValue 104 public Map(PropertyValue next, Object value, Object key) in Map() method in PropertyValue.Map
|
| /external/snakeyaml/src/test/java/org/pyyaml/ |
| D | PyRecursiveTest.java | 67 assertTrue(value2.get("qwerty") instanceof Map); in testDictSafeConstructor() local 69 assertTrue(value3.get("qwerty") instanceof Map); in testDictSafeConstructor() local
|
| /external/clang/lib/AST/ |
| D | DeclBase.cpp | 1146 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName() local 1162 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName() local 1259 StoredDeclsMap *Map = DC->getPrimaryContext()->LookupPtr; in removeDecl() local 1428 StoredDeclsMap *Map = LookupPtr; in lookup() local 1444 if (StoredDeclsMap *Map = LookupPtr) { in lookup() local 1454 StoredDeclsMap *Map = LookupPtr; in lookup() local 1488 StoredDeclsMap *Map = LookupPtr; in noload_lookup() local 1512 if (StoredDeclsMap *Map = LookupPtr) { in localUncachedLookup() local 1638 StoredDeclsMap *Map = LookupPtr; in makeDeclVisibleInContextImpl() local 1723 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll() [all …]
|
| /external/eigen/Eigen/src/SuperLUSupport/ |
| D | SuperLUSupport.h | 175 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() function 193 static SluMatrix Map(SparseMatrixBase<MatrixType>& a_mat) in Map() function
|
| /external/llvm/unittests/ADT/ |
| D | DenseMapTest.cpp | 82 T Map; member in __anon30196e6f0111::DenseMapTest 373 DenseMap<int, CountCopyAndMove> Map; in TEST() local 413 DenseMap<int, CountCopyAndMove> Map(Size); in TEST() local 440 DenseMap<int, CountCopyAndMove> Map(Values.begin(), Values.end()); in TEST() local 456 DenseMap<int, CountCopyAndMove> Map; in TEST() local 525 DenseMap<CachedHashTest, int> Map; in TEST() local 539 DenseMap<Cached, int> Map; in TEST() local
|
| D | StringMapTest.cpp | 143 llvm::StringMap<int> Map(2); in TEST_F() local 162 llvm::StringMap<int> Map; in TEST_F() local 420 StringMap<CountCtorCopyAndMove> Map(Size); in TEST() local 438 StringMap<CountCtorCopyAndMove> Map; in TEST() local 460 StringMap<NonMoveableNonCopyableType> Map; in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | ValueMap.h | 93 MapT Map; variable 104 : Map(NumInitBuckets), Data() {} in Map() function 106 : Map(NumInitBuckets), Data(Data) {} in Map() function
|
| /external/compiler-rt/test/esan/TestCases/ |
| D | mmap-shadow-conflict.c | 9 void *Map = mmap((void *)0x0000016000000000ULL, 0x1000, PROT_READ, in main() local
|