/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | StreamReadFeature.java | 109 private StreamReadFeature(JsonParser.Feature mapTo) { in StreamReadFeature() argument 111 _mappedFeature = mapTo; in StreamReadFeature() 112 _mask = mapTo.getMask(); in StreamReadFeature() 113 _defaultState = mapTo.enabledByDefault(); in StreamReadFeature()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/ |
D | JsonWriteFeature.java | 124 JsonGenerator.Feature mapTo) { in JsonWriteFeature() argument 127 _mappedFeature = mapTo; in JsonWriteFeature()
|
D | JsonReadFeature.java | 212 JsonParser.Feature mapTo) { in JsonReadFeature() argument 215 _mappedFeature = mapTo; in JsonReadFeature()
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_teams_map_codegen.cpp | 105 void mapTo() { in mapTo() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFRegisters.h | 131 RegisterRef mapTo(RegisterRef RR, unsigned R) const;
|
D | RDFRegisters.cpp | 225 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo() function in PhysicalRegisterInfo
|
D | RDFLiveness.cpp | 533 RegisterRef S = PRI.mapTo(RC, UI->first); in computePhiInfo() 647 R = PRI.mapTo(DRs.intersectWith(R), T.first); in computePhiInfo()
|
/external/dokka/core/src/main/kotlin/Kotlin/ |
D | DocumentationBuilder.kt | 690 constructorsToDocument.mapTo(result) { ClassMember(it) } in ClassDescriptor() 695 .mapTo(result) { ClassMember(it) } in ClassDescriptor() 698 .mapTo(result) { ClassMember(it, extraModifier = "static") } in ClassDescriptor() 704 descriptorsToDocument.mapTo(result) { in ClassDescriptor()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFRegisters.h | 138 RegisterRef mapTo(RegisterRef RR, unsigned R) const;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFRegisters.cpp | 230 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo() function in PhysicalRegisterInfo
|
D | RDFLiveness.cpp | 573 RegisterRef S = PRI.mapTo(RC, UI->first); in computePhiInfo() 704 R = PRI.mapTo(DRs.intersectWith(R), T.first); in computePhiInfo()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Channels.common.kt | 1609 public suspend inline fun <E, R, C : MutableCollection<in R>> ReceiveChannel<E>.mapTo(destination: … in mapTo() method 1630 public suspend inline fun <E, R, C : SendChannel<R>> ReceiveChannel<E>.mapTo(destination: C, transf… in mapTo() method
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 500 auto mapTo = GetAsString((*mapping)[1]); in SetSourceMapFromArguments() local 501 strm << "\"" << mapFrom << "\" \"" << mapTo << "\" "; in SetSourceMapFromArguments()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/ |
D | kotlinx-coroutines-core.api | 709 …public static final fun mapTo (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/Collection;L… 710 …public static final fun mapTo (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlinx/coroutines/cha…
|