/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> { impl 154 impl<T> Clone for Map<T> implementation 163 impl<T> Default for Map<T> { implementation
|
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/ |
D | map.bench.cpp | 115 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/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/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/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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/ |
D | iterator_types.pass.cpp | 55 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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/unord/ |
D | iterator_difference_type.pass.cpp | 78 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/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> { implementation 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 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 …]
|
/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> { 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/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/rust/crates/ring/src/polyfill/ |
D | array_map.rs | 18 pub(crate) trait Map<A, B, BArray> { interface 24 impl<A, B> Map<A, B, [B; $n]> for [A; $n] { impl
|
/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/truth/core/src/main/java/com/google/common/truth/ |
D | MapSubject.java | 60 protected MapSubject(FailureMetadata metadata, @Nullable Map<?, ?> map) { in MapSubject() 228 public final Ordered containsExactlyEntriesIn(Map<?, ?> expectedMap) { in containsExactlyEntriesIn() argument 248 public final Ordered containsAtLeastEntriesIn(Map<?, ?> expectedMap) { in containsAtLeastEntriesIn() argument 261 private boolean containsEntriesInAnyOrder(Map<?, ?> expectedMap, boolean allowUnexpected) { in containsEntriesInAnyOrder() argument 433 Map<?, ?> expectedMap, in MapInOrder() argument 717 public Ordered containsExactlyEntriesIn(Map<?, ? extends E> expectedMap) { in containsExactlyEntriesIn() argument 734 public Ordered containsAtLeastEntriesIn(Map<?, ? extends E> expectedMap) { in containsAtLeastEntriesIn() argument
|
/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/perfetto/src/trace_processor/importers/ftrace/ |
D | v4l2_tracker.cc | 376 StringId V4l2Tracker::BufferTypeStringIds::Map(uint32_t buf_type) { in Map() function in perfetto::trace_processor::V4l2Tracker::BufferTypeStringIds 426 StringId V4l2Tracker::BufferFieldStringIds::Map(uint32_t field) { in Map() function in perfetto::trace_processor::V4l2Tracker::BufferFieldStringIds 461 StringId V4l2Tracker::TimecodeTypeStringIds::Map(uint32_t type) { in Map() function in perfetto::trace_processor::V4l2Tracker::TimecodeTypeStringIds
|
/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
|